Lines Matching refs:tm
263 insn_template *tm; /* Template of current instruction. */ member
649 partemplate *tm; /* Template of current parallel instruction. */ member
681 p_insn.tm = p_opcode; in tic30_parallel_insn()
727 p_insn.tm = p_opcode; in tic30_parallel_insn()
864 if (p_insn.operands[0] != p_insn.tm->operands_1) in tic30_parallel_insn()
870 if (p_insn.operands[1] != p_insn.tm->operands_2) in tic30_parallel_insn()
891 p_insn.tm->operand_types[count][i]) == 0) in tic30_parallel_insn()
911 if ((p_insn.tm->operand_types[0][0] & (Indirect | Rn)) in tic30_parallel_insn()
984 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn()
986 switch (p_insn.tm->oporder) in tic30_parallel_insn()
1473 insn.tm = op; in md_assemble()
1585 if (insn.operands != insn.tm->operands) in md_assemble()
1588 unsigned int numops = insn.tm->operands; in md_assemble()
1593 for (i = 0; i < insn.tm->operands; i++) in md_assemble()
1594 if (insn.tm->operand_types[i] & NotReq) in md_assemble()
1605 if (insn.operand_type[count]->op_type & insn.tm->operand_types[count]) in md_assemble()
1610 if (insn.tm->opcode_modifier == AddressMode) in md_assemble()
1615 if ((insn.tm->operand_types[1] & (Indirect | Direct)) in md_assemble()
1637 if ((insn.tm->operand_types[0] & op3T1) in md_assemble()
1638 && (insn.tm->operand_types[1] & op3T2)) in md_assemble()
1676 insn.opcode = insn.tm->base_opcode; in md_assemble()
1705 insn.opcode = insn.tm->base_opcode; in md_assemble()
1708 if ((insn.operands > 0) && (insn.tm->opcode_modifier == AddressMode)) in md_assemble()
1770 switch (insn.tm->imm_arg_type) in md_assemble()
1830 else if (insn.tm->opcode_modifier == PCRel) in md_assemble()
1833 if ((insn.tm->operand_types[0] & (AllReg | Disp)) in md_assemble()
1860 else if ((insn.tm->operand_types[0] & ARn) == ARn) in md_assemble()
1897 else if (insn.tm->operand_types[0] == IVector) in md_assemble()
1910 else if (insn.tm->opcode_modifier == StackOp in md_assemble()
1911 || insn.tm->opcode_modifier == Rotate) in md_assemble()
1917 else if ((insn.tm->operand_types[0] & (Abs24 | Direct)) in md_assemble()
1968 else if (insn.tm->operand_types[0] & (Imm24)) in md_assemble()
1986 else if (insn.tm->operand_types[0] & NotReq) in md_assemble()
1990 else if (insn.tm->operands == 0) in md_assemble()