Searched refs:OPCODE_BUCKETS (Results 1 – 1 of 1) sorted by relevance
215 OPCODE_BUCKETS = {} variable218 OPCODE_BUCKETS[opc] = OPCODE_BUCKETS.get(opc, []) + [ins]221 for op in OPCODE_BUCKETS:222 bucket = OPCODE_BUCKETS[op]238 …print(Template(template).render(OPCODES = OPCODE_BUCKETS, IMMEDIATES = immediates, ENUMS = enums, …