Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp189 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID() function
1021 insn->spec = specifierForUID(instructionID); in getID()
1029 insn->spec = specifierForUID(instructionIDWithREXW); in getID()
1064 insn->spec = specifierForUID(instructionID); in getID()
1082 spec = specifierForUID(instructionID); in getID()
1103 insn->spec = specifierForUID(instructionIDWithOpsize); in getID()
1122 spec = specifierForUID(instructionID); in getID()
1137 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode); in getID()
1149 insn->spec = specifierForUID(insn->instructionID); in getID()