Lines Matching refs:TImode
367 /* For TImode conversion, it is unused. */
1165 /* It may be a debug insn with a TImode variable in
1173 *loc = gen_rtx_SUBREG (TImode, *loc, 0);
1183 /* Convert INSN from TImode to V1T1mode. */
1243 switch (standard_sse_constant_p (src, TImode))
1338 machine_mode mode = TARGET_64BIT ? TImode : DImode;
1534 /* The TImode version of scalar_to_vector_candidate_p. */
1547 /* Only TImode load and store are allowed. */
1548 if (GET_MODE (dst) != TImode)
1559 if (misaligned_operand (dst, TImode)
1573 return standard_sse_constant_p (src, TImode);
1581 && (!misaligned_operand (src, TImode)
1630 /* The TImode version of remove_non_convertible_regs. */
1703 const machine_mode cand_mode[3] = { SImode, DImode, TImode };
1705 bitmap_head candidates[3]; /* { SImode, DImode, TImode } */
1726 fprintf (dump_file, " insn %d is marked as a TImode candidate\n",
1762 if (cand_mode[i] == TImode)
1834 if (TYPE_MODE (TREE_TYPE (parm)) != TImode)
1841 SET_DECL_RTL (parm, gen_rtx_SUBREG (TImode, r, 0));
1848 DECL_INCOMING_RTL (parm) = gen_rtx_SUBREG (TImode, r, 0);