/third_party/vixl/src/aarch64/ |
D | abi-aarch64.h | 60 explicit ABI(Register stack_pointer = sp) : stack_pointer_(stack_pointer) { in stack_pointer_() argument
|
/third_party/python/Python/ |
D | ceval.c | 1391 #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/ |
D | ptrace.h | 115 uint64_t stack_pointer; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | ptrace.h | 115 uint64_t stack_pointer; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ptrace.h | 115 uint64_t stack_pointer; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ptrace.h | 115 uint64_t stack_pointer; member
|
/third_party/musl/include/sys/ |
D | ptrace.h | 116 uint64_t stack_pointer; member
|
/third_party/node/deps/v8/src/regexp/ |
D | regexp-stack.h | 54 Address stack_pointer() const { in stack_pointer() function
|
D | regexp-macro-assembler.cc | 515 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/ |
D | regexp-macro-assembler-arm.h | 188 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
|
/third_party/node/deps/v8/src/execution/arm/ |
D | simulator-arm.cc | 1669 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/ |
D | regexp-macro-assembler-mips.h | 198 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
|
D | regexp-macro-assembler-mips.cc | 638 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/ |
D | regexp-macro-assembler-s390.h | 187 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
|
/third_party/node/deps/v8/src/regexp/ia32/ |
D | regexp-macro-assembler-ia32.h | 186 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
|
/third_party/node/deps/v8/src/regexp/ppc/ |
D | regexp-macro-assembler-ppc.h | 187 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
|
/third_party/node/deps/v8/src/regexp/loong64/ |
D | regexp-macro-assembler-loong64.h | 198 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
|
/third_party/node/deps/v8/src/regexp/mips64/ |
D | regexp-macro-assembler-mips64.h | 204 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
|
/third_party/node/deps/v8/src/execution/riscv64/ |
D | simulator-riscv64.cc | 2773 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/ |
D | simulator-mips.cc | 2229 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/ |
D | regexp-macro-assembler-arm64.h | 272 void PushRegExpBasePointer(Register stack_pointer, Register scratch);
|
/third_party/node/deps/v8/src/execution/arm64/ |
D | simulator-arm64.cc | 572 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/ |
D | simulator-loong64.cc | 2049 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/ |
D | simulator-mips64.cc | 2244 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/ |
D | regexp-macro-assembler-x64.cc | 722 void RegExpMacroAssemblerX64::PushRegExpBasePointer(Register stack_pointer, in PushRegExpBasePointer() argument 727 __ subq(scratch, stack_pointer); in PushRegExpBasePointer()
|