Lines Matching refs:uid
104 /// stream and indent level for the UID tables generated by
218 /// @param uid - The unique ID to set matching entries to.
222 InstrUID uid,
237 /// decode tables to point to a specific uid.
245 /// @param uid - The unique ID of the instruction.
252 InstrUID uid,
259 /// @param uid - The unique ID of the instruction.
261 InstructionSpecifier& specForUID(InstrUID uid) {
262 if (uid >= InstructionSpecifiers.size())
263 InstructionSpecifiers.resize(uid + 1);
265 return InstructionSpecifiers[uid];