1 ; Test loads of 128-bit floating-point constants that can be represented
4 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
5 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s -check-prefix=CONST
7 define void @f1(ptr %x) {
9 ; CHECK: larl [[REGISTER:%r[1-5]+]], {{.*}}
10 ; CHECK: lxdb %f0, 0([[REGISTER]])
11 ; CHECK: std %f0, 0(%r2)
12 ; CHECK: std %f2, 8(%r2)
15 ; CONST: .quad 0x3ff0000010000000
16 store fp128 0xL00000000000000003fff000001000000, ptr %x