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

  /external/valgrind/main/none/tests/s390x/
bfp-4.stdout.exp 0 cfebr: 3.140000 == 3.140000
2 cfebr: 3.140000 < 13.140000
3 cfebr: 3.140000 > -96.860001
rounding-3.stdout.exp 2 cfebr 1.400000 -> 1 cc = 2
3 cfebr 1.500000 -> 2 cc = 2
4 cfebr 2.500000 -> 2 cc = 2
5 cfebr 1.600000 -> 2 cc = 2
6 cfebr -1.400000 -> -1 cc = 1
7 cfebr -1.500000 -> -2 cc = 1
8 cfebr -2.500000 -> -2 cc = 1
9 cfebr -1.600000 -> -2 cc = 1
10 cfebr 0.000000 -> 0 cc = 0
39 cfebr 1.400000 -> 1 cc =
    [all...]
rounding-6.stdout.exp 0 cfebr 1.400000 -> 1 cc = 2 [-> nearest even]
2 cfebr 1.400000 -> 1 cc = 2 [-> 0]
3 cfebr 1.400000 -> 2 cc = 2 [-> +inf]
4 cfebr 1.400000 -> 1 cc = 2 [-> -inf]
5 cfebr 1.500000 -> 2 cc = 2 [-> nearest even]
6 cfebr 1.500000 -> 1 cc = 2 [-> 0]
7 cfebr 1.500000 -> 2 cc = 2 [-> +inf]
8 cfebr 1.500000 -> 1 cc = 2 [-> -inf]
9 cfebr 2.500000 -> 2 cc = 2 [-> nearest even]
10 cfebr 2.500000 -> 2 cc = 2 [-> 0
    [all...]
fpconv.stdout.exp 47 cfebr -1.000000 -> -1 cc = 1
48 cfebr 0.000000 -> 0 cc = 0
49 cfebr 1.000000 -> 1 cc = 2
50 cfebr 1.400000 -> 1 cc = 2
51 cfebr 1.500000 -> 2 cc = 2
52 cfebr 1.600000 -> 2 cc = 2
53 cfebr 16000.000000 -> 16000 cc = 2
54 cfebr 160000000.000000 -> 160000000 cc = 2
55 cfebr 0.000160 -> 0 cc = 2
56 cfebr 340282346638528859811704183484516925440.000000 -> 2147483647 cc =
    [all...]
rounding-6.c 48 #define cfebr(value, round) \ macro
49 convert_to_int("cfebr",float,int32_t,PRId32,round,value)
83 cfebr(fval[j], M3_BFP_ROUND_NEAREST_EVEN);
85 cfebr(fval[j], M3_BFP_ROUND_ZERO);
86 cfebr(fval[j], M3_BFP_ROUND_POSINF);
87 cfebr(fval[j], M3_BFP_ROUND_NEGINF);
bfp-4.c 14 printf("cfebr: %f == %f\n", v1, v2);
16 printf("cfebr: %f < %f\n", v1, v2);
18 printf("cfebr: %f > %f\n", v1, v2);
rounding-3.c 60 #define cfebr(value) \ macro
61 convert_to_int("cfebr",float,int32_t,PRId32,0,value)
88 cfebr(fval[j]);
fpconv.c 9 Convert to fixed: cfebr, cgebr, cfdbr, cgdbr
106 DO_INSN_F32_TO_I("cfebr", int32_t); \
rounding.h 8 /* instructions (e.g. CFEBR) */
  /external/llvm/test/CodeGen/SystemZ/
fp-conv-09.ll 8 ; CHECK: cfebr %r2, 5, %f0
fp-conv-10.ll 15 ; CHECK: cfebr
  /external/valgrind/main/VEX/priv/
s390_defs.h 66 instructions (e.g. CFEBR) */
guest_s390_helpers.c     [all...]
host_s390_defs.c     [all...]
guest_s390_toIR.c     [all...]
  /external/valgrind/main/auxprogs/
s390-check-opcodes.pl 65 next if ($mnemonic eq "cfebra"); # indistinguishable from cfebr
131 next if ($mnemonic eq "cfebra"); # indistinguishable from cfebr
  /external/llvm/lib/Target/SystemZ/
SystemZInstrFP.td 189 def CFEBR : UnaryRRF<"cfeb", 0xB398, GR32, FP32>;
199 def : Pat<(i32 (fp_to_sint FP32:$src)), (CFEBR 5, FP32:$src)>;
  /external/llvm/test/MC/SystemZ/
insn-bad.s 426 #CHECK: cfebr %r0, -1, %f0
428 #CHECK: cfebr %r0, 16, %f0
430 cfebr %r0, -1, %f0
431 cfebr %r0, 16, %f0
    [all...]
insn-good.s     [all...]
  /external/valgrind/main/docs/internals/
s390-opcodes.csv 281 cfebr,"convert to fixed short bfp to 32",implemented,
    [all...]
  /external/llvm/test/MC/Disassembler/SystemZ/
insns.txt 1060 # CHECK: cfebr %r0, 0, %f0
1063 # CHECK: cfebr %r0, 0, %f15
1066 # CHECK: cfebr %r0, 15, %f0
1069 # CHECK: cfebr %r4, 5, %f6
1072 # CHECK: cfebr %r15, 0, %f0
    [all...]

Completed in 350 milliseconds