Changeset View
Changeset View
Standalone View
Standalone View
llvm/lib/Target/RISCV/RISCVSystemOperands.td
Show First 20 Lines • Show All 372 Lines • ▼ Show 20 Lines | foreach i = 0...3 in { | ||||
def : SysReg<"hstateen"#i#"h", !add(0x61C, i)>; | def : SysReg<"hstateen"#i#"h", !add(0x61C, i)>; | ||||
} | } | ||||
//===----------------------------------------------- | //===----------------------------------------------- | ||||
// Entropy Source CSR | // Entropy Source CSR | ||||
//===----------------------------------------------- | //===----------------------------------------------- | ||||
def SEED : SysReg<"seed", 0x015>; | def SEED : SysReg<"seed", 0x015>; | ||||
//===----------------------------------------------- | |||||
// Table jump base CSR | |||||
jrtc27: Capitalise (and maybe Jump Vector Table, assuming that's what jvt stands for? these headings… | |||||
//===----------------------------------------------- | |||||
def : SysReg<"jvt", 0x017>; | |||||
craig.topperUnsubmitted This needs an assembler test craig.topper: This needs an assembler test |
Capitalise (and maybe Jump Vector Table, assuming that's what jvt stands for? these headings come from the priv spec but that's woefully outdated for all the new asciidoc extensions...)