Searched refs:UNW_REG_F16 (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ia64/kernel/
H A Dunwind_i.h35 UNW_REG_F16, UNW_REG_F17, UNW_REG_F18, UNW_REG_F19, enumerator in enum:unw_register_index
H A Dunwind.c602 case 0x30 ... 0x3f: return UNW_REG_F16 + (abreg - 0x30);
820 int base = (i < 4) ? UNW_REG_F2 : UNW_REG_F16 - 4;
1347 val = unw.preg_index[UNW_REG_F16 + (rval - 16)];
2057 for (i = UNW_REG_F16, off = SW(F16); i <= UNW_REG_F31; ++i, off += 16)

Completed in 36 milliseconds