Searched refs:SOPP (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| H A D | aco_opt_value_numbering.cpp | 100 case Format::SOPP: return hash_murmur_32<SOPP_instruction>(instr); 270 case Format::SOPP: 331 case Format::SOPP:
|
| H A D | aco_insert_NOPs.cpp | 467 create_instruction<SOPP_instruction>(aco_opcode::s_nop, Format::SOPP, 0, 0)}; 669 create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt_depctr, Format::SOPP, 0, 0)}; 709 create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt_depctr, Format::SOPP, 0, 0)}; 742 if (instr->format != Format::SOPP) {
|
| H A D | aco_insert_waitcnt.cpp | 699 case Format::SOPP: { 722 create_instruction<SOPP_instruction>(aco_opcode::s_waitcnt, Format::SOPP, 0, 0);
|
| H A D | aco_opcodes.py | 57 SOPP = 4 variable in class:Format 83 elif self == Format.SOPP: 525 # SOPP instructions: 0 inputs (+optional scc/vcc), 0 outputs 526 SOPP = { variable 568 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPP, InstrClass.Salu): 569 opcode(name, gfx7, gfx9, gfx10, Format.SOPP, cls)
|
| H A D | README-ISA.md | 225 Any non-SOPP SALU instruction (except `s_setvskip`, `s_version`, and any non-lgkmcnt `s_waitcnt`).
|
| H A D | aco_print_ir.cpp | 281 case Format::SOPP: {
|
| H A D | aco_ir.h | 75 SOPP = 4, enumerator in enum:aco::Format 1075 constexpr bool isSOPP() const noexcept { return format == Format::SOPP; }
|
| H A D | aco_assembler.cpp | 168 case Format::SOPP: {
|
Completed in 20 milliseconds