Home
last modified time | relevance | path

Searched defs:_FPR (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextFreeBSD_mips64.cpp108 typedef struct _FPR { struct
109 uint64_t f0;
110 uint64_t f1;
111 uint64_t f2;
112 uint64_t f3;
113 uint64_t f4;
114 uint64_t f5;
115 uint64_t f6;
116 uint64_t f7;
117 uint64_t f8;
[all …]
H A DRegisterContextFreeBSD_powerpc.cpp97 typedef struct _FPR { struct
98 uint64_t f0;
99 uint64_t f1;
100 uint64_t f2;
101 uint64_t f3;
102 uint64_t f4;
103 uint64_t f5;
104 uint64_t f6;
105 uint64_t f7;
106 uint64_t f8;
[all …]
H A DRegisterInfos_ppc64le.h316 typedef struct _FPR { struct
317 uint64_t f0;
318 uint64_t f1;
319 uint64_t f2;
320 uint64_t f3;
321 uint64_t f4;
322 uint64_t f5;
323 uint64_t f6;
324 uint64_t f7;
325 uint64_t f8;
[all …]