Lines Matching refs:format
388 // clang-format off
393 // clang-format on
512 if (instr->format == Format::VOP3P)
544 if (instr->format == Format::VOP3) {
688 if (instr->format == Format::VOP3) {
1555 unsigned first_operand = vec->format == Format::MIMG ? 3 : 0;
1565 if (vec->format != Format::MIMG || is_mimg_vaddr_intact(ctx, reg_file, vec)) {
1581 if (vec->format == Format::MIMG)
1860 if (instr->format != Format::PSEUDO)
1938 switch (instr->format) {
2389 } else if (instr->format == Format::MIMG && instr->operands.size() > 4) {
2580 instr->format = Format::VOP2;
2633 instr->format = Format::SOPK;
3011 ((instr->format == Format::VOPC && !(instr->definitions[0].physReg() == vcc)) ||
3071 Format format = asVOP3(tmp->format);
3073 tmp->opcode, format, tmp->operands.size(), tmp->definitions.size()));