Home | History | Annotate | Download | only in cctest

Lines Matching refs:Ror

659   // ROTR instruction (called through the Ror macro).
660 __ Ror(t1, t0, 0x0004);
661 __ Ror(t2, t0, 0x0008);
662 __ Ror(t3, t0, 0x000c);
663 __ Ror(t4, t0, 0x0010);
664 __ Ror(t5, t0, 0x0014);
665 __ Ror(t6, t0, 0x0018);
666 __ Ror(t7, t0, 0x001c);
677 // ROTRV instruction (called through the Ror macro).
679 __ Ror(t1, t0, t7);
681 __ Ror(t2, t0, t7);
683 __ Ror(t3, t0, t7);
685 __ Ror(t4, t0, t7);
687 __ Ror(t5, t0, t7);
689 __ Ror(t6, t0, t7);
691 __ Ror(t7, t0, t7);