Searched refs:FloatRegisterValue (Results 1 - 4 of 4) sorted by relevance

/haiku/src/kits/debugger/arch/x86/
H A DCpuStateX86.h110 double FloatRegisterValue(int32 index) const;
H A DCpuStateX86.cpp140 = (long double)FloatRegisterValue(X86_REGISTER_ST0 + i);
289 CpuStateX86::FloatRegisterValue(int32 index) const function in class:CpuStateX86
/haiku/src/kits/debugger/arch/x86_64/
H A DCpuStateX8664.h137 double FloatRegisterValue(int32 index) const;
H A DCpuStateX8664.cpp184 = (long double)FloatRegisterValue(X86_64_REGISTER_ST0 + i);
336 CpuStateX8664::FloatRegisterValue(int32 index) const function in class:CpuStateX8664

Completed in 43 milliseconds