Searched refs:opcode_gfx9 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opcodes.py190 def __init__(self, name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic, cls):
203 assert isinstance(opcode_gfx9, int)
211 self.opcode_gfx9 = opcode_gfx9
249 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, format = Format.PSEUDO, cls = InstrClass.Other, input_mod = False, output_mod = False, is_atomic = False):
251 opcodes[name] = Opcode(name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic, cls)
H A Daco_assembler.cpp56 opcode = &instr_info.opcode_gfx9[0];
H A Daco_ir.h2235 const int16_t opcode_gfx9[static_cast<int>(aco_opcode::num_opcodes)]; member in struct:aco::__anon413c4e6a0b08

Completed in 10 milliseconds