Searched refs:Salu (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_NOPs.cpp | 212 template <bool Valu, bool Vintrp, bool Salu> 228 (pred->isSALU() && Salu)); in handle_raw_hazard_instr() 241 template <bool Valu, bool Vintrp, bool Salu> 252 if (handle_raw_hazard_instr<Valu, Vintrp, Salu>(instr, reg, &nops_needed, &mask)) in handle_raw_hazard_internal() 257 if (handle_raw_hazard_instr<Valu, Vintrp, Salu>(block->instructions[pred_idx], reg, in handle_raw_hazard_internal() 269 std::max(res, handle_raw_hazard_internal<Valu, Vintrp, Salu>( in handle_raw_hazard_internal() 275 template <bool Valu, bool Vintrp, bool Salu> 281 int res = handle_raw_hazard_internal<Valu, Vintrp, Salu>( in handle_raw_hazard()
|
H A D | aco_opcodes.py | 41 Salu = 10 variable in InstrClass 385 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP2, InstrClass.Salu): 421 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPK, InstrClass.Salu): 499 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOP1, InstrClass.Salu): 528 opcode(name, gfx7, gfx9, gfx10, Format.SOPC, InstrClass.Salu) 574 for (gfx6, gfx7, gfx8, gfx9, gfx10, name, cls) in default_class(SOPP, InstrClass.Salu):
|
Completed in 5 milliseconds