| /src/sys/arch/hp300/stand/common/ |
| srt0.S | 51 STACK = 0xfffff000 /* below the ROM page */ 81 movl #STACK,%sp 311 movl %sp,_C_LABEL(_ssave) /* and current stack pointer */ 323 movl _C_LABEL(_ssave),%sp /* manually restore stack */
|
| /src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| c_interr_timer_reload.S | 285 STACK:
|
| c_interr_timer_tcount.S | 241 STACK:
|
| c_interr_disable.S | 322 STACK:
|
| c_interr_pending.S | 323 STACK:
|
| c_interr_timer.S | 383 STACK:
|
| c_interr_timer_tscale.S | 303 STACK:
|
| c_progctrl_clisti_interr.S | 329 STACK:
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/ |
| c_interr_timer_reload.S | 285 STACK:
|
| c_interr_timer_tcount.S | 241 STACK:
|
| c_interr_disable.S | 322 STACK:
|
| c_interr_pending.S | 323 STACK:
|
| c_interr_timer.S | 383 STACK:
|
| c_interr_timer_tscale.S | 303 STACK:
|
| c_progctrl_clisti_interr.S | 329 STACK:
|
| /src/sys/arch/luna68k/stand/boot/ |
| locore.S | 198 STACK = 0x800000 203 movl #STACK,%sp | set SP 299 btst #4,%a1@(8) | long (type B) stack frame? 348 tstw %sp@+ | do we need to clean up stack? 421 movl %a0,%sp@(60) | the user stack pointer 451 movl %a0,%sp@(60) | the user stack pointer 544 * necessitating a stack cleanup. A cleanup should only be needed at this 572 tstw %sp@+ | do we need to clean up stack?
|
| /src/games/atc/ |
| input.c | 125 } STACK; 127 #define T_RULE stack[level].rule 128 #define T_STATE stack[level].state 129 #define T_STR stack[level].str 130 #define T_POS stack[level].pos 131 #define T_CH stack[level].ch 213 static STACK stack[MAXDEPTH]; variable 310 func = st[stack[i].state].rule[stack[i].rule].func [all...] |
| /src/external/gpl3/binutils/dist/bfd/doc/ |
| chew.c | 41 Two stacks are provided, a string stack and an integer stack. 49 ! - pop top of integer stack for address, pop next for value; store 50 @ - treat value on integer stack as the address of an integer; push 51 that integer on the integer stack after popping the "address" 73 catstrif - do catstr if top of integer stack is nonzero 77 print_stack_level - print current stack depth to stderr 79 [quoted string] - push string onto string stack 80 [word starting with digit] - push atol(str) onto integer stack 97 #define STACK 5 132 string_type stack[STACK]; variable [all...] |
| /src/external/gpl3/binutils.old/dist/bfd/doc/ |
| chew.c | 41 Two stacks are provided, a string stack and an integer stack. 49 ! - pop top of integer stack for address, pop next for value; store 50 @ - treat value on integer stack as the address of an integer; push 51 that integer on the integer stack after popping the "address" 73 catstrif - do catstr if top of integer stack is nonzero 77 print_stack_level - print current stack depth to stderr 79 [quoted string] - push string onto string stack 80 [word starting with digit] - push atol(str) onto integer stack 97 #define STACK 5 132 string_type stack[STACK]; variable [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/doc/ |
| chew.c | 41 Two stacks are provided, a string stack and an integer stack. 49 ! - pop top of integer stack for address, pop next for value; store 50 @ - treat value on integer stack as the address of an integer; push 51 that integer on the integer stack after popping the "address" 73 catstrif - do catstr if top of integer stack is nonzero 77 print_stack_level - print current stack depth to stderr 79 [quoted string] - push string onto string stack 80 [word starting with digit] - push atol(str) onto integer stack 97 #define STACK 5 132 string_type stack[STACK]; variable [all...] |
| /src/external/gpl3/gdb/dist/bfd/doc/ |
| chew.c | 41 Two stacks are provided, a string stack and an integer stack. 49 ! - pop top of integer stack for address, pop next for value; store 50 @ - treat value on integer stack as the address of an integer; push 51 that integer on the integer stack after popping the "address" 73 catstrif - do catstr if top of integer stack is nonzero 77 print_stack_level - print current stack depth to stderr 79 [quoted string] - push string onto string stack 80 [word starting with digit] - push atol(str) onto integer stack 97 #define STACK 5 132 string_type stack[STACK]; variable [all...] |
| /src/sys/dev/ic/ |
| aic6360reg.h | 93 #define STACK 0x1d /* Stack */
|
| /src/sys/dev/microcode/aic7xxx/ |
| aic7xxx_reg.h | 586 ahc_print_register(NULL, 0, "STACK", 0x6f, regvalue, cur_col, wrap) 1466 #define STACK 0x6f
|
| aic79xx_reg.h | 1888 ahd_print_register(NULL, 0, "STACK", 0xf2, regvalue, cur_col, wrap) 3495 #define STACK 0xf2
|