Home
last modified time | relevance | path

Searched refs:fpu (Results 1 – 25 of 86) sorted by relevance

1234

/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.cpp355 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/
DDNBArchImplX86_64.cpp264 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/
Dpr22395.s8 .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 …]
Ddirective-fpu-multiple.s1 @ 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
Dpr22395-2.s8 .fpu vfpv3
13 .fpu vfpv4
18 .fpu neon
23 .fpu neon-vfpv4
28 .fpu neon-fp-armv8
33 .fpu crypto-neon-fp-armv8
Ddirective-fpu-diagnostics.s7 .fpu invalid
9 @ CHECK: .fpu invalid
Ddirective-fpu-instrs.s3 .fpu neon
7 @ .thumb should not disable the prior .fpu neon
/external/libvorbis/lib/
Dos.h95 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/
DRegisterContextDarwin_i386.cpp198 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 …]
DRegisterContextDarwin_x86_64.cpp222 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 …]
DRegisterContextMach_i386.cpp41 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()
DRegisterContextMach_x86_64.cpp41 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()
DRegisterContextMach_arm.cpp43 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()
DRegisterContextMach_i386.h34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextMach_x86_64.h34 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextMach_arm.h35 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextDarwin_i386.h147 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/
DMakefile.am7 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/
DRegisterContextKDP_i386.cpp50 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()
DRegisterContextKDP_x86_64.cpp50 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()
DRegisterContextKDP_arm.cpp50 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()
DRegisterContextKDP_x86_64.h37 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
46 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextKDP_i386.h36 DoReadFPU (lldb::tid_t tid, int flavor, FPU &fpu);
45 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextKDP_arm.h38 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/
Dcoredump-elf.c425 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 …]

1234