Searched refs:YMM_OFFSET (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfos_i386.h26 #define YMM_OFFSET(reg_index) \ macro
116 LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
293 #undef YMM_OFFSET macro
H A DRegisterInfos_x86_64.h23 #define YMM_OFFSET(reg_index) \ macro
116 LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, eFormatVectorOfUInt8, \
375 g_register_infos[lldb_##reg##i##_i386].byte_offset = YMM_OFFSET(i); \
486 #undef YMM_OFFSET macro
H A DRegisterInfos_x86_64_with_base.h25 #define YMM_OFFSET(reg_index) \ macro
113 #reg #i, nullptr, YMM_SIZE, LLVM_EXTENSION YMM_OFFSET(i), eEncodingVector, \
360 g_register_infos[lldb_##reg##i##_i386].byte_offset = YMM_OFFSET(i); \
471 #undef YMM_OFFSET macro

Completed in 110 milliseconds