Home
last modified time | relevance | path

Searched refs:setSO (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/ppc/
Dsimulator-ppc.h270 void SetCR0(intptr_t result, bool setSO = false);
Dsimulator-ppc.cc1555 void Simulator::SetCR0(intptr_t result, bool setSO) { in SetCR0() argument
1566 if (setSO) { in SetCR0()
2494 bool setSO = (special_reg_xer_ & 0x80000000); in ExecuteGeneric() local
2495 SetCR0(alu_out, setSO); in ExecuteGeneric()
2777 bool setSO = (special_reg_xer_ & 0x80000000); in ExecuteGeneric() local
2778 SetCR0(alu_out, setSO); in ExecuteGeneric()
2800 bool setSO = (special_reg_xer_ & 0x80000000); in ExecuteGeneric() local
2801 SetCR0(alu_out, setSO); in ExecuteGeneric()