Home | History | Annotate | Download | only in ia64

Lines Matching refs:loc

46   OFFSET("PFS_LOC_OFF",  offsetof (struct cursor, loc[IA64_REG_PFS]));
47 OFFSET("RNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_RNAT]));
48 OFFSET("UNAT_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_UNAT]));
49 OFFSET("LC_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_LC]));
50 OFFSET("FPSR_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_FPSR]));
51 OFFSET("B1_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B1]));
52 OFFSET("B2_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B2]));
53 OFFSET("B3_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B3]));
54 OFFSET("B4_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B4]));
55 OFFSET("B5_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_B5]));
56 OFFSET("F2_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F2]));
57 OFFSET("F3_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F3]));
58 OFFSET("F4_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F4]));
59 OFFSET("F5_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F5]));
60 OFFSET("FR_LOC_OFF", offsetof (struct cursor, loc[IA64_REG_F16]));
62 (offsetof (struct cursor, loc[1]) - offsetof (struct cursor, loc[0])));