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

1 2

  /external/valgrind/main/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/main/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)
  /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/main/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/main/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
x86-32-coverage.s     [all...]
  /external/valgrind/main/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 579 "fcomi\t$reg", IIC_FCOMI>;
    [all...]
X86InstrInfo.td     [all...]
  /external/elfutils/0.153/libcpu/defs/
i386 291 11011011,11110{freg}:fcomi {freg},%st
    [all...]
  /external/llvm/docs/
CodeGenerator.rst     [all...]
  /external/valgrind/main/perf/
tinycc.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/config/i386/
i386.h 461 /* For sane SSE instruction set generation we need fcomi instruction.
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/
x86insn_nasm.gperf 202 fcomi, fcom2_insn, 2, SUF_Z, 0xDB, 0xF0, 0, 0, CPU_686, CPU_FPU, 0
    [all...]
x86insn_gas.gperf 393 fcomi, fcom2_insn, 2, SUF_Z, 0xDB, 0xF0, 0, 0, CPU_686, CPU_FPU, 0
    [all...]
  /external/qemu/disas/
i386.c     [all...]
  /external/qemu/target-i386/
translate.c     [all...]
  /external/chromium_org/third_party/mach_override/libudis86/
itab.c     [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/
gen_x86_insn.py     [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c     [all...]

Completed in 1984 milliseconds

1 2