Searched refs:emit_vop3a_instruction (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp892 emit_vop3a_instruction(isel_context* ctx, nir_alu_instr* instr, aco_opcode op, Temp dst, function in namespace:aco::__anon562fcc110110
1492 emit_vop3a_instruction(ctx, instr, aco_opcode::v_max_i16_e64, dst);
1508 emit_vop3a_instruction(ctx, instr, aco_opcode::v_max_u16_e64, dst);
1524 emit_vop3a_instruction(ctx, instr, aco_opcode::v_min_i16_e64, dst);
1540 emit_vop3a_instruction(ctx, instr, aco_opcode::v_min_u16_e64, dst);
1604 emit_vop3a_instruction(ctx, instr, aco_opcode::v_lshrrev_b16_e64, dst, false, 2, true);
1615 emit_vop3a_instruction(ctx, instr, aco_opcode::v_lshr_b64, dst);
1627 emit_vop3a_instruction(ctx, instr, aco_opcode::v_lshlrev_b16_e64, dst, false, 2, true);
1639 emit_vop3a_instruction(ctx, instr, aco_opcode::v_lshl_b64, dst);
1651 emit_vop3a_instruction(ct
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.3.0.rst1181 - aco/isel: refactor emit_vop3a_instruction() to handle 2 operand instructions
4039 - aco: fix incorrect assertion in emit_vop3a_instruction()

Completed in 16 milliseconds