Home | History | Annotate | Download | only in aic7xxx

Lines Matching refs:destination

205 %type <sym_ref> reg_symbol address destination source opt_source
899 destination:
1149 f1_opcode destination ',' immediate_or_a opt_source ret ';'
1163 T_INC destination opt_source ret ';'
1173 T_DEC destination opt_source ret ';'
1190 | T_CLC T_MVI destination ',' immediate_or_a ret ';'
1204 | T_STC destination ret ';'
1214 T_BMOV destination ',' source ',' immediate ret ';'
1221 T_MOV destination ',' source ret ';'
1231 T_MVI destination ',' immediate ret ';'
1251 T_NOT destination opt_source ret ';'
1261 T_CLR destination ret ';'
1307 f2_opcode destination ',' expression opt_source ret ';'
1619 /* Ensure that immediate makes sense for this destination */
1627 f1_instr->destination = dest->symbol->info.rinfo->address
1700 f2_instr->destination = dest->symbol->info.rinfo->address
1804 "Register %s unavailable in destination reg mode %d",
1810 stop("Read Only register specified as destination",