Lines Matching refs:ALUWritePC
1153 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
1214 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
1276 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
1367 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1609 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1670 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNReg()
1838 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPImm()
1921 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
1950 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPRm()
2280 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
2330 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBIPSPImm()
2383 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPImm()
3145 ALUWritePC(result); // setflags is always FALSE here in EmulateADDImmARM()
3211 ALUWritePC(result); // setflags is always FALSE here in EmulateADDReg()
3540 ALUWritePC(result); // setflags is always FALSE here in EmulateASRImm()
3588 ALUWritePC(result); // setflags is always FALSE here in EmulateLSLImm()
3636 ALUWritePC(result); // setflags is always FALSE here in EmulateLSRImm()
3684 ALUWritePC(result); // setflags is always FALSE here in EmulateRORImm()
3734 ALUWritePC(result); // setflags is always FALSE here in EmulateRRX()
5810 ALUWritePC(result); // setflags is always FALSE here in EmulateADCImm()
5880 ALUWritePC(result); // setflags is always FALSE here in EmulateADCReg()
5964 ALUWritePC(result); in EmulateADR()
6027 ALUWritePC(result); // setflags is always FALSE here in EmulateANDImm()
6103 ALUWritePC(result); // setflags is always FALSE here in EmulateANDReg()
6192 ALUWritePC(result); // setflags is always FALSE here in EmulateBICImm()
6268 ALUWritePC(result); // setflags is always FALSE here in EmulateBICReg()
8834 ALUWritePC(result); // setflags is always FALSE here in EmulateEORImm()
8913 ALUWritePC(result); // setflags is always FALSE here in EmulateEORReg()
9003 ALUWritePC(result); // setflags is always FALSE here in EmulateORRImm()
9080 ALUWritePC(result); // setflags is always FALSE here in EmulateORRReg()
9168 ALUWritePC(result); // setflags is always FALSE here in EmulateRSBImm()
9241 ALUWritePC(result); // setflags is always FALSE here in EmulateRSBReg()
9319 ALUWritePC(result); // setflags is always FALSE here in EmulateRSCImm()
9379 ALUWritePC(result); // setflags is always FALSE here in EmulateRSCReg()
9448 ALUWritePC(result); // setflags is always FALSE here in EmulateSBCImm()
9517 ALUWritePC(result); // setflags is always FALSE here in EmulateSBCReg()
9690 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBImmARM()
10021 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPReg()
10215 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBReg()
14126 bool EmulateInstructionARM::ALUWritePC(Context &context, uint32_t addr) { in ALUWritePC() function in EmulateInstructionARM
14256 if (!ALUWritePC(context, result)) in WriteCoreRegOptionalFlags()