Searched refs:DEFINE_FPR_ALT (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Utility/ |
H A D | RegisterInfos_riscv64.h | 58 #define DEFINE_FPR64_ALT(reg, alt, generic_kind) DEFINE_FPR_ALT(reg, alt, 8, generic_kind) 60 #define DEFINE_FPR_ALT(reg, alt, size, generic_kind) \ macro 137 DEFINE_FPR_ALT(fcsr, nullptr, 4, LLDB_INVALID_REGNUM),
|