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

  /external/v8/test/cctest/
test-assembler-mips.cc 904 int32_t swl_2; member in struct:__anon23904
961 __ sw(t2, MemOperand(a0, offsetof(T, swl_2)) );
963 __ swl(t2, MemOperand(a0, offsetof(T, swl_2) + 2) );
1018 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_2);
1038 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_2);
    [all...]
test-assembler-mips64.cc 935 int32_t swl_2; member in struct:__anon23917
992 __ sw(a6, MemOperand(a0, offsetof(T, swl_2)));
994 __ swl(a6, MemOperand(a0, offsetof(T, swl_2) + 2));
1049 CHECK_EQ(static_cast<int32_t>(0x11aabbcc), t.swl_2);
1069 CHECK_EQ(static_cast<int32_t>(0x1122aabb), t.swl_2);
    [all...]

Completed in 3529 milliseconds