Searched refs:mad32 (Results 1 – 1 of 1) sorted by relevance
2710 bool mad32 = instr->opcode == aco_opcode::v_add_f32 || in combine_instruction() local2716 if (mad16 || mad32) { in combine_instruction()2717 bool need_fma = mad32 ? (block.fp_mode.denorm32 != 0 || ctx.program->chip_class >= GFX10_3) : in combine_instruction()2721 if (need_fma && mad32 && !ctx.program->has_fast_fma32) in combine_instruction()