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

References

tools/lldb/source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
 1393       imm32 = Bits32(opcode, 7, 0); // imm32 = ZeroExtend(imm8, 32)
 1401       imm32 = ThumbExpandImm_C(opcode, APSR_C, carry);
 1416       imm32 = (imm4 << 12) | (i << 11) | (imm3 << 8) | imm8;
 1428       imm32 = ARMExpandImm_C(opcode, APSR_C, carry);
 1443       imm32 = (imm4 << 12) | imm12;
 1453     uint32_t result = imm32;