Home
last modified time | relevance | path

Searched refs:add_subdword_operand (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/docs/relnotes/
D20.2.2.rst117 - aco: update phi_map in add_subdword_operand()
D20.3.0.rst4088 - aco: update phi_map in add_subdword_operand()
/external/mesa3d/src/amd/compiler/
Daco_register_allocation.cpp44 void add_subdword_operand(ra_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, unsigned byte, Re…
370 void add_subdword_operand(ra_ctx& ctx, aco_ptr<Instruction>& instr, unsigned idx, unsigned byte, Re… in add_subdword_operand() function
2257 add_subdword_operand(ctx, instr, i, op.physReg().byte(), op.regClass()); in register_allocation()