HomeSort by relevance Sort by last modified time
    Searched full:fcomi (Results 1 - 25 of 48) sorted by null

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
no87-2.s 9 fcomi
11 fcomi
no87.s 10 fcomi
12 fcomi
17 fcomi
no87.l 17 [ ]*[1-9][0-9]*[ ]+fcomi
19 [ ]*[1-9][0-9]*[ ]+\?+ DBF1[ ]+fcomi
24 [ ]*[1-9][0-9]*[ ]+fcomi
no87-2.l 14 [ ]*[1-9][0-9]*[ ]+fcomi
16 [ ]*[1-9][0-9]*[ ]+\?+ DBF1[ ]+fcomi
  /external/valgrind/memcheck/tests/amd64/
more_x87_fp.stdout.exp 34 fcomi(2.000000 -1.000000)=00000000
40 fcomi(2.000000 2.000000)=00000040
46 fcomi(2.000000 3.000000)=00000001
more_x87_fp.c 85 asm("fcomi %2, %1\n"
90 printf("fcomi(%f %f)=%08llx\n", a, b, eflags & (CC_Z | CC_P | CC_C));
  /external/valgrind/memcheck/tests/x86/
more_x86_fp.stdout.exp 36 fcomi(2.000000 -1.000000)=00000000
42 fcomi(2.000000 2.000000)=00000040
48 fcomi(2.000000 3.000000)=00000001
more_x86_fp.c 75 asm("fcomi %2, %1\n"
80 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));
  /external/llvm/test/MC/Disassembler/X86/
fp-stack.txt 553 # CHECK: fcomi %st(0)
556 # CHECK: fcomi %st(1)
559 # CHECK: fcomi %st(2)
562 # CHECK: fcomi %st(3)
565 # CHECK: fcomi %st(4)
568 # CHECK: fcomi %st(5)
571 # CHECK: fcomi %st(6)
574 # CHECK: fcomi %st(7)
  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
anames.go 694 "FCOMI",
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
anames.go 691 "FCOMI",
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/x86/
anames.go 694 "FCOMI",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
anames.go 691 "FCOMI",
  /external/llvm/test/CodeGen/X86/
inline-asm-fpstack.ll 337 ; CHECK: fcomi %st(1), %st(0)
340 %0 = tail call i32 asm "fcomi $2, $1; pushf; pop $0", "=r,{st},{st(1)},~{dirflag},~{fpsr},~{flags}"(double 2.000000e+00, double 2.000000e+00) nounwind
  /external/valgrind/none/tests/amd64/
insn_fpu.def 61 fcomi st2.ps[1234.5678] st0.ps[1234.5679] => st0.ps[1234.5678] st2.ps[1234.5679] eflags[0x45,0x00]
62 fcomi st2.ps[1234.5678] st0.ps[1234.5676] => st0.ps[1234.5678] st2.ps[1234.5676] eflags[0x45,0x01]
63 fcomi st2.ps[1234.5678] st0.ps[1234.5678] => st0.ps[1234.5678] st2.ps[1234.5678] eflags[0x45,0x40]
64 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st0.pd[1234567.7654322] st2.pd[1234567.7654321] eflags[0x45,0x00]
65 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.7654321] eflags[0x45,0x01]
66 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.7654321] eflags[0x45,0x40]
    [all...]
  /external/valgrind/none/tests/x86/
insn_fpu.def 61 fcomi st2.ps[1234.5678] st0.ps[1234.5679] => st0.ps[1234.5678] st2.ps[1234.5679] eflags[0x45,0x00]
62 fcomi st2.ps[1234.5678] st0.ps[1234.5676] => st0.ps[1234.5678] st2.ps[1234.5676] eflags[0x45,0x01]
63 fcomi st2.ps[1234.5678] st0.ps[1234.5678] => st0.ps[1234.5678] st2.ps[1234.5678] eflags[0x45,0x40]
64 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654322] => st0.pd[1234567.7654322] st2.pd[1234567.7654321] eflags[0x45,0x00]
65 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654320] => st0.pd[1234567.7654320] st2.pd[1234567.7654321] eflags[0x45,0x01]
66 fcomi st2.pd[1234567.7654321] st0.pd[1234567.7654321] => st0.pd[1234567.7654321] st2.pd[1234567.7654321] eflags[0x45,0x40]
    [all...]
  /external/llvm/test/MC/X86/
x86-64.s 308 // CHECK: fcomi %st(1)
309 // CHECK: fcomi %st(2)
314 fcomi label
315 fcomi %st(2) label
  /external/google-breakpad/src/third_party/libdisasm/
ia32_opcode_tables.c     [all...]
  /external/valgrind/VEX/test/
test-amd64.c 605 asm("fcomi %2, %1\n"
610 printf("fcomi(%f %f)=%016llx\n", a, b, rflags & (CC_Z | CC_P | CC_C));
    [all...]
test-i386.c 567 asm("fcomi %2, %1\n"
572 printf("fcomi(%f %f)=%08x\n", a, b, eflags & (CC_Z | CC_P | CC_C));
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrFPStack.td 606 "fcomi\t$reg", IIC_FCOMI>;
    [all...]
X86SchedHaswell.td 1206 // FCOMI(P) FUCOMI(P).
    [all...]
  /external/elfutils/tests/
testfile44.expect.bz2 
  /external/elfutils/libcpu/defs/
i386 291 11011011,11110{freg}:fcomi {freg},%st
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/rsc.io/x86/x86asm/
tables.go     [all...]

Completed in 932 milliseconds

1 2