Searched refs:constv (Results 1 – 6 of 6) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| D | altivec.md | 2800 rtx mask, constv, vperm; 2803 constv = gen_const_vec_series (V16QImode, const0_rtx, const1_rtx); 2804 constv = force_reg (V16QImode, constv); 2805 vperm = gen_rtx_UNSPEC (V16QImode, gen_rtvec (3, mask, mask, constv), 2838 rtx mask, constv, vperm; 2841 constv = gen_const_vec_series (V16QImode, const0_rtx, const1_rtx); 2842 constv = force_reg (V16QImode, constv); 2843 vperm = gen_rtx_UNSPEC (V16QImode, gen_rtvec (3, mask, mask, constv),
|
| D | rs6000.cc | 22869 rtx constv, unspec; in altivec_expand_vec_perm_const_le() local 22885 constv = gen_rtx_CONST_VECTOR (V16QImode, gen_rtvec_v (16, perm)); in altivec_expand_vec_perm_const_le() 22886 constv = force_reg (V16QImode, constv); in altivec_expand_vec_perm_const_le() 22887 unspec = gen_rtx_UNSPEC (V16QImode, gen_rtvec (3, op1, op0, constv), in altivec_expand_vec_perm_const_le()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | vx-builtins.md | 2209 rtx perm_rtx[16], constv; 2227 …constv = force_const_mem (V16QImode, gen_rtx_CONST_VECTOR (V16QImode, gen_rtvec_v (16, perm_rtx))); 2228 emit_move_insn (operands[2], constv);
|
| D | vector.md | 2451 rtx constv, perm[16]; 2461 constv = gen_rtx_CONST_VECTOR (V16QImode, gen_rtvec_v (16, perm)); 2465 operands[5] = force_reg (V16QImode, constv);
|
| D | s390.cc | 7074 rtx constv = s390_expand_merge_perm_const (mode, high_p); in s390_expand_merge() local 7078 x = gen_rtx_VEC_SELECT (mode, x, constv); in s390_expand_merge()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/ |
| D | i386-expand.cc | 16026 rtx valv,idxv,constv,idx_tmp; in ix86_expand_vector_set_var() local 16116 constv = gen_rtx_CONST_VECTOR (cmp_mode, gen_rtvec_v (n_elts, vec)); in ix86_expand_vector_set_var() 16130 vec[3] = gen_rtx_EQ (mode, idxv, constv); in ix86_expand_vector_set_var() 16132 vec[5] = constv; in ix86_expand_vector_set_var()
|