Home
last modified time | relevance | path

Searched refs:AXP_REG_AT (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/contrib/binutils/gas/config/
Dtc-alpha.c1198 (alpha_noat_on || targreg == AXP_REG_AT)) in load_expression()
1217 if (targreg == AXP_REG_AT) in load_expression()
1220 set_tok_reg (newtok[0], AXP_REG_AT); in load_expression()
1241 if (targreg == AXP_REG_AT) in load_expression()
1244 set_tok_reg (newtok[0], AXP_REG_AT); in load_expression()
1254 && (alpha_noat_on || targreg == AXP_REG_AT))) in load_expression()
1398 if (targreg == AXP_REG_AT) in load_expression()
1401 set_tok_reg (newtok[0], AXP_REG_AT); in load_expression()
2051 lituse = load_expression (AXP_REG_AT, &tok[1], &basereg, &newtok[1]); in emit_loadstore()
2102 lituse = load_expression (AXP_REG_AT, &tok[1], &basereg, NULL); in emit_ldXu()
[all …]
/freebsd-9-stable/contrib/binutils/include/opcode/
Dalpha.h232 #define AXP_REG_AT 28 macro