Searched refs:shlxq (Results 1 – 4 of 4) sorted by relevance
/external/llvm/test/CodeGen/X86/ |
D | shift-bmi2.ll | 58 ; BMI264: shlxq 67 ; BMI264-NOT: shlxq 77 ; BMI264: shlxq %{{.+}}, ({{.+}}), %{{.+}} 87 ; BMI264-NOT: shlxq
|
/external/llvm/test/MC/X86/ |
D | x86_64-bmi-encoding.s | 165 shlxq %r12, (%rax), %r10 169 shlxq %r12, %r11, %r10
|
/external/llvm/test/MC/Disassembler/X86/ |
D | simple-tests.txt | 692 # CHECK: shlxq %r12, (%rax), %r10 695 # CHECK: shlxq %r12, %r11, %r10
|
/external/v8/src/x64/ |
D | assembler-x64.h | 1950 void shlxq(Register dst, Register src1, Register src2) { in shlxq() function 1953 void shlxq(Register dst, const Operand& src1, Register src2) { in shlxq() function
|