Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_3

855     int32_t swl_3;
916 __ sw(t3, MemOperand(a0, OFFSET_OF(T, swl_3)) );
918 __ swl(t3, MemOperand(a0, OFFSET_OF(T, swl_3) + 3) );
971 CHECK_EQ(0xaabbccdd, t.swl_3);