HomeSort by: relevance | last modified time | path
    Searched defs:elt_mode (Results 1 - 13 of 13) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins-functions.h 640 machine_mode elt_mode = e.vector_mode (0); variable
642 e.args[0] = simplify_gen_subreg (elt_mode, arg, GET_MODE (arg), 0);
643 e.args.safe_push (simplify_gen_subreg (elt_mode, arg, GET_MODE (arg),
644 GET_MODE_SIZE (elt_mode)));
aarch64-sve-builtins-base.cc 898 scalar_mode elt_mode = SCALAR_TYPE_MODE (elt_type); local
899 machine_mode vq_mode = aarch64_vq_mode (elt_mode).require ();
aarch64-early-ra.cc 3275 auto elt_mode = GET_MODE_INNER (GET_MODE (op)); local
3276 auto single_mode = aarch64_full_sve_mode (elt_mode).require ();
aarch64.cc 141 scalar_mode elt_mode; member in struct:simd_immediate_info
177 : elt_mode (elt_mode_in), insn (MOV)
192 : elt_mode (elt_mode_in), insn (insn_in)
203 : elt_mode (elt_mode_in), insn (INDEX)
214 : elt_mode (elt_mode_in), insn (PTRUE)
5516 scalar_mode elt_mode = GET_MODE_INNER (mode);
5517 unsigned int elt_bits = GET_MODE_BITSIZE (elt_mode);
5530 machine_mode full_mode = aarch64_full_sve_mode (elt_mode).require ();
5550 machine_mode vq_mode = aarch64_vq_mode (elt_mode).require ();
5562 machine_mode vq_mode = aarch64_vq_mode (elt_mode).require ()
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000-call.cc 315 *ELT_MODE and the number of elements in *N_ELTS, and return TRUE.
317 Otherwise, set *ELT_MODE to MODE and *N_ELTS to 1, and return FALSE. */
321 machine_mode *elt_mode,
347 if (elt_mode)
348 *elt_mode = field_mode;
385 if (elt_mode)
386 *elt_mode = mode;
396 if (elt_mode)
397 *elt_mode = mode;
817 machine_mode elt_mode;
816 machine_mode elt_mode; local
1067 machine_mode elt_mode; local
1631 machine_mode elt_mode; local
1886 machine_mode elt_mode; local
    [all...]
rs6000.cc 23956 in N_ELTS registers, each of mode ELT_MODE, starting at REGNO,
23961 int n_elts, machine_mode elt_mode,
23969 rtx r = gen_rtx_REG (elt_mode, regno);
23970 rtx off = GEN_INT (i * GET_MODE_SIZE (elt_mode));
23990 machine_mode elt_mode;
24014 if (rs6000_discover_homogeneous_aggregate (mode, valtype, &elt_mode, &n_elts))
24018 if (SCALAR_FLOAT_MODE_NOT_VECTOR_P (elt_mode))
24021 first_reg = (elt_mode == TDmode) ? FP_ARG_RETURN + 1 : FP_ARG_RETURN;
24022 n_regs = (GET_MODE_SIZE (elt_mode) + 7) >> 3;
24030 return rs6000_parallel_return (mode, n_elts, elt_mode, first_reg, n_regs)
23946 machine_mode elt_mode; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000-call.cc 323 *ELT_MODE and the number of elements in *N_ELTS, and return TRUE.
325 Otherwise, set *ELT_MODE to MODE and *N_ELTS to 1, and return FALSE. */
329 machine_mode *elt_mode,
355 if (elt_mode)
356 *elt_mode = field_mode;
393 if (elt_mode)
394 *elt_mode = mode;
404 if (elt_mode)
405 *elt_mode = mode;
825 machine_mode elt_mode;
824 machine_mode elt_mode; local
1075 machine_mode elt_mode; local
1639 machine_mode elt_mode; local
1894 machine_mode elt_mode; local
    [all...]
rs6000.cc 23474 in N_ELTS registers, each of mode ELT_MODE, starting at REGNO,
23479 int n_elts, machine_mode elt_mode,
23487 rtx r = gen_rtx_REG (elt_mode, regno);
23488 rtx off = GEN_INT (i * GET_MODE_SIZE (elt_mode));
23508 machine_mode elt_mode;
23532 if (rs6000_discover_homogeneous_aggregate (mode, valtype, &elt_mode, &n_elts))
23536 if (SCALAR_FLOAT_MODE_NOT_VECTOR_P (elt_mode))
23539 first_reg = (elt_mode == TDmode) ? FP_ARG_RETURN + 1 : FP_ARG_RETURN;
23540 n_regs = (GET_MODE_SIZE (elt_mode) + 7) >> 3;
23548 return rs6000_parallel_return (mode, n_elts, elt_mode, first_reg, n_regs)
23464 machine_mode elt_mode; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64.cc 106 scalar_mode elt_mode; member in struct:simd_immediate_info
142 : elt_mode (elt_mode_in), insn (MOV)
157 : elt_mode (elt_mode_in), insn (insn_in)
168 : elt_mode (elt_mode_in), insn (INDEX)
179 : elt_mode (elt_mode_in), insn (PTRUE)
6197 scalar_mode elt_mode = GET_MODE_INNER (mode);
6198 unsigned int elt_bits = GET_MODE_BITSIZE (elt_mode);
6211 machine_mode full_mode = aarch64_full_sve_mode (elt_mode).require ();
6231 machine_mode vq_mode = aarch64_vq_mode (elt_mode).require ();
6243 machine_mode vq_mode = aarch64_vq_mode (elt_mode).require ()
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 17009 scalar_mode elt_mode = inner_mode == TImode ? DImode : SImode; local
17010 n_bits /= GET_MODE_SIZE (elt_mode);
17011 mode = mode_for_vector (elt_mode, n_bits).require ();
17012 inner_mode = mode_for_vector (elt_mode, n_bits / 2).require ();
  /src/external/gpl3/gcc/dist/gcc/config/nvptx/
nvptx.cc 2454 machine_mode elt_mode = TYPE_MODE (type) == BLKmode ? Pmode : DImode;
2456 elt_size |= GET_MODE_SIZE (elt_mode);
2450 machine_mode elt_mode = TYPE_MODE (type) == BLKmode ? Pmode : DImode; local
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 15963 scalar_mode elt_mode = inner_mode == TImode ? DImode : SImode; local
15964 n_bits /= GET_MODE_SIZE (elt_mode);
15965 mode = mode_for_vector (elt_mode, n_bits).require ();
15966 inner_mode = mode_for_vector (elt_mode, n_bits / 2).require ();
  /src/external/gpl3/gcc.old/dist/gcc/config/nvptx/
nvptx.cc 2444 machine_mode elt_mode = TYPE_MODE (type) == BLKmode ? Pmode : DImode;
2446 elt_size |= GET_MODE_SIZE (elt_mode);
2440 machine_mode elt_mode = TYPE_MODE (type) == BLKmode ? Pmode : DImode; local

Completed in 122 milliseconds