Searched refs:ind_addr_op (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic30.c440 ind_addr_type *ind_addr_op; local
519 ind_addr_op = (ind_addr_type *) str_hash_find (ind_hash, ind_buffer);
520 if (ind_addr_op)
522 debug ("Found indirect reference: %s\n", ind_addr_op->syntax);
523 if (ind_addr_op->displacement == IMPLIED_DISP)
528 else if ((ind_addr_op->displacement == DISP_REQUIRED) && !found_disp)
550 current_op->indirect.mod = ind_addr_op->modfield;
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic30.c440 ind_addr_type *ind_addr_op; local
519 ind_addr_op = (ind_addr_type *) str_hash_find (ind_hash, ind_buffer);
520 if (ind_addr_op)
522 debug ("Found indirect reference: %s\n", ind_addr_op->syntax);
523 if (ind_addr_op->displacement == IMPLIED_DISP)
528 else if ((ind_addr_op->displacement == DISP_REQUIRED) && !found_disp)
550 current_op->indirect.mod = ind_addr_op->modfield;
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic30.c440 ind_addr_type *ind_addr_op; local
519 ind_addr_op = (ind_addr_type *) str_hash_find (ind_hash, ind_buffer);
520 if (ind_addr_op)
522 debug ("Found indirect reference: %s\n", ind_addr_op->syntax);
523 if (ind_addr_op->displacement == IMPLIED_DISP)
528 else if ((ind_addr_op->displacement == DISP_REQUIRED) && !found_disp)
550 current_op->indirect.mod = ind_addr_op->modfield;

Completed in 104 milliseconds