Lines Matching refs:ALUWritePC
1148 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
1209 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
1271 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
1362 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1604 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1665 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNReg()
1833 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPImm()
1916 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
1945 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPRm()
2275 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
2325 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBIPSPImm()
2378 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPImm()
3140 ALUWritePC(result); // setflags is always FALSE here in EmulateADDImmARM()
3206 ALUWritePC(result); // setflags is always FALSE here in EmulateADDReg()
3535 ALUWritePC(result); // setflags is always FALSE here in EmulateASRImm()
3583 ALUWritePC(result); // setflags is always FALSE here in EmulateLSLImm()
3631 ALUWritePC(result); // setflags is always FALSE here in EmulateLSRImm()
3679 ALUWritePC(result); // setflags is always FALSE here in EmulateRORImm()
3729 ALUWritePC(result); // setflags is always FALSE here in EmulateRRX()
5805 ALUWritePC(result); // setflags is always FALSE here in EmulateADCImm()
5875 ALUWritePC(result); // setflags is always FALSE here in EmulateADCReg()
5959 ALUWritePC(result); in EmulateADR()
6022 ALUWritePC(result); // setflags is always FALSE here in EmulateANDImm()
6098 ALUWritePC(result); // setflags is always FALSE here in EmulateANDReg()
6187 ALUWritePC(result); // setflags is always FALSE here in EmulateBICImm()
6263 ALUWritePC(result); // setflags is always FALSE here in EmulateBICReg()
8829 ALUWritePC(result); // setflags is always FALSE here in EmulateEORImm()
8908 ALUWritePC(result); // setflags is always FALSE here in EmulateEORReg()
8998 ALUWritePC(result); // setflags is always FALSE here in EmulateORRImm()
9075 ALUWritePC(result); // setflags is always FALSE here in EmulateORRReg()
9163 ALUWritePC(result); // setflags is always FALSE here in EmulateRSBImm()
9236 ALUWritePC(result); // setflags is always FALSE here in EmulateRSBReg()
9314 ALUWritePC(result); // setflags is always FALSE here in EmulateRSCImm()
9374 ALUWritePC(result); // setflags is always FALSE here in EmulateRSCReg()
9443 ALUWritePC(result); // setflags is always FALSE here in EmulateSBCImm()
9512 ALUWritePC(result); // setflags is always FALSE here in EmulateSBCReg()
9685 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBImmARM()
10016 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPReg()
10210 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBReg()
14119 bool EmulateInstructionARM::ALUWritePC(Context &context, uint32_t addr) { in ALUWritePC() function in EmulateInstructionARM
14249 if (!ALUWritePC(context, result)) in WriteCoreRegOptionalFlags()