Searched refs:sp (Results 1 - 25 of 2524) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mn10300/
H A Dmov5.s3 mov 8,sp
4 mov 256,sp
5 mov +((1<<23)-1),sp
6 mov -128,sp
7 mov +((-1)<<23),sp
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cris/
H A Dpushpop.s9 move.b r5,[sp=sp-8]
10 move.w r5,[sp=sp-8]
11 move.d r5,[sp=sp-8]
13 move.b r5,[sp=sp-5]
14 move.w r5,[sp=sp
[all...]
H A Dpushpop.d11 [ ]+c:[ ]+f8e1 ce5f[ ]+move\.b \$?r5,\[\$?sp=\$?sp-8\]
12 [ ]+10:[ ]+f8e1 de5f[ ]+move\.w \$?r5,\[\$?sp=\$?sp-8\]
13 [ ]+14:[ ]+f8e1 ee5f[ ]+move\.d \$?r5,\[\$?sp=\$?sp-8\]
14 [ ]+18:[ ]+fbe1 ce5f[ ]+move\.b \$?r5,\[\$?sp=\$?sp-5\]
15 [ ]+1c:[ ]+fbe1 de5f[ ]+move\.w \$?r5,\[\$?sp=\$?sp
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Ddecl7.C6 void* sp; member in struct:S
11 struct S s = { &s.sp };
12 return s.sp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/format/
H A Dc90-scanf-3.c11 foo (char **sp, wchar_t **lsp) argument
16 scanf ("%as", sp); /* { dg-warning "C" "%as" } */
18 scanf ("%a[bcd]", sp); /* { dg-warning "C" "%a[]" } */
H A Dext-4.c9 foo (char **sp, wchar_t **lsp) argument
15 scanf ("%as", sp);
17 scanf ("%a[bcd]", sp);
H A Dc90-scanf-5.c10 foo (char **sp, wchar_t **lsp) argument
14 scanf ("%ms", sp); /* { dg-warning "C" "%ms" } */
17 scanf ("%m[bcd]", sp); /* { dg-warning "C" "%m[]" } */
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A D20040112-1.c4 ftn (char *sp) argument
10 *sp = 0xE8;
11 status = *(volatile char *) sp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Ddecl7.C6 void* sp; member in struct:S
11 struct S s = { &s.sp };
12 return s.sp;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/format/
H A Dc90-scanf-3.c11 foo (char **sp, wchar_t **lsp) argument
16 scanf ("%as", sp); /* { dg-warning "C" "%as" } */
18 scanf ("%a[bcd]", sp); /* { dg-warning "C" "%a[]" } */
H A Dext-4.c9 foo (char **sp, wchar_t **lsp) argument
15 scanf ("%as", sp);
17 scanf ("%a[bcd]", sp);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A D20040112-1.c4 ftn (char *sp) argument
10 *sp = 0xE8;
11 status = *(volatile char *) sp;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/opt/
H A Dpr23714.C6 float *sp = stack; local
9 float value2 = ((float) *(--sp));
10 float value1 = ((float) *(--sp));
11 *(sp++) = (value1 - value2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/opt/
H A Dpr23714.C6 float *sp = stack; local
9 float value2 = ((float) *(--sp));
10 float value1 = ((float) *(--sp));
11 *(sp++) = (value1 - value2);
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/cvt/
H A Dstack.c53 stk_t *sp; local
55 sp = xmalloc(sizeof (stk_t));
56 sp->st_nument = STACK_SEEDSIZE;
57 sp->st_top = -1;
58 sp->st_data = xmalloc(sizeof (void *) * sp->st_nument);
59 sp->st_free = freep;
61 return (sp);
65 stack_free(stk_t *sp) argument
69 if (sp
78 stack_pop(stk_t *sp) argument
86 stack_peek(stk_t *sp) argument
95 stack_push(stk_t *sp, void *data) argument
109 stack_level(stk_t *sp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dirix-crti.asm56 addiu $sp,$sp,-16
57 sw $31,0($sp)
59 daddiu $sp,$sp,-16
60 sd $31,0($sp)
61 sd $28,8($sp)
68 addiu $sp,$sp,-16
69 sw $31,0($sp)
[all...]
H A Dirix-crtn.asm30 lw $31,0($sp)
32 addiu $sp,$sp,16
34 ld $31,0($sp)
35 ld $28,8($sp)
37 daddiu $sp,$sp,16
42 lw $31,0($sp)
44 addiu $sp,$sp,1
[all...]
H A Dcrti.asm32 daddu $sp,$sp,-48
33 sd $31,40($sp)
35 addu $sp,$sp,-32
36 sw $31,20($sp)
44 daddu $sp,$sp,-48
45 sd $31,40($sp)
47 addu $sp,
[all...]
H A Dcrtn.asm35 ld RA,40($sp)
36 daddu $sp,$sp,48
38 lw RA,20($sp)
39 addu $sp,$sp,32
45 ld RA,40($sp)
46 daddu $sp,$sp,48
48 lw RA,20($sp)
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/atari/stand/tostools/libtos/
H A Dbiosrw.s40 movml d1-d2/a1-a2,sp@-
41 movl sp@(24),sp@- | offset
42 movw sp@(38),sp@- | device
43 movw #-1,sp@-
44 movw sp@(38),sp@- | count
45 movl sp@(30),sp
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/demos/calc/
H A Dcalc.y105 mpz_ptr sp = stack[0];
108 if (sp >= stack[numberof(stack)]) /* FIXME */ \
116 if (sp != stack[0]) \
119 sp = stack[0]; \
173 | error EOS { sp = stack[0]; yyerrok; };
178 mpz_out_str (stdout, obase, sp); putchar ('\n');
179 sp--;
184 mpz_swap (variable[$1], sp);
185 sp--;
198 | e '+' e { sp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/newsmips/stand/common/
H A Dromcalls.S38 addu sp, sp, -16
40 sw a0, 0(sp)
42 move a1, sp
48 addu sp, sp, -32
49 sw ra, 28(sp)
51 sw a0, 16(sp)
52 sw a1, 20(sp)
55 addu a1, sp, 1
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.asm/
H A Dspu.inc3 stqd $lr, 16($sp)
4 stqd $sp, -32($sp)
5 ai $sp, $sp, -32
10 ai $sp, $sp, 32
11 lqd $lr, 16($sp)
37 ila $sp, 16368
38 stqd $0, 0($sp)
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/eh/
H A D080514-1.C10 int *sp = stack; local
13 *(sp++) = (0);
15 *(sp++) = (-1);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20000629-1.c6 char c, *q, *sp; local
9 sp=p+1;
10 c=*sp;

Completed in 149 milliseconds

1234567891011>>