Home | History | Annotate | Download | only in opcodes

Lines Matching refs:constraints

125           /* First we compare the shorthand format of the constraints. If we
128 if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_C))
133 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_C_R))
138 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_P))
143 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_TRI))
149 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDR))
170 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA))
177 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDO5))
182 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON))
188 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL9))
207 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL10))
226 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM4))
231 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM8))
250 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM3))
255 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_INH))
262 opcodePTR->constraints);
329 where = strstr (xgate_opcodes[i].constraints, lastName);
337 where = strstr (xgate_opcodes[i].constraints, currentName);