Home | History | Annotate | Download | only in X86

Lines Matching full:select

10   %t4 = select i1 %r, %0 %t0, %0 %t1
27 %g.0 = select i1 %tmp73, i16 0, i16 -480 ; <i16> [#uses=2]
48 ;; Select between two floating point constants.
52 %iftmp.0.0 = select i1 %0, float 4.200000e+01, float 2.300000e+01 ; <float> [#uses=1]
64 %iftmp.0.0 = select i1 %0, i32 4, i32 0 ; <i32> [#uses=1]
76 %x = select i1 %c, <2 x i16> %a, <2 x i16> %b
89 %iftmp.38.0 = select i1 %tmp.upgrd.1, <4 x float> %tmp9, <4 x float> %tmp ; <<4 x float>> [#uses=1]
107 ; Select with fp80's
110 %retval = select i1 %tmp9, x86_fp80 0xK4005B400000000000000, x86_fp80 0xK40078700000000000000
121 ; widening select v6i32 and then a sub
123 %x = select i1 %c, <6 x i32> %src1, <6 x i32> %src2
134 ;; Test integer select between values and constants.
138 %cond = select i1 %cmp, i64 %y, i64 -1
156 %cond = select i1 %cmp, i64 -1, i64 %y
189 ;; Select between -1 and 1.
192 %cond = select i1 %cmp, i64 -1, i64 1
211 %cond = select i1 %cmp, i64 %y, i64 -1
230 %cond = select i1 %cmp, i64 -1, i64 %y
255 %D = select i1 %B, i64 -1, i64 %C
350 %sel = select i1 %cmp, i8 %a, i8 %b