/external/chromium_org/v8/test/cctest/ |
test-assembler-mips.cc | 840 int32_t swl_1; member in struct:__anon1085 893 __ sw(t1, MemOperand(a0, OFFSET_OF(T, swl_1)) ); 895 __ swl(t1, MemOperand(a0, OFFSET_OF(T, swl_1) + 1) ); 954 CHECK_EQ(0x1122aabb, t.swl_1); 974 CHECK_EQ(0x11aabbcc, t.swl_1); [all...] |
test-assembler-mips64.cc | 874 int32_t swl_1; member in struct:__anon1096 927 __ sw(a5, MemOperand(a0, OFFSET_OF(T, swl_1))); 929 __ swl(a5, MemOperand(a0, OFFSET_OF(T, swl_1) + 1)); 987 CHECK_EQ(0x1122aabb, t.swl_1); [all...] |