Searched refs:UNW_AARCH64_V31 (Results 1 - 6 of 6) sorted by relevance

/external/libunwind/src/aarch64/
H A Dis_fpreg.c31 return (regnum >= UNW_AARCH64_V0 && regnum <= UNW_AARCH64_V31);
H A Dregname.c94 [UNW_AARCH64_V31] = "v31",
H A DGinit.c46 if (reg >= UNW_AARCH64_X0 && reg <= UNW_AARCH64_V31)
H A Dinit.h99 c->dwarf.loc[UNW_AARCH64_V31] = DWARF_REG_LOC (&c->dwarf, UNW_AARCH64_V31);
/external/libunwind/include/tdep-aarch64/
H A Ddwarf-config.h37 #define dwarf_to_unw_regnum(reg) (((reg) <= UNW_AARCH64_V31) ? (reg) : 0)
/external/libunwind/include/
H A Dlibunwind-aarch64.h147 UNW_AARCH64_V31, enumerator in enum:__anon9107

Completed in 111 milliseconds