Home
last modified time | relevance | path

Searched defs:get_sp (Results 1 – 12 of 12) sorted by relevance

/external/u-boot/arch/arm/mach-imx/
Dmisc.c77 static ulong get_sp(void) in get_sp() function
/external/u-boot/arch/m68k/lib/
Dbootm.c101 static ulong get_sp (void) in get_sp() function
/external/u-boot/arch/microblaze/lib/
Dbootm.c21 static ulong get_sp(void) in get_sp() function
/external/u-boot/arch/arc/lib/
Dbootm.c12 static ulong get_sp(void) in get_sp() function
/external/u-boot/arch/powerpc/lib/
Dbootm.c261 static ulong get_sp (void) in get_sp() function
/external/u-boot/arch/arm/lib/
Dbootm.c41 static ulong get_sp(void) in get_sp() function
/external/v8/src/execution/ppc/
Dsimulator-ppc.h164 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/execution/s390/
Dsimulator-s390.h161 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/execution/arm/
Dsimulator-arm.h232 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/execution/mips/
Dsimulator-mips.h292 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/execution/mips64/
Dsimulator-mips64.h294 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/execution/arm64/
Dsimulator-arm64.h1012 Address get_sp() const { return reg<Address>(31, Reg31IsStackPointer); } in get_sp() function