Home | History | Annotate | Download | only in cctest

Lines Matching refs:Ror

652   // ROTR instruction (called through the Ror macro).
653 __ Ror(t1, t0, 0x0004);
654 __ Ror(t2, t0, 0x0008);
655 __ Ror(t3, t0, 0x000c);
656 __ Ror(t4, t0, 0x0010);
657 __ Ror(t5, t0, 0x0014);
658 __ Ror(t6, t0, 0x0018);
659 __ Ror(t7, t0, 0x001c);
670 // ROTRV instruction (called through the Ror macro).
672 __ Ror(t1, t0, t7);
674 __ Ror(t2, t0, t7);
676 __ Ror(t3, t0, t7);
678 __ Ror(t4, t0, t7);
680 __ Ror(t5, t0, t7);
682 __ Ror(t6, t0, t7);
684 __ Ror(t7, t0, t7);