HomeSort by relevance Sort by last modified time
    Searched refs:InternalInstruction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Target/X86/Disassembler/
X86DisassemblerDecoder.cpp 198 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) {
214 static int lookAtByte(struct InternalInstruction* insn, uint8_t* byte) {
218 static void unconsumeByte(struct InternalInstruction* insn) {
223 static int name(struct InternalInstruction* insn, type* ptr) { \
265 static void dbgprintf(struct InternalInstruction* insn,
292 static void setPrefixPresent(struct InternalInstruction* insn,
309 static bool isPrefixAtLocation(struct InternalInstruction* insn,
329 static int readPrefixes(struct InternalInstruction* insn) {
692 static int readOpcode(struct InternalInstruction* insn) {
798 static int readModRM(struct InternalInstruction* insn)
    [all...]
X86Disassembler.cpp 76 InternalInstruction &source,
139 InternalInstruction internalInstr;
240 static bool translateSrcIndex(MCInst &mcInst, InternalInstruction &insn) {
265 static bool translateDstIndex(MCInst &mcInst, InternalInstruction &insn) {
289 InternalInstruction &insn,
405 InternalInstruction &insn) {
442 static bool translateRMMemory(MCInst &mcInst, InternalInstruction &insn,
626 InternalInstruction &insn, const MCDisassembler *Dis) {
709 InternalInstruction &insn,
772 InternalInstruction &insn
    [all...]
X86DisassemblerDecoder.h 503 struct InternalInstruction {
642 int decodeInstruction(InternalInstruction *insn,

Completed in 140 milliseconds