HomeSort by relevance Sort by last modified time
    Searched refs:RSP (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /prebuilts/go/darwin-x86/src/runtime/cgo/
asm_arm64.s 15 * Also note that at procedure entry in gc world, 8(RSP) will be the
19 SUB $128, RSP
20 MOVD R1, (8*1)(RSP)
21 MOVD R2, (8*2)(RSP)
22 MOVD R19, (8*3)(RSP)
23 MOVD R20, (8*4)(RSP)
24 MOVD R21, (8*5)(RSP)
25 MOVD R22, (8*6)(RSP)
26 MOVD R23, (8*7)(RSP)
27 MOVD R24, (8*8)(RSP)
    [all...]
signal_darwin_arm64.s 21 MOVD.W $0, -16(RSP)
23 MOVW R1, 8(RSP)
42 MOVD.W $0, -32(RSP)
43 MOVD R1, 8(RSP)
44 MOVD R2, 16(RSP)
46 MOVD 8(RSP), R1
47 MOVD 16(RSP), R2
54 MOVD.W R1, 16(RSP)
  /prebuilts/go/linux-x86/src/runtime/cgo/
asm_arm64.s 15 * Also note that at procedure entry in gc world, 8(RSP) will be the
19 SUB $128, RSP
20 MOVD R1, (8*1)(RSP)
21 MOVD R2, (8*2)(RSP)
22 MOVD R19, (8*3)(RSP)
23 MOVD R20, (8*4)(RSP)
24 MOVD R21, (8*5)(RSP)
25 MOVD R22, (8*6)(RSP)
26 MOVD R23, (8*7)(RSP)
27 MOVD R24, (8*8)(RSP)
    [all...]
signal_darwin_arm64.s 21 MOVD.W $0, -16(RSP)
23 MOVW R1, 8(RSP)
42 MOVD.W $0, -32(RSP)
43 MOVD R1, 8(RSP)
44 MOVD R2, 16(RSP)
46 MOVD 8(RSP), R1
47 MOVD 16(RSP), R2
54 MOVD.W R1, 16(RSP)
  /prebuilts/go/darwin-x86/src/reflect/
asm_arm64.s 14 MOVD R26, 8(RSP)
16 MOVD R3, 16(RSP)
26 MOVD R26, 8(RSP)
28 MOVD R3, 16(RSP)
  /prebuilts/go/linux-x86/src/reflect/
asm_arm64.s 14 MOVD R26, 8(RSP)
16 MOVD R3, 16(RSP)
26 MOVD R26, 8(RSP)
28 MOVD R3, 16(RSP)
  /external/llvm/test/MC/X86/
intel-syntax-2.s 5 // CHECK: movl $257, -4(%rsp)
6 mov DWORD PTR [RSP - 4], 257
8 // CHECK: movl $257, -4(%rsp)
9 movl $257, -4(%rsp)
13 mov DWORD PTR [RSP - 4], 255
14 // CHECK: movl $255, -4(%rsp)
16 movl $255, -4(%rsp)
17 // CHECK: movl $255, -4(%rsp)
  /prebuilts/go/darwin-x86/src/runtime/
rt0_linux_arm64.s 8 MOVD 0(RSP), R0 // argc
9 ADD $8, RSP, R1 // argv
asm_arm64.s 17 SUB $32, RSP
18 MOVW R0, 8(RSP) // argc
19 MOVD R1, 16(RSP) // argv
24 MOVD RSP, R7
67 MOVW 8(RSP), R0 // copy argc
68 MOVW R0, -8(RSP)
69 MOVD 16(RSP), R0 // copy argv
70 MOVD R0, 0(RSP)
77 MOVD RSP, R7
82 MOVD R7, RSP
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
rt0_linux_arm64.s 8 MOVD 0(RSP), R0 // argc
9 ADD $8, RSP, R1 // argv
asm_arm64.s 17 SUB $32, RSP
18 MOVW R0, 8(RSP) // argc
19 MOVD R1, 16(RSP) // argv
24 MOVD RSP, R7
67 MOVW 8(RSP), R0 // copy argc
68 MOVW R0, -8(RSP)
69 MOVD 16(RSP), R0 // copy argv
70 MOVD R0, 0(RSP)
77 MOVD RSP, R7
82 MOVD R7, RSP
    [all...]
  /external/libunwind/src/x86_64/
Gstash_frame.c 35 " ra=0x%lx rbp [where=%d val=%ld @0x%lx] rsp [where=%d val=%ld @0x%lx]\n",
42 rs->reg[RSP].where, rs->reg[RSP].val, DWARF_GET_LOC(d->loc[RSP]));
45 - CFA is register-relative offset off RBP or RSP;
48 - RSP is unsaved or saved at CFA+offset, offset != -1. */
52 || rs->reg[DWARF_CFA_REG_COLUMN].val == RSP)
60 && (rs->reg[RSP].where == DWARF_WHERE_UNDEF
61 || rs->reg[RSP].where == DWARF_WHERE_SAME
62 || (rs->reg[RSP].where == DWARF_WHERE_CFARE
    [all...]
  /prebuilts/go/darwin-x86/misc/cgo/test/issue9400/
asm_arm64.s 15 ADD $(1024 * 8), RSP
36 SUB $(1024 * 8), RSP
  /prebuilts/go/linux-x86/misc/cgo/test/issue9400/
asm_arm64.s 15 ADD $(1024 * 8), RSP
36 SUB $(1024 * 8), RSP
  /bionic/libc/include/sys/
reg.h 73 #define RSP 19
  /development/ndk/platforms/android-21/include/sys/
reg.h 73 #define RSP 19
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
reg.h 47 # define RSP 19
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reg.h 47 # define RSP 19
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
reg.h 73 #define RSP 19
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
reg.h 73 #define RSP 19
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
reg.h 73 #define RSP 19
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
reg.h 73 #define RSP 19
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
reg.h 73 #define RSP 19
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
reg.h 73 #define RSP 19
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
reg.h 73 #define RSP 19

Completed in 640 milliseconds

1 2 3 4 5