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

  /external/valgrind/main/none/tests/s390x/
tcxb.vgtest 1 prog: tcxb
tcxb.c 1 /* test data class tests for float, double, long double: TCEB, TCDB, TCXB */
5 static int tcxb(long double f, long long num) function
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))
    [all...]
Makefile.am 5 INSN_TESTS = clc clcle cvb cvd icm lpr tcxb lam_stam xc mvst add sub mul \
Makefile.in 68 icm$(EXEEXT) lpr$(EXEEXT) tcxb$(EXEEXT) lam_stam$(EXEEXT) \
284 tcxb_SOURCES = tcxb.c
285 tcxb_OBJECTS = tcxb-tcxb.$(OBJEXT)
333 stfle.c sub.c sub_EI.c tcxb.c tr.c tre.c troo.c trot.c trto.c \
343 stfle.c sub.c sub_EI.c tcxb.c tr.c tre.c troo.c trot.c trto.c \
625 INSN_TESTS = clc clcle cvb cvd icm lpr tcxb lam_stam xc mvst add sub mul \
871 tcxb$(EXEEXT): $(tcxb_OBJECTS) $(tcxb_DEPENDENCIES)
872 @rm -f tcxb$(EXEEXT)
    [all...]
  /external/valgrind/main/VEX/priv/
guest_s390_helpers.c 957 "tcxb 4,0(%[class])\n\t" \
    [all...]
guest_s390_toIR.c     [all...]

Completed in 159 milliseconds