Searched refs:rorx (Results 1 – 5 of 5) sorted by relevance
/external/v8/test/cctest/ |
D | test-disasm-ia32.cc | 659 __ rorx(eax, ebx, 31); in TEST() local 660 __ rorx(eax, Operand(ebx, ecx, times_4, 10000), 31); in TEST() local
|
D | test-assembler-ia32.cc | 1375 __ rorx(ebx, ecx, 0x4); in TEST() local 1380 __ rorx(ebx, Operand(esp, 0), 0x4); in TEST() local
|
/external/v8/src/ia32/ |
D | assembler-ia32.h | 1359 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);
|
D | assembler-ia32.cc | 2708 void Assembler::rorx(Register dst, const Operand& src, byte imm8) { in rorx() function in v8::internal::Assembler
|
/external/llvm/lib/Target/X86/ |
D | X86InstrShiftRotate.td | 893 defm RORX32 : bmi_rotate<"rorx{l}", GR32, i32mem>; 894 defm RORX64 : bmi_rotate<"rorx{q}", GR64, i64mem>, VEX_W;
|