Home
last modified time | relevance | path

Searched refs:FPR_i386 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextLinux_i386.cpp35 struct FPR_i386 { struct
63 FPR_i386 i387; // FPU registers. argument
82 #define FPR_SIZE(reg) sizeof(((FPR_i386 *)NULL)->reg)
H A DRegisterContextOpenBSD_i386.cpp43 using FPR_i386 = FXSAVE; typedef
47 FPR_i386 i387;
H A DRegisterContextFreeBSD_i386.cpp46 using FPR_i386 = FXSAVE; typedef
50 FPR_i386 i387;
H A DRegisterContextNetBSD_i386.cpp35 struct FPR_i386 { struct
62 FPR_i386 i387; argument
H A DRegisterInfos_i386.h22 LLVM_EXTENSION offsetof(FPR_i386, regname))