/external/llvm/test/MC/ARM/ |
D | directive-fpu-multiple.s | 1 @ Check multiple .fpu directives. 3 @ The later .fpu directive should overwrite the earlier one. 4 @ We also check here that all the .fpu directives that we expect to work do work 9 .fpu none 10 .fpu vfp 11 .fpu vfpv2 12 .fpu vfpv3 13 .fpu vfpv3-fp16 14 .fpu vfpv3-d16 15 .fpu vfpv3-d16-fp16 [all …]
|
D | pr22395.s | 8 .fpu neon 14 .fpu vfpv3 19 .fpu vfpv3-d16 24 .fpu vfpv4 29 .fpu vfpv4-d16 34 .fpu fpv5-d16 39 .fpu fp-armv8 44 .fpu fp-armv8 49 .fpu neon 54 .fpu neon-vfpv4 [all …]
|
D | pr22395-2.s | 8 .fpu vfpv3 13 .fpu vfpv4 18 .fpu neon 23 .fpu neon-vfpv4 28 .fpu neon-fp-armv8 33 .fpu crypto-neon-fp-armv8
|
D | directive-fpu-diagnostics.s | 7 .fpu invalid 9 @ CHECK: .fpu invalid
|
D | directive-fpu-instrs.s | 3 .fpu neon 7 @ .thumb should not disable the prior .fpu neon
|
D | directive-fpu-softvfp.s | 8 .fpu softvfp
|
/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
|
/external/valgrind/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/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 414 static void fill_fpu(const ThreadState *tst, vki_elf_fpregset_t *fpu) in fill_fpu() argument 451 # define DO(n) VG_(memcpy)(fpu->xmm_space + n * 4, \ in fill_fpu() 457 VG_(memset)(fpu->padding, 0, sizeof(fpu->padding)); in fill_fpu() 463 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_VSR##n) in fill_fpu() 474 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_VSR##n) in fill_fpu() 488 # define DO(n) fpu->fprs[n].ui = arch->vex.guest_f##n in fill_fpu() 493 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_f##n) in fill_fpu() 500 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_f##n) in fill_fpu() 539 vki_elf_fpregset_t fpu; in dump_one_thread() local 549 fill_fpu(&VG_(threads)[tid], &fpu); in dump_one_thread() [all …]
|
D | coredump-solaris.c | 324 static void fill_fpregset(vki_fpregset_t *fpu, const ThreadState *tst) in fill_fpregset() argument 329 VG_(memset)(fpu, 0, sizeof(*fpu)); in fill_fpregset() 331 struct vki_fpchip_state *fs = &fpu->fp_reg_set.fpchip_state; in fill_fpregset() 360 VG_(memset)(fpu, 0, sizeof(*fpu)); in fill_fpregset() 361 struct vki_fpchip_state *fs = &fpu->fp_reg_set.fpchip_state; in fill_fpregset() 747 vki_fpregset_t fpu; in fill_old_note_for_thread() local 748 fill_fpregset(&fpu, tst); in fill_old_note_for_thread() 749 add_note(notes, VKI_NT_PRFPREG, &fpu, sizeof(vki_fpregset_t)); in fill_old_note_for_thread()
|
/external/llvm/test/CodeGen/ARM/ |
D | build-attributes.ll | 242 ; ARM1156T2F-S: .fpu vfpv2 353 ; V8-FPARMv8: .fpu fp-armv8 357 ; V8-NEON: .fpu neon 362 ; V8-FPARMv8-NEON: .fpu neon-fp-armv8 367 ; V8-FPARMv8-NEON-CRYPTO: .fpu crypto-neon-fp-armv8 395 ; CORTEX-A7-CHECK: .fpu neon-vfpv4 396 ; CORTEX-A7-NOFPU-NOT: .fpu 397 ; CORTEX-A7-FPUV4: .fpu vfpv4 469 ; CORTEX-A5-DEFAULT: .fpu neon-vfpv4 495 ; CORTEX-A5-NONEON: .fpu vfpv4-d16 [all …]
|
D | build-attributes-encoding.s | 22 .fpu vfpv3
|
/external/strace/linux/sh64/ |
D | userent.h | 153 XLAT_UOFF(fpu),
|
/external/valgrind/coregrind/ |
D | Makefile.am | 617 m_gdbserver/power-fpu-valgrind-s1.xml \ 618 m_gdbserver/power-fpu-valgrind-s2.xml \ 619 m_gdbserver/power-fpu.xml \ 649 m_gdbserver/mips-fpu-valgrind-s1.xml \ 650 m_gdbserver/mips-fpu-valgrind-s2.xml \ 651 m_gdbserver/mips-fpu.xml \ 660 m_gdbserver/mips64-fpu-valgrind-s1.xml \ 661 m_gdbserver/mips64-fpu-valgrind-s2.xml \ 662 m_gdbserver/mips64-fpu.xml
|
/external/valgrind/none/tests/mips64/ |
D | fpu_control_word.vgtest | 2 prereq: ../../../tests/mips_features fpu
|
D | fpu_branches.vgtest | 2 prereq: ../../../tests/mips_features fpu
|
D | fpu_arithmetic.vgtest | 2 prereq: ../../../tests/mips_features fpu
|
D | test_fcsr.vgtest | 2 prereq: ../../../tests/mips_features fpu
|
D | move_instructions.vgtest | 2 prereq: ../../../tests/mips_features fpu
|
D | round.vgtest | 2 prereq: ../../../tests/mips_features fpu
|
D | load_store_unaligned.vgtest | 2 prereq: ../../../tests/mips_features fpu
|
D | fpu_load_store.vgtest | 2 prereq: ../../../tests/mips_features fpu
|
/external/valgrind/memcheck/tests/x86/ |
D | insn_fpu.vgtest | 2 prereq: ../../../tests/x86_amd64_features x86-fpu
|
/external/valgrind/none/tests/x86/ |
D | insn_fpu.vgtest | 2 prereq: ../../../tests/x86_amd64_features x86-fpu
|