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

/freebsd-10.1-release/contrib/binutils/include/opcode/
H A Dalpha.h237 #define AXP_REG_ZERO 31
235 #define AXP_REG_ZERO macro
/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-alpha.c1169 expression. This will normally be either AXP_REG_ZERO or
1322 if (basereg != alpha_gp_register && basereg != AXP_REG_ZERO)
1451 if (basereg != AXP_REG_ZERO)
1531 basereg = (tok[1].X_op == O_constant ? AXP_REG_ZERO : alpha_gp_register);
1550 set_tok_preg (newtok[2], AXP_REG_ZERO);
2011 basereg = (tok[1].X_op == O_constant ? AXP_REG_ZERO : alpha_gp_register);
2049 basereg = (tok[1].X_op == O_constant ? AXP_REG_ZERO : alpha_gp_register);
2104 ? AXP_REG_ZERO : alpha_gp_register);
2256 ? AXP_REG_ZERO : alpha_gp_register);
2658 r = strcmp (opname, "jmp") == 0 ? AXP_REG_ZERO
[all...]

Completed in 74 milliseconds