1 ; Test the FPR constraint "f".
3 ; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
10 %val = call float asm "blah $0 $1", "=&f,f" (float 0.0)
19 %val = call double asm "blah $0 $1", "=&f,f" (double 0.0)
28 %val = call double asm "blah $0 $1", "=&f,f" (fp128 0xL00000000000000000000000000000000)