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

References

lib/Target/X86/Disassembler/X86Disassembler.cpp
  127                                 InternalInstruction &source,
  219   InternalInstruction InternalInstr;
  331 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) {
  356 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) {
  380                                InternalInstruction &insn,
  485                                 InternalInstruction &insn) {
  522 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn,
  683                         InternalInstruction &insn, const MCDisassembler *Dis) {
  746                              InternalInstruction &insn,
  808                                 InternalInstruction &insn,
lib/Target/X86/Disassembler/X86DisassemblerDecoder.cpp
  203 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) {
  219 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) {
  223 static void unconsumeByte(struct InternalInstruction* insn) {
  270 static void dbgprintf(struct InternalInstruction* insn,
  286 static bool isREX(struct InternalInstruction *insn, uint8_t prefix) {
  298 static void setPrefixPresent(struct InternalInstruction *insn, uint8_t prefix) {
  338 static int readPrefixes(struct InternalInstruction* insn) {
  634 static int readModRM(struct InternalInstruction* insn);
  643 static int readOpcode(struct InternalInstruction* insn) {
  772                              struct InternalInstruction* insn,
  852 static int getID(struct InternalInstruction* insn, const void *miiArg) {
 1160 static int readSIB(struct InternalInstruction* insn) {
 1236 static int readDisplacement(struct InternalInstruction* insn) {
 1281 static int readModRM(struct InternalInstruction* insn) {
 1524 static int fixupReg(struct InternalInstruction *insn,
 1576 static int readOpcodeRegister(struct InternalInstruction* insn, uint8_t size) {
 1623 static int readImmediate(struct InternalInstruction* insn, uint8_t size) {
 1677 static int readVVVV(struct InternalInstruction* insn) {
 1707 static int readMaskRegister(struct InternalInstruction* insn) {
 1725 static int readOperands(struct InternalInstruction* insn) {
 1906     struct InternalInstruction *insn, byteReader_t reader,
 1909   memset(insn, 0, sizeof(struct InternalInstruction));
lib/Target/X86/Disassembler/X86DisassemblerDecoder.h
  675 int decodeInstruction(InternalInstruction *insn,