[PATCH] D117654: Update Privileged spec to version-20211203: Support Sinval Extention

eric tang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 19 02:16:34 PST 2022


tangxingxin1008 created this revision.
tangxingxin1008 added reviewers: asb, craig.topper, jrtc27, frasercrmck, kito-cheng.
Herald added subscribers: luismarques, apazos, sameer.abuasal, s.egerton, Jim, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, niosHD, sabuasal, simoncook, johnrusso, rbar, hiraditya.
tangxingxin1008 requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.

  Support Sinval Extention, Version 1.0
  
  Add Supervisor Memory-Management Instructions:
      - SINVAL.VMA, SFENCE.W.INVAL, SFENCE.INVAL.IR
  Add Hypervisor Memory-Management Instructions:
      - HFENCE.VVMA, HFENCE.GVMA, HINVAL.VVMA, HINVAL.GVMA

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D117654

Files:
  llvm/lib/Target/RISCV/RISCVInstrInfo.td
  llvm/test/MC/RISCV/priv-invalid.s
  llvm/test/MC/RISCV/priv-valid.s
  llvm/test/MC/RISCV/rvi-aliases-valid.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D117654.401144.patch
Type: text/x-patch
Size: 5789 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220119/5f779330/attachment.bin>


More information about the llvm-commits mailing list