test-assembler-mips.cc | 817 int32_t swl_1; member in struct:__anon21158 870 __ sw(t1, MemOperand(a0, OFFSET_OF(T, swl_1)) ); 872 __ swl(t1, MemOperand(a0, OFFSET_OF(T, swl_1) + 1) ); 931 CHECK_EQ(0x1122aabb, t.swl_1); 951 CHECK_EQ(0x11aabbcc, t.swl_1); [all...] |