Home
last modified time | relevance | path

Searched refs:setsp (Results 1 – 25 of 41) sorted by relevance

12

/dports/lang/gcc6-aux/gcc-6-20180516/libcilkrts/runtime/config/x86/
H A Dcilk-abi-vla.c93 INLINE void setsp(void *val) in setsp() function
160 INLINE void setsp(void *val) in setsp() function
326 setsp(foo < new_esp ? foo : new_esp); in __cilkrts_stack_alloc()
425 setsp(new_esp); in __cilkrts_stack_free()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libcilkrts/runtime/config/x86/
H A Dcilk-abi-vla.c93 INLINE void setsp(void *val) in setsp() function
160 INLINE void setsp(void *val) in setsp() function
326 setsp(foo < new_esp ? foo : new_esp); in __cilkrts_stack_alloc()
425 setsp(new_esp); in __cilkrts_stack_free()
/dports/lang/gnat_util/gcc-6-20180516/libcilkrts/runtime/config/x86/
H A Dcilk-abi-vla.c93 INLINE void setsp(void *val) in setsp() function
160 INLINE void setsp(void *val) in setsp() function
326 setsp(foo < new_esp ? foo : new_esp); in __cilkrts_stack_alloc()
425 setsp(new_esp); in __cilkrts_stack_free()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/IA32ABI/
H A Dia32abicc.c61 # define setsp(sp) asm volatile ("movl %0,%%esp" : : "m"(sp)) macro
76 #if !defined(setsp)
77 # define setsp(ignored) 0 macro
H A Dppc32abicc.c107 #if !defined(setsp)
108 # define setsp(ignored) asm volatile ("stwu r1,12(r1)\n") macro
H A Ddabusiness.h149 setsp(argstart);
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/powerpc/kernel/
H A Dsetup_64.c538 const __be32 *sizep, *lsizep, *bsizep, *setsp; in parse_cache_info() local
548 setsp = of_get_property(np, propnames[1], NULL); in parse_cache_info()
549 if (setsp != NULL) in parse_cache_info()
550 sets = be32_to_cpu(*setsp); in parse_cache_info()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/powerpc/kernel/
H A Dsetup_64.c538 const __be32 *sizep, *lsizep, *bsizep, *setsp; in parse_cache_info() local
548 setsp = of_get_property(np, propnames[1], NULL); in parse_cache_info()
549 if (setsp != NULL) in parse_cache_info()
550 sets = be32_to_cpu(*setsp); in parse_cache_info()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/powerpc/kernel/
H A Dsetup_64.c538 const __be32 *sizep, *lsizep, *bsizep, *setsp; in parse_cache_info() local
548 setsp = of_get_property(np, propnames[1], NULL); in parse_cache_info()
549 if (setsp != NULL) in parse_cache_info()
550 sets = be32_to_cpu(*setsp); in parse_cache_info()
/dports/math/freefem++/FreeFem-sources-4.6/src/femlib/
H A DSparseLinearSolver.hpp96 template<class TS> void addsolver(const char *nm,int p,int setsp=0) in addsolver() argument
101 …TheFFSolver<ZZ,KK>::addsolver(nm,p,ots, (TS*) 0,setsp); // trick (TS*) 0 to call the corre ct case… in addsolver()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/runtime/
H A Ddefs_plan9_386.go39 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) } func
H A Ddefs_plan9_arm.go42 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) } func
H A Ddefs_plan9_amd64.go48 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint64(x) } func
H A Ddefs_windows_386.go108 func (c *context) setsp(x uintptr) { c.esp = uint32(x) } func
H A Dos3_plan9.go92 c.setsp(sp)
H A Ddefs_windows_amd64.go123 func (c *context) setsp(x uintptr) { c.rsp = uint64(x) } func
H A Dsignal_windows.go93 r.setsp(uintptr(sp))
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Ddefs_plan9_386.go39 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) } func
H A Ddefs_plan9_arm.go42 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) } func
H A Ddefs_plan9_amd64.go48 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint64(x) } func
H A Dos3_plan9.go101 c.setsp(sp)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Ddefs_plan9_386.go43 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) } func
H A Ddefs_plan9_arm.go42 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint32(x) } func
H A Ddefs_plan9_amd64.go52 func (c *sigctxt) setsp(x uintptr) { c.u.sp = uint64(x) } func
H A Dos3_plan9.go98 c.setsp(sp)

12