Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_loongarch64.h32 #ifndef LASX_OFFSET
33 #error LASX_OFFSET must be defined before including this header file
95 LASX_OFFSET(lasx_##reg##_loongarch - lasx_first_loongarch), \
H A DRegisterInfoPOSIX_loongarch64.cpp25 #define LASX_OFFSET(idx) \ macro