HomeSort by relevance Sort by last modified time
    Searched refs:swl_1 (Results 1 - 2 of 2) sorted by null

  /external/v8/test/cctest/
test-assembler-mips.cc 903 int32_t swl_1; member in struct:__anon23904
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:__anon23917
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...]

Completed in 74 milliseconds