Searched defs:StackPointer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/arm64/
H A Dmacro-assembler-arm64.h669 // If the current stack pointer (according to StackPointer()) is csp, then
675 // If the current stack pointer (according to StackPointer()) is csp, then
682 // If the current stack pointer (according to StackPointer()) is csp, then
690 // If the current stack pointer (according to StackPointer()) is csp, then
699 // If the current stack pointer (according to StackPointer()) is csp, then it
756 // StackPointer() does not point below the system stack pointer.
758 // Whilst it is architecturally legal for StackPointer() to point below csp,
762 // If StackPointer() is the system stack pointer (csp) or ALWAYS_ALIGN_CSP is
803 inline const Register& StackPointer() const { function in class:v8::internal::MacroAssembler
814 Bic(csp, StackPointer(), sp_alignmen
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp792 SDValue StackPointer = DAG.getCopyFromReg(Chain, dl, SPReg, MVT::i32); local
796 SDValue Sub = DAG.getNode(ISD::SUB, dl, MVT::i32, StackPointer, Size);
/external/valgrind/main/VEX/priv/
H A Dhost_mips_defs.h151 #define StackPointer(_mode64) hregMIPS_GPR29(_mode64) macro
/external/vixl/src/a64/
H A Dmacro-assembler-a64.h327 // This method must not be called unless StackPointer() is sp, and it is
338 // This method must not be called unless StackPointer() is sp, and it is
1087 // the current stack pointer (according to StackPointer()). This must be
1094 // This method asserts that StackPointer() is not sp, since the call does
1118 const Register& StackPointer() const { function in class:vixl::MacroAssembler
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
H A Dnasm-pp.c339 static const char *StackPointer = "ebp"; variable
2456 StackPointer = "ebp";
2466 StackPointer = "bp";
2476 StackPointer = "bp";
2566 sprintf(directive, "%%define %s (%s+%d)", arg, StackPointer,
2663 sprintf(directive, "%%define %s (%s-%d)", local, StackPointer,

Completed in 161 milliseconds