Home
last modified time | relevance | path

Searched refs:shlxl (Results 1 – 5 of 5) sorted by relevance

/external/llvm/test/CodeGen/X86/
Dshift-bmi2.ll8 ; 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/
Dx86_64-bmi-encoding.s157 shlxl %r12d, (%rax), %r10d
161 shlxl %r12d, %r11d, %r10d
/external/llvm/test/MC/Disassembler/X86/
Dx86-32.txt628 # CHECK: shlxl %esi, (%eax), %edx
631 # CHECK: shlxl %esi, %ebx, %edx
Dsimple-tests.txt686 # CHECK: shlxl %r12d, (%rax), %r10d
689 # CHECK: shlxl %r12d, %r11d, %r10d
/external/v8/src/x64/
Dassembler-x64.h1950 void shlxl(Register dst, Register src1, Register src2) { in shlxl() function
1953 void shlxl(Register dst, const Operand& src1, Register src2) { in shlxl() function