Searched refs:opcode_gfx7 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_opcodes.py | 190 def __init__(self, name, opcode_gfx7, opcode_gfx9, opcode_gfx10, format, input_mod, output_mod, is_atomic, cls): 202 assert isinstance(opcode_gfx7, int) 210 self.opcode_gfx7 = opcode_gfx7 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 D | aco_assembler.cpp | 54 opcode = &instr_info.opcode_gfx7[0];
|
| H A D | aco_ir.h | 2234 const int16_t opcode_gfx7[static_cast<int>(aco_opcode::num_opcodes)]; member in struct:aco::__anon413c4e6a0b08
|
Completed in 14 milliseconds