Searched defs:UNW_IA64_FR (Results 1 - 1 of 1) sorted by relevance

/external/libunwind/include/
H A Dlibunwind-ia64.h104 UNW_IA64_FR = UNW_IA64_NAT + 128, /* fp registers (f0..f127) */ enumerator in enum:__anon12431
106 UNW_IA64_AR = UNW_IA64_FR + 128, /* application registers (ar0..r127) */
156 #define unw_tdep_is_fpreg(r) ((unsigned) ((r) - UNW_IA64_FR) < 128)

Completed in 596 milliseconds