Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_3

936       int32_t swl_3;
997 __ sw(a7, MemOperand(a0, offsetof(T, swl_3)));
999 __ swl(a7, MemOperand(a0, offsetof(T, swl_3) + 3));
1050 CHECK_EQ(static_cast<int32_t>(0xaabbccdd), t.swl_3);
1070 CHECK_EQ(static_cast<int32_t>(0x112233aa), t.swl_3);