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

  /external/valgrind/none/tests/s390x/
pfpo.vgtest 1 prog: pfpo
2 prereq: test -e pfpo && ../../../tests/s390x_features s390x-pfpo
pfpo.c 29 #define PFPO(initial, src_type, dst_type, fn_code, round, ret_code, cc) \
72 PFPO(0., double, _Decimal64, 0x81090600, 0, ret_code, cc);
73 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81090600, ret_code, cc);
76 PFPO(0., double, _Decimal64, 0x81990600, 0, ret_code, cc);
77 printf("pfpo test: function=%x ret=%d cc=%d\n", 0x81990600, ret_code, cc);
86 d32 = PFPO(f32_in[j], float, _Decimal32, PFPO_F32_TO_D32,
96 d64 = PFPO(f32_in[j], float, _Decimal64, PFPO_F32_TO_D64,
106 d128 = PFPO(f32_in[j], float, _Decimal128, PFPO_F32_TO_D128,
116 d32 = PFPO(f64_in[j], double, _Decimal32, PFPO_F64_TO_D32,
126 d64 = PFPO(f64_in[j], double, _Decimal64, PFPO_F64_TO_D64
    [all...]
Makefile.am 22 INSN_TESTS += dfp-1 dfp-2 dfp-3 dfp-4 dfptest dfpext dfpconv srnmt pfpo
52 pfpo.stderr.exp pfpo.stdout.exp pfpo.vgtest
pfpo.stdout.exp 0 pfpo test: function=81090600 ret=0 cc=0
2 pfpo test: function=81990600 ret=0 cc=3
    [all...]
  /external/valgrind/VEX/pub/
libvex_emnote.h 106 /* pfpo insn is not supported on this host */
116 /* GPR 0 contains invalid rounding mode for PFPO instruction */
119 /* The function code specified in GPR 0 executed by PFPO
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
zarch-z9-ec.s 66 pfpo
zarch-z9-ec.d 72 .*: 01 0a [ ]*pfpo
  /external/valgrind/VEX/priv/
s390_defs.h 126 /* PFPO function code as it is encoded in bits [33:55] of GR0
127 when PFPO insn is executed. */
host_s390_defs.c 9260 UInt pfpo; local
    [all...]
main_main.c     [all...]
host_s390_isel.c     [all...]
guest_s390_helpers.c     [all...]
guest_s390_toIR.c     [all...]
  /external/valgrind/tests/
s390x_features.c 232 } else if (strcmp(feature, "s390x-pfpo") == 0 ) {
  /external/valgrind/docs/internals/
s390-opcodes.csv     [all...]
  /external/valgrind/memcheck/tests/vbit-test/
irops.c     [all...]
  /external/valgrind/coregrind/
m_machine.c     [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/
ChangeLog-2007 967 * gas/s390/zarch-z9-ec.d: Add pfpo, ectg and csst.
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ChangeLog-2007     [all...]
s390-opc.txt     [all...]

Completed in 5726 milliseconds