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

  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 17084 rtx valv,idxv,constv,idx_tmp; local
17198 constv = gen_rtx_CONST_VECTOR (cmp_mode, gen_rtvec_v (n_elts, vec));
17212 vec[3] = gen_rtx_EQ (mode, idxv, constv);
17214 vec[5] = constv;
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 16038 rtx valv,idxv,constv,idx_tmp; local
16128 constv = gen_rtx_CONST_VECTOR (cmp_mode, gen_rtvec_v (n_elts, vec));
16142 vec[3] = gen_rtx_EQ (mode, idxv, constv);
16144 vec[5] = constv;
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 7073 rtx constv = s390_expand_merge_perm_const (mode, high_p);
7077 x = gen_rtx_VEC_SELECT (mode, x, constv);
7072 rtx constv = s390_expand_merge_perm_const (mode, high_p); local
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 7512 rtx constv = s390_expand_merge_perm_const (mode, high_p);
7516 x = gen_rtx_VEC_SELECT (mode, x, constv);
7511 rtx constv = s390_expand_merge_perm_const (mode, high_p); local
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 23406 rtx constv, unspec;
23422 constv = gen_rtx_CONST_VECTOR (V16QImode, gen_rtvec_v (16, perm));
23423 constv = force_reg (V16QImode, constv);
23424 unspec = gen_rtx_UNSPEC (V16QImode, gen_rtvec (3, op1, op0, constv),
23362 rtx constv, unspec; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 22928 rtx constv, unspec;
22944 constv = gen_rtx_CONST_VECTOR (V16QImode, gen_rtvec_v (16, perm));
22945 constv = force_reg (V16QImode, constv);
22946 unspec = gen_rtx_UNSPEC (V16QImode, gen_rtvec (3, op1, op0, constv),
22884 rtx constv, unspec; local

Completed in 110 milliseconds