Lines Matching refs:new_dst
168 static struct ir3_register * new_dst(int num, unsigned flags) in new_dst() function
182 return new_dst(0, 0); in dummy_dst()
827 new_dst((61 << 3) + 2, IR3_REG_HALF);
834 new_dst((61 << 3), IR3_REG_HALF);
1055 cat6_prefetch: T_OP_PREFETCH { new_instr(OPC_PREFETCH); new_dst(0,0); /* dummy dst */ } 'g' '['…
1167 dst: T_REGISTER { $$ = new_dst($1, 0); }
1168 | T_A0 { $$ = new_dst((61 << 3), IR3_REG_HALF); }
1169 | T_A1 { $$ = new_dst((61 << 3) + 1, IR3_REG_HALF); }
1170 | T_P0 { $$ = new_dst((62 << 3) + $1, 0); }
1223 relative_gpr_dst: 'r' '<' T_A0 offset '>' { new_dst(0, IR3_REG_RELATIV)->array.offset = $4; }
1224 | T_HR '<' T_A0 offset '>' { new_dst(0, IR3_REG_RELATIV | IR3_REG_HALF)->array.of…