Lines Matching refs:ALUWritePC
1151 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
1212 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
1274 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
1365 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1607 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1668 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNReg()
1836 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPImm()
1919 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
1948 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPRm()
2277 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
2327 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBIPSPImm()
2380 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPImm()
3139 ALUWritePC(result); // setflags is always FALSE here in EmulateADDImmARM()
3205 ALUWritePC(result); // setflags is always FALSE here in EmulateADDReg()
3534 ALUWritePC(result); // setflags is always FALSE here in EmulateASRImm()
3582 ALUWritePC(result); // setflags is always FALSE here in EmulateLSLImm()
3630 ALUWritePC(result); // setflags is always FALSE here in EmulateLSRImm()
3678 ALUWritePC(result); // setflags is always FALSE here in EmulateRORImm()
3728 ALUWritePC(result); // setflags is always FALSE here in EmulateRRX()
5788 ALUWritePC(result); // setflags is always FALSE here in EmulateADCImm()
5858 ALUWritePC(result); // setflags is always FALSE here in EmulateADCReg()
5942 ALUWritePC(result); in EmulateADR()
6005 ALUWritePC(result); // setflags is always FALSE here in EmulateANDImm()
6081 ALUWritePC(result); // setflags is always FALSE here in EmulateANDReg()
6170 ALUWritePC(result); // setflags is always FALSE here in EmulateBICImm()
6246 ALUWritePC(result); // setflags is always FALSE here in EmulateBICReg()
8809 ALUWritePC(result); // setflags is always FALSE here in EmulateEORImm()
8888 ALUWritePC(result); // setflags is always FALSE here in EmulateEORReg()
8978 ALUWritePC(result); // setflags is always FALSE here in EmulateORRImm()
9055 ALUWritePC(result); // setflags is always FALSE here in EmulateORRReg()
9143 ALUWritePC(result); // setflags is always FALSE here in EmulateRSBImm()
9216 ALUWritePC(result); // setflags is always FALSE here in EmulateRSBReg()
9294 ALUWritePC(result); // setflags is always FALSE here in EmulateRSCImm()
9354 ALUWritePC(result); // setflags is always FALSE here in EmulateRSCReg()
9423 ALUWritePC(result); // setflags is always FALSE here in EmulateSBCImm()
9492 ALUWritePC(result); // setflags is always FALSE here in EmulateSBCReg()
9665 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBImmARM()
9996 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPReg()
10190 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBReg()
14089 bool EmulateInstructionARM::ALUWritePC(Context &context, uint32_t addr) { in ALUWritePC() function in EmulateInstructionARM
14219 if (!ALUWritePC(context, result)) in WriteCoreRegOptionalFlags()