Lines Matching refs:dst_count
2071 #define __INSTR1(flag, dst_count, name, opc) \ argument
2076 ir3_instr_create(block, opc, dst_count, 1); \
2077 for (unsigned i = 0; i < dst_count; i++) \
2089 #define __INSTR2(flag, dst_count, name, opc) \ argument
2094 struct ir3_instruction *instr = ir3_instr_create(block, opc, dst_count, 2); \
2095 for (unsigned i = 0; i < dst_count; i++) \
2108 #define __INSTR3(flag, dst_count, name, opc) \ argument
2115 ir3_instr_create(block, opc, dst_count, 3); \
2116 for (unsigned i = 0; i < dst_count; i++) \
2130 #define __INSTR4(flag, dst_count, name, opc) \ argument
2137 ir3_instr_create(block, opc, dst_count, 4); \
2138 for (unsigned i = 0; i < dst_count; i++) \
2175 #define __INSTR6(flag, dst_count, name, opc) \ argument
2184 for (unsigned i = 0; i < dst_count; i++) \