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

123456

/haiku/src/system/glue/arch/arm64/
H A Dcrtn.S7 ldr lr, [sp]
8 add sp, sp, #16
12 ldr lr, [sp]
13 add sp, sp, #16
H A Dcrti.S25 sub sp, sp, #16
26 str lr, [sp]
31 sub sp, sp, #16
32 str lr, [sp]
/haiku/src/system/glue/arch/riscv64/
H A Dcrtn.S12 ld ra, 8(sp)
13 addi sp, sp, 16
18 ld ra, 8(sp)
19 addi sp, sp, 16
H A Dcrti.S24 addi sp, sp, -16
25 sd ra, 8(sp)
30 addi sp, sp, -16
31 sd ra, 8(sp)
/haiku/src/system/glue/arch/arm/
H A Dcrtn.S15 ldr lr, [sp]
16 add sp, sp, #8
20 ldr lr, [sp]
21 add sp, sp, #8
H A Dcrti.S27 sub sp, sp, #8
28 str lr, [sp]
32 sub sp, sp, #8
33 str lr, [sp]
/haiku/src/system/kernel/arch/m68k/
H A Darch_exceptions.S96 movem.l %d0-%d7/%a0-%a6,-(%sp) /* push the iframe address */
98 sub.l #FPU_STATE_sizeof,%sp
99 fsave (%sp)
100 tst.b (%sp) /* check for a null state */
103 fmovem %fpcr/%fpsr/%fpiar,-(%sp)
104 fmovem %fp0-%fp7,-(%sp)
107 sub.l #IFRAME_fpu-IFRAME_fp,%sp
110 move.l %sp,%fp /* have stack_trace() find the iframe */
111 move.l %sp,-(%sp) /* pus
[all...]
H A Darch_cpu_asm.S26 /* save sp */
27 move.l %sp,saved_sp
37 move.l 4(%sp),%a0
46 move.l saved_sp,%sp
55 /* save sp */
56 move.l %sp,saved_sp
66 move.l 4(%sp),%a0
67 move.l 8(%sp),%d1
76 move.l saved_sp,%sp
84 .long 0 /* reset sp */
[all...]
/haiku/headers/private/kernel/arch/sparc/
H A Dthread_struct.h10 addr sp; member in struct:arch_thread
/haiku/src/system/boot/platform/next_m68k/
H A Dshell.S31 movel %a3@(4),-(%sp)
33 movel %sp@(8),-(%sp)
35 addql #8,%sp
/haiku/headers/os/arch/arm64/
H A Darch_debugger.h11 unsigned long sp; member in struct:arm64_debug_cpu_state
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Darch_traps_asm.S15 sd fp, 2*8(sp)
17 sd t0, 31*8(sp)
19 mv a0, sp
22 ld t0, 31*8(sp)
H A Dcrt0-efi-riscv64.S149 addi sp, sp, -24
150 sd a0, 0(sp)
151 sd a1, 8(sp)
152 sd ra, 16(sp)
161 ld a1, 8(sp)
162 ld a0, 0(sp)
165 ld ra, 16(sp)
167 0: addi sp, sp, 2
[all...]
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Darch_start_kernel.S16 save %sp, -176, %sp
24 sub %i2, 2047, %sp // apply stack bias
/haiku/src/tests/kits/media/soundplayer/
H A DSoundPlayerTest.cpp15 NAMESPACE BSoundPlayer *sp = 0; variable
22 sp->SetHasData(false);
47 sp = new NAMESPACE BSoundPlayer(&format, "sound player test", PlayBuffer);
50 sp->SetHasData(true);
51 sp->Start();
53 printf("volume now %.2f\n", sp->Volume());
54 printf("volumeDB now %.2f\n", sp->VolumeDB());
62 sp->GetVolumeInfo(&out_node, &out_parameter, &out_min_dB, &out_max_dB);
68 sp->SetVolume(1.0f);
83 sp
[all...]
/haiku/src/system/boot/platform/riscv/
H A Dtraps_asm.S15 sd fp, 2*8(sp)
17 sd t0, 31*8(sp)
19 mv a0, sp
22 ld t0, 31*8(sp)
33 csrrw sp, mscratch, sp
38 sd t0, 2*8(sp) # save supervisor SP
42 sd t0, 31*8(sp)
47 mv a0, sp
53 ld t0, 31*8(sp)
[all...]
/haiku/src/system/kernel/arch/arm/
H A Darch_exceptions.S24 stmdb sp, {r0-r3} /* Save 4 registers */
26 mov r1, sp /* Save xxx32 sp */
32 mov r2, sp /* Save SVC sp */
33 str r0, [sp, #-4]! /* Push return address */
34 str lr, [sp, #-4]! /* Push SVC lr */
35 str r2, [sp, #-4]! /* Push SVC sp */
38 sub sp, s
[all...]
/haiku/src/system/kernel/arch/riscv64/
H A Darch_traps.S15 sd fp, IFRAME_sp(sp)
17 sd t0, IFRAME_epc(sp)
20 sd t0, IFRAME_status(sp)
22 sd t0, IFRAME_cause(sp)
24 sd t0, IFRAME_tval(sp)
26 mv a0, sp
30 ld t0, IFRAME_status(sp)
33 ld t0, IFRAME_epc(sp)
43 csrrw sp, sscratch, sp
[all...]
/haiku/src/system/libroot/posix/glibc/arch/m68k/
H A Dmul_1.S25 res_ptr (sp + 4)
26 s1_ptr (sp + 8)
27 s1_size (sp + 12)
28 s2_limb (sp + 16)
43 moveml R(d2)-R(d4),MEM_PREDEC(sp)
45 movel R(d2),MEM_PREDEC(sp)
46 movel R(d3),MEM_PREDEC(sp)
47 movel R(d4),MEM_PREDEC(sp)
51 movel MEM_DISP(sp,16),R(res_ptr)
52 movel MEM_DISP(sp,2
[all...]
/haiku/src/libs/bsd/
H A Dfts.c82 #define CLR(opt) (sp->fts_options &= ~(opt))
83 #define ISSET(opt) (sp->fts_options & (opt))
84 #define SET(opt) (sp->fts_options |= (opt))
86 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd))
145 FTS *sp; local
165 sp = &priv->ftsp_fts;
166 sp->fts_compar = compar;
167 sp->fts_options = options;
177 if (fts_palloc(sp, MAX(fts_maxarglen(argv), MAXPATHLEN)))
181 if ((parent = fts_alloc(sp, "",
253 fts_load(FTS *sp, FTSENT *p) argument
277 fts_close(FTS *sp) argument
331 fts_read(FTS *sp) argument
529 fts_set(FTS *sp, FTSENT *p, int instr) argument
541 fts_children(FTS *sp, int instr) argument
616 fts_get_clientptr(FTS *sp) argument
633 fts_set_clientptr(FTS *sp, void *clientptr) argument
667 fts_build(FTS *sp, int type) argument
941 fts_stat(FTS *sp, FTSENT *p, int follow, int dfd) argument
1043 fts_sort(FTS *sp, FTSENT *head, size_t nitems) argument
1072 fts_alloc(FTS *sp, char *name, size_t namelen) argument
1137 fts_palloc(FTS *sp, size_t more) argument
1150 fts_padjust(FTS *sp, FTSENT *head) argument
1190 fts_safe_changedir(FTS *sp, FTSENT *p, int fd, char *path) argument
1223 fts_ufslinks(FTS *sp, const FTSENT *ent) argument
[all...]
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetservbyport_r.c52 _servent_getbyport(struct servent_data *sd, struct servent *sp, int port, argument
99 return _servent_parsedb(sd, sp, data, datalen);
104 if (_servent_parseline(sd, sp) == NULL)
106 if (sp->s_port != port)
108 if (proto == NULL || strcmp(sp->s_proto, proto) == 0)
109 return sp;
116 getservbyport_r(int port, const char *proto, struct servent *sp, argument
120 sp = _servent_getbyport(sd, sp, port, proto);
123 return sp;
[all...]
/haiku/headers/private/kernel/arch/m68k/
H A Darch_thread_types.h19 void *sp; // stack pointer member in struct:arch_thread
/haiku/headers/private/kernel/arch/mipsel/
H A Darch_thread_types.h19 void *sp; // stack pointer member in struct:arch_thread
/haiku/headers/private/kernel/arch/ppc/
H A Darch_thread_types.h21 void *sp; // stack pointer member in struct:arch_thread
/haiku/src/system/kernel/arch/mips/
H A Darch_thread.cpp27 dprintf("arch_thread_context_switch: 0x%x->0x%x to sp 0x%x\n",
28 t_from->id, t_to->id, t_to->arch_info.sp);
32 dprintf("sp[%d] = 0x%x\n", i, t_to->arch_info.sp[i]);
40 sh4_context_switch(&t_from->arch_info.sp, t_to->arch_info.sp);

Completed in 144 milliseconds

123456