Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_2

854     int32_t swl_2;
911 __ sw(t2, MemOperand(a0, OFFSET_OF(T, swl_2)) );
913 __ swl(t2, MemOperand(a0, OFFSET_OF(T, swl_2) + 2) );
970 CHECK_EQ(0x11aabbcc, t.swl_2);