Bruno Cardoso Lopes | 61905f0 | 2011-07-13 01:15:33 +0000 | [diff] [blame] | 1 | ; RUN: llc < %s -mtriple=x86_64-apple-darwin -mcpu=corei7-avx -mattr=+avx | FileCheck %s |
| 2 | |
| 3 | ; CHECK: vandpd |
| 4 | define <4 x double> @andpd256(<4 x double> %y, <4 x double> %x) nounwind uwtable readnone ssp { |
| 5 | entry: |
| 6 | %0 = bitcast <4 x double> %x to <4 x i64> |
| 7 | %1 = bitcast <4 x double> %y to <4 x i64> |
| 8 | %and.i = and <4 x i64> %0, %1 |
| 9 | %2 = bitcast <4 x i64> %and.i to <4 x double> |
| 10 | ret <4 x double> %2 |
| 11 | } |
| 12 | |
| 13 | ; CHECK: vandpd LCP{{.*}}(%rip) |
| 14 | define <4 x double> @andpd256fold(<4 x double> %y) nounwind uwtable readnone ssp { |
| 15 | entry: |
| 16 | %0 = bitcast <4 x double> %y to <4 x i64> |
| 17 | %and.i = and <4 x i64> %0, <i64 4616752568008179712, i64 4614838538166547251, i64 4612361558371493478, i64 4608083138725491507> |
| 18 | %1 = bitcast <4 x i64> %and.i to <4 x double> |
| 19 | ret <4 x double> %1 |
| 20 | } |
| 21 | |
| 22 | ; CHECK: vandps |
| 23 | define <8 x float> @andps256(<8 x float> %y, <8 x float> %x) nounwind uwtable readnone ssp { |
| 24 | entry: |
| 25 | %0 = bitcast <8 x float> %x to <8 x i32> |
| 26 | %1 = bitcast <8 x float> %y to <8 x i32> |
| 27 | %and.i = and <8 x i32> %0, %1 |
| 28 | %2 = bitcast <8 x i32> %and.i to <8 x float> |
| 29 | ret <8 x float> %2 |
| 30 | } |
| 31 | |
| 32 | ; CHECK: vandps LCP{{.*}}(%rip) |
| 33 | define <8 x float> @andps256fold(<8 x float> %y) nounwind uwtable readnone ssp { |
| 34 | entry: |
| 35 | %0 = bitcast <8 x float> %y to <8 x i32> |
| 36 | %and.i = and <8 x i32> %0, <i32 1083179008, i32 1079613850, i32 1075000115, i32 1067030938, i32 1083179008, i32 1079613850, i32 1075000115, i32 1067030938> |
| 37 | %1 = bitcast <8 x i32> %and.i to <8 x float> |
| 38 | ret <8 x float> %1 |
| 39 | } |
| 40 | |
| 41 | ; CHECK: vxorpd |
| 42 | define <4 x double> @xorpd256(<4 x double> %y, <4 x double> %x) nounwind uwtable readnone ssp { |
| 43 | entry: |
| 44 | %0 = bitcast <4 x double> %x to <4 x i64> |
| 45 | %1 = bitcast <4 x double> %y to <4 x i64> |
| 46 | %xor.i = xor <4 x i64> %0, %1 |
| 47 | %2 = bitcast <4 x i64> %xor.i to <4 x double> |
| 48 | ret <4 x double> %2 |
| 49 | } |
| 50 | |
| 51 | ; CHECK: vxorpd LCP{{.*}}(%rip) |
| 52 | define <4 x double> @xorpd256fold(<4 x double> %y) nounwind uwtable readnone ssp { |
| 53 | entry: |
| 54 | %0 = bitcast <4 x double> %y to <4 x i64> |
| 55 | %xor.i = xor <4 x i64> %0, <i64 4616752568008179712, i64 4614838538166547251, i64 4612361558371493478, i64 4608083138725491507> |
| 56 | %1 = bitcast <4 x i64> %xor.i to <4 x double> |
| 57 | ret <4 x double> %1 |
| 58 | } |
| 59 | |
| 60 | ; CHECK: vxorps |
| 61 | define <8 x float> @xorps256(<8 x float> %y, <8 x float> %x) nounwind uwtable readnone ssp { |
| 62 | entry: |
| 63 | %0 = bitcast <8 x float> %x to <8 x i32> |
| 64 | %1 = bitcast <8 x float> %y to <8 x i32> |
| 65 | %xor.i = xor <8 x i32> %0, %1 |
| 66 | %2 = bitcast <8 x i32> %xor.i to <8 x float> |
| 67 | ret <8 x float> %2 |
| 68 | } |
| 69 | |
| 70 | ; CHECK: vxorps LCP{{.*}}(%rip) |
| 71 | define <8 x float> @xorps256fold(<8 x float> %y) nounwind uwtable readnone ssp { |
| 72 | entry: |
| 73 | %0 = bitcast <8 x float> %y to <8 x i32> |
| 74 | %xor.i = xor <8 x i32> %0, <i32 1083179008, i32 1079613850, i32 1075000115, i32 1067030938, i32 1083179008, i32 1079613850, i32 1075000115, i32 1067030938> |
| 75 | %1 = bitcast <8 x i32> %xor.i to <8 x float> |
| 76 | ret <8 x float> %1 |
| 77 | } |
| 78 | |
| 79 | ; CHECK: vorpd |
| 80 | define <4 x double> @orpd256(<4 x double> %y, <4 x double> %x) nounwind uwtable readnone ssp { |
| 81 | entry: |
| 82 | %0 = bitcast <4 x double> %x to <4 x i64> |
| 83 | %1 = bitcast <4 x double> %y to <4 x i64> |
| 84 | %or.i = or <4 x i64> %0, %1 |
| 85 | %2 = bitcast <4 x i64> %or.i to <4 x double> |
| 86 | ret <4 x double> %2 |
| 87 | } |
| 88 | |
| 89 | ; CHECK: vorpd LCP{{.*}}(%rip) |
| 90 | define <4 x double> @orpd256fold(<4 x double> %y) nounwind uwtable readnone ssp { |
| 91 | entry: |
| 92 | %0 = bitcast <4 x double> %y to <4 x i64> |
| 93 | %or.i = or <4 x i64> %0, <i64 4616752568008179712, i64 4614838538166547251, i64 4612361558371493478, i64 4608083138725491507> |
| 94 | %1 = bitcast <4 x i64> %or.i to <4 x double> |
| 95 | ret <4 x double> %1 |
| 96 | } |
| 97 | |
| 98 | ; CHECK: vorps |
| 99 | define <8 x float> @orps256(<8 x float> %y, <8 x float> %x) nounwind uwtable readnone ssp { |
| 100 | entry: |
| 101 | %0 = bitcast <8 x float> %x to <8 x i32> |
| 102 | %1 = bitcast <8 x float> %y to <8 x i32> |
| 103 | %or.i = or <8 x i32> %0, %1 |
| 104 | %2 = bitcast <8 x i32> %or.i to <8 x float> |
| 105 | ret <8 x float> %2 |
| 106 | } |
| 107 | |
| 108 | ; CHECK: vorps LCP{{.*}}(%rip) |
| 109 | define <8 x float> @orps256fold(<8 x float> %y) nounwind uwtable readnone ssp { |
| 110 | entry: |
| 111 | %0 = bitcast <8 x float> %y to <8 x i32> |
| 112 | %or.i = or <8 x i32> %0, <i32 1083179008, i32 1079613850, i32 1075000115, i32 1067030938, i32 1083179008, i32 1079613850, i32 1075000115, i32 1067030938> |
| 113 | %1 = bitcast <8 x i32> %or.i to <8 x float> |
| 114 | ret <8 x float> %1 |
| 115 | } |
| 116 | |