Home | History | Annotate | Download | only in cctest

Lines Matching refs:Ror

720     // ROTR instruction (called through the Ror macro).
721 __ Ror(a5, a4, 0x0004);
722 __ Ror(a6, a4, 0x0008);
723 __ Ror(a7, a4, 0x000c);
724 __ Ror(t0, a4, 0x0010);
725 __ Ror(t1, a4, 0x0014);
726 __ Ror(t2, a4, 0x0018);
727 __ Ror(t3, a4, 0x001c);
738 // ROTRV instruction (called through the Ror macro).
740 __ Ror(a5, a4, t3);
742 __ Ror(a6, a4, t3);
744 __ Ror(a7, a4, t3);
746 __ Ror(t0, a4, t3);
748 __ Ror(t1, a4, t3);
750 __ Ror(t2, a4, t3);
752 __ Ror(t3, a4, t3);