/external/libvorbis/lib/ |
D | os.h | 95 static inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){ in vorbis_fpu_setround() argument 103 *fpu=ret; in vorbis_fpu_setround() 106 static inline void vorbis_fpu_restore(vorbis_fpu_control fpu){ in vorbis_fpu_restore() argument 107 __asm__ __volatile__("fldcw %0":: "m"(fpu)); in vorbis_fpu_restore() 137 static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){ in vorbis_fpu_setround() argument 140 static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){ in vorbis_fpu_restore() argument 158 static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){ in vorbis_fpu_setround() argument 161 static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){ in vorbis_fpu_restore() argument
|
D | lsp.c | 69 vorbis_fpu_control fpu; in vorbis_lsp_to_curve() local 71 vorbis_fpu_setround(&fpu); in vorbis_lsp_to_curve() 112 vorbis_fpu_restore(fpu); in vorbis_lsp_to_curve()
|
D | vorbisfile.c | 1880 vorbis_fpu_control fpu; in ov_read_filter() local 1895 vorbis_fpu_setround(&fpu); in ov_read_filter() 1903 vorbis_fpu_restore(fpu); in ov_read_filter() 1910 vorbis_fpu_setround(&fpu); in ov_read_filter() 1922 vorbis_fpu_restore(fpu); in ov_read_filter() 1926 vorbis_fpu_setround(&fpu); in ov_read_filter() 1938 vorbis_fpu_restore(fpu); in ov_read_filter() 1943 vorbis_fpu_setround(&fpu); in ov_read_filter() 1953 vorbis_fpu_restore(fpu); in ov_read_filter() 1957 vorbis_fpu_setround(&fpu); in ov_read_filter() [all …]
|
/external/valgrind/main/cachegrind/tests/x86/ |
D | Makefile.am | 7 fpu-28-108.vgtest fpu-28-108.stderr.exp 10 fpu-28-108 17 fpu_28_108_SOURCES = fpu-28-108.S
|
D | fpu-28-108.vgtest | 1 prog: fpu-28-108
|
/external/qemu/target-i386/ |
D | hax-all.c | 943 struct fx_layout fpu; in hax_get_fpu() local 946 ret = hax_sync_fpu(env, &fpu, 0); in hax_get_fpu() 950 env->fpstt = (fpu.fsw >> 11) & 7; in hax_get_fpu() 951 env->fpus = fpu.fsw; in hax_get_fpu() 952 env->fpuc = fpu.fcw; in hax_get_fpu() 954 env->fptags[i] = !((fpu.ftw >> i) & 1); in hax_get_fpu() 955 memcpy(env->fpregs, fpu.st_mm, sizeof(env->fpregs)); in hax_get_fpu() 957 memcpy(env->xmm_regs, fpu.mmx_1, sizeof(fpu.mmx_1)); in hax_get_fpu() 958 memcpy((XMMReg *)(env->xmm_regs) + 8, fpu.mmx_2, sizeof(fpu.mmx_2)); in hax_get_fpu() 959 env->mxcsr = fpu.mxcsr; in hax_get_fpu() [all …]
|
D | kvm.c | 371 struct kvm_fpu fpu; in kvm_put_fpu() local 374 memset(&fpu, 0, sizeof fpu); in kvm_put_fpu() 375 fpu.fsw = env->fpus & ~(7 << 11); in kvm_put_fpu() 376 fpu.fsw |= (env->fpstt & 7) << 11; in kvm_put_fpu() 377 fpu.fcw = env->fpuc; in kvm_put_fpu() 379 fpu.ftwx |= (!env->fptags[i]) << i; in kvm_put_fpu() 380 memcpy(fpu.fpr, env->fpregs, sizeof env->fpregs); in kvm_put_fpu() 381 memcpy(fpu.xmm, env->xmm_regs, sizeof env->xmm_regs); in kvm_put_fpu() 382 fpu.mxcsr = env->mxcsr; in kvm_put_fpu() 384 return kvm_vcpu_ioctl(env, KVM_SET_FPU, &fpu); in kvm_put_fpu() [all …]
|
/external/qemu/target-mips/ |
D | machine.c | 30 static void save_fpu(QEMUFile *f, CPUMIPSFPUContext *fpu) in save_fpu() argument 35 qemu_put_be64s(f, &fpu->fpr[i].d); in save_fpu() 36 qemu_put_s8s(f, &fpu->fp_status.float_detect_tininess); in save_fpu() 37 qemu_put_s8s(f, &fpu->fp_status.float_rounding_mode); in save_fpu() 38 qemu_put_s8s(f, &fpu->fp_status.float_exception_flags); in save_fpu() 39 qemu_put_be32s(f, &fpu->fcr0); in save_fpu() 40 qemu_put_be32s(f, &fpu->fcr31); in save_fpu() 177 static void load_fpu(QEMUFile *f, CPUMIPSFPUContext *fpu) in load_fpu() argument 182 qemu_get_be64s(f, &fpu->fpr[i].d); in load_fpu() 183 qemu_get_s8s(f, &fpu->fp_status.float_detect_tininess); in load_fpu() [all …]
|
/external/qemu-pc-bios/bochs/ |
D | Makefile.in | 162 FPU_LIB = fpu/libfpu.a 290 fpu/libfpu.a:: 291 cd fpu @COMMAND_SEPARATOR@ 429 gui/gui.dsp fpu/fpu.dsp disasm/disasm.dsp bx_debug/bx_debug.dsp \ 508 cd fpu @COMMAND_SEPARATOR@ 546 cd fpu @COMMAND_SEPARATOR@ 690 cpu/i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \ 698 cpu/lazy_flags.h cpu/icache.h cpu/apic.h cpu/i387.h fpu/softfloat.h \ 699 fpu/tag_w.h fpu/status_w.h fpu/control_w.h cpu/xmm.h iodev/iodev.h \ 707 cpu/i387.h fpu/softfloat.h fpu/tag_w.h fpu/status_w.h fpu/control_w.h \ [all …]
|
/external/valgrind/main/coregrind/m_coredump/ |
D | coredump-elf.c | 372 static void fill_fpu(const ThreadState *tst, vki_elf_fpregset_t *fpu) in fill_fpu() argument 409 # define DO(n) VG_(memcpy)(fpu->xmm_space + n * 4, &arch->vex.guest_XMM##n, sizeof(arch->vex.gues… in fill_fpu() 414 VG_(memset)(fpu->padding, 0, sizeof(fpu->padding)); in fill_fpu() 420 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_VSR##n) in fill_fpu() 431 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_VSR##n) in fill_fpu() 442 # define DO(n) fpu->fprs[n].ui = arch->vex.guest_f##n in fill_fpu() 558 vki_elf_fpregset_t fpu; in make_elf_coredump() local 571 fill_fpu(&VG_(threads)[i], &fpu); in make_elf_coredump() 573 add_note(¬elist, "CORE", NT_FPREGSET, &fpu, sizeof(fpu)); in make_elf_coredump()
|
/external/kernel-headers/original/asm-mips/ |
D | processor.h | 129 struct mips_fpu_struct fpu; member 180 .fpu = { \
|
/external/valgrind/main/none/tests/x86/ |
D | insn_fpu.vgtest | 2 prereq: ../../../tests/x86_amd64_features x86-fpu
|
/external/valgrind/main/memcheck/tests/x86/ |
D | insn_fpu.vgtest | 2 prereq: ../../../tests/x86_amd64_features x86-fpu
|
/external/qemu/ |
D | Makefile.target | 28 -I$(LOCAL_PATH)/fpu \
|
/external/kernel-headers/original/asm-x86/ |
D | i387_32.h | 149 struct user_i387_struct *fpu );
|
/external/llvm/test/CodeGen/MBlaze/ |
D | loop.ll | 5 ; RUN: llc < %s -march=mblaze -mattr=+mul,+fpu,+barrel | FileCheck %s
|
D | imm.ll | 6 ; RUN: llc < %s -march=mblaze -mattr=+fpu | FileCheck -check-prefix=FPU %s
|
D | fpu.ll | 6 ; RUN: llc < %s -march=mblaze -mattr=+fpu | FileCheck -check-prefix=FPU %s
|
D | brind.ll | 4 ; RUN: llc < %s -march=mblaze -mattr=+mul,+fpu,+barrel | FileCheck %s
|
D | callind.ll | 4 ; RUN: llc < %s -march=mblaze -mattr=+mul,+fpu,+barrel | FileCheck %s
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlaze.td | 42 def FeatureFPU : SubtargetFeature<"fpu", "HasFPU", "true",
|
/external/skia/src/opts/ |
D | memset16_neon.S | 19 .fpu neon
|
D | memset32_neon.S | 9 .fpu neon
|
/external/valgrind/main/coregrind/ |
D | Makefile.am | 480 m_gdbserver/power-fpu-valgrind-s1.xml \ 481 m_gdbserver/power-fpu-valgrind-s2.xml \ 482 m_gdbserver/power-fpu.xml \
|
/external/valgrind/main/coregrind/m_dispatch/ |
D | dispatch-arm-linux.S | 32 .fpu vfp
|