Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-disasm-ia32.cc659 __ rorx(eax, ebx, 31); in TEST() local
660 __ rorx(eax, Operand(ebx, ecx, times_4, 10000), 31); in TEST() local
Dtest-assembler-ia32.cc1375 __ rorx(ebx, ecx, 0x4); in TEST() local
1380 __ rorx(ebx, Operand(esp, 0), 0x4); in TEST() local
/external/v8/src/ia32/
Dassembler-ia32.h1359 void rorx(Register dst, Register src, byte imm8) { in rorx() function
1360 rorx(dst, Operand(src), imm8); in rorx()
1362 void rorx(Register dst, const Operand& src, byte imm8);
Dassembler-ia32.cc2708 void Assembler::rorx(Register dst, const Operand& src, byte imm8) { in rorx() function in v8::internal::Assembler
/external/llvm/lib/Target/X86/
DX86InstrShiftRotate.td893 defm RORX32 : bmi_rotate<"rorx{l}", GR32, i32mem>;
894 defm RORX64 : bmi_rotate<"rorx{q}", GR64, i64mem>, VEX_W;