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

/haiku-buildtools/binutils/gas/config/
H A Dtc-z80.c530 contains_register(symbolS *sym) function
536 || (ex->X_add_symbol && contains_register(ex->X_add_symbol))
537 || (ex->X_op_symbol && contains_register(ex->X_op_symbol));
580 if ( ((REG_IX != rnum) && (REG_IY != rnum)) || contains_register(op->X_op_symbol) )
716 if ( contains_register(val->X_add_symbol) || contains_register(val->X_op_symbol) )
753 || contains_register(val->X_add_symbol)
754 || contains_register(val->X_op_symbol) )
H A Dtc-arc.c1555 contains_register (symbolS *sym) function
1562 && !contains_register (ex->X_add_symbol)
1563 && !contains_register (ex->X_op_symbol));
1574 if (!contains_register (sym))
1969 && contains_register (tok[tokidx].X_add_symbol)
1970 && contains_register (tok[tokidx].X_op_symbol))
3873 && contains_register (t->X_add_symbol)
3874 && contains_register (t->X_op_symbol))

Completed in 33 milliseconds