/external/v8/test/cctest/ |
test-assembler-mips.cc | 903 int32_t swl_1; member in struct:__anon24395 956 __ sw(t1, MemOperand(a0, offsetof(T, swl_1)) ); 958 __ swl(t1, MemOperand(a0, offsetof(T, swl_1) + 1) ); 1017 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_1); 1037 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_1); [all...] |
test-assembler-mips64.cc | 934 int32_t swl_1; member in struct:__anon24408 987 __ sw(a5, MemOperand(a0, offsetof(T, swl_1))); 989 __ swl(a5, MemOperand(a0, offsetof(T, swl_1) + 1)); 1048 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_1); 1068 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_1); [all...] |