Searched refs:fpu_dp (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterContextDarwin_i386.cpp | 51 fpu_dp, enumerator 85 fpu_fooff = fpu_dp 308 LLDB_INVALID_REGNUM, fpu_dp}, 414 fpu_dp, fpu_ds, fpu_mxcsr, fpu_mxcsrmask, fpu_stmm0, fpu_stmm1, 616 case fpu_dp: in ReadRegister() 733 case fpu_dp: in WriteRegister()
|
H A D | RegisterContextDarwin_x86_64.cpp | 58 fpu_dp, enumerator 100 fpu_fooff = fpu_dp 357 LLDB_INVALID_REGNUM, fpu_dp}, 471 fpu_dp, fpu_ds, fpu_mxcsr, fpu_mxcsrmask, fpu_stmm0, fpu_stmm1, 662 case fpu_dp: in ReadRegister() 788 case fpu_dp: in WriteRegister()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/i386/ |
H A D | DNBArchImplI386.cpp | 106 fpu_dp, enumerator 159 fpu_fooff = fpu_dp 1346 {e_regSetFPU, fpu_dp, "fooff", NULL, Uint, Hex, FPU_SIZE_UINT(dp), 1437 {e_regSetFPU, fpu_dp, "fooff", NULL, Uint, Hex, FPU_SIZE_UINT(dp), 1586 {e_regSetFPU, fpu_dp, "fooff", NULL, Uint, Hex, FPU_SIZE_UINT(dp), 1821 case fpu_dp: in GetRegisterValue() 2047 case fpu_dp: in SetRegisterValue()
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/MacOSX/x86_64/ |
H A D | DNBArchImplX86_64.cpp | 1222 fpu_dp, enumerator 1315 fpu_fooff = fpu_dp 1760 {e_regSetFPU, fpu_dp, "fooff", NULL, Uint, Hex, FPU_SIZE_UINT(dp), 1875 {e_regSetFPU, fpu_dp, "fooff", NULL, Uint, Hex, FPU_SIZE_UINT(dp), 2073 {e_regSetFPU, fpu_dp, "fooff", NULL, Uint, Hex, FPU_SIZE_UINT(dp), 2349 case fpu_dp: in GetRegisterValue() 2564 case fpu_dp: in SetRegisterValue()
|
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/ |
H A D | MachO.h | 1756 uint32_t fpu_dp; member 1848 sys::swapByteOrder(x.fpu_dp); in swapStruct()
|
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 9797 outs() << " fpu_dp " << format("0x%08" PRIx32, fpu.fpu_dp); in Print_x86_float_state_t()
|