Searched refs:setSO (Results 1 – 2 of 2) sorted by relevance
270 void SetCR0(intptr_t result, bool setSO = false);
1555 void Simulator::SetCR0(intptr_t result, bool setSO) { in SetCR0() argument1566 if (setSO) { in SetCR0()2494 bool setSO = (special_reg_xer_ & 0x80000000); in ExecuteGeneric() local2495 SetCR0(alu_out, setSO); in ExecuteGeneric()2777 bool setSO = (special_reg_xer_ & 0x80000000); in ExecuteGeneric() local2778 SetCR0(alu_out, setSO); in ExecuteGeneric()2800 bool setSO = (special_reg_xer_ & 0x80000000); in ExecuteGeneric() local2801 SetCR0(alu_out, setSO); in ExecuteGeneric()