Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-xgate.c62 struct xgate_opcode *opc0[MAX_OPCODES]; member
338 op_handles[j].opc0[handle_enum] = xgate_opcode_ptr; in md_begin()
346 op_handles[j].opc0[0] = xgate_opcode_ptr; in md_begin()
514 xgate_print_syntax (opcode_handle->opc0[0]->name); in md_assemble()
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()
921 return opcode_handle->opc0[i]; in xgate_find_match()
925 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_MON)) in xgate_find_match()
926 return opcode_handle->opc0[i]; in xgate_find_match()
927 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_DYA_MON)) in xgate_find_match()
[all …]