Searched refs:opc0 (Results 1 – 1 of 1) sorted by relevance
62 struct xgate_opcode *opc0[MAX_OPCODES]; member336 op_handles[j].opc0[handle_enum] = xgate_opcode_ptr; in md_begin()344 op_handles[j].opc0[0] = xgate_opcode_ptr; in md_begin()510 xgate_print_syntax (opcode_handle->opc0[0]->name); in md_assemble()914 return opcode_handle->opc0[0]; in xgate_find_match()921 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_INH)) in xgate_find_match()922 return opcode_handle->opc0[i]; in xgate_find_match()927 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_MON)) in xgate_find_match()928 return opcode_handle->opc0[i]; in xgate_find_match()929 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_DYA_MON)) in xgate_find_match()[all …]