Searched refs:s0 (Results 1 - 20 of 20) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/math/aarch64/
H A Dfabsf.s5 fabs s0, s0
H A Dsqrtf.s5 fsqrt s0, s0
/seL4-refos-master/libs/libmuslc/src/math/aarch64_sel4/
H A Dfabsf.s5 fabs s0, s0
H A Dsqrtf.s5 fsqrt s0, s0
/seL4-refos-master/seL4_tools/elfloader-tool/src/arch-riscv/
H A Dcrt0.S26 li s0, CONFIG_FIRST_HART_ID
27 bne a0, s0, secondary_harts
31 la s0, main
32 jr s0
56 la s0, secondary_entry
57 jr s0
/seL4-refos-master/tools/elfloader/src/arch-riscv/
H A Dcrt0.S26 li s0, CONFIG_FIRST_HART_ID
27 bne a0, s0, secondary_harts
31 la s0, main
32 jr s0
56 la s0, secondary_entry
57 jr s0
/seL4-refos-master/libs/libmuslc/src/math/
H A Dsqrt.c87 int32_t ix0,s0,q,m,t,i; local
128 q = q1 = s0 = s1 = 0; /* [q,q1] = sqrt(x) */
132 t = s0 + r;
134 s0 = t + r;
146 t = s0;
150 s0++;
H A Dlgamma_r.c128 s0 = -7.72156649015328655494e-02, /* 0xBFB3C467, 0xE37DB0C8 */ variable
258 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A Dlgammaf_r.c63 s0 = -7.7215664089e-02, /* 0xbd9e233f */ variable
193 p = y*(s0+y*(s1+y*(s2+y*(s3+y*(s4+y*(s5+y*s6))))));
H A Dlgammal.c172 s0 = 1.454726263410661942989109455292824853344E6L, variable
311 p = y * (s0 + y * (s1 + y * (s2 + y * (s3 + y * (s4 + y * (s5 + y * s6))))));
/seL4-refos-master/libs/libmuslc/src/network/
H A Dinet_aton.c7 int __inet_aton(const char *s0, struct in_addr *dest) argument
9 const char *s = s0;
/seL4-refos-master/kernel/src/arch/riscv/
H A Dtraps.S44 STORE s0, (7*REGBYTES)(t0)
79 csrr s0, scause
80 STORE s0, (31*REGBYTES)(t0)
100 bltz s0, interrupt
103 bne s0, s4, exception
/seL4-refos-master/kernel/src/arch/riscv/machine/
H A Dregisterset.c21 s0, s1, s2, s3, s4, s5, s6, s7, s8, s9, s10, s11,
/seL4-refos-master/libs/libmuslc/src/locale/
H A Dstrfmon.c14 char *s0=s; local
75 return s-s0;
/seL4-refos-master/kernel/include/arch/riscv/arch/machine/
H A Dregisterset.h33 s0 = 7, enumerator in enum:_register
157 [seL4_TimeoutReply_s0] = s0, \
/seL4-refos-master/kernel/libsel4/arch_include/riscv/sel4/arch/
H A Dtypes.h34 seL4_Word s0; member in struct:seL4_UserContext_
/seL4-refos-master/libs/libsel4/arch_include/riscv/sel4/arch/
H A Dtypes.h34 seL4_Word s0; member in struct:seL4_UserContext_
/seL4-refos-master/libs/libsel4debug/arch_include/riscv/sel4debug/arch/
H A Dregisters.h24 "s0",
65 compile_time_assert(sp_correct_position, offsetof(seL4_UserContext, s0) == 4 * sizeof(seL4_Word));
/seL4-refos-master/projects/seL4_libs/libsel4debug/arch_include/riscv/sel4debug/arch/
H A Dregisters.h24 "s0",
65 compile_time_assert(sp_correct_position, offsetof(seL4_UserContext, s0) == 4 * sizeof(seL4_Word));
/seL4-refos-master/libs/libmuslc/ldso/
H A Ddynlink.c185 static uint32_t sysv_hash(const char *s0) argument
187 const unsigned char *s = (void *)s0;
196 static uint32_t gnu_hash(const char *s0) argument
198 const unsigned char *s = (void *)s0;

Completed in 69 milliseconds