/external/v8/test/cctest/ |
test-assembler-mips.cc | 897 int32_t lwl_3; member in struct:__anon24395 930 __ sw(t3, MemOperand(a0, offsetof(T, lwl_3)) ); 1009 CHECK_EQ(static_cast<int32_t>(0x11223344), t.lwl_3); 1029 CHECK_EQ(static_cast<int32_t>(0x44bbccdd), t.lwl_3); [all...] |
test-assembler-mips64.cc | 928 int32_t lwl_3; member in struct:__anon24408 961 __ sw(a7, MemOperand(a0, offsetof(T, lwl_3))); 1040 CHECK_EQ(static_cast<int32_t>(0x11223344), t.lwl_3); 1060 CHECK_EQ(static_cast<int32_t>(0x44bbccdd), t.lwl_3); [all...] |