Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-z80.c191 #define REG_IY (REG_HL | R_IY) macro
211 {"iy", REG_IY },
578 if ( ((REG_IX != rnum) && (REG_IY != rnum)) || contains_register(op->X_op_symbol) ) in parse_exp()
603 if ( op->X_md && ((REG_IX == op->X_add_number)||(REG_IY == op->X_add_number)) ) in parse_exp()