Searched refs:ARMExpandImm_C (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMUtils.h | 280 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()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/ARM/ |
| H A D | EmulateInstructionARM.cpp | 1423 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()
|