HomeSort by: relevance | last modified time | path
    Searched refs:vmode (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/gcc/
optabs-query.h 92 /* Return insn code for a comparison operator with VMODE
96 get_vec_cmp_icode (machine_mode vmode, machine_mode mask_mode, bool uns)
99 return convert_optab_handler (tab, vmode, mask_mode);
102 /* Return insn code for a comparison operator with VMODE
106 get_vec_cmp_eq_icode (machine_mode vmode, machine_mode mask_mode)
108 return convert_optab_handler (vec_cmpeq_optab, vmode, mask_mode);
112 mode CMODE, unsigned if UNS is true, resulting in a value of mode VMODE. */
115 get_vcond_icode (machine_mode vmode, machine_mode cmode, bool uns)
119 icode = convert_optab_handler (vcondu_optab, vmode, cmode);
121 icode = convert_optab_handler (vcond_optab, vmode, cmode)
    [all...]
optabs-tree.cc 585 machine_mode vmode; local
600 vmode = targetm.vectorize.preferred_simd_mode (smode);
601 if (VECTOR_MODE_P (vmode)
602 && targetm.vectorize.get_mask_mode (vmode).exists (&mask_mode)
603 && target_supports_mask_load_store_p (vmode, mask_mode, is_load, ifn))
609 if (related_vector_mode (base_mode, smode).exists (&vmode)
610 && targetm.vectorize.get_mask_mode (vmode).exists (&mask_mode)
611 && target_supports_mask_load_store_p (vmode, mask_mode, is_load, ifn))
667 machine_mode vmode;
669 if (related_vector_mode (mode, QImode, nunits).exists (&vmode)
    [all...]
optabs-query.cc 721 machine_mode vmode; local
723 || !related_vector_mode (mode, imode, m).exists (&vmode)
724 || (convert_optab_handler (vec_extract_optab, vmode, imode)
727 /* We assume we can pun mode to vmode and imode to extr_mode. */
fold-const.cc 17383 /* Build a VECTOR_CST corresponding to VMODE, and has
17388 build_vec_cst_rand (machine_mode vmode, unsigned npatterns,
17393 tree inner_type = lang_hooks.types.type_for_mode (GET_MODE_INNER (vmode), 1);
17394 tree vectype = build_vector_type_for_mode (inner_type, vmode);
17590 test_all_nunits (machine_mode vmode)
17595 tree arg0 = build_vec_cst_rand (vmode, 1, 3, 1);
17596 tree arg1 = build_vec_cst_rand (vmode, 1, 3, 1);
17627 test_nunits_min_2 (machine_mode vmode)
17634 tree arg0 = build_vec_cst_rand (vmode, 1, 3, 1);
17635 tree arg1 = build_vec_cst_rand (vmode, 1, 3, 1)
    [all...]
tree-vect-data-refs.cc 6715 machine_mode vmode = TYPE_MODE (vectype);
6740 if (!can_vec_perm_const_p (vmode, vmode, indices))
6755 if (!can_vec_perm_const_p (vmode, vmode, indices))
6770 if (!can_vec_perm_const_p (vmode, vmode, indices))
6786 if (!can_vec_perm_const_p (vmode, vmode, indices))
6850 if (!can_vec_perm_const_p (vmode, vmode, indices)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
optabs-query.h 92 /* Return insn code for a comparison operator with VMODE
96 get_vec_cmp_icode (machine_mode vmode, machine_mode mask_mode, bool uns)
99 return convert_optab_handler (tab, vmode, mask_mode);
102 /* Return insn code for a comparison operator with VMODE
106 get_vec_cmp_eq_icode (machine_mode vmode, machine_mode mask_mode)
108 return convert_optab_handler (vec_cmpeq_optab, vmode, mask_mode);
112 mode CMODE, unsigned if UNS is true, resulting in a value of mode VMODE. */
115 get_vcond_icode (machine_mode vmode, machine_mode cmode, bool uns)
119 icode = convert_optab_handler (vcondu_optab, vmode, cmode);
121 icode = convert_optab_handler (vcond_optab, vmode, cmode)
    [all...]
optabs-query.cc 569 machine_mode vmode;
584 vmode = targetm.vectorize.preferred_simd_mode (smode);
585 if (VECTOR_MODE_P (vmode)
586 && targetm.vectorize.get_mask_mode (vmode).exists (&mask_mode)
587 && convert_optab_handler (op, vmode, mask_mode) != CODE_FOR_nothing)
593 if (related_vector_mode (base_mode, smode).exists (&vmode)
594 && targetm.vectorize.get_mask_mode (vmode).exists (&mask_mode)
595 && convert_optab_handler (op, vmode, mask_mode) != CODE_FOR_nothing)
618 machine_mode vmode;
620 if (related_vector_mode (mode, QImode, nunits).exists (&vmode)
785 machine_mode vmode; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-string.cc 817 machine_mode vmode = VOIDmode;
887 nunits).exists (&vmode))
903 potential_ew)).exists (&vmode)))
915 potential_ew)).exists (&vmode))
928 vmode = E_RVVM8QImode;
951 emit_insn (riscv_vector::gen_no_side_effects_vsetvl_rtx (vmode, cnt,
955 vec = gen_reg_rtx (vmode);
956 src = change_address (src_in, vmode, src_addr);
957 dst = change_address (dst_in, vmode, dst_addr);
962 if (!need_loop && known_eq (GET_MODE_SIZE (vmode), INTVAL (length_in))
    [all...]
riscv-v.cc 859 emit_hard_vlmax_vsetvl (machine_mode vmode, rtx vl)
861 unsigned int sew = get_sew (vmode);
863 gen_int_mode (get_vlmul (vmode), Pmode), const0_rtx,
868 emit_vlmax_vsetvl (machine_mode vmode, rtx vl)
870 unsigned int sew = get_sew (vmode);
871 enum vlmul_type vlmul = get_vlmul (vmode);
875 emit_hard_vlmax_vsetvl (vmode, vl);
2084 gen_no_side_effects_vsetvl_rtx (machine_mode vmode, rtx vl, rtx avl)
2086 unsigned int sew = get_sew (vmode);
2090 gen_int_mode (get_vlmul (vmode), Pmode)
3069 machine_mode vmode; member in struct:riscv_vector::expand_vec_perm_d
3124 machine_mode vmode = d->vmode; local
3212 machine_mode vmode = d->vmode; local
3305 machine_mode vmode = d->vmode; local
4200 machine_mode vmode = GET_MODE (vector_src); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.h 30 machine_mode vmode; member in struct:expand_vec_perm_d
53 bool ix86_vectorize_vec_perm_const (machine_mode vmode, machine_mode op_mode,
i386-expand.cc 2175 machine_mode vmode = mode; local
2182 vmode = V8HFmode;
2188 vmode = V4SFmode;
2190 vmode = V2DFmode;
2205 mask = ix86_build_signbit_mask (vmode, vector_mode, code == ABS);
2319 machine_mode mode, vmode; local
2325 vmode = V8HFmode;
2327 vmode = V4SFmode;
2329 vmode = V2DFmode;
2331 vmode = mode
2385 machine_mode mode, vmode; local
18787 machine_mode vmode, mode = GET_MODE (op0); local
18876 machine_mode vmode; local
19548 machine_mode vmode = d->vmode; local
19585 machine_mode vmode = d->vmode; local
19658 machine_mode mmode, vmode = d->vmode; local
20077 machine_mode vmode; local
20683 machine_mode vmode = d->vmode; local
20976 machine_mode vmode = d->vmode; local
21843 machine_mode vmode = d->vmode; local
22350 machine_mode vmode = d->vmode, imode; local
22925 machine_mode vmode = d->vmode; local
23129 machine_mode vmode; local
    [all...]
i386-features.cc 285 vmode = vmode_;
525 if (standard_sse_constant_p (exp, vmode))
832 /* Generate the canonical SET_SRC to move GPR to a VMODE vector register,
836 gen_gpr_to_xmm_move_src (enum machine_mode vmode, rtx gpr)
838 switch (GET_MODE_NUNITS (vmode))
841 return gen_rtx_SUBREG (vmode, gpr, 0);
843 return gen_rtx_VEC_CONCAT (vmode, gpr,
844 CONST0_RTX (GET_MODE_INNER (vmode)));
846 return gen_rtx_VEC_MERGE (vmode, gen_rtx_VEC_DUPLICATE (vmode, gpr)
    [all...]
i386-features.h 138 enum machine_mode vmode;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.h 30 machine_mode vmode; member in struct:expand_vec_perm_d
51 bool ix86_vectorize_vec_perm_const (machine_mode vmode, rtx target, rtx op0,
i386-expand.cc 2030 machine_mode vmode = mode; local
2037 vmode = V8HFmode;
2043 vmode = V4SFmode;
2045 vmode = V2DFmode;
2060 mask = ix86_build_signbit_mask (vmode, vector_mode, code == ABS);
2174 machine_mode mode, vmode; local
2180 vmode = V8HFmode;
2182 vmode = V4SFmode;
2184 vmode = V2DFmode;
2186 vmode = mode
2240 machine_mode mode, vmode; local
17689 machine_mode vmode, mode = GET_MODE (op0); local
17778 machine_mode vmode; local
18444 machine_mode vmode = d->vmode; local
18482 machine_mode mmode, vmode = d->vmode; local
18871 machine_mode vmode; local
19634 machine_mode vmode = d->vmode; local
20500 machine_mode vmode = d->vmode; local
21486 machine_mode vmode = d->vmode; local
21688 machine_mode vmode; local
    [all...]
i386-features.cc 283 vmode = vmode_;
505 if (standard_sse_constant_p (exp, vmode))
705 /* Generate the canonical SET_SRC to move GPR to a VMODE vector register,
709 gen_gpr_to_xmm_move_src (enum machine_mode vmode, rtx gpr)
711 switch (GET_MODE_NUNITS (vmode))
717 return gen_rtx_VEC_CONCAT (vmode, gpr,
718 CONST0_RTX (GET_MODE_INNER (vmode)));
720 return gen_rtx_VEC_MERGE (vmode, gen_rtx_VEC_DUPLICATE (vmode, gpr),
721 CONST0_RTX (vmode), GEN_INT (HOST_WIDE_INT_1U))
    [all...]
i386-features.h 138 enum machine_mode vmode;
  /src/sys/dev/i2c/
xc5k.c 303 uint16_t amode, vmode; local
312 vmode = XC5K_VIDEO_MODE_BTSC;
320 if (xc5k_write_2(xc, XC5K_REG_VIDEO_MODE, vmode))
353 uint16_t amode, vmode; local
372 vmode = XC5K_VIDEO_MODE_DTV6;
388 vmode = XC5K_VIDEO_MODE_DTV6;
393 vmode = XC5K_VIDEO_MODE_DTV78;
409 if (xc5k_write_2(xc, XC5K_REG_VIDEO_MODE, vmode))
  /src/sys/nfs/
nfs_clntsubs.c 156 u_short vmode; local
167 vmode = fxdr_unsigned(u_short, fp->fa_mode);
174 vmode = fxdr_unsigned(u_short, fp->fa_mode);
176 vtyp = IFTOVT(vmode);
190 vmode &= ALLPERMS;
221 (gid != vap->va_gid || uid != vap->va_uid || vmode != vap->va_mode
226 vap->va_mode = vmode;
  /src/external/gpl3/binutils/dist/gprofng/src/
Expression.cc 351 VMode vmode = ctx->dbev ? ctx->dbev->get_view_mode () : VMODE_USER;
353 if (vmode == VMODE_MACHINE)
355 else if (vmode == VMODE_EXPERT)
368 VMode vmode = ctx->dbev ? ctx->dbev->get_view_mode () : VMODE_USER; local
369 if (vmode == VMODE_MACHINE)
371 else if (vmode == VMODE_EXPERT)
386 VMode vmode = ctx->dbev ? ctx->dbev->get_view_mode () : VMODE_USER local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Expression.cc 351 VMode vmode = ctx->dbev ? ctx->dbev->get_view_mode () : VMODE_USER;
353 if (vmode == VMODE_MACHINE)
355 else if (vmode == VMODE_EXPERT)
368 VMode vmode = ctx->dbev ? ctx->dbev->get_view_mode () : VMODE_USER; local
369 if (vmode == VMODE_MACHINE)
371 else if (vmode == VMODE_EXPERT)
386 VMode vmode = ctx->dbev ? ctx->dbev->get_view_mode () : VMODE_USER local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.cc 7890 machine_mode vmode; member in struct:expand_vec_perm_d
8205 if (GET_MODE_SIZE (d->vmode) == 16)
8221 if (d->vmode == E_V2DFmode)
8224 tmp = simplify_gen_subreg (E_V2DImode, d->target, d->vmode, 0);
8227 else if (d->vmode == E_V4SFmode)
8230 tmp = simplify_gen_subreg (E_V4SImode, d->target, d->vmode, 0);
8235 sel = gen_rtx_CONST_VECTOR (d->vmode, gen_rtvec_v (d->nelt, rperm));
8239 switch (d->vmode)
8290 if (!loongarch_const_vector_shuffle_set_p (x, d->vmode))
8296 x = gen_rtx_VEC_SELECT (d->vmode, d->op0, x)
8940 machine_mode vmode = GET_MODE (target); local
9979 machine_mode vmode = GET_MODE (target); local
10021 machine_mode vmode = GET_MODE (target); local
10113 machine_mode vmode = GET_MODE (target); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.cc 21822 machine_mode vmode;
21895 t0 = gen_reg_rtx (d->vmode);
21896 t1 = gen_reg_rtx (d->vmode);
21897 switch (d->vmode)
21909 t2 = gen_reg_rtx (d->vmode);
21910 t3 = gen_reg_rtx (d->vmode);
21937 if (d->vmode != V4HImode)
21990 if (d->vmode != V8QImode)
22041 if (!mips_const_vector_shuffle_set_p (x, d->vmode))
22044 x = gen_rtx_VEC_SELECT (d->vmode, d->op0, x)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.cc 21609 machine_mode vmode;
21682 t0 = gen_reg_rtx (d->vmode);
21683 t1 = gen_reg_rtx (d->vmode);
21684 switch (d->vmode)
21696 t2 = gen_reg_rtx (d->vmode);
21697 t3 = gen_reg_rtx (d->vmode);
21724 if (d->vmode != V4HImode)
21777 if (d->vmode != V8QImode)
21828 if (!mips_const_vector_shuffle_set_p (x, d->vmode))
21831 x = gen_rtx_VEC_SELECT (d->vmode, d->op0, x)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 11015 machine_mode vmode;
11041 vmode = aarch64_simd_container_mode (imode, width);
11042 rtx v_op = aarch64_simd_gen_const_vector_dup (vmode, ival);
23207 machine_mode vmode;
23209 vmode = aarch64_simd_container_mode (mode, 64);
23210 rtx op_v = aarch64_simd_gen_const_vector_dup (vmode, INTVAL (op));
25252 machine_mode vmode;
25257 vmode = aarch64_simd_container_mode (mode, width);
25258 rtx v_op = aarch64_simd_gen_const_vector_dup (vmode, INTVAL (immediate));
25409 machine_mode vmode;
    [all...]

Completed in 131 milliseconds

1 2 3