Home
last modified time | relevance | path

Searched refs:stack_pointer (Results 1 – 25 of 39) sorted by relevance

12

/third_party/vixl/src/aarch64/
Dabi-aarch64.h60 explicit ABI(Register stack_pointer = sp) : stack_pointer_(stack_pointer) { in stack_pointer_() argument
/third_party/python/Python/
Dceval.c1391 #define STACK_LEVEL() ((int)(stack_pointer - f->f_valuestack))
1393 #define TOP() (stack_pointer[-1])
1394 #define SECOND() (stack_pointer[-2])
1395 #define THIRD() (stack_pointer[-3])
1396 #define FOURTH() (stack_pointer[-4])
1397 #define PEEK(n) (stack_pointer[-(n)])
1398 #define SET_TOP(v) (stack_pointer[-1] = (v))
1399 #define SET_SECOND(v) (stack_pointer[-2] = (v))
1400 #define SET_THIRD(v) (stack_pointer[-3] = (v))
1401 #define SET_FOURTH(v) (stack_pointer[-4] = (v))
[all …]
/third_party/musl/ndk_musl_include/sys/
Dptrace.h115 uint64_t stack_pointer; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dptrace.h115 uint64_t stack_pointer; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dptrace.h115 uint64_t stack_pointer; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dptrace.h115 uint64_t stack_pointer; member
/third_party/musl/include/sys/
Dptrace.h116 uint64_t stack_pointer; member
/third_party/node/deps/v8/src/regexp/
Dregexp-stack.h54 Address stack_pointer() const { in stack_pointer() function
Dregexp-macro-assembler.cc515 const Address old_stack_pointer = regexp_stack->stack_pointer(); in GrowStack()
523 return regexp_stack->stack_pointer(); in GrowStack()
/third_party/node/deps/v8/src/regexp/arm/
Dregexp-macro-assembler-arm.h188 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
/third_party/node/deps/v8/src/execution/arm/
Dsimulator-arm.cc1669 int32_t* stack_pointer = reinterpret_cast<int32_t*>(get_register(sp)); in SoftwareInterrupt() local
1670 int32_t arg4 = stack_pointer[0]; in SoftwareInterrupt()
1671 int32_t arg5 = stack_pointer[1]; in SoftwareInterrupt()
1672 int32_t arg6 = stack_pointer[2]; in SoftwareInterrupt()
1673 int32_t arg7 = stack_pointer[3]; in SoftwareInterrupt()
1674 int32_t arg8 = stack_pointer[4]; in SoftwareInterrupt()
1675 int32_t arg9 = stack_pointer[5]; in SoftwareInterrupt()
1676 int32_t arg10 = stack_pointer[6]; in SoftwareInterrupt()
1677 int32_t arg11 = stack_pointer[7]; in SoftwareInterrupt()
1678 int32_t arg12 = stack_pointer[8]; in SoftwareInterrupt()
[all …]
/third_party/node/deps/v8/src/regexp/mips/
Dregexp-macro-assembler-mips.h198 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
Dregexp-macro-assembler-mips.cc638 void RegExpMacroAssemblerMIPS::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer() argument
644 __ Subu(scratch, stack_pointer, scratch); in PushRegExpBasePointer()
/third_party/node/deps/v8/src/regexp/s390/
Dregexp-macro-assembler-s390.h187 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
/third_party/node/deps/v8/src/regexp/ia32/
Dregexp-macro-assembler-ia32.h186 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
/third_party/node/deps/v8/src/regexp/ppc/
Dregexp-macro-assembler-ppc.h187 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
/third_party/node/deps/v8/src/regexp/loong64/
Dregexp-macro-assembler-loong64.h198 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
/third_party/node/deps/v8/src/regexp/mips64/
Dregexp-macro-assembler-mips64.h204 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.cc2773 int64_t* stack_pointer = reinterpret_cast<int64_t*>(get_register(sp)); in SoftwareInterrupt() local
2783 const int64_t arg8 = stack_pointer[0]; in SoftwareInterrupt()
2784 const int64_t arg9 = stack_pointer[1]; in SoftwareInterrupt()
2785 const int64_t arg10 = stack_pointer[2]; in SoftwareInterrupt()
2786 const int64_t arg11 = stack_pointer[3]; in SoftwareInterrupt()
2787 const int64_t arg12 = stack_pointer[4]; in SoftwareInterrupt()
2788 const int64_t arg13 = stack_pointer[5]; in SoftwareInterrupt()
2789 const int64_t arg14 = stack_pointer[6]; in SoftwareInterrupt()
2790 const int64_t arg15 = stack_pointer[7]; in SoftwareInterrupt()
2791 const int64_t arg16 = stack_pointer[8]; in SoftwareInterrupt()
[all …]
/third_party/node/deps/v8/src/execution/mips/
Dsimulator-mips.cc2229 int32_t* stack_pointer = reinterpret_cast<int32_t*>(get_register(sp)); in SoftwareInterrupt() local
2231 int32_t arg4 = stack_pointer[4]; in SoftwareInterrupt()
2232 int32_t arg5 = stack_pointer[5]; in SoftwareInterrupt()
2233 int32_t arg6 = stack_pointer[6]; in SoftwareInterrupt()
2234 int32_t arg7 = stack_pointer[7]; in SoftwareInterrupt()
2235 int32_t arg8 = stack_pointer[8]; in SoftwareInterrupt()
2236 int32_t arg9 = stack_pointer[9]; in SoftwareInterrupt()
2237 int32_t arg10 = stack_pointer[10]; in SoftwareInterrupt()
2238 int32_t arg11 = stack_pointer[11]; in SoftwareInterrupt()
2239 int32_t arg12 = stack_pointer[12]; in SoftwareInterrupt()
[all …]
/third_party/node/deps/v8/src/regexp/arm64/
Dregexp-macro-assembler-arm64.h272 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.cc572 const int64_t* stack_pointer = reinterpret_cast<int64_t*>(sp()); local
597 args[i].int64_value = stack_pointer[num_stack_params++];
659 int64_t* stack_pointer = reinterpret_cast<int64_t*>(sp()); in DoRuntimeCall() local
669 const int64_t arg8 = stack_pointer[0]; in DoRuntimeCall()
670 const int64_t arg9 = stack_pointer[1]; in DoRuntimeCall()
671 const int64_t arg10 = stack_pointer[2]; in DoRuntimeCall()
672 const int64_t arg11 = stack_pointer[3]; in DoRuntimeCall()
673 const int64_t arg12 = stack_pointer[4]; in DoRuntimeCall()
674 const int64_t arg13 = stack_pointer[5]; in DoRuntimeCall()
675 const int64_t arg14 = stack_pointer[6]; in DoRuntimeCall()
[all …]
/third_party/node/deps/v8/src/execution/loong64/
Dsimulator-loong64.cc2049 int64_t* stack_pointer = reinterpret_cast<int64_t*>(get_register(sp)); in SoftwareInterrupt() local
2059 int64_t arg8 = stack_pointer[0]; in SoftwareInterrupt()
2060 int64_t arg9 = stack_pointer[1]; in SoftwareInterrupt()
2061 int64_t arg10 = stack_pointer[2]; in SoftwareInterrupt()
2062 int64_t arg11 = stack_pointer[3]; in SoftwareInterrupt()
2063 int64_t arg12 = stack_pointer[4]; in SoftwareInterrupt()
2064 int64_t arg13 = stack_pointer[5]; in SoftwareInterrupt()
2065 int64_t arg14 = stack_pointer[6]; in SoftwareInterrupt()
2066 int64_t arg15 = stack_pointer[7]; in SoftwareInterrupt()
2067 int64_t arg16 = stack_pointer[8]; in SoftwareInterrupt()
[all …]
/third_party/node/deps/v8/src/execution/mips64/
Dsimulator-mips64.cc2244 int64_t* stack_pointer = reinterpret_cast<int64_t*>(get_register(sp)); in SoftwareInterrupt() local
2254 int64_t arg8 = stack_pointer[0]; in SoftwareInterrupt()
2255 int64_t arg9 = stack_pointer[1]; in SoftwareInterrupt()
2256 int64_t arg10 = stack_pointer[2]; in SoftwareInterrupt()
2257 int64_t arg11 = stack_pointer[3]; in SoftwareInterrupt()
2258 int64_t arg12 = stack_pointer[4]; in SoftwareInterrupt()
2259 int64_t arg13 = stack_pointer[5]; in SoftwareInterrupt()
2260 int64_t arg14 = stack_pointer[6]; in SoftwareInterrupt()
2261 int64_t arg15 = stack_pointer[7]; in SoftwareInterrupt()
2262 int64_t arg16 = stack_pointer[8]; in SoftwareInterrupt()
[all …]
/third_party/node/deps/v8/src/regexp/x64/
Dregexp-macro-assembler-x64.cc722 void RegExpMacroAssemblerX64::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer() argument
727 __ subq(scratch, stack_pointer); in PushRegExpBasePointer()

12