Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.c156 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID() function
793 spec = specifierForUID(instructionID); in getID()
803 specWithWBit = specifierForUID(instructionIDWithWBit); in getID()
828 spec = specifierForUID(instructionID); in getID()
843 specWithOpsize = specifierForUID(instructionIDWithOpsize); in getID()
866 spec = specifierForUID(instructionID); in getID()
881 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode); in getID()
893 insn->spec = specifierForUID(insn->instructionID); in getID()
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp183 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { in specifierForUID() function
1043 insn->spec = specifierForUID(instructionID); in getID()
1051 insn->spec = specifierForUID(instructionIDWithREXW); in getID()
1079 insn->spec = specifierForUID(instructionID); in getID()
1097 spec = specifierForUID(instructionID); in getID()
1118 insn->spec = specifierForUID(instructionIDWithOpsize); in getID()
1137 spec = specifierForUID(instructionID); in getID()
1152 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode); in getID()
1164 insn->spec = specifierForUID(insn->instructionID); in getID()