Lines Matching refs:Indirect
567 current_op->op_type = Indirect; in tic30_operand()
900 else if ((p_insn.operand_type[count][i]->op_type & Indirect) in tic30_parallel_insn()
906 if ((p_insn.tm->operand_types[0][0] & (Indirect | Rn)) in tic30_parallel_insn()
907 == (Indirect | Rn)) in tic30_parallel_insn()
938 if (p_insn.operand_type[0][0]->op_type & Indirect) in tic30_parallel_insn()
940 if (p_insn.operand_type[0][1]->op_type & Indirect) in tic30_parallel_insn()
942 else if (p_insn.operand_type[1][0]->op_type & Indirect) in tic30_parallel_insn()
951 else if (p_insn.operand_type[1][0]->op_type & Indirect) in tic30_parallel_insn()
1610 if ((insn.tm->operand_types[1] & (Indirect | Direct)) in md_assemble()
1611 == (Indirect | Direct)) in md_assemble()
1618 else if (insn.operand_type[addr_insn]->op_type & Indirect) in md_assemble()
1646 else if (insn.operand_type[1]->op_type & Indirect) in md_assemble()
1655 case Indirect: in md_assemble()
1658 else if (insn.operand_type[1]->op_type & Indirect) in md_assemble()
1672 if (insn.operand_type[0]->op_type & Indirect) in md_assemble()
1680 if (insn.operand_type[1]->op_type & Indirect) in md_assemble()
1709 if (insn.operand_type[0]->op_type & Indirect) in md_assemble()
1712 && (insn.operand_type[1]->op_type & Indirect)) in md_assemble()