Home | History | Annotate | Download | only in cctest

Lines Matching refs:Ror

723     // ROTR instruction (called through the Ror macro).
724 __ Ror(t1, t0, 0x0004);
725 __ Ror(t2, t0, 0x0008);
726 __ Ror(t3, t0, 0x000c);
727 __ Ror(t4, t0, 0x0010);
728 __ Ror(t5, t0, 0x0014);
729 __ Ror(t6, t0, 0x0018);
730 __ Ror(t7, t0, 0x001c);
741 // ROTRV instruction (called through the Ror macro).
743 __ Ror(t1, t0, t7);
745 __ Ror(t2, t0, t7);
747 __ Ror(t3, t0, t7);
749 __ Ror(t4, t0, t7);
751 __ Ror(t5, t0, t7);
753 __ Ror(t6, t0, t7);
755 __ Ror(t7, t0, t7);