Lines Matching refs:ALUWritePC
1163 ALUWritePC(result); // setflags is always FALSE here in EmulateADDRdSPImm()
1224 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdSP()
1286 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdRm()
1375 ALUWritePC(result); // setflags is always FALSE here in EmulateMOVRdImm()
1617 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNImm()
1678 ALUWritePC(result); // setflags is always FALSE here in EmulateMVNReg()
1846 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPImm()
1929 if (!ALUWritePC(context, res.result)) in EmulateADDSPImm()
1958 ALUWritePC(result); // setflags is always FALSE here in EmulateADDSPRm()
2288 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBR7IPImm()
2338 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBIPSPImm()
2391 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPImm()
3153 ALUWritePC(result); // setflags is always FALSE here in EmulateADDImmARM()
3219 ALUWritePC(result); // setflags is always FALSE here in EmulateADDReg()
3548 ALUWritePC(result); // setflags is always FALSE here in EmulateASRImm()
3596 ALUWritePC(result); // setflags is always FALSE here in EmulateLSLImm()
3644 ALUWritePC(result); // setflags is always FALSE here in EmulateLSRImm()
3692 ALUWritePC(result); // setflags is always FALSE here in EmulateRORImm()
3742 ALUWritePC(result); // setflags is always FALSE here in EmulateRRX()
5818 ALUWritePC(result); // setflags is always FALSE here in EmulateADCImm()
5888 ALUWritePC(result); // setflags is always FALSE here in EmulateADCReg()
5972 ALUWritePC(result); in EmulateADR()
6035 ALUWritePC(result); // setflags is always FALSE here in EmulateANDImm()
6111 ALUWritePC(result); // setflags is always FALSE here in EmulateANDReg()
6200 ALUWritePC(result); // setflags is always FALSE here in EmulateBICImm()
6276 ALUWritePC(result); // setflags is always FALSE here in EmulateBICReg()
8842 ALUWritePC(result); // setflags is always FALSE here in EmulateEORImm()
8921 ALUWritePC(result); // setflags is always FALSE here in EmulateEORReg()
9011 ALUWritePC(result); // setflags is always FALSE here in EmulateORRImm()
9088 ALUWritePC(result); // setflags is always FALSE here in EmulateORRReg()
9176 ALUWritePC(result); // setflags is always FALSE here in EmulateRSBImm()
9249 ALUWritePC(result); // setflags is always FALSE here in EmulateRSBReg()
9327 ALUWritePC(result); // setflags is always FALSE here in EmulateRSCImm()
9387 ALUWritePC(result); // setflags is always FALSE here in EmulateRSCReg()
9456 ALUWritePC(result); // setflags is always FALSE here in EmulateSBCImm()
9525 ALUWritePC(result); // setflags is always FALSE here in EmulateSBCReg()
9698 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBImmARM()
10029 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBSPReg()
10223 ALUWritePC(result); // setflags is always FALSE here in EmulateSUBReg()
14170 bool EmulateInstructionARM::ALUWritePC(Context &context, uint32_t addr) { in ALUWritePC() function in EmulateInstructionARM
14300 if (!ALUWritePC(context, result)) in WriteCoreRegOptionalFlags()