Lines Matching defs:opcodes
246 # global dictionary of opcodes
247 opcodes = {}
250 assert name not in opcodes
251 opcodes[name] = Opcode(name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic, cls)
253 def default_class(opcodes, cls):
254 for op in opcodes:
668 # TODO: misses some GFX6_7 opcodes which were shifted to VOP3 in GFX8
1431 # gfx7 and gfx10 opcodes are the same here
1485 (0x44, "image_gather4_l"), # following instructions have different opcodes according to ISA sheet.
1490 (0x49, "image_gather4_c_cl"), # previous instructions have different opcodes according to ISA sheet.
1670 for op in opcodes.values():