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

/external/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.cpp803 SDValue StackPointer = DAG.getCopyFromReg(Chain, dl, SPReg, MVT::i32); local
807 SDValue Sub = DAG.getNode(ISD::SUB, dl, MVT::i32, StackPointer, Size);
/external/valgrind/VEX/priv/
H A Dhost_mips_defs.h124 #define StackPointer(_mode64) hregMIPS_GPR29(_mode64) macro
/external/vixl/src/vixl/a64/
H A Dmacro-assembler-a64.h852 LoadCPURegList(registers, MemOperand(StackPointer(), offset));
855 StoreCPURegList(registers, MemOperand(StackPointer(), offset));
907 // This method must not be called unless StackPointer() is sp, and it is
918 // This method must not be called unless StackPointer() is sp, and it is
2849 // the current stack pointer (according to StackPointer()). This must be
2856 // This method asserts that StackPointer() is not sp, since the call does
2928 const Register& StackPointer() const { function in class:vixl::MacroAssembler

Completed in 172 milliseconds