Lines Matching refs:vcc
163 check((instr->definitions[0].isFixed() && instr->definitions[0].physReg() == vcc) ||
165 "SDWA+VOPC definition must be fixed to vcc on GFX8", instr.get());
195 check(instr->operands[2].isFixed() && instr->operands[2].physReg() == vcc,
196 "3rd operand must be fixed to vcc with SDWA", instr.get());
199 check(instr->definitions[1].isFixed() && instr->definitions[1].physReg() == vcc,
200 "2nd definition must be fixed to vcc with SDWA", instr.get());
897 if (op.physReg() == vcc && !program->needs_vcc)
899 "Operand %d fixed to vcc but needs_vcc=false", i);
926 if (def.physReg() == vcc && !program->needs_vcc)
928 "Definition %d fixed to vcc but needs_vcc=false", i);