Searched refs:SOPC (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_opcodes.py | 58 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 D | aco_ir.h | 76 SOPC = 5, enumerator in enum:aco::Format 1086 constexpr bool isSOPC() const noexcept { return format == Format::SOPC; }
|
| H A D | aco_assembler.cpp | 160 case Format::SOPC: {
|
Completed in 10 milliseconds