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

  /external/valgrind/none/tests/s390x/
fixbr.stdout.exp 0 fixbr 1.25000 -> 1 [-> nearest even]
2 fixbr 1.25000 -> 1 [-> 0]
3 fixbr 1.25000 -> 2 [-> +inf]
4 fixbr 1.25000 -> 1 [-> -inf]
5 fixbr 1.50000 -> 2 [-> nearest even]
6 fixbr 1.50000 -> 1 [-> 0]
7 fixbr 1.50000 -> 2 [-> +inf]
8 fixbr 1.50000 -> 1 [-> -inf]
9 fixbr 2.50000 -> 2 [-> nearest even]
10 fixbr 2.50000 -> 2 [-> 0
    [all...]
fixbr.vgtest 1 prog: fixbr
2 prereq: test -e fixbr && ../../../tests/s390x_features s390x-fpext
fixbr.c 9 /* Test "fixbr" with rounding mode given in insn (m3 field)
35 __asm__ volatile ("fixbr %[dst]," #round ",%[src]\n\t" \
39 printf("fixbr %.5Lf\t-> %Lg %s\n", \
43 #define fixbr(value,round) round_to_int(value,round) macro
65 fixbr(dval[j], M3_BFP_ROUND_NEAREST_EVEN);
67 fixbr(dval[j], M3_BFP_ROUND_ZERO);
68 fixbr(dval[j], M3_BFP_ROUND_POSINF);
69 fixbr(dval[j], M3_BFP_ROUND_NEGINF);
Makefile.am 26 INSN_TESTS += fpext fixbr
40 fixbr.vgtest fixbr.stderr.exp fixbr.stdout.exp \
Makefile.in 124 @HAS_MLONG_DOUBLE_128_TRUE@am__append_9 = fpext fixbr
143 @HAS_MLONG_DOUBLE_128_TRUE@ fixbr$(EXEEXT)
356 fixbr_SOURCES = fixbr.c
357 fixbr_OBJECTS = fixbr-fixbr.$(OBJEXT)
606 ex_clone.c ex_sig.c exrl.c fgx.c fixbr.c flogr.c fold_And16.c \
626 ex_clone.c ex_sig.c exrl.c fgx.c fixbr.c flogr.c fold_And16.c \
    [all...]
  /external/llvm/test/CodeGen/SystemZ/
fp-round-01.ll 29 ; CHECK: fixbr %f0, 0, %f0
fp-round-02.ll 33 ; CHECK: fixbr %f0, 0, %f0
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 311 def FIXBR : UnaryRRF<"fixb", 0xB347, FP128, FP128>;
317 def : Pat<(frint FP128:$src), (FIXBR 0, FP128:$src)>;
320 // Extended forms of the FIxBR instructions. M4 can be set to 4
  /external/llvm/test/MC/SystemZ/
insn-bad.s 1449 #CHECK: fixbr %f0, -1, %f0
1451 #CHECK: fixbr %f0, 16, %f0
1453 #CHECK: fixbr %f0, 0, %f2
1455 #CHECK: fixbr %f2, 0, %f0
1457 fixbr %f0, -1, %f0
1458 fixbr %f0, 16, %f0
1459 fixbr %f0, 0, %f2
1460 fixbr %f2, 0, %f0
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/s390/
esa-g5.s 164 fixbr %f5,5,%f8
esa-g5.d 170 .*: b3 47 50 58 [ ]*fixbr %f5,5,%f8
  /external/capstone/suite/MC/SystemZ/
insn-good.s.cs 719 0xb3,0x47,0x00,0x00 = fixbr %f0, 0, %f0
720 0xb3,0x47,0x00,0x0d = fixbr %f0, 0, %f13
721 0xb3,0x47,0xf0,0x00 = fixbr %f0, 15, %f0
722 0xb3,0x47,0x50,0x48 = fixbr %f4, 5, %f8
723 0xb3,0x47,0x00,0xd0 = fixbr %f13, 0, %f0
    [all...]
  /external/capstone/arch/SystemZ/
SystemZGenAsmWriter.inc 546 14687432U, // FIXBR
    [all...]
SystemZMapping.c     [all...]
SystemZGenDisassemblerTables.inc 408 /* 1323 */ MCD_OPC_Decode, 141, 4, 45, // Opcode: FIXBR
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
i370-opc.c 662 { "fixbr", 4, {{RRF(0xb347,0,0,0), 0}}, {{RRF_MASK, 0}}, IBF, {RRF_R1, RRF_R3, RRF_R2} },
    [all...]
s390-opc.c 361 #define INSTR_RRF_U0FEFE 4, { FE_24,U4_16,FE_28,0,0,0 } /* e.g. fixbr */
    [all...]
s390-opc.txt 308 b347 fixbr RRF_U0FEFE "load fp integer extended bfp" g5 esa,zarch
    [all...]
  /external/v8/src/s390/
constants-s390.h 398 V(fixbr, FIXBR, 0xB347) /* type = RRF_E LOAD FP INTEGER (extended BFP) */ \
    [all...]
  /external/llvm/test/MC/Disassembler/SystemZ/
insns.txt     [all...]
  /external/valgrind/
NEWS     [all...]
  /external/valgrind/VEX/priv/
host_s390_defs.c     [all...]
  /external/valgrind/docs/html/
dist.news.html     [all...]

Completed in 1698 milliseconds