Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/llvm/test/MC/ARM/
H A Ddirective-fpu-multiple.s10 .fpu none
11 .fpu vfp
12 .fpu vfpv2
13 .fpu vfpv3
17 .fpu vfpv3xd
19 .fpu vfpv4
22 .fpu fpv5-d16
24 .fpu fp-armv8
25 .fpu neon
30 .fpu softvfp
[all …]
H A 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 …]
H A 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
H A Ddirective-fpu-diagnostics.s7 .fpu invalid
9 @ CHECK: .fpu invalid
H A Ddirective-fpu-instrs.s3 .fpu neon
7 @ .thumb should not disable the prior .fpu neon
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp394 m_state.context.fpu.no_avx.__fpu_ftw = 1; in GetFPUState()
396 m_state.context.fpu.no_avx.__fpu_fop = 2; in GetFPUState()
397 m_state.context.fpu.no_avx.__fpu_ip = 3; in GetFPUState()
398 m_state.context.fpu.no_avx.__fpu_cs = 4; in GetFPUState()
399 m_state.context.fpu.no_avx.__fpu_rsrv2 = 5; in GetFPUState()
400 m_state.context.fpu.no_avx.__fpu_dp = 6; in GetFPUState()
401 m_state.context.fpu.no_avx.__fpu_ds = 7; in GetFPUState()
403 m_state.context.fpu.no_avx.__fpu_mxcsr = 8; in GetFPUState()
1202 offsetof(DNBArchImplI386::Context, fpu.no_avx))
1205 offsetof(DNBArchImplI386::Context, fpu.avx))
[all …]
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp276 m_state.context.fpu.no_avx.__fpu_ftw = 1; in GetFPUState()
278 m_state.context.fpu.no_avx.__fpu_fop = 2; in GetFPUState()
279 m_state.context.fpu.no_avx.__fpu_ip = 3; in GetFPUState()
280 m_state.context.fpu.no_avx.__fpu_cs = 4; in GetFPUState()
281 m_state.context.fpu.no_avx.__fpu_rsrv2 = 5; in GetFPUState()
282 m_state.context.fpu.no_avx.__fpu_dp = 6; in GetFPUState()
283 m_state.context.fpu.no_avx.__fpu_ds = 7; in GetFPUState()
285 m_state.context.fpu.no_avx.__fpu_mxcsr = 8; in GetFPUState()
286 m_state.context.fpu.no_avx.__fpu_mxcsrmask = 9; in GetFPUState()
1554 offsetof(DNBArchImplX86_64::Context, fpu.avx))
[all …]
/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.cpp593 value = fpu.fcw; in ReadRegister()
597 value = fpu.fsw; in ReadRegister()
601 value = fpu.ftw; in ReadRegister()
605 value = fpu.fop; in ReadRegister()
609 value = fpu.ip; in ReadRegister()
613 value = fpu.cs; in ReadRegister()
617 value = fpu.dp; in ReadRegister()
621 value = fpu.ds; in ReadRegister()
625 value = fpu.mxcsr; in ReadRegister()
803 ::memcpy(dst, &fpu, sizeof(fpu)); in ReadAllRegisterValues()
[all …]
H A DRegisterContextDarwin_x86_64.cpp639 value = fpu.fcw; in ReadRegister()
643 value = fpu.fsw; in ReadRegister()
647 value = fpu.ftw; in ReadRegister()
651 value = fpu.fop; in ReadRegister()
655 value = fpu.ip; in ReadRegister()
659 value = fpu.cs; in ReadRegister()
663 value = fpu.dp; in ReadRegister()
667 value = fpu.ds; in ReadRegister()
671 value = fpu.mxcsr; in ReadRegister()
862 ::memcpy(dst, &fpu, sizeof(fpu)); in ReadAllRegisterValues()
[all …]
H A DRegisterContextMach_x86_64.cpp31 FPU &fpu) { in DoReadFPU() argument
33 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU()
50 const FPU &fpu) { in DoWriteFPU() argument
52 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<FPU *>(&fpu)), in DoWriteFPU()
H A DRegisterContextMach_i386.cpp29 int RegisterContextMach_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() argument
31 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU()
47 const FPU &fpu) { in DoWriteFPU() argument
49 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<FPU *>(&fpu)), in DoWriteFPU()
H A DRegisterContextMach_arm.cpp31 int RegisterContextMach_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() argument
33 return ::thread_get_state(tid, flavor, (thread_state_t)&fpu, &count); in DoReadFPU()
54 const FPU &fpu) { in DoWriteFPU() argument
56 tid, flavor, reinterpret_cast<thread_state_t>(const_cast<FPU *>(&fpu)), in DoWriteFPU()
H A DRegisterContextDarwin_arm64.cpp98 : RegisterContext(thread, concrete_frame_idx), gpr(), fpu(), exc(), dbg() { in RegisterContextDarwin_arm64()
183 SetError(set, Read, DoReadFPU(GetThreadID(), set, fpu)); in ReadFPU()
221 SetError(set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
425 value.SetBytes(fpu.v[reg - fpu_v0].bytes, reg_info->byte_size, in ReadRegister()
512 value.SetUInt32(fpu.fpsr); in ReadRegister()
516 value.SetUInt32(fpu.fpcr); in ReadRegister()
617 ::memcpy(fpu.v[reg - fpu_v0].bytes, value.GetBytes(), in WriteRegister()
622 fpu.fpsr = value.GetAsUInt32(); in WriteRegister()
626 fpu.fpcr = value.GetAsUInt32(); in WriteRegister()
654 ::memcpy(dst, &fpu, sizeof(fpu)); in ReadAllRegisterValues()
[all …]
H A DRegisterContextMach_i386.h24 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
30 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
H A DRegisterContextMach_x86_64.h25 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
31 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
H A DRegisterContextMach_arm.h24 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
32 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
H A DRegisterContextDarwin_arm64.h123 FPU fpu; variable
204 virtual int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) = 0;
212 virtual int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
/llvm-project-15.0.7/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DRegisterContextKDP_x86_64.cpp40 FPU &fpu) { in DoReadFPU() argument
46 .SendRequestReadRegisters(tid, FPURegSet, &fpu, sizeof(fpu), in DoReadFPU()
88 const FPU &fpu) { in DoWriteFPU() argument
94 .SendRequestWriteRegisters(tid, FPURegSet, &fpu, sizeof(fpu), in DoWriteFPU()
H A DRegisterContextKDP_i386.cpp38 int RegisterContextKDP_i386::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() argument
44 .SendRequestReadRegisters(tid, FPURegSet, &fpu, sizeof(fpu), in DoReadFPU()
85 const FPU &fpu) { in DoWriteFPU() argument
91 .SendRequestWriteRegisters(tid, FPURegSet, &fpu, sizeof(fpu), in DoWriteFPU()
H A DRegisterContextKDP_arm64.cpp39 int RegisterContextKDP_arm64::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() argument
45 .SendRequestReadRegisters(tid, FPURegSet, &fpu, sizeof(fpu), in DoReadFPU()
101 const FPU &fpu) { in DoWriteFPU() argument
107 .SendRequestWriteRegisters(tid, FPURegSet, &fpu, sizeof(fpu), in DoWriteFPU()
H A DRegisterContextKDP_arm.cpp39 int RegisterContextKDP_arm::DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) { in DoReadFPU() argument
45 .SendRequestReadRegisters(tid, FPURegSet, &fpu, sizeof(fpu), in DoReadFPU()
101 const FPU &fpu) { in DoWriteFPU() argument
107 .SendRequestWriteRegisters(tid, FPURegSet, &fpu, sizeof(fpu), in DoWriteFPU()
H A DRegisterContextKDP_i386.h25 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
31 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
H A DRegisterContextKDP_x86_64.h25 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
31 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
H A DRegisterContextKDP_arm.h25 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
33 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;
H A DRegisterContextKDP_arm64.h26 int DoReadFPU(lldb::tid_t tid, int flavor, FPU &fpu) override;
34 int DoWriteFPU(lldb::tid_t tid, int flavor, const FPU &fpu) override;

123