Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_1

903     int32_t swl_1;
956 __ sw(t1, MemOperand(a0, offsetof(T, swl_1)) );
958 __ swl(t1, MemOperand(a0, offsetof(T, swl_1) + 1) );
1017 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_1);
1037 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_1);