HomeSort by relevance Sort by last modified time
    Searched refs:fcmp (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/rx/
fcmp.d 9 0: fd 72 10 00 00 00 80 fcmp #0x80000000, r0
10 7: fd 72 1f 00 00 00 80 fcmp #0x80000000, r15
11 e: fd 72 10 ff ff ff ff fcmp #-1, r0
12 15: fd 72 1f ff ff ff ff fcmp #-1, r15
13 1c: fc 87 00 fcmp r0, r0
14 1f: fc 87 0f fcmp r0, r15
15 22: fc 87 f0 fcmp r15, r0
16 25: fc 87 ff fcmp r15, r15
17 28: fc 84 00 fcmp \[r0\]\.l, r0
18 2b: fc 84 0f fcmp \[r0\]\.l, r1
    [all...]
  /external/python/cpython2/Demo/threads/
fcmp.py 29 # fcmp lexicographically compares the fringes of two nested lists
30 def fcmp(l1, l2): function
52 print fcmp(range(7), x) # 0; fringes are equal
53 print fcmp(range(6), x) # -1; 1st list ends early
54 print fcmp(x, range(6)) # 1; 2nd list ends early
55 print fcmp(range(8), x) # 1; 2nd list ends early
56 print fcmp(x, range(8)) # -1; 1st list ends early
57 print fcmp([1,[[2],8]],
59 print fcmp([1,[[3],8]],
61 print fcmp([1,[[2],8]]
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/MBlaze/
mblaze_fpu.s 44 # CHECK: fcmp.un
47 fcmp.un r0, r1, r2
49 # CHECK: fcmp.lt
52 fcmp.lt r0, r1, r2
54 # CHECK: fcmp.eq
57 fcmp.eq r0, r1, r2
59 # CHECK: fcmp.le
62 fcmp.le r0, r1, r2
64 # CHECK: fcmp.gt
67 fcmp.gt r0, r1, r
    [all...]
  /external/llvm/test/MC/AArch64/
optional-hash.s 10 // CHECK: fcmp s0, #0.0
11 fcmp s0, 0.0
arm64-fp-encoding.s 188 fcmp h1, h2
189 fcmp s1, s2
190 fcmp d1, d2
191 fcmp h1, #0.0
192 fcmp s1, #0.0
193 fcmp d1, #0.0
201 ; FP16: fcmp h1, h2 ; encoding: [0x20,0x20,0xe2,0x1e]
203 ; NO-FP16-NEXT: fcmp h1, h2
204 ; CHECK: fcmp s1, s2 ; encoding: [0x20,0x20,0x22,0x1e]
205 ; CHECK: fcmp d1, d2 ; encoding: [0x20,0x20,0x62,0x1e
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-f.s 191 fcmp.eq p3, p4 = f4, f5
192 fcmp.eq.s0 p3, p4 = f4, f5
193 fcmp.eq.s1 p3, p4 = f4, f5
194 fcmp.eq.s2 p3, p4 = f4, f5
195 fcmp.eq.s3 p3, p4 = f4, f5
196 fcmp.eq.unc p3, p4 = f4, f5
197 fcmp.eq.unc.s0 p3, p4 = f4, f5
198 fcmp.eq.unc.s1 p3, p4 = f4, f5
199 fcmp.eq.unc.s2 p3, p4 = f4, f5
200 fcmp.eq.unc.s3 p3, p4 = f4, f
    [all...]
dv-waw-err.s 46 fcmp.eq.s0 p1, p2 = f3, f4
47 fcmp.eq.s0 p3, p4 = f3, f4 // no DV here
49 fcmp.eq.s0 p1, p2 = f3, f4
54 fcmp.eq.s1 p1, p2 = f3, f4
55 fcmp.eq.s1 p3, p4 = f3, f4 // no DV here
57 fcmp.eq.s1 p1, p2 = f3, f4
62 fcmp.eq.s2 p1, p2 = f3, f4
63 fcmp.eq.s2 p3, p4 = f3, f4 // no DV here
65 fcmp.eq.s2 p1, p2 = f3, f4
70 fcmp.eq.s3 p1, p2 = f3, f
    [all...]
pseudo.s 10 fcmp.eq p11 = f0, f0
opc-f.d 473 9a6: 30 20 14 08 20 00 fcmp\.eq\.s0 p3,p4=f4,f5
476 9b6: 30 20 14 08 20 00 fcmp\.eq\.s0 p3,p4=f4,f5
479 9c6: 30 20 14 08 21 00 fcmp\.eq\.s1 p3,p4=f4,f5
482 9d6: 30 20 14 08 22 00 fcmp\.eq\.s2 p3,p4=f4,f5
485 9e6: 30 20 14 08 23 00 fcmp\.eq\.s3 p3,p4=f4,f5
488 9f6: 30 24 14 08 20 00 fcmp\.eq\.unc\.s0 p3,p4=f4,f5
491 a06: 30 24 14 08 20 00 fcmp\.eq\.unc\.s0 p3,p4=f4,f5
494 a16: 30 24 14 08 21 00 fcmp\.eq\.unc\.s1 p3,p4=f4,f5
497 a26: 30 24 14 08 22 00 fcmp\.eq\.unc\.s2 p3,p4=f4,f5
500 a36: 30 24 14 08 23 00 fcmp\.eq\.unc\.s3 p3,p4=f4,f
    [all...]
pseudo.d 20 [[:space:]]*[[:xdigit:]]*:[[:space:][:xdigit:]]+(\[[[:upper:]]+\])?[[:space:]]+fcmp\.eq\.s0 p11,p0=f0,f0
dv-raw-err.s 70 fcmp.eq.s3 p1, p2 = f5, f6
365 fcmp.eq p5, p6 = f2, f3 // pr-writer-fp/pr-reader-br
376 fcmp.eq p62, p63 = f2, f3
595 fcmp.eq p25, p26 = f2, f3 // pr-writer-fp/pr-reader-br
  /art/runtime/interpreter/mterp/arm64/
fcmp.S 13 fcmp $r1, $r2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
reg-op-r.d 10 4: 01200c43 fcmp \$32,\$12,\$67
reg-op.d 8 4: 01200c43 fcmp \$32,\$12,\$67
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/
fp.s 27 fcmp/eq fr0,fr1
28 fcmp/gt fr0,fr1
  /external/swiftshader/third_party/subzero/crosstest/
test_fcmp_main.cpp 10 // Driver for cross testing the fcmp bitcode instruction
28 extern "C" bool fcmp##cmp##Float(float a, float b); \
29 extern "C" bool fcmp##cmp##Double(double a, double b); \
32 extern "C" v4si32 fcmp##cmp##Vector(v4f32 a, v4f32 b); \
83 "fcmp" STR(cmp), Subzero_fcmp##cmp##Float, fcmp##cmp##Float, \
84 Subzero_fcmp##cmp##Double, fcmp##cmp##Double, \
168 { "fcmp" STR(cmp), Subzero_fcmp##cmp##Vector, fcmp##cmp##Vector } \
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
reduce2.s 67 fcmp,dbl,= %fr4,%fr8
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mn10300/
am33-2.s 846 fcmp fs20, fs14
847 fcmp fs27, fs8
848 fcmp fs21, fs15
849 fcmp fs22, fs9
850 fcmp fs16, fs10
851 fcmp fs23, fs4
852 fcmp fs17, fs11
853 fcmp fs18, fs5
854 fcmp fs12, fs6
855 fcmp fs19, fs
    [all...]
am33-2.d     [all...]
am33-2.c 487 def_am_insn (fcmp, fsfs, 3, 0xf954,
489 def_am_insn (fcmp, i32fs, 7, 0xfe35,
526 am_insn (fcmp, fsfs),
527 am_insn (fcmp, i32fs),
579 def_am_insn (fcmp, fdfd, 3, 0xf9d4,
608 am_insn (fcmp, fdfd),
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
diagnostic.s 55 fcmp d0, #1.0
56 fcmp d0, x0
diagnostic.l 53 [^:]*:55: Error: immediate zero expected at operand 2 -- `fcmp d0,#1.0'
54 [^:]*:56: Error: operand 2 should be a floating-point register -- `fcmp d0,x0'
  /external/llvm/utils/vim/syntax/
llvm.vim 27 syn keyword llvmStatement extractvalue fadd fast fcmp fdiv fence fmul fpext
  /external/swiftshader/third_party/LLVM/utils/vim/
llvm.vim 28 syn keyword llvmStatement icmp fcmp
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
fdpic-plt-be.d 60 [0-9a-f]+:[ \t]+ff c4[ \t]+fcmp/eq[ \t]+fr12,fr15

Completed in 1057 milliseconds

1 2 3 4