Searched refs:SOP1 (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp736 create_instruction<SOP1_instruction>(aco_opcode::s_mov_b32, Format::SOP1, 1, 1)};
H A Daco_opcodes.py54 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 Daco_ir.h72 SOP1 = 1, enumerator in enum:aco::Format
1042 constexpr bool isSOP1() const noexcept { return format == Format::SOP1; }
H A Daco_assembler.cpp148 case Format::SOP1: {
H A Daco_insert_exec_mask.cpp756 Format::SOP1, 1, 1));
H A Daco_spill.cpp284 /* TODO: rematerialization is only supported for VOP1, SOP1 and PSEUDO */
285 if (instr->format != Format::VOP1 && instr->format != Format::SOP1 &&
H A Daco_register_allocation.cpp2819 Format::SOP1, 1, 1));

Completed in 22 milliseconds