Searched refs:AddWithCarry (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1908 AddWithCarryResult res = AddWithCarry(sp, imm32, 0); in EmulateADDSPImm() 2438 AddWithCarryResult res = AddWithCarry(sp, ~imm32, 1); in EmulateSUBSPImm() 3112 AddWithCarryResult res = AddWithCarry(Rn, imm32, 0); in EmulateADDImmThumb() 3178 AddWithCarryResult res = AddWithCarry(val1, imm32, 0); in EmulateADDImmARM() 3394 AddWithCarryResult res = AddWithCarry(val1, shifted, 0); in EmulateCMNReg() 12772 result = AddWithCarry(Rn, ~(operand2), 1); in EmulateSUBSPcLrEtc() 12777 result = AddWithCarry(~(Rn), operand2, 1); in EmulateSUBSPcLrEtc() 12782 result = AddWithCarry(Rn, operand2, 0); in EmulateSUBSPcLrEtc() 12787 result = AddWithCarry(Rn, operand2, APSR_C); in EmulateSUBSPcLrEtc() 12792 result = AddWithCarry(Rn, ~(operand2), APSR_C); in EmulateSUBSPcLrEtc() [all …]
|
| H A D | EmulateInstructionARM.h | 190 AddWithCarryResult AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 155 static uint64_t AddWithCarry(uint32_t N, uint64_t x, uint64_t y, bool carry_in,
|
| H A D | EmulateInstructionARM64.cpp | 571 AddWithCarry(uint32_t N, uint64_t x, uint64_t y, bit carry_in, in AddWithCarry() function in EmulateInstructionARM64 667 result = AddWithCarry(datasize, operand1, operand2, carry_in, proc_state); in EmulateADDSUBImm()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb2.td | 2408 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|
| H A D | ARMInstrInfo.td | 3863 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|