Home
last modified time | relevance | path

Searched refs:IA64_IS_FP_LOC (Results 1 – 4 of 4) sorted by relevance

/external/libunwind/src/ia64/
Dunwind_i.h141 #define IA64_IS_FP_LOC(l) (((l) & IA64_LOC_TYPE_FP) != 0) macro
246 #define IA64_IS_FP_LOC(l) (((l).w0 & IA64_LOC_TYPE_FP) != 0) macro
341 if (IA64_IS_FP_LOC (loc)) in ia64_get()
377 if (IA64_IS_FP_LOC (loc)) in ia64_put()
DGrbs.c58 if (IA64_IS_FP_LOC (loc)) in ia64_strloc()
67 if (IA64_IS_FP_LOC (loc)) in ia64_strloc()
DGget_save_loc.c64 if (IA64_IS_FP_LOC (reg_loc)) in unw_get_save_loc()
DGregs.c281 if (IA64_IS_FP_LOC (reg_loc)) in access_nat()
502 || IA64_IS_FP_LOC (loc))) in tdep_access_reg()