Lines Matching refs:AddWithCarryResult

1858         AddWithCarryResult res = AddWithCarry(sp, ~imm32, 1);  in EmulateSUBSPImm()
2535 AddWithCarryResult res = AddWithCarry (Rn, imm32, 0); in EmulateADDImmThumb()
2602 AddWithCarryResult res = AddWithCarry(val1, imm32, 0); in EmulateADDImmARM()
2691 AddWithCarryResult res = AddWithCarry(val1, shifted, 0); in EmulateADDReg()
2746 AddWithCarryResult res = AddWithCarry(reg_val, imm32, 0); in EmulateCMNImm()
2816 AddWithCarryResult res = AddWithCarry(val1, shifted, 0); in EmulateCMNReg()
2870 AddWithCarryResult res = AddWithCarry(reg_val, ~imm32, 1); in EmulateCMPImm()
2942 AddWithCarryResult res = AddWithCarry(val1, ~shifted, 1); in EmulateCMPReg()
5286 AddWithCarryResult res = AddWithCarry(val1, imm32, APSR_C); in EmulateADCImm()
5374 AddWithCarryResult res = AddWithCarry(val1, shifted, APSR_C); in EmulateADCReg()
8641 AddWithCarryResult res = AddWithCarry(~reg_val, imm32, 1); in EmulateRSBImm()
8721 AddWithCarryResult res = AddWithCarry(~val1, shifted, 1); in EmulateRSBReg()
8779 AddWithCarryResult res = AddWithCarry(~reg_val, imm32, APSR_C); in EmulateRSCImm()
8850 AddWithCarryResult res = AddWithCarry(~val1, shifted, APSR_C); in EmulateRSCReg()
8916 AddWithCarryResult res = AddWithCarry(reg_val, ~imm32, APSR_C); in EmulateSBCImm()
9003 AddWithCarryResult res = AddWithCarry(val1, ~shifted, APSR_C); in EmulateSBCReg()
9093 AddWithCarryResult res = AddWithCarry(reg_val, ~imm32, 1); in EmulateSUBImmThumb()
9159 AddWithCarryResult res = AddWithCarry(reg_val, ~imm32, 1); in EmulateSUBImmARM()
9508 AddWithCarryResult res = AddWithCarry (sp_val, ~shifted, 1); in EmulateSUBSPReg()
9597 AddWithCarryResult res = AddWithCarry (Rn, shifted, 0); in EmulateADDRegShift()
9722 AddWithCarryResult res = AddWithCarry (Rn, ~shifted, 1); in EmulateSUBReg()
12171 AddWithCarryResult result; in EmulateSUBSPcLrEtc()
13256 EmulateInstructionARM::AddWithCarryResult
13275 AddWithCarryResult res = { result, carry_out, overflow }; in AddWithCarry()