Home | History | Annotate | Download | only in config

Lines Matching refs:op_type

229   unsigned op_type;
452 current_op->op_type = Direct;
575 current_op->op_type = Indirect;
586 current_op->op_type = ARn;
588 current_op->op_type = Rn;
590 current_op->op_type = DPReg;
592 current_op->op_type = OtherReg;
639 current_op->op_type = Disp | Abs24 | Imm16 | Imm24;
641 current_op->op_type |= IVector;
890 if ((p_insn.operand_type[count][i]->op_type &
903 if ((p_insn.operand_type[count][i]->op_type & Rn) && i < 2)
905 else if ((p_insn.operand_type[count][i]->op_type & Indirect)
943 if (p_insn.operand_type[0][0]->op_type & Indirect)
945 if (p_insn.operand_type[0][1]->op_type & Indirect)
947 else if (p_insn.operand_type[1][0]->op_type & Indirect)
954 if (p_insn.operand_type[0][1]->op_type & Rn)
956 else if (p_insn.operand_type[1][0]->op_type & Indirect)
1605 if (insn.operand_type[count]->op_type & insn.tm->operand_types[count])
1619 if (insn.operand_type[addr_insn]->op_type & (AllReg))
1621 else if (insn.operand_type[addr_insn]->op_type & Direct)
1623 else if (insn.operand_type[addr_insn]->op_type & Indirect)
1643 switch (insn.operand_type[0]->op_type)
1649 if (insn.operand_type[1]->op_type & (AllReg))
1651 else if (insn.operand_type[1]->op_type & Indirect)
1661 if (insn.operand_type[1]->op_type & (AllReg))
1663 else if (insn.operand_type[1]->op_type & Indirect)
1677 if (insn.operand_type[0]->op_type & Indirect)
1685 if (insn.operand_type[1]->op_type & Indirect)
1714 if (insn.operand_type[0]->op_type & Indirect)
1717 && (insn.operand_type[1]->op_type & Indirect))
1735 if (insn.operand_type[0]->op_type & Direct)
1738 && (insn.operand_type[1]->op_type & Direct))
1836 if (insn.operand_type[0]->op_type & (AllReg))
1864 if (insn.operand_type[1]->op_type & (AllReg))
1900 if (insn.operand_type[0]->op_type & IVector)
1922 if (insn.operand_type[0]->op_type & Direct)