Home
last modified time | relevance | path

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

/external/u-boot/arch/m68k/lib/
Dbootm.c101 static ulong get_sp (void) in get_sp() function
/external/u-boot/arch/arc/lib/
Dbootm.c11 static ulong get_sp(void) in get_sp() function
/external/u-boot/arch/powerpc/lib/
Dbootm.c260 static ulong get_sp (void) in get_sp() function
/external/u-boot/arch/arm/lib/
Dbootm.c39 static ulong get_sp(void) in get_sp() function
/external/v8/src/s390/
Dsimulator-s390.h156 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/ppc/
Dsimulator-ppc.h159 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/arm/
Dsimulator-arm.h151 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/mips/
Dsimulator-mips.h229 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/mips64/
Dsimulator-mips64.h231 Address get_sp() const { return static_cast<Address>(get_register(sp)); } in get_sp() function
/external/v8/src/arm64/
Dsimulator-arm64.h900 Address get_sp() const { return reg<Address>(31, Reg31IsStackPointer); } in get_sp() function