Home
last modified time | relevance | path

Searched refs:rsp (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/stdlib/
Darc4random.h63 _rs_allocate(struct _rs **rsp, struct _rsx **rsxp) in _rs_allocate() argument
66 _ARC4RANDOM_ALLOCATE(rsp, rsxp); in _rs_allocate()
68 *rsp = &_arc4random_data.rs; in _rs_allocate()
/picolibc-latest/newlib/libc/machine/x86/
Dsetjmp-64.S37 leaq 8 (rsp), rax
39 movq (rsp), rax
54 movq 48 (rdi), rsp
Dx86_64mach.h39 #define rsp REG(rsp) macro