Searched refs:sve_z31 (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/Utility/ |
D | RegisterInfos_arm64_sve.h | 48 sve_z31, enumerator 136 static uint32_t g_sve_s31_invalidates[] = {sve_z31, fpu_v31, fpu_d31, 201 static uint32_t g_sve_d31_invalidates[] = {sve_z31, fpu_v31, fpu_s31, 266 static uint32_t g_sve_v31_invalidates[] = {sve_z31, fpu_d31, fpu_s31, 300 static uint32_t g_contained_z31[] = {sve_z31, LLDB_INVALID_REGNUM};
|
D | RegisterInfoPOSIX_arm64.cpp | 169 sve_z29, sve_z30, sve_z31, 327 return (sve_z0 <= reg && reg <= sve_z31); in IsSVEZReg()
|