Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_2

935       int32_t swl_2;
992 __ sw(a6, MemOperand(a0, offsetof(T, swl_2)));
994 __ swl(a6, MemOperand(a0, offsetof(T, swl_2) + 2));
1049 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_2);
1069 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_2);