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

/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp798 static int readModRM(struct InternalInstruction* insn);
824 if (readModRM(insn))
1235 * readModRM - Consumes all addressing information (ModR/M byte, SIB byte, and
1241 static int readModRM(struct InternalInstruction* insn) { function
1244 dbgprintf(insn, "readModRM()");
1443 * operand would be XMM0 instead of AX, which readModRM() would otherwise
1448 * @param index - The existing value of the field as reported by readModRM().
1458 * fixup*Value functions to use in correcting readModRM()'ss interpretation.
1685 if (readModRM(insn))

Completed in 796 milliseconds