Home
last modified time | relevance | path

Searched defs:FPU (Results 1 – 25 of 589) sorted by relevance

12345678910>>...24

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterInfoPOSIX_arm.h27 struct FPU { struct
28 union {
32 } floats;
33 uint32_t fpscr;
H A DRegisterContextPOSIX_arm.h67 struct FPU { struct
80 struct RegisterContextPOSIX_arm::FPU argument
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextPOSIX_arm64.h72 struct FPU { struct
83 struct RegisterContextPOSIX_arm64::FPU argument
H A DRegisterInfoPOSIX_arm.h27 struct FPU { struct
28 union {
32 } floats;
33 uint32_t fpscr;
H A DRegisterContextPOSIX_arm.h70 struct FPU { struct
83 struct RegisterContextPOSIX_arm::FPU argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h75 struct FPU { struct
76 uint32_t pad[2];
77 uint16_t fcw;
78 uint16_t fsw;
79 uint8_t ftw;
103 enum { GPRRegSet = 1, FPURegSet = 2, EXCRegSet = 3 }; argument
107 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument
H A DRegisterContextDarwin_x86_64.h80 struct FPU { struct
81 uint32_t pad[2];
82 uint16_t fcw; // "fctrl"
83 uint16_t fsw; // "fstat"
84 uint8_t ftw; // "ftag"
108 enum { GPRRegSet = 4, FPURegSet = 5, EXCRegSet = 6 }; argument
112 FPUWordCount = sizeof(FPU) / sizeof(uint32_t), argument

12345678910>>...24