HomeSort by relevance Sort by last modified time
    Searched full:fcomi (Results 1 - 25 of 37) 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/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/kernel-headers/original/asm-x86/
cpufeature_32.h 32 #define X86_FEATURE_CMOV (0*32+15) /* CMOV instruction (FCMOVCC and FCOMI too if FPU present) */
  /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
  /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 571 "fcomi\t$reg", IIC_FCOMI>, DB;
    [all...]
X86InstrInfo.td     [all...]
  /external/elfutils/tests/
testfile44.expect.bz2 
  /external/elfutils/libcpu/defs/
i386 291 11011011,11110{freg}:fcomi {freg},%st
    [all...]
  /external/llvm/docs/
CodeGenerator.rst     [all...]
  /external/valgrind/main/perf/
tinycc.c     [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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-objdump 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
objdump 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/bin/
i686-linux-objdump 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/bin/
objdump 
  /external/qemu/
i386-dis.c     [all...]
  /external/qemu/target-i386/
translate.c     [all...]

Completed in 964 milliseconds

1 2