Searched refs:OP_IS_CSEL_V (Results 1 – 4 of 4) sorted by relevance
58 #define OP_IS_CSEL_V(op) ( \ macro64 OP_IS_CSEL_V(op) || \
496 if (ins->type == TAG_ALU_4 && OP_IS_CSEL_V(ins->op)) { in allocate_registers()
903 bool vector = !branch && OP_IS_CSEL_V(last->op); in mir_schedule_condition()
310 - pan/midgard: Add OP_IS_CSEL_V helper