Lines Matching refs:VOP3_instruction

620    instr.reset(create_instruction<VOP3_instruction>(tmp->opcode, format, tmp->operands.size(),
1779 VOP3_instruction* vop3 = instr->isVOP3() ? &instr->vop3() : NULL;
1826 VOP3_instruction& vop3 = instr->vop3();
2130 VOP3_instruction& vop3 = op_instr[i]->vop3();
2169 VOP3_instruction* vop3 =
2170 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1);
2242 VOP3_instruction* new_vop3 =
2243 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1);
2244 VOP3_instruction& cmp_vop3 = cmp->vop3();
2334 VOP3_instruction& vop3 = nan_test->vop3();
2367 VOP3_instruction* new_vop3 =
2368 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOPC), 2, 1);
2369 VOP3_instruction& cmp_vop3 = cmp->vop3();
2418 VOP3_instruction* new_vop3 =
2419 create_instruction<VOP3_instruction>(new_opcode, asVOP3(Format::VOPC), 2, 1);
2420 VOP3_instruction& cmp_vop3 = cmp->vop3();
2488 VOP3_instruction* op1_vop3 = op1_instr->isVOP3() ? &op1_instr->vop3() : NULL;
2489 VOP3_instruction* op2_vop3 = op2_instr->isVOP3() ? &op2_instr->vop3() : NULL;
2552 VOP3_instruction* new_instr = create_instruction<VOP3_instruction>(opcode, Format::VOP3, 3, 1);
2828 create_instruction<VOP3_instruction>(new_op, asVOP3(Format::VOP2), 3, 2));
2869 create_instruction<VOP3_instruction>(aco_opcode::v_bcnt_u32_b32, Format::VOP3, 2, 1)};
3334 new_instr.reset(create_instruction<VOP3_instruction>(aco_opcode::v_cndmask_b32,
3409 aco_ptr<VOP3_instruction> new_instr{
3410 create_instruction<VOP3_instruction>(mad_op, Format::VOP3, 3, 1)};
3883 create_instruction<VOP3_instruction>(mul_instr->opcode, asVOP3(Format::VOP2), 2, 1));
3887 VOP3_instruction& new_mul = instr->vop3();
3889 VOP3_instruction& mul = mul_instr->vop3();
4012 VOP3_instruction& vop3 = mul_instr->vop3();
4028 VOP3_instruction& vop3 = instr->vop3();
4098 aco_ptr<VOP3_instruction> mad{
4099 create_instruction<VOP3_instruction>(mad_op, Format::VOP3, 3, 1)};