Searched defs:sraw (Results 1 – 7 of 7) sorted by relevance
/llvm-project/llvm/test/MC/RISCV/ |
H A D | rv64i-aliases-invalid.s | 45 sraw x2, x3, 32 # CHECK: :[[@LINE]]:14: error: immediate must be an integer in the range [0, 31] label 49 sraw x2, x3, -3 # CHECK: :[[@LINE]]:14: error: immediate must be an integer in the range [0, 31] label
|
H A D | rv64e-valid.s | 36 sraw t0, a3, zero label
|
H A D | rv64i-valid.s | 107 sraw t5, t6, zero label
|
H A D | rv32i-invalid.s | 155 sraw t0, s2, zero # CHECK: :[[@LINE]]:1: error: instruction requires the following: RV64I Base Instruction Set{{$}} global() label
|
H A D | rv64i-aliases-valid.s | 469 sraw a2,a3,4 label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/ |
H A D | gpr-bypass.s | 29 sraw a0, a0, a0 label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/ |
H A D | gpr-bypass.s | 29 sraw a0, a0, a0 label
|