Searched refs:opcode_gfx9 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/amd/compiler/ |
D | aco_opcodes.py | 170 …def __init__(self, name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is… argument 183 assert isinstance(opcode_gfx9, int) 191 self.opcode_gfx9 = opcode_gfx9 239 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, format = Format.PSEUDO, inp… argument 241 …opcodes[name] = Opcode(name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod…
|
D | aco_assembler.cpp | 25 opcode = &instr_info.opcode_gfx9[0]; in asm_context()
|
D | aco_ir.h | 1794 const int16_t opcode_gfx9[static_cast<int>(aco_opcode::num_opcodes)]; member
|