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

  /external/v8/test/cctest/
test-assembler-mips.cc 700 int32_t result_rotr_4; member in struct:__anon23902
733 __ sw(t1, MemOperand(a0, offsetof(T, result_rotr_4)) );
777 CHECK_EQ(static_cast<int32_t>(0x81234567), t.result_rotr_4);
    [all...]
test-assembler-mips64.cc 697 int32_t result_rotr_4; member in struct:__anon23915
730 __ sw(a5, MemOperand(a0, offsetof(T, result_rotr_4)) );
774 CHECK_EQ(static_cast<int32_t>(0x81234567), t.result_rotr_4);
    [all...]

Completed in 60 milliseconds