Searched refs:LONGSIZE (Results 1 – 2 of 2) sorted by relevance
71 #define PT_R0 (0x0 * LONGSIZE) /* 0 */73 #define PT_R0 (0x8 * LONGSIZE) /* 0 */75 #define PT_R1 ((PT_R0) + LONGSIZE) /* 1 */76 #define PT_R2 ((PT_R1) + LONGSIZE) /* 2 */77 #define PT_R3 ((PT_R2) + LONGSIZE) /* 3 */78 #define PT_R4 ((PT_R3) + LONGSIZE) /* 4 */79 #define PT_R5 ((PT_R4) + LONGSIZE) /* 5 */80 #define PT_R6 ((PT_R5) + LONGSIZE) /* 6 */81 #define PT_R7 ((PT_R6) + LONGSIZE) /* 7 */82 #define PT_R8 ((PT_R7) + LONGSIZE) /* 8 */[all …]
175 #define LONGSIZE 8 macro264 #define LONGSIZE 4 macro
Completed in 4 milliseconds