Home
last modified time | relevance | path

Searched defs:sll (Results 1 – 21 of 21) sorted by relevance

/llvm-project/llvm/test/MC/VE/
H A DSLL.s8 sll %s11, %s11, %s11 label
12 sll %s11, %s11, 63 label
16 sll %s11, %s11, 127 label
20 sll %s11, %s11, 64 label
24 sll %s11, (32)1, 35 label
28 sll %s11, (32)0, 23 label
/llvm-project/llvm/test/MC/RISCV/
H A Drv32i-aliases-invalid.s41 sll x2, x3, 32 # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [0, 31] label
45 sll x2, x3, -1 # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [0, 31] label
H A Drv64i-aliases-invalid.s35 sll x2, x3, 64 # CHECK: :[[@LINE]]:13: error: immediate must be an integer in the range [0, 63] label
39 sll x2, x3, -1 # 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.s286 sll a2, a3, 4 label
H A Drv32i-valid.s
/llvm-project/llvm/test/MC/Xtensa/Core/
H A Dshift.s16 sll a10, a11 label
/llvm-project/clang/test/CodeGen/
H A Dcomplex-convert.c11 void foo(signed char sc, unsigned char uc, signed long long sll, in foo() argument
[all...]
H A DAtomics.c11 signed long long sll; variable
H A DNontemporal.cpp10 signed long long sll; variable
H A Dbuiltins-nvptx.c234 __shared__ long long sll; global() variable
[all...]
H A Datomic-ops.c711 …tomic(unsigned) * ui, _Atomic(short) * ss, _Atomic(unsigned char) * uc, _Atomic(long long) * sll) { in test_c11_minmax()
/llvm-project/clang/test/SemaCXX/
H A Dformat-strings-scanf.cpp23 signed long long sll; member
/llvm-project/clang/test/CodeGen/RISCV/ntlh-intrinsics/
H A Driscv32-zihintntl.c14 signed long long sll; variable
/llvm-project/clang/test/CodeGen/PowerPC/
H A Dbuiltins-ppc-vsx.c28 signed long long sll = 618LL; variable
[all...]
H A Dbuiltins-ppc-p8vector.c13 signed long long sll; variable
H A Dbuiltins-ppc-p9vector.c47 signed long long sll[2] = { 1LL, 1LL }; variable
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/
H A Dgpr-bypass.s19 sll a0, a0, a0 label
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/
H A Dgpr-bypass.s19 sll a0, a0, a0 label
/llvm-project/lldb/unittests/Utility/
H A DScalarTest.cpp311 Scalar sll; in TEST() local
/llvm-project/llvm/test/MC/Mips/micromips/
H A Dvalid.s152 sll $4, $3, 7 # CHECK: sll $4, $3, 7 # encoding: [0x00,0x83,0x38,0x00] label