Home
last modified time | relevance | path

Searched refs:opcode_gfx10 (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_opcodes.py190 …def __init__(self, name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is… argument
204 assert isinstance(opcode_gfx10, int)
212 self.opcode_gfx10 = opcode_gfx10
249 def opcode(name, opcode_gfx7 = -1, opcode_gfx9 = -1, opcode_gfx10 = -1, format = Format.PSEUDO, cls… argument
251 …opcodes[name] = Opcode(name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod…
Daco_assembler.cpp58 opcode = &instr_info.opcode_gfx10[0]; in asm_context()
Daco_ir.h2236 const int16_t opcode_gfx10[static_cast<int>(aco_opcode::num_opcodes)]; member