Home
last modified time | relevance | path

Searched refs:DoWriteFPU (Results 1 – 19 of 19) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextMach_x86_64.h43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextMach_i386.h43 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextMach_arm.h47 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextMach_x86_64.cpp61 RegisterContextMach_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextMach_x86_64
DRegisterContextMach_i386.cpp61 RegisterContextMach_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextMach_i386
DRegisterContextMach_arm.cpp70 RegisterContextMach_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextMach_arm
DRegisterContextDarwin_x86_64.h249 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
DRegisterContextDarwin_i386.h245 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
DRegisterContextDarwin_arm.h306 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) = 0;
DRegisterContextDarwin_i386.cpp510 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
DRegisterContextDarwin_x86_64.cpp555 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
DRegisterContextDarwin_arm.cpp557 SetError (set, Write, DoWriteFPU(GetThreadID(), set, fpu)); in WriteFPU()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DRegisterContextKDP_x86_64.h46 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextKDP_i386.h45 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextKDP_arm.h50 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu);
DRegisterContextKDP_i386.cpp98 RegisterContextKDP_i386::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextKDP_i386
DRegisterContextKDP_x86_64.cpp98 RegisterContextKDP_x86_64::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextKDP_x86_64
DRegisterContextKDP_arm.cpp114 RegisterContextKDP_arm::DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextKDP_arm
/external/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp150 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextDarwin_x86_64_Mach
258 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextDarwin_i386_Mach
382 DoWriteFPU (lldb::tid_t tid, int flavor, const FPU &fpu) in DoWriteFPU() function in RegisterContextDarwin_arm_Mach