Lines Matching refs:opc0

62   struct xgate_opcode *opc0[MAX_OPCODES];  member
336 op_handles[j].opc0[handle_enum] = xgate_opcode_ptr; in md_begin()
344 op_handles[j].opc0[0] = xgate_opcode_ptr; in md_begin()
512 xgate_print_syntax (opcode_handle->opc0[0]->name); in md_assemble()
911 return opcode_handle->opc0[0]; in xgate_find_match()
918 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_INH)) in xgate_find_match()
919 return opcode_handle->opc0[i]; in xgate_find_match()
923 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_MON)) in xgate_find_match()
924 return opcode_handle->opc0[i]; in xgate_find_match()
925 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_DYA_MON)) in xgate_find_match()
926 return opcode_handle->opc0[i]; in xgate_find_match()
928 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_IMM3)) in xgate_find_match()
929 return opcode_handle->opc0[i]; in xgate_find_match()
935 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_DYA)) in xgate_find_match()
936 return opcode_handle->opc0[i]; in xgate_find_match()
938 if (!strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
940 return opcode_handle->opc0[i]; in xgate_find_match()
942 if (!strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
944 return opcode_handle->opc0[i]; in xgate_find_match()
946 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_IMM16) in xgate_find_match()
947 || !strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_IMM8) in xgate_find_match()
948 || !strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_IMM4) in xgate_find_match()
949 || !strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
951 || !strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
953 || !strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
955 || !strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
957 || !strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
959 return opcode_handle->opc0[i]; in xgate_find_match()
962 if (!strcmp(opcode_handle->opc0[i]->constraints, XGATE_OP_MON_C_R)) in xgate_find_match()
963 return opcode_handle->opc0[i]; in xgate_find_match()
972 if (!strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
974 || !strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
976 return opcode_handle->opc0[i]; in xgate_find_match()
980 if (!strcmp(opcode_handle->opc0[i]->constraints, in xgate_find_match()
982 return opcode_handle->opc0[i]; in xgate_find_match()