Home | History | Annotate | Download | only in cctest

Lines Matching full:ror

658   // ROTR instruction (called through the Ror macro).
659 __ Ror(t1, t0, 0x0004);
660 __ Ror(t2, t0, 0x0008);
661 __ Ror(t3, t0, 0x000c);
662 __ Ror(t4, t0, 0x0010);
663 __ Ror(t5, t0, 0x0014);
664 __ Ror(t6, t0, 0x0018);
665 __ Ror(t7, t0, 0x001c);
676 // ROTRV instruction (called through the Ror macro).
678 __ Ror(t1, t0, t7);
680 __ Ror(t2, t0, t7);
682 __ Ror(t3, t0, t7);
684 __ Ror(t4, t0, t7);
686 __ Ror(t5, t0, t7);
688 __ Ror(t6, t0, t7);
690 __ Ror(t7, t0, t7);