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

  /external/v8/test/cctest/
test-assembler-mips.cc 703 int32_t result_rotr_16; member in struct:__anon23902
736 __ sw(t4, MemOperand(a0, offsetof(T, result_rotr_16)) );
780 CHECK_EQ(static_cast<int32_t>(0x56781234), t.result_rotr_16);
    [all...]
test-assembler-mips64.cc 700 int32_t result_rotr_16; member in struct:__anon23915
733 __ sw(t0, MemOperand(a0, offsetof(T, result_rotr_16)) );
777 CHECK_EQ(static_cast<int32_t>(0x56781234), t.result_rotr_16);
    [all...]

Completed in 237 milliseconds