Lines Matching defs:format
619 Format format = asVOP3(tmp->format);
620 instr.reset(create_instruction<VOP3_instruction>(tmp->opcode, format, tmp->operands.size(),
1329 instr->format = withoutDPP(instr->format);
1392 instr->format = withoutDPP(instr->format);
1857 if (instr->format == Format::VOPC && /* don't optimize VOP3 / SDWA / DPP */
3104 !instr->isSDWA() && instr->format != Format::VOP3P)
3113 instr->format = withoutDPP(instr->format);
3276 if (ds->format != Format::DS)
3623 return instr->format == Format::VOP2;
4710 instr->format = Format::SOPK;
4768 instr->format = withoutDPP(instr->format);
4769 if (instr->isVALU() && i > 0 && instr->format != Format::VOP3P)