Lines Matching full:uid
111 /// stream and indent level for the UID tables generated by
225 /// @param uid - The unique ID to set matching entries to.
228 InstrUID uid, uint8_t opcode);
243 /// decode tables to point to a specific uid.
252 /// @param uid - The unique ID of the instruction.
259 uint8_t opcode, const ModRMFilter &filter, InstrUID uid,
266 /// @param uid - The unique ID of the instruction.
268 InstructionSpecifier &specForUID(InstrUID uid) { in specForUID() argument
269 if (uid >= InstructionSpecifiers.size()) in specForUID()
270 InstructionSpecifiers.resize(uid + 1); in specForUID()
272 return InstructionSpecifiers[uid]; in specForUID()