Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c112 REG_GR = 0, enumerator
113 REG_FR = (REG_GR + 128),
932 md.in.base = REG_GR + 32; in set_regstack()
3077 reg = REG_GR; /* Anything invalid is good here. */ in convert_expr_to_ab_reg()
3079 if (reg >= (REG_GR + 4) && reg <= (REG_GR + 7)) in convert_expr_to_ab_reg()
3082 *regp = reg - REG_GR; in convert_expr_to_ab_reg()
3131 reg = REG_GR; /* Anything invalid is good here. */ in convert_expr_to_xy_reg()
3133 if (reg >= (REG_GR + 1) && reg <= (REG_GR + 127)) in convert_expr_to_xy_reg()
3136 *regp = reg - REG_GR; in convert_expr_to_xy_reg()
3333 reg = e.X_add_number - REG_GR; in dot_vframe()
[all …]
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00014163 (convert_expr_to_xy_reg): Add parens. Comment out >= REG_GR test.