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