Searched refs:Ror (Results 1 - 3 of 3) sorted by relevance

/external/v8/test/cctest/
H A Dtest-assembler-mips.cc653 // ROTR instruction (called through the Ror macro).
654 __ Ror(t1, t0, 0x0004);
655 __ Ror(t2, t0, 0x0008);
656 __ Ror(t3, t0, 0x000c);
657 __ Ror(t4, t0, 0x0010);
658 __ Ror(t5, t0, 0x0014);
659 __ Ror(t6, t0, 0x0018);
660 __ Ror(t7, t0, 0x001c);
671 // ROTRV instruction (called through the Ror macro).
673 __ Ror(t
[all...]
/external/v8/src/mips/
H A Dmacro-assembler-mips.h413 DEFINE_INSTRUCTION(Ror);
H A Dmacro-assembler-mips.cc535 void MacroAssembler::Ror(Register rd, Register rs, const Operand& rt) { function in class:v8::internal::MacroAssembler

Completed in 81 milliseconds