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

/macosx-10.10/llvmCore-3425.0.34/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.c151 * specifierForUID - Given a UID, returns the name and operand specification for
155 * decode(); specifierForUID will not check bounds.
158 static const struct InstructionSpecifier *specifierForUID(InstrUID uid) { function
809 spec = specifierForUID(instructionID);
819 specWithWBit = specifierForUID(instructionIDWithWBit);
844 spec = specifierForUID(instructionID);
865 insn->spec = specifierForUID(instructionIDWithOpsize);
884 spec = specifierForUID(instructionID);
899 specWithNewOpcode = specifierForUID(instructionIDWithNewOpcode);
911 insn->spec = specifierForUID(ins
[all...]

Completed in 201 milliseconds