Lines Matching refs:tm

263   insn_template *tm;		/* Template of current instruction.  */  member
644 partemplate *tm; /* Template of current parallel instruction. */ member
676 p_insn.tm = p_opcode; in tic30_parallel_insn()
722 p_insn.tm = p_opcode; in tic30_parallel_insn()
859 if (p_insn.operands[0] != p_insn.tm->operands_1) in tic30_parallel_insn()
865 if (p_insn.operands[1] != p_insn.tm->operands_2) in tic30_parallel_insn()
886 p_insn.tm->operand_types[count][i]) == 0) in tic30_parallel_insn()
906 if ((p_insn.tm->operand_types[0][0] & (Indirect | Rn)) in tic30_parallel_insn()
979 p_insn.opcode = p_insn.tm->base_opcode; in tic30_parallel_insn()
981 switch (p_insn.tm->oporder) in tic30_parallel_insn()
1468 insn.tm = op; in md_assemble()
1580 if (insn.operands != insn.tm->operands) in md_assemble()
1583 unsigned int numops = insn.tm->operands; in md_assemble()
1588 for (i = 0; i < insn.tm->operands; i++) in md_assemble()
1589 if (insn.tm->operand_types[i] & NotReq) in md_assemble()
1600 if (insn.operand_type[count]->op_type & insn.tm->operand_types[count]) in md_assemble()
1605 if (insn.tm->opcode_modifier == AddressMode) in md_assemble()
1610 if ((insn.tm->operand_types[1] & (Indirect | Direct)) in md_assemble()
1632 if ((insn.tm->operand_types[0] & op3T1) in md_assemble()
1633 && (insn.tm->operand_types[1] & op3T2)) in md_assemble()
1671 insn.opcode = insn.tm->base_opcode; in md_assemble()
1700 insn.opcode = insn.tm->base_opcode; in md_assemble()
1703 if ((insn.operands > 0) && (insn.tm->opcode_modifier == AddressMode)) in md_assemble()
1765 switch (insn.tm->imm_arg_type) in md_assemble()
1825 else if (insn.tm->opcode_modifier == PCRel) in md_assemble()
1828 if ((insn.tm->operand_types[0] & (AllReg | Disp)) in md_assemble()
1855 else if ((insn.tm->operand_types[0] & ARn) == ARn) in md_assemble()
1892 else if (insn.tm->operand_types[0] == IVector) in md_assemble()
1905 else if (insn.tm->opcode_modifier == StackOp in md_assemble()
1906 || insn.tm->opcode_modifier == Rotate) in md_assemble()
1912 else if ((insn.tm->operand_types[0] & (Abs24 | Direct)) in md_assemble()
1963 else if (insn.tm->operand_types[0] & (Imm24)) in md_assemble()
1981 else if (insn.tm->operand_types[0] & NotReq) in md_assemble()
1985 else if (insn.tm->operands == 0) in md_assemble()