Searched refs:const_vector (Results 1 – 11 of 11) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/config/i386/ |
H A D | mmx.md | 836 (const_vector:V4SI [(const_int 32768) (const_int 32768) 852 (const_vector:V4SI [(const_int 32768) (const_int 32768) 1445 (const_vector:V8HI [(const_int 1) (const_int 1) 1463 (const_vector:V8HI [(const_int 1) (const_int 1) 1497 (const_vector:V4SI [(const_int 1) (const_int 1) 1513 (const_vector:V4SI [(const_int 1) (const_int 1)
|
H A D | predicates.md | 737 (match_code "const_int,const_double,const_vector") 746 (match_code "const_int,const_double,const_vector") 1029 (and (match_code "const_vector") 1054 (match_code "const_vector"))) 1674 (match_code "const_vector")))
|
H A D | sse.md | 5059 (const_vector:V2SF [(const_int 0) (const_int 0)])))] 5075 (const_vector:V2SF [(const_int 0) (const_int 0)])))] 5088 (const_vector:V2SF [(const_int 0) (const_int 0)]) 5090 (const_vector:V2SF [(const_int 0) (const_int 0)])))] 5207 (const_vector:V2SI [(const_int 0) (const_int 0)])))] 5245 (const_vector:V2SI [(const_int 0) (const_int 0)])))] 5266 (const_vector:V2SI [(const_int 0) (const_int 0)])))] 5367 (const_vector:V2SI [(const_int 0) (const_int 0)])))] 9553 (const_vector:V14QI [(const_int 0) (const_int 0) 9572 (const_vector:V2QI [(const_int 0) (const_int 0)]) [all …]
|
/dflybsd-src/contrib/gcc-4.7/gcc/config/i386/ |
H A D | mmx.md | 947 (const_vector:V4SI [(const_int 32768) (const_int 32768) 963 (const_vector:V4SI [(const_int 32768) (const_int 32768) 1554 (const_vector:V8HI [(const_int 1) (const_int 1) 1572 (const_vector:V8HI [(const_int 1) (const_int 1) 1606 (const_vector:V4SI [(const_int 1) (const_int 1) 1622 (const_vector:V4SI [(const_int 1) (const_int 1)
|
H A D | predicates.md | 579 (match_code "const_int,const_double,const_vector") 770 (match_code "const_vector")
|
H A D | sse.md | 7768 (const_vector:V32QI [(const_int 1) (const_int 1) 7798 (const_vector:V16QI [(const_int 1) (const_int 1) 7820 (const_vector:V32QI [(const_int 1) (const_int 1) 7853 (const_vector:V16QI [(const_int 1) (const_int 1) 7882 (const_vector:V16HI [(const_int 1) (const_int 1) 7904 (const_vector:V8HI [(const_int 1) (const_int 1) 7922 (const_vector:V16HI [(const_int 1) (const_int 1) 7947 (const_vector:V8HI [(const_int 1) (const_int 1) 9113 (const_vector:V16HI [(const_int 1) (const_int 1) 9137 (const_vector:V16HI [(const_int 1) (const_int 1) [all …]
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | rtl.h | 433 } const_vector; member 1982 ->u2.const_vector.npatterns) 1986 ->u2.const_vector.nelts_per_pattern)
|
H A D | rtl.def | 364 DEF_RTL_EXPR(CONST_VECTOR, "const_vector", "E", RTX_CONST_OBJ)
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | rtl.texi | 1536 @findex const_vector 1537 @item (const_vector:@var{m} [@var{x0} @var{x1} @dots{}]) 1542 The number of units in a @code{const_vector} is obtained with the macro 4073 @cindex @code{const_vector}, RTL sharing 4075 There is only one @code{const_vector} expression with value 0 for
|
H A D | md.texi | 1190 @code{const_vector}) is allowed.
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | rtl.def | 331 DEF_RTL_EXPR(CONST_VECTOR, "const_vector", "E", RTX_CONST_OBJ)
|