HomeSort by relevance Sort by last modified time
    Searched full:opcode_handle (Results 1 - 1 of 1) sorted by null

  /toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.c 480 struct xgate_opcode_handle *opcode_handle = 0; local
497 if (!(opcode_handle = (struct xgate_opcode_handle *) hash_find (xgate_hash,
508 opcode = xgate_find_match (opcode_handle, opcode_handle->number_of_modes,
514 xgate_print_syntax (opcode_handle->opc0[0]->name);
548 if (!(opcode_handle = (struct xgate_opcode_handle *)
558 macro_opcode = xgate_find_match (opcode_handle,
559 opcode_handle->number_of_modes, new_operands,
907 xgate_find_match (struct xgate_opcode_handle *opcode_handle,
913 return opcode_handle->opc0[0]
    [all...]

Completed in 3796 milliseconds