Home | History | Annotate | Download | only in X86

Lines Matching full:fcmp

10   ;AVX1: cost of 1 {{.*}} fcmp
11 ;AVX2: cost of 1 {{.*}} fcmp
12 %A = fcmp olt <2 x float> undef, undef
13 ;AVX1: cost of 1 {{.*}} fcmp
14 ;AVX2: cost of 1 {{.*}} fcmp
15 %B = fcmp olt <4 x float> undef, undef
16 ;AVX1: cost of 1 {{.*}} fcmp
17 ;AVX2: cost of 1 {{.*}} fcmp
18 %C = fcmp olt <8 x float> undef, undef
19 ;AVX1: cost of 1 {{.*}} fcmp
20 ;AVX2: cost of 1 {{.*}} fcmp
21 %D = fcmp olt <2 x double> undef, undef
22 ;AVX1: cost of 1 {{.*}} fcmp
23 ;AVX2: cost of 1 {{.*}} fcmp
24 %E = fcmp olt <4 x double> undef, undef
26 ; AVX512: cost of 1 {{.*}} %E1 = fcmp
27 %E1 = fcmp olt <16 x float> undef, undef
28 ; AVX512: cost of 2 {{.*}} %E2 = fcmp
29 %E2 = fcmp olt <16 x double> undef, undef