Searched refs:SOPC (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opcodes.py58 SOPC = 5 variable in class:Format
497 # SOPC instructions: 2 inputs and 0 outputs (+SCC)
498 SOPC = { variable
521 for (gfx6, gfx7, gfx8, gfx9, gfx10, name) in SOPC:
522 opcode(name, gfx7, gfx9, gfx10, Format.SOPC, InstrClass.Salu)
H A Daco_ir.h76 SOPC = 5, enumerator in enum:aco::Format
1086 constexpr bool isSOPC() const noexcept { return format == Format::SOPC; }
H A Daco_assembler.cpp160 case Format::SOPC: {

Completed in 10 milliseconds