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

  /external/v8/test/cctest/
test-assembler-mips.cc 702 int32_t result_rotr_12; member in struct:__anon23902
735 __ sw(t3, MemOperand(a0, offsetof(T, result_rotr_12)) );
779 CHECK_EQ(static_cast<int32_t>(0x67812345), t.result_rotr_12);
    [all...]
test-assembler-mips64.cc 699 int32_t result_rotr_12; member in struct:__anon23915
732 __ sw(a7, MemOperand(a0, offsetof(T, result_rotr_12)) );
776 CHECK_EQ(static_cast<int32_t>(0x67812345), t.result_rotr_12);
    [all...]

Completed in 65 milliseconds