Home | History | Annotate | Download | only in cctest

Lines Matching full:swl_3

905     int32_t swl_3;
966 __ sw(t3, MemOperand(a0, offsetof(T, swl_3)) );
968 __ swl(t3, MemOperand(a0, offsetof(T, swl_3) + 3) );
1019 CHECK_EQ(static_cast<int32_t>(0xaabbccdd), t.swl_3);
1039 CHECK_EQ(static_cast<int32_t>(0x112233aa), t.swl_3);