brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.7 KiB · d01a913 Raw
49 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i386-unknown -mattr=+sse2 | FileCheck %s --check-prefix=X863; RUN: llc < %s -mtriple=x86_64-unknown -mattr=+sse2 | FileCheck %s --check-prefix=X644 5define <2 x i64> @test(i16 %a) nounwind {6; X86-LABEL: test:7; X86:       # %bb.0:8; X86-NEXT:    pxor %xmm0, %xmm09; X86-NEXT:    pinsrw $3, {{[0-9]+}}(%esp), %xmm010; X86-NEXT:    retl11;12; X64-LABEL: test:13; X64:       # %bb.0:14; X64-NEXT:    pxor %xmm0, %xmm015; X64-NEXT:    pinsrw $3, %edi, %xmm016; X64-NEXT:    retq17  %tmp10 = insertelement <8 x i16> zeroinitializer, i16 %a, i32 318  %tmp12 = insertelement <8 x i16> %tmp10, i16 0, i32 419  %tmp14 = insertelement <8 x i16> %tmp12, i16 0, i32 520  %tmp16 = insertelement <8 x i16> %tmp14, i16 0, i32 621  %tmp18 = insertelement <8 x i16> %tmp16, i16 0, i32 722  %tmp19 = bitcast <8 x i16> %tmp18 to <2 x i64>23  ret <2 x i64> %tmp1924}25 26define <2 x i64> @test2(i8 %a) nounwind {27; X86-LABEL: test2:28; X86:       # %bb.0:29; X86-NEXT:    movzbl {{[0-9]+}}(%esp), %eax30; X86-NEXT:    pxor %xmm0, %xmm031; X86-NEXT:    pinsrw $5, %eax, %xmm032; X86-NEXT:    retl33;34; X64-LABEL: test2:35; X64:       # %bb.0:36; X64-NEXT:    movzbl %dil, %eax37; X64-NEXT:    pxor %xmm0, %xmm038; X64-NEXT:    pinsrw $5, %eax, %xmm039; X64-NEXT:    retq40  %tmp24 = insertelement <16 x i8> zeroinitializer, i8 %a, i32 1041  %tmp26 = insertelement <16 x i8> %tmp24, i8 0, i32 1142  %tmp28 = insertelement <16 x i8> %tmp26, i8 0, i32 1243  %tmp30 = insertelement <16 x i8> %tmp28, i8 0, i32 1344  %tmp32 = insertelement <16 x i8> %tmp30, i8 0, i32 1445  %tmp34 = insertelement <16 x i8> %tmp32, i8 0, i32 1546  %tmp35 = bitcast <16 x i8> %tmp34 to <2 x i64>47  ret <2 x i64> %tmp3548}49