Searched refs:targreg (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c1183 load_expression (int targreg,
1205 (alpha_noat_on || targreg == AXP_REG_AT))
1220 if (basereg != alpha_gp_register && targreg == basereg)
1224 if (targreg == AXP_REG_AT)
1230 set_tok_reg (newtok[0], targreg);
1244 if (basereg != alpha_gp_register && targreg == basereg)
1248 if (targreg == AXP_REG_AT)
1254 set_tok_reg (newtok[0], targreg);
1261 && (alpha_noat_on || targreg == AXP_REG_AT)))
1286 set_tok_reg (newtok[0], targreg);
1176 load_expression(int targreg, const expressionS *exp, int *pbasereg, expressionS *poffset) argument
[all...]

Completed in 126 milliseconds