1 /* { dg-do compile { target { powerpc*-*-darwin* powerpc*-*-aix* rs6000-*-* powerpc*-*-linux* } } } */
2 /* { dg-options "-O2 -mlong-double-128 -fpic" } */
3 /* { dg-require-effective-target fpic } */
5 typedef int int32_t __attribute__ ((__mode__ (__SI__
)));
6 typedef unsigned char uint8_t;
7 typedef unsigned int uint32_t;
8 typedef struct REGS REGS
;
9 typedef union { uint32_t F
; } FW
;
10 typedef union { struct { FW L
; } F
; } DW
;
21 void put_ebfp (struct ebfp
*);
23 void s390_convert_fix32_to_bfp_ext_reg (REGS
*regs
)
27 ((regs
))->psw
.ia
.F
.L
.F
+= (4);
28 if(!((regs
)->cr
[(0)].F
.L
.F
& 0x00040000))
29 op1
.v
= (long double)op2
;