Searched refs:SOP1 (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_insert_NOPs.cpp | 736 create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format::SOP1, 1, 1)};
|
| H A D | aco_opcodes.py | 54 SOP1 = 1 variable in class:Format 419 # SOP1 instructions: 1 input, 1 output (+optional SCC) 420 SOP1 = { variable 490 # actually a pseudo-instruction. it's lowered to SALU during assembly though, so it's useful to identify it as a SOP1. 493 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu): 494 opcode(name, gfx7, gfx9, gfx10, Format.SOP1, cls)
|
| H A D | aco_ir.h | 72 SOP1 = 1, enumerator in enum:aco::Format 1042 constexpr bool isSOP1() const noexcept { return format == Format::SOP1; }
|
| H A D | aco_assembler.cpp | 148 case Format::SOP1: {
|
| H A D | aco_insert_exec_mask.cpp | 756 Format::SOP1, 1, 1));
|
| H A D | aco_spill.cpp | 284 /* TODO: rematerialization is only supported for VOP1, SOP1 and PSEUDO */ 285 if (instr->format != Format::VOP1 && instr->format != Format::SOP1 &&
|
| H A D | aco_register_allocation.cpp | 2819 Format::SOP1, 1, 1));
|
Completed in 22 milliseconds