Lines Matching refs:constraints
128 if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_C)) in print_insn()
133 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_C_R)) in print_insn()
138 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_P)) in print_insn()
143 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_TRI)) in print_insn()
149 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDR)) in print_insn()
170 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA)) in print_insn()
177 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDO5)) in print_insn()
182 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON)) in print_insn()
188 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL9)) in print_insn()
207 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL10)) in print_insn()
226 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM4)) in print_insn()
231 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM8)) in print_insn()
250 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM3)) in print_insn()
255 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_INH)) in print_insn()
262 opcodePTR->constraints); in print_insn()
329 where = strstr (xgate_opcodes[i].constraints, lastName); in macro_search()
337 where = strstr (xgate_opcodes[i].constraints, currentName); in macro_search()