Home
last modified time | relevance | path

Searched defs:IA64_LOC_REG (Results 1 – 1 of 1) sorted by relevance

/external/libunwind/src/ia64/
Dunwind_i.h133 #define IA64_LOC_REG(r,t) (((r) << 2) | (t)) macro
232 #define IA64_LOC_REG(r,t) ((ia64_loc_t) { ((r) << 2) | (t), \ macro