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

References

tools/lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
 1174   uint32_t t = Bits32(opcode, 4, 0);
 1175   uint32_t bit_pos = (Bit32(opcode, 31) << 6) | (Bits32(opcode, 23, 19));
 1175   uint32_t bit_pos = (Bit32(opcode, 31) << 6) | (Bits32(opcode, 23, 19));
 1176   uint32_t bit_val = Bit32(opcode, 24);
 1177   int64_t offset = llvm::SignExtend64<16>(Bits32(opcode, 18, 5) << 2);