Lines Matching defs:format
189 switch (instr->format) {
216 if (instr->format == Format::VOP3)
275 Format format =
276 (Format)(((uint16_t)tmp->format & ~(uint16_t)Format::VOP3) | (uint16_t)Format::SDWA);
277 instr.reset(create_instruction<SDWA_instruction>(tmp->opcode, format, tmp->operands.size(),
341 if (instr->format == Format::VOP3)
362 Format format = (Format)(((uint32_t)tmp->format & ~(uint32_t)Format::VOP3) |
365 instr.reset(create_instruction<DPP8_instruction>(tmp->opcode, format, tmp->operands.size(),
368 instr.reset(create_instruction<DPP16_instruction>(tmp->opcode, format, tmp->operands.size(),
623 // clang-format off
701 // clang-format on
894 if (a->format != b->format)