Searched refs:sp (Results 201 - 225 of 2524) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/gen/
H A Dumulsi3.S48 movel %sp@(4),%d0
49 mulul %sp@(8),%d0
H A Dmodf.S51 fmoved %sp@(4),%fp0
52 movel %sp@(12),%a0
57 fmoved %fp0,%sp@-
58 movel %sp@+,%d0
59 movel %sp@+,%d1
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Dregister-var-3.c5 register int sp; /* { dg-error "register name not specified" } */ variable
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Derase.c69 __LDATA *sp, *end, *start; local
82 for (sp = start; sp < end; sp++)
84 if (sp->ch != win->bch || sp->attr != 0) {
86 if (sp->ch != ( wchar_t )btowc(( int ) win->bch ) ||
87 (sp->attr & WA_ATTRIBUTES) != 0 || sp->nsp) {
89 if (sp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/amiga/stand/bootblock/boot/
H A Dprintf.s40 movl %d0,%sp@-
42 addql #4,%sp
46 movml #0x0032,%sp@-
48 lea %sp@(20),%a1
49 movl %sp@(16),%a0
52 movml %sp@+, #0x4c00
60 movml #0x0032,%sp@-
61 movl %sp@(16),%a3
63 lea %sp@(24),%a1
64 movl %sp
[all...]
/netbsd-6-1-5-RELEASE/regress/sys/arch/m68k/emuspeed/
H A Dtest.S6 movl %d2,%sp@-
7 movl %sp@(8),%d2
9 mulsl %sp@(8),%d1
12 movl %sp@+,%d2
16 movl %d2,%sp@-
17 movl %sp@(8),%d2
22 movl %sp@+,%d2
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/cfi/
H A Dcfi-mips-1.s16 .cfi_def_cfa $sp, 0
17 addiu $sp,$sp,-8
19 sw $fp,0($sp)
21 move $fp,$sp
28 move $sp,$fp
29 lw $fp,0($sp)
30 addiu $sp,$sp,8
31 .cfi_def_cfa $sp,
[all...]
/netbsd-6-1-5-RELEASE/lib/libm/arch/mc68881/
H A Ds_scalbn.S50 fmoved %sp@(4),%fp0
51 fscalel %sp@(12),%fp0
53 fmoved %fp0,%sp@-
54 movel %sp@+,%d0
55 movel %sp@+,%d1
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/atomic/
H A Dmembar_ops.S43 add %sp, -112, %sp
44 st %g0, [%sp+100]
46 sub %sp, -112, %sp
/netbsd-6-1-5-RELEASE/lib/libc/arch/m68k/sys/
H A D__clone.S43 movl %sp@(4),%d0 /* NULL function pointer? */
46 movl %sp@(8),%d0 /* NULL stack? */
49 movl %sp@(16),%a0@- /* Push clone's `arg' on its new stack */
51 movl %a0,%sp@- /* Syscall arg: stack */
52 movl %sp@(16),%sp@- /* Syscall arg: flags */
53 clrl %sp@- /* Fake return address */
55 lea %sp@(12),%sp /* Zap syscall args */
60 movl %d0,%sp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/pmax/stand/common/
H A Dprintf.S46 subu sp, sp, 48
47 sw a4, 16(sp)
48 sw a5, 20(sp)
49 sw a6, 24(sp)
50 sw a7, 28(sp)
51 sw ra, 44(sp)
53 lw ra, 44(sp)
54 addu sp, sp, 4
[all...]
/netbsd-6-1-5-RELEASE/libexec/ld.elf_so/arch/m68k/
H A Drtld_start.S39 subql #8,%sp | storage for obj and cleanup
46 movel %a5,-(%sp) | relocbase
47 movel %a1,-(%sp) | &_DYNAMIC
49 addql #8,%sp | pop arguments
51 movel %a5,-(%sp) | relocbase
52 pea 4(%sp) | sp
53 jbsr _rtld@PLTPC | entry = _rtld(sp, relocbase)
54 addql #8,%sp | pop arguments
56 moveal (%sp)
[all...]
/netbsd-6-1-5-RELEASE/dist/nvi/ex/
H A Dex_init.c47 ex_screen_copy(SCR *orig, SCR *sp) argument
53 sp->ex_private = nexp;
65 (nexp->lastbcomm = v_wstrdup(sp, oexp->lastbcomm,
67 msgq(sp, M_SYSERR, NULL);
70 if (ex_tag_copy(orig, sp))
83 ex_screen_end(SCR *sp) argument
88 if ((exp = EXP(sp)) == NULL)
94 if (F_ISSET(sp, SC_SCRIPT) && sscr_end(sp))
97 if (argv_free(sp))
123 ex_optchange(SCR *sp, int offset, const char *str, u_long *valp) argument
140 ex_exrc(SCR *sp) argument
254 ex_run_file(SCR *sp, const char *name) argument
273 ex_run_str(SCR *sp, const char *name, const CHAR_T *str, size_t len, int ex_flags, int nocopy) argument
344 exrc_isok(SCR *sp, struct stat *sbp, const char *path, int rootown, int rootid) argument
[all...]
H A Dex_write.c44 ex_wn(SCR *sp, EXCMD *cmdp) argument
46 if (exwr(sp, cmdp, WN))
48 if (file_m3(sp, 0))
54 return (ex_next(sp, cmdp));
64 ex_wq(SCR *sp, EXCMD *cmdp) argument
68 if (exwr(sp, cmdp, WQ))
70 if (file_m3(sp, 0))
75 if (ex_ncheck(sp, force))
78 F_SET(sp, force ? SC_EXIT_FORCE : SC_EXIT);
90 ex_write(SCR *sp, EXCM argument
103 ex_xit(SCR *sp, EXCMD *cmdp) argument
128 exwr(SCR *sp, EXCMD *cmdp, enum which cmd) argument
288 ex_writefp(SCR *sp, const char *name, FILE *fp, MARK *fm, MARK *tm, u_long *nlno, u_long *nch, int silent) argument
[all...]
H A Dex_screen.c38 ex_bg(SCR *sp, EXCMD *cmdp) argument
40 return (vs_bg(sp));
50 ex_fg(SCR *sp, EXCMD *cmdp) argument
56 if (vs_fg(sp, &nsp, cmdp->argc ? cmdp->argv[0]->bp : NULL, newscreen))
61 sp->nextdisp = nsp;
62 F_SET(sp, SC_SSWITCH);
74 ex_resize(SCR *sp, EXCMD *cmdp) argument
90 ex_emsg(sp, cmdp->cmd->usage, EXM_USAGE);
93 return (vs_resize(sp, cmdp->count, adj));
103 ex_sdisplay(SCR *sp) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dthumb2_add.s22 sub sp, sp, #0x100
23 sub sp, sp, #0x200
24 sub sp, sp, #0x101
25 add sp, sp, #0x100
26 add sp, sp, #
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/arch/vax/gen/
H A D_lwp.c49 int *sp; local
59 sp = (int *)((uintptr_t)(stack_base + stack_size) & ~0x3);
65 sp -= 1 + 1 + 5;
67 sp[0] = 0; /* condition handler is null */
68 sp[1] = 0x20000000; /* make this a CALLS frame */
69 sp[2] = 0; /* saved argument pointer */
70 sp[3] = 0; /* saved frame pointer */
71 sp[4] = (intptr_t)_lwp_exit + 2;/* return via _lwp_exit */
72 sp[5] = 1; /* argc */
73 sp[
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/m68k/gen/
H A Dcompat_setjmp.S58 lea %sp@(-12),%sp /* space for sigstack args/rvals */
59 clrl %sp@ /* don't change it... */
60 movl %sp,%sp@(4) /* ...but return the current val */
62 /* note: flags returned in sp@(8) */
63 clrl %sp@ /* don't change mask, just return */
65 movl %sp@(8),%d1 /* old flags value */
67 lea %sp@(12),%sp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/mips/pmon/
H A Dpmon32.S48 * Note that we need to provide a PMON_CALLFRAME_SIZ untouched area above sp,
56 PTR_SUBU sp, sp, FRAMESZ(PMON_CALLFRAME_SIZ + 11 * SZREG); \
57 REG_S ra, (10 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
59 REG_S s0, (0 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
60 REG_S s1, (1 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
61 REG_S s2, (2 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
62 REG_S s3, (3 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
63 REG_S s4, (4 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
64 REG_S s5, (5 * SZREG + PMON_CALLFRAME_SIZ)(sp); \
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Dnextprime.c53 unsigned char *sp; local
63 sp = ps->s + d;
64 while (*sp != 0)
65 sp++;
66 if (sp != ps->s + SIEVESIZE)
68 d = sp - ps->s;
83 for (sp = ps->s; sp < ps->s + SIEVESIZE; sp++)
84 *sp
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/sparc64/sparc64/
H A Dsigcode32.s74 * [%sp] 64 bytes to which registers can be dumped
75 * [%sp + 64] signal number (goes in %o0)
76 * [%sp + 64 + 4] signal code (goes in %o1)
77 * [%sp + 64 + 8] placeholder
78 * [%sp + 64 + 12] argument for %o3, currently unsupported (always 0)
79 * [%sp + 64 + 16] first word of saved state (sigcontext)
83 * [%sp + NNN] last word of saved state
89 * Note that [%sp + 64 + 8] == %sp + 64 + 16. The copy at %sp
[all...]
H A Dsunos_sigcode.s73 * [%sp] 64 bytes to which registers can be dumped
74 * [%sp + 64] signal number (goes in %o0)
75 * [%sp + 64 + 4] signal code (goes in %o1)
76 * [%sp + 64 + 8] placeholder
77 * [%sp + 64 + 12] argument for %o3, currently unsupported (always 0)
78 * [%sp + 64 + 16] first word of saved state (sigcontext)
82 * [%sp + NNN] last word of saved state
88 * Note that [%sp + 64 + 8] == %sp + 64 + 16. The copy at %sp
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/compat/arch/sparc/sys/
H A Dcompat___sigtramp1.S58 * [%sp] 64 bytes to which registers can be dumped
59 * [%sp + 64] signal number (goes in %o0)
60 * [%sp + 64 + 4] signal code (goes in %o1)
61 * [%sp + 64 + 8] placeholder
62 * [%sp + 64 + 12] argument for %o3, currently unsupported (always 0)
63 * [%sp + 64 + 16] first word of saved state (sigcontext)
67 * [%sp + NNN] last word of saved state
73 * Note that [%sp + 64 + 8] == %sp + 64 + 16. The copy at %sp
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dstore.c48 * @param sp the storage buffer to set the flags on
55 krb5_storage_set_flags(krb5_storage *sp, krb5_flags flags) argument
57 sp->flags |= flags;
63 * @param sp the storage buffer to clear the flags on
70 krb5_storage_clear_flags(krb5_storage *sp, krb5_flags flags) argument
72 sp->flags &= ~flags;
79 * @param sp the storage buffer to check flags on
88 krb5_storage_is_flags(krb5_storage *sp, krb5_flags flags) argument
90 return (sp->flags & flags) == flags;
96 * @param sp th
106 krb5_storage_set_byteorder(krb5_storage *sp, krb5_flags byteorder) argument
119 krb5_storage_get_byteorder(krb5_storage *sp) argument
138 krb5_storage_seek(krb5_storage *sp, off_t offset, int whence) argument
155 krb5_storage_truncate(krb5_storage *sp, off_t offset) argument
173 krb5_storage_read(krb5_storage *sp, void *buf, size_t len) argument
191 krb5_storage_write(krb5_storage *sp, const void *buf, size_t len) argument
206 krb5_storage_set_eof_code(krb5_storage *sp, int code) argument
222 krb5_storage_get_eof_code(krb5_storage *sp) argument
238 krb5_storage_free(krb5_storage *sp) argument
259 krb5_storage_to_data(krb5_storage *sp, krb5_data *data) argument
284 krb5_store_int(krb5_storage *sp, int32_t value, size_t len) argument
313 krb5_store_int32(krb5_storage *sp, int32_t value) argument
336 krb5_store_uint32(krb5_storage *sp, uint32_t value) argument
343 krb5_ret_int(krb5_storage *sp, int32_t *value, size_t len) argument
371 krb5_ret_int32(krb5_storage *sp, int32_t *value) argument
397 krb5_ret_uint32(krb5_storage *sp, uint32_t *value) argument
423 krb5_store_int16(krb5_storage *sp, int16_t value) argument
446 krb5_store_uint16(krb5_storage *sp, uint16_t value) argument
465 krb5_ret_int16(krb5_storage *sp, int16_t *value) argument
494 krb5_ret_uint16(krb5_storage *sp, uint16_t *value) argument
519 krb5_store_int8(krb5_storage *sp, int8_t value) argument
542 krb5_store_uint8(krb5_storage *sp, uint8_t value) argument
560 krb5_ret_int8(krb5_storage *sp, int8_t *value) argument
583 krb5_ret_uint8(krb5_storage *sp, uint8_t *value) argument
609 krb5_store_data(krb5_storage *sp, krb5_data data) argument
637 krb5_ret_data(krb5_storage *sp, krb5_data *data) argument
670 krb5_store_string(krb5_storage *sp, const char *s) argument
691 krb5_ret_string(krb5_storage *sp, char **string) argument
721 krb5_store_stringz(krb5_storage *sp, const char *s) argument
748 krb5_ret_stringz(krb5_storage *sp, char **string) argument
781 krb5_store_stringnl(krb5_storage *sp, const char *s) argument
806 krb5_ret_stringnl(krb5_storage *sp, char **string) argument
862 krb5_store_principal(krb5_storage *sp, krb5_const_principal p) argument
899 krb5_ret_principal(krb5_storage *sp, krb5_principal *princ) argument
967 krb5_store_keyblock(krb5_storage *sp, krb5_keyblock p) argument
996 krb5_ret_keyblock(krb5_storage *sp, krb5_keyblock *p) argument
1026 krb5_store_times(krb5_storage *sp, krb5_times times) argument
1051 krb5_ret_times(krb5_storage *sp, krb5_times *times) argument
1081 krb5_store_address(krb5_storage *sp, krb5_address p) argument
1102 krb5_ret_address(krb5_storage *sp, krb5_address *adr) argument
1125 krb5_store_addrs(krb5_storage *sp, krb5_addresses p) argument
1150 krb5_ret_addrs(krb5_storage *sp, krb5_addresses *adr) argument
1181 krb5_store_authdata(krb5_storage *sp, krb5_authdata auth) argument
1208 krb5_ret_authdata(krb5_storage *sp, krb5_authdata *auth) argument
1253 krb5_store_creds(krb5_storage *sp, krb5_creds *creds) argument
1305 krb5_ret_creds(krb5_storage *sp, krb5_creds *creds) argument
1377 krb5_store_creds_tag(krb5_storage *sp, krb5_creds *creds) argument
1469 krb5_ret_creds_tag(krb5_storage *sp, krb5_creds *creds) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dchpass_c.c47 krb5_storage *sp; local
56 sp = krb5_storage_from_mem(buf, sizeof(buf));
57 if (sp == NULL) {
61 krb5_store_int32(sp, kadm_chpass);
62 krb5_store_principal(sp, princ);
63 krb5_store_string(sp, password);
64 ret = _kadm5_client_send(context, sp);
65 krb5_storage_free(sp);
71 sp = krb5_storage_from_data (&reply);
72 if (sp
92 krb5_storage *sp; local
[all...]

Completed in 246 milliseconds

1234567891011>>