Lines Matching defs:opcodes
248 # global dictionary of opcodes
249 opcodes = {}
252 assert name not in opcodes
253 opcodes[name] = Opcode(name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic, cls)
255 def default_class(opcodes, cls):
256 for op in opcodes:
674 # TODO: misses some GFX6_7 opcodes which were shifted to VOP3 in GFX8
1438 # gfx7 and gfx10 opcodes are the same here
1507 (0x44, "image_gather4_l"), # following instructions have different opcodes according to ISA sheet.
1512 (0x49, "image_gather4_c_cl"), # previous instructions have different opcodes according to ISA sheet.
1692 for op in opcodes.values():