Home | History | Annotate | Download | only in cctest

Lines Matching refs:Ror

653   // 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(t1, t0, t7);
675 __ Ror(t2, t0, t7);
677 __ Ror(t3, t0, t7);
679 __ Ror(t4, t0, t7);
681 __ Ror(t5, t0, t7);
683 __ Ror(t6, t0, t7);
685 __ Ror(t7, t0, t7);