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

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp822 emit_vop2_instruction(isel_context* ctx, nir_alu_instr* instr, aco_opcode opc, Temp dst, function in namespace:aco::__anon562fcc110110
1494 emit_vop2_instruction(ctx, instr, aco_opcode::v_max_i16, dst, true);
1498 emit_vop2_instruction(ctx, instr, aco_opcode::v_max_i32, dst, true);
1510 emit_vop2_instruction(ctx, instr, aco_opcode::v_max_u16, dst, true);
1514 emit_vop2_instruction(ctx, instr, aco_opcode::v_max_u32, dst, true);
1526 emit_vop2_instruction(ctx, instr, aco_opcode::v_min_i16, dst, true);
1530 emit_vop2_instruction(ctx, instr, aco_opcode::v_min_i32, dst, true);
1542 emit_vop2_instruction(ctx, instr, aco_opcode::v_min_u16, dst, true);
1546 emit_vop2_instruction(ctx, instr, aco_opcode::v_min_u32, dst, true);
1558 emit_vop2_instruction(ct
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.3.0.rst4156 - aco/isel: Fix emit_vop2_instruction to apply 16/24-bit flags properly.

Completed in 16 milliseconds