Searched refs:InstructionSpecifier (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/llvm/utils/TableGen/
H A DX86DisassemblerShared.h22 InstructionSpecifier() { \
H A DX86DisassemblerTables.h45 std::vector<InstructionSpecifier> InstructionSpecifiers;
172 /// struct InstructionSpecifier CONTEXTS_SYM[k] = {
276 InstructionSpecifier& specForUID(InstrUID uid) {
H A DX86RecognizableInstr.h99 InstructionSpecifier* Spec;
H A DX86DisassemblerTables.cpp480 o.indent(i * 2) << "static const struct InstructionSpecifier ";
663 InstructionSpecifier &newInfo =
665 InstructionSpecifier &previousInfo =
/freebsd-10.0-release/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c158 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) {
818 const struct InstructionSpecifier *spec;
820 const struct InstructionSpecifier *specWithWBit;
853 const struct InstructionSpecifier *spec;
893 const struct InstructionSpecifier *spec;
895 const struct InstructionSpecifier *specWithNewOpcode;
H A DX86DisassemblerDecoderCommon.h379 struct InstructionSpecifier { struct
H A DX86DisassemblerDecoder.h490 const struct InstructionSpecifier *spec;

Completed in 72 milliseconds