[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / PowerPC / p10-splatImm32.ll
blobce4c2da24b0d5cc1eca54d2eb55bda995fdb8c56
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc -verify-machineinstrs -mtriple=powerpc64le-unknown-linux-gnu -O2 \
3 ; RUN:     -ppc-asm-full-reg-names -mcpu=pwr10 < %s | \
4 ; RUN:     FileCheck %s
6 ; Function Attrs: norecurse nounwind readnone
7 define  <4 x i32> @test_xxsplti32dx_1(<4 x i32> %a) {
8 ; CHECK-LABEL: test_xxsplti32dx_1:
9 ; CHECK:       # %bb.0: # %entry
10 ; CHECK-NEXT:    xxsplti32dx vs34, 0, 566
11 ; CHECK-NEXT:    blr
12 entry:
13   %vecins1 = shufflevector <4 x i32> %a, <4 x i32> <i32 undef, i32 566, i32 undef, i32 566>, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
14   ret <4 x i32> %vecins1
17 ; Function Attrs: norecurse nounwind readnone
18 define  <4 x i32> @test_xxsplti32dx_2(<4 x i32> %a) {
19 ; CHECK-LABEL: test_xxsplti32dx_2:
20 ; CHECK:       # %bb.0: # %entry
21 ; CHECK-NEXT:    xxsplti32dx vs34, 1, 33
22 ; CHECK-NEXT:    blr
23 entry:
24   %vecins1 = shufflevector <4 x i32> <i32 33, i32 undef, i32 33, i32 undef>, <4 x i32> %a, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
25   ret <4 x i32> %vecins1
28 ; Function Attrs: norecurse nounwind readnone
29 define  <4 x i32> @test_xxsplti32dx_3(<4 x i32> %a) {
30 ; CHECK-LABEL: test_xxsplti32dx_3:
31 ; CHECK:       # %bb.0: # %entry
32 ; CHECK-NEXT:    xxsplti32dx vs34, 0, 12
33 ; CHECK-NEXT:    blr
34 entry:
35   %vecins1 = shufflevector <4 x i32> %a, <4 x i32> <i32 undef, i32 12, i32 undef, i32 12>, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
36   ret <4 x i32> %vecins1
39 ; Function Attrs: norecurse nounwind readnone
40 define  <4 x i32> @test_xxsplti32dx_4(<4 x i32> %a) {
41 ; CHECK-LABEL: test_xxsplti32dx_4:
42 ; CHECK:       # %bb.0: # %entry
43 ; CHECK-NEXT:    xxsplti32dx vs34, 1, -683
44 ; CHECK-NEXT:    blr
45 entry:
46   %vecins1 = shufflevector <4 x i32> <i32 -683, i32 undef, i32 -683, i32 undef>, <4 x i32> %a, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
47   ret <4 x i32> %vecins1
50 ; Function Attrs: nounwind
51 define  <4 x float> @test_xxsplti32dx_5(<4 x float> %vfa) {
52 ; CHECK-LABEL: test_xxsplti32dx_5:
53 ; CHECK:       # %bb.0: # %entry
54 ; CHECK-NEXT:    xxsplti32dx vs34, 0, 1065353216
55 ; CHECK-NEXT:    blr
56 entry:
57   %vecins3.i = shufflevector <4 x float> %vfa, <4 x float> <float undef, float 1.000000e+00, float undef, float 1.000000e+00>, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
58   ret <4 x float> %vecins3.i
61 ; Function Attrs: nounwind
62 define  <4 x float> @test_xxsplti32dx_6(<4 x float> %vfa) {
63 ; CHECK-LABEL: test_xxsplti32dx_6:
64 ; CHECK:       # %bb.0: # %entry
65 ; CHECK-NEXT:    xxsplti32dx vs34, 1, 1073741824
66 ; CHECK-NEXT:    blr
67 entry:
68   %vecins3.i = shufflevector <4 x float> <float 2.000000e+00, float undef, float 2.000000e+00, float undef>, <4 x float> %vfa, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
69   ret <4 x float> %vecins3.i
72 ; Function Attrs: norecurse nounwind readnone
73 ; Test to illustrate when the splat is narrower than 32-bits.
74 define dso_local <4 x i32> @test_xxsplti32dx_7(<4 x i32> %a) local_unnamed_addr #0 {
75 ; CHECK-LABEL: test_xxsplti32dx_7:
76 ; CHECK:       # %bb.0: # %entry
77 ; CHECK-NEXT:    xxsplti32dx vs34, 1, -1414812757
78 ; CHECK-NEXT:    blr
79 entry:
80   %vecins1 = shufflevector <4 x i32> <i32 -1414812757, i32 undef, i32 -1414812757, i32 undef>, <4 x i32> %a, <4 x i32> <i32 0, i32 5, i32 2, i32 7>
81   ret <4 x i32> %vecins1
84 define dso_local <2 x double> @test_xxsplti32dx_8() {
85 ; CHECK-LABEL: test_xxsplti32dx_8:
86 ; CHECK:       # %bb.0: # %entry
87 ; CHECK-NEXT:    xxsplti32dx vs34, 0, 1082660167
88 ; CHECK-NEXT:    xxsplti32dx vs34, 1, -1374389535
89 ; CHECK-NEXT:    blr
90 entry:
91   ret <2 x double> <double 0x40881547AE147AE1, double 0x40881547AE147AE1>
94 define dso_local <8 x i16> @test_xxsplti32dx_9() {
95 ; CHECK-LABEL: test_xxsplti32dx_9:
96 ; CHECK:       # %bb.0: # %entry
97 ; CHECK-NEXT:    xxsplti32dx vs34, 0, 23855277
98 ; CHECK-NEXT:    xxsplti32dx vs34, 1, 65827
99 ; CHECK-NEXT:    blr
100 entry:
101   ret <8 x i16> <i16 291, i16 undef, i16 undef, i16 364, i16 undef, i16 1, i16 173, i16 undef>
104 define dso_local <16 x i8> @constSplatBug() {
105 ; CHECK-LABEL: constSplatBug:
106 ; CHECK:       # %bb.0: # %entry
107 ; CHECK-NEXT:    xxlxor vs34, vs34, vs34
108 ; CHECK-NEXT:    xxsplti32dx vs34, 0, 1191182336
109 ; CHECK-NEXT:    blr
110 entry:
111   ret <16 x i8> <i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 71, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 0, i8 71>