Home | History | Annotate | Download | only in config

Lines Matching refs:constraints

123 /* Used to enable clipping of 16 bit operands into 8 bit constraints.  */
404 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IDR))
407 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_INH))
409 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_TRI))
411 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_DYA))
413 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM3))
415 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM4))
417 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM8))
420 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM16))
423 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_R_C))
425 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_C_R))
427 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_MON_R_P))
429 if (!strcmp (xgate_opcodes[i].constraints, XGATE_OP_IMM16mLDW))
523 for (i = strlen (opcode->constraints), p = opcode->constraints; i > 0;
920 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_INH))
926 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_MON))
928 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_DYA_MON))
932 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_IMM3))
940 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_DYA))
944 if (!strcmp (opcode_handle->opc0[i]->constraints,
948 if (!strcmp (opcode_handle->opc0[i]->constraints,
952 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_IMM16)
953 || !strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_IMM8)
954 || !strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_IMM4)
955 || !strcmp (opcode_handle->opc0[i]->constraints,
957 || !strcmp (opcode_handle->opc0[i]->constraints,
959 || !strcmp (opcode_handle->opc0[i]->constraints,
961 || !strcmp (opcode_handle->opc0[i]->constraints,
963 || !strcmp (opcode_handle->opc0[i]->constraints,
968 if (!strcmp (opcode_handle->opc0[i]->constraints, XGATE_OP_MON_C_R))
978 if (!strcmp (opcode_handle->opc0[i]->constraints,
980 || !strcmp (opcode_handle->opc0[i]->constraints,
986 if (!strcmp (opcode_handle->opc0[i]->constraints,
1121 char *op = opcode->constraints;
1197 else if ( !strcmp (opcode->constraints, XGATE_OP_REL9)
1198 || !strcmp (opcode->constraints, XGATE_OP_REL10))