Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DARMUtils.h280 static inline uint32_t ARMExpandImm_C(uint32_t opcode, uint32_t carry_in, in ARMExpandImm_C() function
300 return ARMExpandImm_C(opcode, carry_in, carry_out); in ARMExpandImm()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
DEmulateInstructionARM.cpp1423 imm32 = ARMExpandImm_C(opcode, APSR_C, carry); in EmulateMOVRdImm()
1632 imm32 = ARMExpandImm_C(opcode, APSR_C, carry); in EmulateMVNImm()
6042 ARMExpandImm_C(opcode, APSR_C, in EmulateANDImm()
6204 ARMExpandImm_C(opcode, APSR_C, in EmulateBICImm()
8846 ARMExpandImm_C(opcode, APSR_C, in EmulateEORImm()
9015 ARMExpandImm_C(opcode, APSR_C, in EmulateORRImm()
9766 ARMExpandImm_C(opcode, APSR_C, in EmulateTEQImm()
9891 ARMExpandImm_C(opcode, APSR_C, in EmulateTSTImm()