/external/chromium_org/v8/test/cctest/ |
test-assembler-mips.cc | 841 int32_t swl_2; member in struct:__anon1085 898 __ sw(t2, MemOperand(a0, OFFSET_OF(T, swl_2)) ); 900 __ swl(t2, MemOperand(a0, OFFSET_OF(T, swl_2) + 2) ); 955 CHECK_EQ(0x11aabbcc, t.swl_2); 975 CHECK_EQ(0x1122aabb, t.swl_2); [all...] |
test-assembler-mips64.cc | 875 int32_t swl_2; member in struct:__anon1096 932 __ sw(a6, MemOperand(a0, OFFSET_OF(T, swl_2))); 934 __ swl(a6, MemOperand(a0, OFFSET_OF(T, swl_2) + 2)); 988 CHECK_EQ(0x11aabbcc, t.swl_2); [all...] |