reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 1401       imm32 = ThumbExpandImm_C(opcode, APSR_C, carry);
 1632       imm32 = ThumbExpandImm_C(opcode, APSR_C, carry);
 3070       imm32 = ThumbExpandImm_C(opcode, APSR_C, carry_out);
 6053       imm32 = ThumbExpandImm_C(
 6218       imm32 = ThumbExpandImm_C(
 8860       imm32 = ThumbExpandImm_C(
 9029       imm32 = ThumbExpandImm_C(
 9785       imm32 = ThumbExpandImm_C(
 9910       imm32 = ThumbExpandImm_C(
tools/lldb/source/Plugins/Process/Utility/ARMUtils.h
  344   return ThumbExpandImm_C(opcode, carry_in, carry_out);