brintos

brintos / llvm-project-archived public Read only

0
0
Text · 1.3 KiB · 52ccb24 Raw
43 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mcpu=pwr9 -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \3; RUN:   -mtriple=powerpc64le-unknown-unknown -verify-machineinstrs < %s | \4; RUN:   FileCheck %s --check-prefix=P95; RUN: llc -mcpu=pwr8 -ppc-asm-full-reg-names -ppc-vsr-nums-as-vr \6; RUN:   -mtriple=powerpc64le-unknown-unknown -verify-machineinstrs < %s | \7; RUN:   FileCheck %s8 9define dso_local <2 x double> @test_rint_v2f64(<2 x double> %d) local_unnamed_addr {10; P9-LABEL: test_rint_v2f64:11; P9:       # %bb.0: # %entry12; P9-NEXT:    xvrdpic v2, v213; P9-NEXT:    blr14;15; CHECK-LABEL: test_rint_v2f64:16; CHECK:       # %bb.0: # %entry17; CHECK-NEXT:    xvrdpic v2, v218; CHECK-NEXT:    blr19entry:20  %0 = tail call <2 x double> @llvm.rint.v2f64(<2 x double> %d)21  ret <2 x double> %022}23 24declare <2 x double> @llvm.rint.v2f64(<2 x double>)25 26 27define dso_local <4 x float> @test_rint_v4f32(<4 x float> %d) local_unnamed_addr {28; P9-LABEL: test_rint_v4f32:29; P9:       # %bb.0: # %entry30; P9-NEXT:    xvrspic v2, v231; P9-NEXT:    blr32;33; CHECK-LABEL: test_rint_v4f32:34; CHECK:       # %bb.0: # %entry35; CHECK-NEXT:    xvrspic v2, v236; CHECK-NEXT:    blr37entry:38  %0 = tail call <4 x float> @llvm.rint.v4f32(<4 x float> %d)39  ret <4 x float> %040}41 42declare <4 x float> @llvm.rint.v4f32(<4 x float>)43