Searched refs:AddWithCarry (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1149 (result, carry, overflow) = AddWithCarry(SP, imm32, '0'); in EmulateADDRdSPImm() 1834 (result, carry, overflow) = AddWithCarry(SP, imm32, '0'); in EmulateADDSPImm() 1906 AddWithCarryResult res = AddWithCarry(sp, imm32, 0); in EmulateADDSPImm() 1946 (result, carry, overflow) = AddWithCarry(SP, shifted, '0'); in EmulateADDSPRm() 2275 (result, carry, overflow) = AddWithCarry(SP, NOT(imm32), '1'); in EmulateSUBR7IPImm() 2325 (result, carry, overflow) = AddWithCarry(SP, NOT(imm32), '1'); in EmulateSUBIPSPImm() 2378 (result, carry, overflow) = AddWithCarry(SP, NOT(imm32), '1'); in EmulateSUBSPImm() 2435 AddWithCarryResult res = AddWithCarry(sp, ~imm32, 1); in EmulateSUBSPImm() 3015 (result, carry, overflow) = AddWithCarry(R[n], imm32, '0'); in EmulateADDImmThumb() 3107 AddWithCarryResult res = AddWithCarry(Rn, imm32, 0); in EmulateADDImmThumb() [all …]
|
| H A D | EmulateInstructionARM.h | 188 AddWithCarryResult AddWithCarry(uint32_t x, uint32_t y, uint8_t carry_in);
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/ |
| H A D | EmulateInstructionARM64.h | 154 static uint64_t AddWithCarry(uint32_t N, uint64_t x, uint64_t y, bool carry_in,
|
| H A D | EmulateInstructionARM64.cpp | 561 AddWithCarry(uint32_t N, uint64_t x, uint64_t y, bit carry_in, in AddWithCarry() function in EmulateInstructionARM64 657 result = AddWithCarry(datasize, operand1, operand2, carry_in, proc_state); in EmulateADDSUBImm()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMInstrThumb2.td | 2412 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|
| H A D | ARMInstrInfo.td | 3882 // See the definition of AddWithCarry() in the ARM ARM A2.2.1 for the gory
|