Home
last modified time | relevance | path

Searched refs:rorxq (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/CodeGen/X86/
Drot64.ll47 ; BMI2: rorxq $57
57 ; BMI2: rorxq $57, ({{.+}}), %{{.+}}
76 ; BMI2: rorxq $7
86 ; BMI2: rorxq $7, ({{.+}}), %{{.+}}
/external/llvm/test/MC/X86/
Dx86_64-bmi-encoding.s149 rorxq $1, %r12, %r10
153 rorxq $63, (%rax), %r10
/external/v8/test/cctest/
Dtest-disasm-x64.cc739 __ rorxq(rax, rbx, 63); in TEST() local
740 __ rorxq(rax, Operand(rbx, rcx, times_4, 10000), 63); in TEST() local
Dtest-assembler-x64.cc2133 __ rorxq(r8, rcx, 0x4); in TEST() local
2139 __ rorxq(r8, Operand(rsp, 0), 0x4); in TEST() local
/external/llvm/test/MC/Disassembler/X86/
Dsimple-tests.txt674 # CHECK: rorxq $1, %r12, %r10
677 # CHECK: rorxq $63, (%rax), %r10
/external/v8/src/x64/
Dassembler-x64.h1641 void rorxq(Register dst, Register src, byte imm8);
1642 void rorxq(Register dst, const Operand& src, byte imm8);
Dassembler-x64.cc3994 void Assembler::rorxq(Register dst, Register src, byte imm8) { in rorxq() function in v8::internal::Assembler
4006 void Assembler::rorxq(Register dst, const Operand& src, byte imm8) { in rorxq() function in v8::internal::Assembler