HomeSort by relevance Sort by last modified time
    Searched full:tcdb (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/none/tests/s390x/
tcxb.c 1 /* test data class tests for float, double, long double: TCEB, TCDB, TCXB */
18 static int tcdb(double f, long long num) function
22 asm volatile(" tcdb %1,0(%2)\n"
61 printf("%d", tcdb(+0.0l, 1UL<<i));
62 printf("%d", tcdb(-0.0l, 1UL<<i));
63 printf("%d", tcdb(+2.2l, 1UL<<i));
64 printf("%d", tcdb(-2.2l, 1UL<<i));
65 printf("%d", tcdb(+INFINITY, 1UL<<i));
66 printf("%d", tcdb(-INFINITY, 1UL<<i));
67 printf("%d", tcdb(+NAN, 1UL<<i))
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c     [all...]
guest_s390_toIR.c     [all...]

Completed in 767 milliseconds