Searched refs:csrsi (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/MC/RISCV/ |
D | rvi-aliases-valid.s | 227 # CHECK-S-OBJ: csrsi 4095, 16 228 csrsi 0xfff, 0x10 label 237 # CHECK-S-OBJ: csrsi 336, 7
|
/external/elfutils/tests/ |
D | testfile-riscv64-dis1.expect.bz2 | 1testfile-riscv64-dis1.o: elf64-elf_riscv
2
3Disassembly of section .text ... |
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 670 def : InstAlias<"csrsi $csr, $imm", (CSRRSI X0, csr_sysreg:$csr, uimm5:$imm)>;
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.td | 732 def : InstAlias<"csrsi $csr, $imm", (CSRRSI X0, csr_sysreg:$csr, uimm5:$imm)>;
|