Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c480 struct xgate_opcode_handle *opcode_handle = 0; in md_assemble() local
497 if (!(opcode_handle = (struct xgate_opcode_handle *) hash_find (xgate_hash, in md_assemble()
508 opcode = xgate_find_match (opcode_handle, opcode_handle->number_of_modes, in md_assemble()
514 xgate_print_syntax (opcode_handle->opc0[0]->name); in md_assemble()
548 if (!(opcode_handle = (struct xgate_opcode_handle *) in md_assemble()
558 macro_opcode = xgate_find_match (opcode_handle, in md_assemble()
559 opcode_handle->number_of_modes, new_operands, in md_assemble()
907 xgate_find_match (struct xgate_opcode_handle *opcode_handle, in xgate_find_match() argument
913 return opcode_handle->opc0[0]; in xgate_find_match()
920 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_INH)) in xgate_find_match()
[all …]