Home
last modified time | relevance | path

Searched refs:ARMExpandImm_C (Results 1 – 2 of 2) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DARMUtils.h290 static inline uint32_t ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, uint32_t &carry_out) in ARMExpandImm_C() function
313 return ARMExpandImm_C(opcode, carry_in, carry_out); in ARMExpandImm()
/external/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp868 imm32 = ARMExpandImm_C (opcode, APSR_C, carry); in EmulateMOVRdImm()
1076 imm32 = ARMExpandImm_C(opcode, APSR_C, carry); in EmulateMVNImm()
5497 … imm32 = ARMExpandImm_C(opcode, APSR_C, carry); // (imm32, carry) = ARMExpandImm(imm12, APSR.C) in EmulateANDImm()
5659 … imm32 = ARMExpandImm_C(opcode, APSR_C, carry); // (imm32, carry) = ARMExpandImm(imm12, APSR.C) in EmulateBICImm()
8296 … imm32 = ARMExpandImm_C(opcode, APSR_C, carry); // (imm32, carry) = ARMExpandImm(imm12, APSR.C) in EmulateEORImm()
8463 … imm32 = ARMExpandImm_C(opcode, APSR_C, carry); // (imm32, carry) = ARMExpandImm(imm12, APSR.C) in EmulateORRImm()
9204 … imm32 = ARMExpandImm_C (opcode, APSR_C, carry); // (imm32, carry) = ARMExpandImm(imm12, APSR.C) in EmulateTEQImm()
9329 … imm32 = ARMExpandImm_C(opcode, APSR_C, carry); // (imm32, carry) = ARMExpandImm(imm12, APSR.C) in EmulateTSTImm()