Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfoPOSIX_arm64.cpp159 sve_vg, sve_z0, sve_z1,
300 uint32_t z_reg_base = sve_z0; in ConfigureVectorRegisterInfos()
327 return (sve_z0 <= reg && reg <= sve_z31); in IsSVEZReg()
338 uint32_t RegisterInfoPOSIX_arm64::GetRegNumSVEZ0() const { return sve_z0; } in GetRegNumSVEZ0()
DRegisterInfos_arm64_sve.h17 sve_z0, enumerator
74 static uint32_t g_sve_s0_invalidates[] = {sve_z0, fpu_v0, fpu_d0,
139 static uint32_t g_sve_d0_invalidates[] = {sve_z0, fpu_v0, fpu_s0,
204 static uint32_t g_sve_v0_invalidates[] = {sve_z0, fpu_d0, fpu_s0,
269 static uint32_t g_contained_z0[] = {sve_z0, LLDB_INVALID_REGNUM};