Searched defs:carry_out (Results 1 – 4 of 4) sorted by relevance
/external/lldb/source/Plugins/Process/Utility/ |
D | ARMUtils.h | 95 static inline uint32_t LSL_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool… in LSL_C() 119 static inline uint32_t LSR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool… in LSR_C() 143 static inline uint32_t ASR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool… in ASR_C() 177 static inline uint32_t ROR_C(const uint32_t value, const uint32_t amount, uint32_t &carry_out, bool… in ROR_C() 203 static inline uint32_t RRX_C(const uint32_t value, const uint32_t carry_in, uint32_t &carry_out, bo… in RRX_C() 222 const uint32_t carry_in, uint32_t &carry_out, bool *success) in Shift_C() 290 static inline uint32_t ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) in ARMExpandImm_C() 312 uint32_t carry_out; in ARMExpandImm() local 317 static inline uint32_t ThumbExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) in ThumbExpandImm_C() 360 uint32_t carry_out; in ThumbExpandImm() local
|
/external/lldb/source/Plugins/Instruction/ARM/ |
D | EmulateInstructionARM.h | 235 uint8_t carry_out; member
|
D | EmulateInstructionARM.cpp | 2469 uint32_t carry_out; in EmulateADDImmThumb() local 13260 uint8_t carry_out; in AddWithCarry() local
|
/external/v8/src/arm/ |
D | simulator-arm.cc | 1348 int32_t Simulator::GetShiftRm(Instruction* instr, bool* carry_out) { in GetShiftRm() 1506 int32_t Simulator::GetImm(Instruction* instr, bool* carry_out) { in GetImm()
|