/src/sys/arch/alpha/alpha/ |
fp_complete.c | 692 alpha_instruction *pc, *win_begin, tsw[TSWINSIZE]; local in function:alpha_fp_complete 736 win_begin = pc; 740 if (pc < win_begin) { 741 win_begin = pc - TSWINSIZE + 1; 742 if (copyin(win_begin, tsw, sizeof tsw)) { 744 win_begin = pc; 745 if (copyin(win_begin, tsw, 4)) { 754 assert(win_begin <= pc && !((long)pc & 3)); 755 inst = tsw[pc - win_begin];
|
fp_complete.c | 692 alpha_instruction *pc, *win_begin, tsw[TSWINSIZE]; local in function:alpha_fp_complete 736 win_begin = pc; 740 if (pc < win_begin) { 741 win_begin = pc - TSWINSIZE + 1; 742 if (copyin(win_begin, tsw, sizeof tsw)) { 744 win_begin = pc; 745 if (copyin(win_begin, tsw, 4)) { 754 assert(win_begin <= pc && !((long)pc & 3)); 755 inst = tsw[pc - win_begin];
|
fp_complete.c | 692 alpha_instruction *pc, *win_begin, tsw[TSWINSIZE]; local in function:alpha_fp_complete 736 win_begin = pc; 740 if (pc < win_begin) { 741 win_begin = pc - TSWINSIZE + 1; 742 if (copyin(win_begin, tsw, sizeof tsw)) { 744 win_begin = pc; 745 if (copyin(win_begin, tsw, 4)) { 754 assert(win_begin <= pc && !((long)pc & 3)); 755 inst = tsw[pc - win_begin];
|