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

1 2 3 4

  /external/valgrind/main/memcheck/tests/x86/
espindola2.c 15 "ffree %%st(0)\n\t"
16 "ffree %%st(1)\n\t"
17 "ffree %%st(2)\n\t"
18 "ffree %%st(3)\n\t"
19 "ffree %%st(4)\n\t"
20 "ffree %%st(5)\n\t"
21 "ffree %%st(6)\n\t"
22 "ffree %%st(7)\n\t"
fprem.c 11 "ffree %%st(0)\n\t"
12 "ffree %%st(1)\n\t"
26 "ffree %%st(0)\n\t"
27 "ffree %%st(1)\n\t"
more_x86_fp.c 195 /* test for ffree */
198 asm volatile("ffree %st(2)");
  /external/valgrind/main/memcheck/tests/amd64/
more_x87_fp.c 205 /* test for ffree */
208 asm volatile("ffree %st(2)");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
fuse.h 67 __u64 ffree; member in struct:fuse_kstatfs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 67 __u64 ffree; member in struct:fuse_kstatfs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
fuse.h 67 __u64 ffree; member in struct:fuse_kstatfs
  /external/valgrind/main/VEX/priv/
host_x86_defs.c     [all...]
host_amd64_defs.h 553 /* Do 'ffree' on %st(7) .. %st(7-nregs) */
  /external/valgrind/main/none/tests/amd64/
gen_insn_test.pl 666 print qq| \"ffree %%st(7)\\n\"\n|;
667 print qq| \"ffree %%st(6)\\n\"\n|;
668 print qq| \"ffree %%st(5)\\n\"\n|;
669 print qq| \"ffree %%st(4)\\n\"\n|;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
asm.php 82 'fdisi','fdiv','fdivp','fdivr','fdivrp','feni','ffree','fiadd','ficom','ficomp','fidiv',
  /system/core/sdcard/
fuse.h 110 __u64 ffree; member in struct:fuse_kstatfs
  /external/valgrind/main/VEX/useful/
fp_80_64.c 46 asm volatile ("ffree %%st(7); fldt (%0); fstpl (%1)"
54 asm volatile ("ffree %%st(7); fldl (%0); fstpt (%1)"
  /external/v8/test/cctest/
test-disasm-ia32.cc 347 __ ffree(3);
test-disasm-x64.cc 327 __ ffree(3);
  /external/openssh/
sftp.c 871 unsigned long long ffree; local
876 ffree = st.f_files ? (100 * (st.f_files - st.f_ffree) / st.f_files) : 0;
883 (unsigned long long)st.f_ffree, ffree);
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrFPStack.td 587 def FFREE : FPI<0xC0, AddRegFrm, (outs), (ins RST:$reg),
588 "ffree\t$reg", IIC_FFREE>, DD;
    [all...]
  /external/valgrind/main/VEX/test/
test-amd64.c 725 /* test for ffree */
728 asm volatile("ffree %st(2)");
    [all...]
test-i386.c 687 /* test for ffree */
690 asm volatile("ffree %st(2)");
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-c++ 
i686-linux-cpp 
i686-linux-g++ 
i686-linux-gcc 
i686-linux-gcc-4.4.3 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/bin/
c++ 

Completed in 752 milliseconds

1 2 3 4