/external/valgrind/none/tests/s390x/ |
tcxb.c | 1 /* test data class tests for float, double, long double: TCEB, TCDB, TCXB */ 31 static int tceb(float f, long long num) function 35 asm volatile(" tceb %1,0(%2)\n" 82 printf("%d", tceb(+0.0f, 1UL<<i)); 83 printf("%d", tceb(-0.0f, 1UL<<i)); 84 printf("%d", tceb(+2.2f, 1UL<<i)); 85 printf("%d", tceb(-2.2f, 1UL<<i)); 86 printf("%d", tceb(+INFINITY, 1UL<<i)); 87 printf("%d", tceb(-INFINITY, 1UL<<i)); 88 printf("%d", tceb(+NAN, 1UL<<i)) [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/ |
esa-g5.s | 442 tceb %f6,4095(%r5,%r10)
|
esa-g5.d | 448 .*: ed 65 af ff 00 10 [ ]*tceb %f6,4095\(%r5,%r10\)
|
/external/llvm/test/MC/SystemZ/ |
insn-bad.s | [all...] |
insn-good.s | [all...] |