Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp184 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID() function
1046 insn->spec = specifierForUID(instructionID); in getID()
1054 insn->spec = specifierForUID(instructionIDWithREXW); in getID()
1082 insn->spec = specifierForUID(instructionID); in getID()
1100 spec = specifierForUID(instructionID); in getID()
1121 insn->spec = specifierForUID(instructionIDWithOpsize); in getID()
1140 spec = specifierForUID(instructionID); in getID()
1155 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode); in getID()
1167 insn->spec = specifierForUID(insn->instructionID); in getID()