Home | History | Annotate | Download | only in s390x

Lines Matching refs:tcxb

1 /* test data class tests for float, double, long double:  TCEB, TCDB, TCXB */
5 static int tcxb(long double f, long long num)
9 asm volatile(" tcxb %1,0(%2)\n"
51 printf("%d", tcxb(+0.0l, 1UL<<i));
52 printf("%d", tcxb(-0.0l, 1UL<<i));
53 printf("%d", tcxb(+2.2l, 1UL<<i));
54 printf("%d", tcxb(-2.2l, 1UL<<i));
55 printf("%d", tcxb(+INFINITY, 1UL<<i));
56 printf("%d", tcxb(-INFINITY, 1UL<<i));
57 printf("%d", tcxb(+NAN, 1UL<<i));
58 printf("%d", tcxb(-NAN, 1UL<<i));