Searched refs:cc_value (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/mips/
H A Dsimulator-mips.cc4031 uint32_t cc_value = test_fcsr_bit(fcsr_cc); local
4032 bool do_branch = (instr->FBtrueValue()) ? cc_value : !cc_value;
/external/v8/src/mips64/
H A Dsimulator-mips64.cc4284 uint32_t cc_value = test_fcsr_bit(fcsr_cc); local
4285 bool do_branch = (instr->FBtrueValue()) ? cc_value : !cc_value;

Completed in 70 milliseconds