HomeSort by relevance Sort by last modified time
    Searched defs:vfp (Results 1 - 7 of 7) sorted by null

  /external/lldb/tools/debugserver/source/MacOSX/arm/
DNBArchImpl.h 133 FPU vfp; member in struct:DNBArchMachARM::Context
  /external/blktrace/btreplay/
btrecord.c 80 * @vfp: Verbose output file
91 FILE *ofp, *vfp; member in struct:io_stream
584 assert(stream->vfp);
585 fprintf(stream->vfp, "------------------\n");
586 fprintf(stream->vfp, "%4llu.%09llu %3llu\n",
590 fprintf(stream->vfp, "------------------\n");
611 assert(stream->vfp);
613 fprintf(stream->vfp, "\t%1d %10llu\t%10llu\n",
711 stream->vfp = fopen(vfile_name, "w");
712 if (!stream->vfp) {
    [all...]
btreplay.c 102 * @vfp: For verbose dumping of actions performed
114 FILE *vfp; member in struct:thr_info
546 fprintf(tip->vfp, "Pinned to CPU %02d ", tip->cpu);
548 fprintf(tip->vfp, "%1d", CPU_ISSET(i, &now));
549 fprintf(tip->vfp, "\n");
791 tip->vfp = fopen(fn, "w");
792 if (!tip->vfp) {
797 setlinebuf(tip->vfp);
1182 fprintf(tip->vfp, " stall(%lld.%09lld, %lld.%09lld)\n",
1192 fprintf(tip->vfp, "++ stall(%lld.%09lld) ++\n"
    [all...]
  /external/valgrind/main/VEX/priv/
main_main.c 1405 Bool vfp = ((hwcaps & (VEX_HWCAPS_ARM_VFP | local
    [all...]
  /external/compiler-rt/
Android.mk 254 # Add ARM runtimes implemented in VFP
255 define add-libcompiler-rt-arm-vfp-source-files
266 $(call add-libcompiler-rt-arm-vfp-source-files,
  /hardware/ti/omap4-aah/kernel-headers-ti/video/
dsscomp.h 105 __u16 vfp; member in struct:omap_video_timings
  /external/qemu/target-arm/
cpu.h 90 Doing runtime conversions is tricky because VFP registers may contain
211 /* VFP coprocessor state. */
237 } vfp; member in struct:CPUARMState
398 /* VFP system registers. */
885 | (env->vfp.vec_len << ARM_TBFLAG_VECLEN_SHIFT)
886 | (env->vfp.vec_stride << ARM_TBFLAG_VECSTRIDE_SHIFT)
897 if (env->vfp.xregs[ARM_VFP_FPEXC] & (1 << 30)) {

Completed in 545 milliseconds