Lines Matching refs:uid
117 /// stream and indent level for the UID tables generated by
235 /// @param uid - The unique ID to set matching entries to.
239 InstrUID uid,
254 /// decode tables to point to a specific uid.
262 /// @param uid - The unique ID of the instruction.
269 InstrUID uid,
276 /// @param uid - The unique ID of the instruction.
278 InstructionSpecifier& specForUID(InstrUID uid) {
279 if (uid >= InstructionSpecifiers.size())
280 InstructionSpecifiers.resize(uid + 1);
282 return InstructionSpecifiers[uid];