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

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-z80.c851 contains_register (symbolS *sym) function
864 if (ex->X_op_symbol && contains_register (ex->X_op_symbol))
869 if (ex->X_add_symbol && contains_register (ex->X_add_symbol))
963 if ( ((REG_IX != rnum) && (REG_IY != rnum)) || contains_register (op->X_op_symbol))
1165 || contains_register (val->X_add_symbol)
1166 || contains_register (val->X_op_symbol))
1239 if (contains_register (val->X_add_symbol) || contains_register (val->X_op_symbol))
H A Dtc-arc.c1557 contains_register (symbolS *sym) function
1564 && !contains_register (ex->X_add_symbol)
1565 && !contains_register (ex->X_op_symbol));
1576 if (!contains_register (sym))
1993 && contains_register (tok[tokidx].X_add_symbol)
1994 && contains_register (tok[tokidx].X_op_symbol))
3950 && contains_register (t->X_add_symbol)
3951 && contains_register (t->X_op_symbol))
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-z80.c836 contains_register (symbolS *sym) function
849 if (ex->X_op_symbol && contains_register (ex->X_op_symbol))
854 if (ex->X_add_symbol && contains_register (ex->X_add_symbol))
943 if ( ((REG_IX != rnum) && (REG_IY != rnum)) || contains_register (op->X_op_symbol))
1137 || contains_register (val->X_add_symbol)
1138 || contains_register (val->X_op_symbol))
1194 if (contains_register (val->X_add_symbol) || contains_register (val->X_op_symbol))
H A Dtc-arc.c1559 contains_register (symbolS *sym) function
1566 && !contains_register (ex->X_add_symbol)
1567 && !contains_register (ex->X_op_symbol));
1578 if (!contains_register (sym))
1995 && contains_register (tok[tokidx].X_add_symbol)
1996 && contains_register (tok[tokidx].X_op_symbol))
3957 && contains_register (t->X_add_symbol)
3958 && contains_register (t->X_op_symbol))
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-z80.c851 contains_register (symbolS *sym) function
864 if (ex->X_op_symbol && contains_register (ex->X_op_symbol))
869 if (ex->X_add_symbol && contains_register (ex->X_add_symbol))
963 if ( ((REG_IX != rnum) && (REG_IY != rnum)) || contains_register (op->X_op_symbol))
1165 || contains_register (val->X_add_symbol)
1166 || contains_register (val->X_op_symbol))
1239 if (contains_register (val->X_add_symbol) || contains_register (val->X_op_symbol))
H A Dtc-arc.c1557 contains_register (symbolS *sym) function
1564 && !contains_register (ex->X_add_symbol)
1565 && !contains_register (ex->X_op_symbol));
1576 if (!contains_register (sym))
1993 && contains_register (tok[tokidx].X_add_symbol)
1994 && contains_register (tok[tokidx].X_op_symbol))
3950 && contains_register (t->X_add_symbol)
3951 && contains_register (t->X_op_symbol))

Completed in 151 milliseconds