/llvm-project/llvm/test/MC/VE/ |
H A D | SLL.s | 8 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 D | rv32i-aliases-invalid.s | 41 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 D | rv64i-aliases-invalid.s | 35 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 D | rv32e-valid.s |
|
H A D | rvi-aliases-valid.s | 286 sll a2, a3, 4 label
|
H A D | rv32i-valid.s |
|
/llvm-project/llvm/test/MC/Xtensa/Core/ |
H A D | shift.s | 16 sll a10, a11 label
|
/llvm-project/clang/test/CodeGen/ |
H A D | complex-convert.c | 11 void foo(signed char sc, unsigned char uc, signed long long sll, in foo() argument [all...] |
H A D | Atomics.c | 11 signed long long sll; variable
|
H A D | Nontemporal.cpp | 10 signed long long sll; variable
|
H A D | builtins-nvptx.c | 234 __shared__ long long sll; global() variable [all...] |
H A D | atomic-ops.c | 711 …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 D | format-strings-scanf.cpp | 23 signed long long sll; member
|
/llvm-project/clang/test/CodeGen/RISCV/ntlh-intrinsics/ |
H A D | riscv32-zihintntl.c | 14 signed long long sll; variable
|
/llvm-project/clang/test/CodeGen/PowerPC/ |
H A D | builtins-ppc-vsx.c | 28 signed long long sll = 618LL; variable [all...] |
H A D | builtins-ppc-p8vector.c | 13 signed long long sll; variable
|
H A D | builtins-ppc-p9vector.c | 47 signed long long sll[2] = { 1LL, 1LL }; variable
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/SiFive7/ |
H A D | gpr-bypass.s | 19 sll a0, a0, a0 label
|
/llvm-project/llvm/test/tools/llvm-mca/RISCV/XiangShan/ |
H A D | gpr-bypass.s | 19 sll a0, a0, a0 label
|
/llvm-project/lldb/unittests/Utility/ |
H A D | ScalarTest.cpp | 311 Scalar sll; in TEST() local
|
/llvm-project/llvm/test/MC/Mips/micromips/ |
H A D | valid.s | 152 sll $4, $3, 7 # CHECK: sll $4, $3, 7 # encoding: [0x00,0x83,0x38,0x00] label
|