Searched refs:shlxl (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | shift-bmi2.ll | 8 ; BMI2: shlxl 11 ; BMI264: shlxl 20 ; BMI2-NOT: shlxl 23 ; BMI264-NOT: shlxl 33 ; BMI2: shlxl %{{.+}}, ({{.+}}), %{{.+}} 36 ; BMI264: shlxl %{{.+}}, ({{.+}}), %{{.+}} 46 ; BMI2-NOT: shlxl 49 ; BMI264-NOT: shlxl
|
/external/llvm/test/MC/X86/ |
D | x86_64-bmi-encoding.s | 157 shlxl %r12d, (%rax), %r10d 161 shlxl %r12d, %r11d, %r10d
|
/external/llvm/test/MC/Disassembler/X86/ |
D | x86-32.txt | 628 # CHECK: shlxl %esi, (%eax), %edx 631 # CHECK: shlxl %esi, %ebx, %edx
|
D | simple-tests.txt | 686 # CHECK: shlxl %r12d, (%rax), %r10d 689 # CHECK: shlxl %r12d, %r11d, %r10d
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1956 void shlxl(Register dst, Register src1, Register src2) { in shlxl() function 1959 void shlxl(Register dst, const Operand& src1, Register src2) { in shlxl() function
|