Lines Matching refs:VOP3P_instruction
941 VOP3P_instruction* vop3p = &instr->vop3p();
3424 propagate_swizzles(VOP3P_instruction* instr, uint8_t opsel_lo, uint8_t opsel_hi)
3449 VOP3P_instruction* vop3p = &instr->vop3p();
3458 VOP3P_instruction* candidate = &ctx.info[instr->operands[0].tempId()].instr->vop3p();
3479 VOP3P_instruction* fneg = &info.instr->vop3p();
3569 aco_ptr<VOP3P_instruction> fma{
3570 create_instruction<VOP3P_instruction>(mad, Format::VOP3P, 3, 1)};
3571 VOP3P_instruction* mul = &mul_instr->vop3p();
3631 aco_ptr<VOP3P_instruction> vop3p{
3632 create_instruction<VOP3P_instruction>(aco_opcode::v_fma_mix_f32, Format::VOP3P, 3, 1)};
4018 VOP3P_instruction& vop3p = mul_instr->vop3p();
4043 VOP3P_instruction& vop3p = instr->vop3p();
4072 aco_ptr<VOP3P_instruction> mad{
4073 create_instruction<VOP3P_instruction>(mad_op, Format::VOP3P, 3, 1)};