Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_1

934       int32_t swl_1;
987 __ sw(a5, MemOperand(a0, offsetof(T, swl_1)));
989 __ swl(a5, MemOperand(a0, offsetof(T, swl_1) + 1));
1048 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_1);
1068 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_1);