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

  /external/valgrind/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...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 443 tcdb %f6,4095(%r5,%r10)
esa-g5.d 449 .*: ed 65 af ff 00 11 [ ]*tcdb %f6,4095\(%r5,%r10\)
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
insn-good.s     [all...]
  /external/v8/src/s390/
constants-s390.h 236 V(tcdb, TCDB, 0xED11) /* type = RXE TEST DATA CLASS (long BFP) */ \
    [all...]

Completed in 187 milliseconds