Lines Matching refs:destination
214 %type <sym_ref> reg_symbol address destination source opt_source
926 destination:
1176 f1_opcode destination ',' immediate_or_a opt_source ret ';'
1190 T_INC destination opt_source ret ';'
1200 T_DEC destination opt_source ret ';'
1217 | T_CLC T_MVI destination ',' immediate_or_a ret ';'
1231 | T_STC destination ret ';'
1241 T_BMOV destination ',' source ',' immediate ret ';'
1248 T_MOV destination ',' source ret ';'
1258 T_MVI destination ',' immediate ret ';'
1278 T_NOT destination opt_source ret ';'
1288 T_CLR destination ret ';'
1347 f2_opcode destination ',' expression opt_source ret ';'
1660 /* Ensure that immediate makes sense for this destination */
1669 f1_instr->destination = dest->symbol->info.rinfo->address
1742 f2_instr->destination = dest->symbol->info.rinfo->address
1841 "Register %s unavailable in destination reg mode %d",
1847 stop("Read Only register specified as destination",