Searched refs:v_mov (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmidgard_schedule.c953 midgard_instruction mov = v_mov(cond, cond);
1133 *mov = v_mov(src, make_compiler_temp(ctx));
1202 *sadd = v_mov(~0, make_compiler_temp(ctx));
1229 *vadd = v_mov(~0, make_compiler_temp(ctx));
1345 *vmul = v_mov(src, temp);
1517 midgard_instruction mov = v_mov(I->src[s], temp);
1555 midgard_instruction mov = v_mov(src, temp);
H A Dmidgard_ra.c284 midgard_instruction m = v_mov(idx, i);
299 midgard_instruction m = v_mov(i, idx);
898 midgard_instruction st = v_mov(spill_node, spill_slot);
945 midgard_instruction mv = v_mov(ins->dest, dest);
987 st = v_mov(spill_node, index);
H A Dmir_promote_uniforms.c331 midgard_instruction mov = v_mov(promoted, ins->dest);
H A Dcompiler.h534 v_mov(unsigned src, unsigned dest) function in typeref:typename:midgard_instruction
H A Dmidgard_compile.c474 midgard_instruction ins = v_mov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), to);
1785 emit_mir_instruction(ctx, v_mov(*input, reg));
1893 midgard_instruction ins = v_mov(reg, out);
2272 midgard_instruction mov = v_mov(sample_or_ref, ins->src[1]);
2294 v_mov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), ins->src[1]);
2309 midgard_instruction mov = v_mov(coords, ins->src[1]);
2540 midgard_instruction ins = v_mov(SSA_FIXED_REGISTER(REGISTER_CONSTANT), scratch);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_insert_NOPs.cpp680 * Handle any permlane following a VOPC instruction, insert v_mov between them.
688 /* v_nop would be discarded by SQ, so use v_mov with the first operand of the permlane */
689 aco_ptr<VOP1_instruction> v_mov{ local in function:aco::__anonc617705e0110::handle_instruction_gfx10
691 v_mov->definitions[0] = Definition(instr->operands[0].physReg(), v1);
692 v_mov->operands[0] = Operand(instr->operands[0].physReg(), v1);
693 new_instructions.emplace_back(std::move(v_mov));
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.1.0.rst780 - pan/mdg: Track v_mov type (force uint32 for now?)
H A D20.3.0.rst1180 - aco/isel: refactor code and remove unnecessary v_mov

Completed in 25 milliseconds