HomeSort by relevance Sort by last modified time
    Searched full:contains_register (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-z80.c 528 contains_register(symbolS *sym) function
534 || (ex->X_add_symbol && contains_register(ex->X_add_symbol))
535 || (ex->X_op_symbol && contains_register(ex->X_op_symbol));
578 if ( ((REG_IX != rnum) && (REG_IY != rnum)) || contains_register(op->X_op_symbol) )
714 if ( contains_register(val->X_add_symbol) || contains_register(val->X_op_symbol) )
751 || contains_register(val->X_add_symbol)
752 || contains_register(val->X_op_symbol) )
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ChangeLog-2012     [all...]

Completed in 541 milliseconds