/external/lldb/tools/debugserver/source/MacOSX/i386/ |
D | DNBArchImplI386.cpp | 355 m_state.context.fpu.avx.__fpu_reserved[0] = -1; in GetFPUState() 356 m_state.context.fpu.avx.__fpu_reserved[1] = -1; in GetFPUState() 357 *(uint16_t *)&(m_state.context.fpu.avx.__fpu_fcw) = 0x1234; in GetFPUState() 358 *(uint16_t *)&(m_state.context.fpu.avx.__fpu_fsw) = 0x5678; in GetFPUState() 359 m_state.context.fpu.avx.__fpu_ftw = 1; in GetFPUState() 360 m_state.context.fpu.avx.__fpu_rsrv1 = UINT8_MAX; in GetFPUState() 361 m_state.context.fpu.avx.__fpu_fop = 2; in GetFPUState() 362 m_state.context.fpu.avx.__fpu_ip = 3; in GetFPUState() 363 m_state.context.fpu.avx.__fpu_cs = 4; in GetFPUState() 364 m_state.context.fpu.avx.__fpu_rsrv2 = 5; in GetFPUState() [all …]
|
/external/lldb/tools/debugserver/source/MacOSX/x86_64/ |
D | DNBArchImplX86_64.cpp | 264 m_state.context.fpu.avx.__fpu_reserved[0] = -1; in GetFPUState() 265 m_state.context.fpu.avx.__fpu_reserved[1] = -1; in GetFPUState() 266 *(uint16_t *)&(m_state.context.fpu.avx.__fpu_fcw) = 0x1234; in GetFPUState() 267 *(uint16_t *)&(m_state.context.fpu.avx.__fpu_fsw) = 0x5678; in GetFPUState() 268 m_state.context.fpu.avx.__fpu_ftw = 1; in GetFPUState() 269 m_state.context.fpu.avx.__fpu_rsrv1 = UINT8_MAX; in GetFPUState() 270 m_state.context.fpu.avx.__fpu_fop = 2; in GetFPUState() 271 m_state.context.fpu.avx.__fpu_ip = 3; in GetFPUState() 272 m_state.context.fpu.avx.__fpu_cs = 4; in GetFPUState() 273 m_state.context.fpu.avx.__fpu_rsrv2 = 5; in GetFPUState() [all …]
|
/external/llvm/test/MC/ARM/ |
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 | directive-fpu-multiple.s | 1 @ Check multiple .fpu directives. 3 @ The later .fpu directive should overwrite the earlier one. 4 @ See also: directive-fpu-multiple2.s. 9 .fpu neon 10 .fpu vfpv4
|
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
|
/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/lldb/source/Plugins/Process/Utility/ |
D | RegisterContextDarwin_i386.cpp | 198 fpu(), in RegisterContextDarwin_i386() 471 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU() 510 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU() 594 value = fpu.fcw; in ReadRegister() 598 value = fpu.fsw; in ReadRegister() 602 value = fpu.ftw; in ReadRegister() 606 value = fpu.fop; in ReadRegister() 610 value = fpu.ip; in ReadRegister() 614 value = fpu.cs; in ReadRegister() 618 value = fpu.dp; in ReadRegister() [all …]
|
D | RegisterContextDarwin_x86_64.cpp | 222 fpu(), in RegisterContextDarwin_x86_64() 516 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU() 555 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU() 641 value = fpu.fcw; in ReadRegister() 645 value = fpu.fsw; in ReadRegister() 649 value = fpu.ftw; in ReadRegister() 653 value = fpu.fop; in ReadRegister() 657 value = fpu.ip; in ReadRegister() 661 value = fpu.cs; in ReadRegister() 665 value = fpu.dp; in ReadRegister() [all …]
|
D | RegisterContextMach_i386.cpp | 41 RegisterContextMach_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU() 61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount); in DoWriteFPU()
|
D | RegisterContextMach_x86_64.cpp | 41 RegisterContextMach_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 44 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU() 61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 63 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount); in DoWriteFPU()
|
D | RegisterContextMach_arm.cpp | 43 RegisterContextMach_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 46 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU() 70 RegisterContextMach_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 72 return ::thread_set_state(tid, flavor, (thread_state_t)&fpu, FPUWordCount); in DoWriteFPU()
|
D | RegisterContextMach_i386.h | 34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
|
D | RegisterContextMach_x86_64.h | 34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
|
D | RegisterContextMach_arm.h | 35 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
|
D | RegisterContextDarwin_i386.h | 147 FPU fpu; variable 236 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) = 0; 245 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
|
/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
|
/external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
D | RegisterContextKDP_i386.cpp | 50 RegisterContextKDP_i386::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 56 …_sp.get())->GetCommunication().SendRequestReadRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error)) in DoReadFPU() 98 RegisterContextKDP_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 104 …sp.get())->GetCommunication().SendRequestWriteRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error)) in DoWriteFPU()
|
D | RegisterContextKDP_x86_64.cpp | 50 RegisterContextKDP_x86_64::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 56 …_sp.get())->GetCommunication().SendRequestReadRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error)) in DoReadFPU() 98 RegisterContextKDP_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 104 …sp.get())->GetCommunication().SendRequestWriteRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error)) in DoWriteFPU()
|
D | RegisterContextKDP_arm.cpp | 50 RegisterContextKDP_arm::DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu) in DoReadFPU() argument 56 …_sp.get())->GetCommunication().SendRequestReadRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error)) in DoReadFPU() 114 RegisterContextKDP_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() argument 120 …sp.get())->GetCommunication().SendRequestWriteRegisters (tid, FPURegSet, &fpu, sizeof(fpu), error)) in DoWriteFPU()
|
D | RegisterContextKDP_x86_64.h | 37 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 46 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
|
D | RegisterContextKDP_i386.h | 36 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 45 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
|
D | RegisterContextKDP_arm.h | 38 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu); 50 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
|
/external/valgrind/coregrind/m_coredump/ |
D | coredump-elf.c | 425 static void fill_fpu(const ThreadState *tst, vki_elf_fpregset_t *fpu) in fill_fpu() argument 462 # define DO(n) VG_(memcpy)(fpu->xmm_space + n * 4, \ in fill_fpu() 468 VG_(memset)(fpu->padding, 0, sizeof(fpu->padding)); in fill_fpu() 474 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_VSR##n) in fill_fpu() 485 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_VSR##n) in fill_fpu() 499 # define DO(n) fpu->fprs[n].ui = arch->vex.guest_f##n in fill_fpu() 504 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_f##n) in fill_fpu() 511 # define DO(n) (*fpu)[n] = *(double*)(&arch->vex.guest_f##n) in fill_fpu() 550 vki_elf_fpregset_t fpu; in dump_one_thread() local 560 fill_fpu(&VG_(threads)[tid], &fpu); in dump_one_thread() [all …]
|