Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DARMUtils.h279 static inline uint32_t ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, in ARMExpandImm_C() function
299 return ARMExpandImm_C(opcode, carry_in, carry_out); in ARMExpandImm()
/external/llvm-project/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp1425 imm32 = ARMExpandImm_C(opcode, APSR_C, carry); in EmulateMOVRdImm()
1634 imm32 = ARMExpandImm_C(opcode, APSR_C, carry); in EmulateMVNImm()
6064 ARMExpandImm_C(opcode, APSR_C, in EmulateANDImm()
6226 ARMExpandImm_C(opcode, APSR_C, in EmulateBICImm()
8871 ARMExpandImm_C(opcode, APSR_C, in EmulateEORImm()
9040 ARMExpandImm_C(opcode, APSR_C, in EmulateORRImm()
9791 ARMExpandImm_C(opcode, APSR_C, in EmulateTEQImm()
9916 ARMExpandImm_C(opcode, APSR_C, in EmulateTSTImm()