Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_2

904     int32_t swl_2;
961 __ sw(t2, MemOperand(a0, offsetof(T, swl_2)) );
963 __ swl(t2, MemOperand(a0, offsetof(T, swl_2) + 2) );
1018 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_2);
1038 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_2);