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

/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c641 static int readModRM(struct InternalInstruction* insn);
669 if (readModRM(insn))
1056 * readModRM - Consumes all addressing information (ModR/M byte, SIB byte, and
1062 static int readModRM(struct InternalInstruction* insn) { function
1065 dbgprintf(insn, "readModRM()");
1251 * operand would be XMM0 instead of AX, which readModRM() would otherwise
1256 * @param index - The existing value of the field as reported by readModRM().
1266 * fixup*Value functions to use in correcting readModRM()'ss interpretation.
1503 if (readModRM(insn))

Completed in 646 milliseconds