This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Update Privileged spec to version-20211203: Support Hypervisor Extention
AbandonedPublic

Authored by tangxingxin1008 on Jan 19 2022, 1:59 AM.

Details

Reviewers
None
Summary
Support Hypervisor Extention, Version 1.0

Add the following instructions:
    - HLV.B HLV.BU
    - HLV.H HLV.HU HLVX.HU
    - HLV.W HLV.WU HLVX.WU
    - HLV.D
    - HSV.B HSV.H HSV.W HSV.D

Hypervisor CSRs has been updated.

Signed-off-by: eric.tang <eric.tang@starfivetech.com>

Diff Detail