Searched refs:UNIT_SADD (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dhelpers.h135 #define UNIT_SADD ALU_ENAB_SCAL_ADD macro
143 #define UNITS_ADD (UNIT_VADD | UNIT_SADD)
146 #define UNITS_SCALAR (UNIT_SADD | UNIT_SMUL)
H A Dmidgard_compile.c1116 .unit = for_branch ? UNIT_SMUL : UNIT_SADD, /* TODO: DEDUCE THIS */
2627 if ((units & UNIT_SADD) && !(control & UNIT_SADD) && !midgard_has_hazard(segment, segment_size, ains))
2628 unit = UNIT_SADD;
/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dhelpers.h237 #define UNIT_SADD ALU_ENAB_SCAL_ADD macro
245 #define UNITS_ADD (UNIT_VADD | UNIT_SADD)
248 #define UNITS_SCALAR (UNIT_SADD | UNIT_SMUL)
H A Dmidgard_schedule.c1011 cond->unit = vector ? UNIT_VMUL : UNIT_SADD;
1203 sadd->unit = UNIT_SADD;
1287 else if (cond->unit == UNIT_SADD)
1294 mir_choose_alu(&sadd, instructions, liveness, worklist, len, &predicate, UNIT_SADD);

Completed in 11 milliseconds