/external/v8/test/cctest/ |
test-assembler-mips.cc | 904 int32_t swl_2; member in struct:__anon25233 961 __ sw(t2, MemOperand(a0, offsetof(T, swl_2)) ); 963 __ swl(t2, MemOperand(a0, offsetof(T, swl_2) + 2) ); 1018 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_2); 1038 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_2); [all...] |
test-assembler-mips64.cc | 935 int32_t swl_2; member in struct:__anon25246 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); [all...] |