Searched refs:opc0 (Results 1 – 1 of 1) sorted by relevance
62 struct xgate_opcode *opc0[MAX_OPCODES]; member338 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 …]