Searched refs:FPR_linux_mips (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/ |
| H A D | RegisterContext_mips.h | 287 struct FPR_linux_mips { struct 371 FPR_linux_mips fpr; // Floating point registers.
|
| H A D | RegisterInfos_mips.h | 26 LLVM_EXTENSION offsetof(FPR_linux_mips, regname)) 50 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \ 60 #reg, alt, sizeof(((FPR_linux_mips *) NULL)->reg), \
|
| H A D | RegisterInfos_mips64.h | 30 LLVM_EXTENSION offsetof(FPR_linux_mips, regname)) 76 #reg, alt, sizeof(((FPR_linux_mips *) 0)->reg), \ 86 #reg, alt, sizeof(((FPR_linux_mips *) 0)->reg), \
|