HomeSort by relevance Sort by last modified time
    Searched defs:StackPointer (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 792 SDValue StackPointer = DAG.getCopyFromReg(Chain, dl, SPReg, MVT::i32);
796 SDValue Sub = DAG.getNode(ISD::SUB, dl, MVT::i32, StackPointer, Size);
    [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.h 669 // 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
    [all...]
  /external/valgrind/main/VEX/priv/
host_mips_defs.h 151 #define StackPointer(_mode64) hregMIPS_GPR29(_mode64)
  /external/vixl/src/a64/
macro-assembler-a64.h 327 // 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
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm-pp.c 339 static const char *StackPointer = "ebp";
    [all...]

Completed in 885 milliseconds