Home
last modified time | relevance | path

Searched refs:LSX_OFFSET (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_loongarch64.h28 #ifndef LSX_OFFSET
29 #error LSX_OFFSET must be defined before including this header file
87 #reg, nullptr, 16, LSX_OFFSET(lsx_##reg##_loongarch - lsx_first_loongarch),\
H A DRegisterInfoPOSIX_loongarch64.cpp22 #define LSX_OFFSET(idx) \ macro