Home
last modified time | relevance | path

Searched refs:specWithOpsize (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c826 const struct InstructionSpecifier *specWithOpsize; in getID() local
843 specWithOpsize = specifierForUID(instructionIDWithOpsize); in getID()
845 if (is16BitEquvalent(spec->name, specWithOpsize->name)) { in getID()
847 insn->spec = specWithOpsize; in getID()