Lines Matching refs:dst_count
1868 #define __INSTR1(flag, dst_count, name, opc) \ argument
1873 ir3_instr_create(block, opc, dst_count, 1); \
1874 for (unsigned i = 0; i < dst_count; i++) \
1903 #define __INSTR3(flag, dst_count, name, opc) \ argument
1910 ir3_instr_create(block, opc, dst_count, 3); \
1911 for (unsigned i = 0; i < dst_count; i++) \
1925 #define __INSTR4(flag, dst_count, name, opc) \ argument
1932 ir3_instr_create(block, opc, dst_count, 4); \
1933 for (unsigned i = 0; i < dst_count; i++) \
1970 #define __INSTR6(flag, dst_count, name, opc) \ argument
1979 for (unsigned i = 0; i < dst_count; i++) \