HomeSort by: relevance | last modified time | path
    Searched defs:contains_register (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-z80.c 878 contains_register (symbolS *sym) function
891 if (ex->X_op_symbol && contains_register (ex->X_op_symbol))
896 if (ex->X_add_symbol && contains_register (ex->X_add_symbol))
991 if ( ((REG_IX != rnum) && (REG_IY != rnum)) || contains_register (op->X_op_symbol))
1194 || contains_register (val->X_add_symbol)
1195 || contains_register (val->X_op_symbol))
1268 if (contains_register (val->X_add_symbol) || contains_register (val->X_op_symbol))
tc-arc.c 1569 contains_register (symbolS *sym) function
1576 && !contains_register (ex->X_add_symbol)
1577 && !contains_register (ex->X_op_symbol));
1588 if (!contains_register (sym))
2005 && contains_register (tok[tokidx].X_add_symbol)
2006 && contains_register (tok[tokidx].X_op_symbol))
3963 && contains_register (t->X_add_symbol)
3964 && contains_register (t->X_op_symbol))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z80.c 878 contains_register (symbolS *sym) function
891 if (ex->X_op_symbol && contains_register (ex->X_op_symbol))
896 if (ex->X_add_symbol && contains_register (ex->X_add_symbol))
991 if ( ((REG_IX != rnum) && (REG_IY != rnum)) || contains_register (op->X_op_symbol))
1194 || contains_register (val->X_add_symbol)
1195 || contains_register (val->X_op_symbol))
1268 if (contains_register (val->X_add_symbol) || contains_register (val->X_op_symbol))
tc-arc.c 1568 contains_register (symbolS *sym) function
1575 && !contains_register (ex->X_add_symbol)
1576 && !contains_register (ex->X_op_symbol));
1587 if (!contains_register (sym))
2004 && contains_register (tok[tokidx].X_add_symbol)
2005 && contains_register (tok[tokidx].X_op_symbol))
3971 && contains_register (t->X_add_symbol)
3972 && contains_register (t->X_op_symbol))

Completed in 77 milliseconds