Home
last modified time | relevance | path

Searched defs:srl (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/test/MC/VE/
H A DSRL.s8 srl %s11, %s11, %s11 label
12 srl %s11, %s11, 63 label
16 srl %s11, %s11, 127 label
20 srl %s11, %s11, 64 label
24 srl %s11, (32)1, 64 label
28 srl %s11, (32)0, 63 label
/llvm-project/llvm/test/MC/RISCV/
H A Drv32i-aliases-invalid.s42 srl x2, x3, 32 # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [0, 31] label
46 srl x2, x3, -2 # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [0, 31] label
H A Drv64i-aliases-invalid.s36 srl x2, x3, 64 # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [0, 63] label
40 srl x2, x3, -2 # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [0, 63] label
H A Drv32e-valid.s
H A Drvi-aliases-valid.s289 srl a2, a3, 4 label
H A Drv32i-valid.s
/llvm-project/llvm/test/MC/Xtensa/Core/
H A Dshift.s41 srl a6, a7 label
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/
H A Dgpr-bypass.s23 srl a0, a0, a0 label
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/
H A Dgpr-bypass.s23 srl a0, a0, a0 label
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s160 srl $4, $3, 7 # CHECK: srl $4, $3, 7 # encoding: [0x00,0x83,0x38,0x40] label
/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8654 SDValue srl = DAG.getNode(ISD::SRL, dl, MVT::i32, rbit, LowerVECTOR_SHUFFLE_i1() local