HomeSort by: relevance | last modified time | path
    Searched defs:inner_mode (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
rtx-vector-builder.cc 105 scalar_mode inner_mode = GET_MODE_INNER (m_mode); local
106 if (elt == CONST0_RTX (inner_mode))
108 else if (elt == CONST1_RTX (inner_mode))
110 else if (elt == CONSTM1_RTX (inner_mode))
cse.cc 709 scalar_int_mode int_mode, inner_mode;
713 && is_int_mode (GET_MODE (SUBREG_REG (x)), &inner_mode)
714 && GET_MODE_SIZE (int_mode) < GET_MODE_SIZE (inner_mode)
716 && TRULY_NOOP_TRUNCATION_MODES_P (int_mode, inner_mode))
3001 machine_mode inner_mode = GET_MODE (p->exp);
3024 && val_signbit_known_set_p (inner_mode,
3028 && SCALAR_FLOAT_MODE_P (inner_mode)
3040 && val_signbit_known_set_p (inner_mode,
3044 && SCALAR_FLOAT_MODE_P (inner_mode)
3942 machine_mode inner_mode = GET_MODE (SUBREG_REG (op0))
707 scalar_int_mode int_mode, inner_mode; local
    [all...]
fold-const-call.cc 1300 machine_mode inner_mode = GET_MODE_INNER (arg_mode); local
1312 REAL_MODE_FORMAT (inner_mode)))
1317 if (mode == inner_mode
1326 REAL_MODE_FORMAT (inner_mode)))
1701 machine_mode inner_mode = GET_MODE_INNER (arg0_mode); local
1719 REAL_MODE_FORMAT (inner_mode)))
ira-conflicts.cc 879 machine_mode inner_mode = ALLOCNO_MODE (a);
880 if (paradoxical_subreg_p (outer_mode, inner_mode))
887 inner_mode, 0,
875 machine_mode inner_mode = ALLOCNO_MODE (a); local
loop-iv.cc 634 rtx *inner_step, scalar_int_mode *inner_mode,
756 *inner_mode = outer_mode;
760 inner_step, inner_mode, extend,
768 || GET_MODE_SIZE (amode) > GET_MODE_SIZE (*inner_mode))
771 *inner_mode = amode;
786 if (*inner_mode == outer_mode
803 gcc_assert (GET_MODE (op0) == *inner_mode
819 OUTER_STEP + EXTEND_{OUTER_MODE} (SUBREG_{INNER_MODE} (REG + INNER_STEP))
826 rtx *inner_step, scalar_int_mode *inner_mode,
830 inner_step, inner_mode, extend
886 scalar_int_mode inner_mode; local
1153 scalar_int_mode inner_mode; local
    [all...]
lower-subreg.cc 1328 scalar_int_mode inner_mode; local
1342 if (!is_a <scalar_int_mode> (GET_MODE (op_operand), &inner_mode))
1356 if (WORDS_BIG_ENDIAN && GET_MODE_SIZE (inner_mode) > UNITS_PER_WORD)
lra.cc 2064 machine_mode inner_mode = GET_MODE (new_reg);
2066 if (mode != inner_mode
2070 if (partial_subreg_p (mode, inner_mode)
2071 && SCALAR_INT_MODE_P (inner_mode))
2072 offset = subreg_lowpart_offset (mode, inner_mode);
2057 machine_mode inner_mode = GET_MODE (new_reg); local
recog.cc 1171 machine_mode inner_mode = GET_MODE (SUBREG_REG (x));
1178 newx = simplify_subreg (mode, inner, inner_mode, SUBREG_BYTE (x));
1184 || !validate_subreg (mode, inner_mode,
1169 machine_mode inner_mode = GET_MODE (SUBREG_REG (x)); local
simplify-rtx.cc 1014 machine_mode inner_mode = GET_MODE (SUBREG_REG (op));
1017 x = gen_rtx_ROTATE (inner_mode,
1018 simplify_gen_unary (NOT, inner_mode, const1_rtx,
1019 inner_mode),
1205 scalar_mode inner_mode = GET_MODE_INNER (mode);
1206 base = simplify_unary_operation (NEG, inner_mode, base, inner_mode);
1209 step = simplify_unary_operation (NEG, inner_mode,
1210 step, inner_mode);
2761 scalar_mode inner_mode = GET_MODE_INNER (mode)
1006 machine_mode inner_mode = GET_MODE (SUBREG_REG (op)); local
1197 scalar_mode inner_mode = GET_MODE_INNER (mode); local
2864 scalar_int_mode int_mode, inner_mode; local
    [all...]
tree-vect-generic.cc 1365 machine_mode inner_mode = TYPE_MODE (type);
1369 if (SCALAR_FLOAT_MODE_P (inner_mode))
1371 else if (SCALAR_FRACT_MODE_P (inner_mode))
1373 else if (SCALAR_UFRACT_MODE_P (inner_mode))
1375 else if (SCALAR_ACCUM_MODE_P (inner_mode))
1377 else if (SCALAR_UACCUM_MODE_P (inner_mode))
1379 else if (inner_mode == BImode)
1385 if (GET_MODE_INNER (mode) == inner_mode
1364 machine_mode inner_mode = TYPE_MODE (type); local
  /src/external/gpl3/gcc.old/dist/gcc/
rtx-vector-builder.cc 105 scalar_mode inner_mode = GET_MODE_INNER (m_mode); local
106 if (elt == CONST0_RTX (inner_mode))
108 else if (elt == CONST1_RTX (inner_mode))
110 else if (elt == CONSTM1_RTX (inner_mode))
cse.cc 705 scalar_int_mode int_mode, inner_mode;
709 && is_int_mode (GET_MODE (SUBREG_REG (x)), &inner_mode)
710 && GET_MODE_SIZE (int_mode) < GET_MODE_SIZE (inner_mode)
712 && TRULY_NOOP_TRUNCATION_MODES_P (int_mode, inner_mode))
3002 machine_mode inner_mode = GET_MODE (p->exp);
3025 && val_signbit_known_set_p (inner_mode,
3029 && SCALAR_FLOAT_MODE_P (inner_mode)
3041 && val_signbit_known_set_p (inner_mode,
3045 && SCALAR_FLOAT_MODE_P (inner_mode)
3946 machine_mode inner_mode = GET_MODE (SUBREG_REG (op0))
703 scalar_int_mode int_mode, inner_mode; local
    [all...]
fold-const-call.cc 1243 machine_mode inner_mode = GET_MODE_INNER (arg_mode); local
1255 REAL_MODE_FORMAT (inner_mode)))
1260 if (mode == inner_mode
1269 REAL_MODE_FORMAT (inner_mode)))
1575 machine_mode inner_mode = GET_MODE_INNER (arg0_mode); local
1593 REAL_MODE_FORMAT (inner_mode)))
ira-conflicts.cc 873 machine_mode inner_mode = ALLOCNO_MODE (a);
874 if (paradoxical_subreg_p (outer_mode, inner_mode))
881 inner_mode, 0,
869 machine_mode inner_mode = ALLOCNO_MODE (a); local
loop-iv.cc 634 rtx *inner_step, scalar_int_mode *inner_mode,
734 *inner_mode = outer_mode;
738 inner_step, inner_mode, extend,
746 || GET_MODE_SIZE (amode) > GET_MODE_SIZE (*inner_mode))
749 *inner_mode = amode;
764 if (*inner_mode == outer_mode
776 gcc_assert (GET_MODE (op0) == *inner_mode
792 OUTER_STEP + EXTEND_{OUTER_MODE} (SUBREG_{INNER_MODE} (REG + INNER_STEP))
799 rtx *inner_step, scalar_int_mode *inner_mode,
803 inner_step, inner_mode, extend
859 scalar_int_mode inner_mode; local
1126 scalar_int_mode inner_mode; local
    [all...]
lower-subreg.cc 1314 scalar_int_mode inner_mode; local
1328 if (!is_a <scalar_int_mode> (GET_MODE (op_operand), &inner_mode))
1342 if (WORDS_BIG_ENDIAN && GET_MODE_SIZE (inner_mode) > UNITS_PER_WORD)
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-selftests.cc 287 scalar_mode inner_mode = GET_MODE_INNER (mode); local
288 REAL_VALUE_TYPE f = REAL_VALUE_ATOF ("0.2928932", inner_mode);
289 rtx ele = const_double_from_real_value (f, inner_mode);
337 scalar_mode inner_mode = GET_MODE_INNER (mode); \
341 rtx mem = gen_rtx_MEM (inner_mode, addr); \
351 rtx reg = gen_reg_rtx (inner_mode); \
riscv-vector-builtins-shapes.cc 927 machine_mode inner_mode = TYPE_MODE (arg_type); variable
929 = exact_div (GET_MODE_SIZE (outer_mode), GET_MODE_SIZE (inner_mode))
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 627 machine_mode inner_mode = GET_MODE_INNER (mode);
635 != GET_MODE_SIZE (inner_mode).to_constant ())
626 machine_mode inner_mode = GET_MODE_INNER (mode); local
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
falkor-tag-collision-avoidance.cc 627 machine_mode inner_mode = GET_MODE_INNER (mode);
635 != GET_MODE_SIZE (inner_mode).to_constant ())
626 machine_mode inner_mode = GET_MODE_INNER (mode); local
  /src/external/gpl3/gcc/dist/gcc/lto/
lto-lang.cc 1041 machine_mode inner_mode; local
1059 inner_mode = GET_MODE_INNER (mode);
1060 inner_type = lto_type_for_mode (inner_mode, unsigned_p);
1075 machine_mode inner_mode = GET_MODE_INNER (mode); local
1076 tree inner_type = lto_type_for_mode (inner_mode, unsigned_p);
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 1507 machine_mode inner_mode; local
1517 inner_mode = (machine_mode) GET_MODE_INNER (mode);
1518 inner_type = d_type_for_mode (inner_mode, unsignedp);
1524 machine_mode inner_mode = (machine_mode) GET_MODE_INNER (mode); local
1525 tree inner_type = d_type_for_mode (inner_mode, unsignedp);
  /src/external/gpl3/gcc.old/dist/gcc/lto/
lto-lang.cc 1023 machine_mode inner_mode; local
1036 inner_mode = GET_MODE_INNER (mode);
1037 inner_type = lto_type_for_mode (inner_mode, unsigned_p);
1052 machine_mode inner_mode = GET_MODE_INNER (mode); local
1053 tree inner_type = lto_type_for_mode (inner_mode, unsigned_p);
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-builtin.cc 2335 machine_mode inner_mode = GET_MODE_INNER (tmode); local
2346 if (n_elt == 1 && GET_MODE_SIZE (tmode) == GET_MODE_SIZE (inner_mode))
2358 RTVEC_ELT (v, i) = gen_lowpart (inner_mode, x);
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-builtin.cc 2360 machine_mode inner_mode = GET_MODE_INNER (tmode); local
2371 if (n_elt == 1 && GET_MODE_SIZE (tmode) == GET_MODE_SIZE (inner_mode))
2383 RTVEC_ELT (v, i) = gen_lowpart (inner_mode, x);

Completed in 61 milliseconds

1 2 3