Searched refs:fixupReg (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c1085 * fixupReg().
1269 * fixupReg - Consults an operand specifier to determine which of the
1277 static int fixupReg(struct InternalInstruction *insn, function
1281 dbgprintf(insn, "fixupReg()");
1285 debug("Expected a REG or R/M encoding in fixupReg");
1509 if (fixupReg(insn, &x86OperandSets[insn->spec->operands][index]))
1589 if (fixupReg(insn, &x86OperandSets[insn->spec->operands][index]))

Completed in 125 milliseconds