Searched refs:GPR_SAVE (Results 1 – 1 of 1) sorted by relevance
60 #define GPR_SAVE(n) (XER_SAVE + 8 + (8 * n)) macro61 #define FSCR_SAVE (GPR_SAVE(31) + 8)65 #define SAVE_GPR(n) std n,GPR_SAVE(n)(r1)66 #define REST_GPR(n) ld n,GPR_SAVE(n)(r1)