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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/X86/
cfi_def_cfa-crash.s 13 push %rbp
15 .cfi_offset rbp, -16
17 mov %rsp, %rbp
18 .cfi_def_cfa_register rbp
22 movdqa %xmm0, -0x80(%rbp)
24 movdqa %xmm1, -0x70(%rbp)
26 movdqa %xmm2, -0x60(%rbp)
28 movdqa %xmm3, -0x50(%rbp)
30 movdqa %xmm4, -0x40(%rbp)
32 movdqa %xmm5, -0x30(%rbp)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/
cfi_def_cfa-crash.s 13 push %rbp
15 .cfi_offset rbp, -16
17 mov %rsp, %rbp
18 .cfi_def_cfa_register rbp
22 movdqa %xmm0, -0x80(%rbp)
24 movdqa %xmm1, -0x70(%rbp)
26 movdqa %xmm2, -0x60(%rbp)
28 movdqa %xmm3, -0x50(%rbp)
30 movdqa %xmm4, -0x40(%rbp)
32 movdqa %xmm5, -0x30(%rbp)
    [all...]
  /external/llvm/test/MC/ELF/
cfi-offset.s 6 .cfi_offset %rbp, -16
cfi-register.s 6 .cfi_register %rbp, %rax
cfi-restore.s 6 .cfi_restore %rbp
cfi-undefined.s 6 .cfi_undefined %rbp
fde.s 14 pushq %rbp
18 .cfi_offset %rbp, -16
19 movq %rsp, %rbp
21 .cfi_def_cfa_register %rbp
25 popq %rbp
  /external/swiftshader/third_party/LLVM/test/MC/ELF/
cfi-offset.s 6 .cfi_offset %rbp, -16
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ELF/
cfi-offset.s 6 .cfi_offset %rbp, -16
cfi-register.s 6 .cfi_register %rbp, %rax
cfi-restore.s 6 .cfi_restore %rbp
cfi-undefined.s 6 .cfi_undefined %rbp
fde.s 14 pushq %rbp
18 .cfi_offset %rbp, -16
19 movq %rsp, %rbp
21 .cfi_def_cfa_register %rbp
25 popq %rbp
  /external/llvm/test/MC/COFF/
seh-section.s 68 pushq %rbp
69 .seh_pushreg %rbp
71 popq %rbp
83 pushq %rbp
84 .seh_pushreg %rbp
86 popq %rbp
98 pushq %rbp
99 .seh_pushreg %rbp
101 popq %rbp
seh-linkonce.s 15 pushq %rbp
18 movq %rsp, %rbp
24 popq %rbp
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
seh-section.s 68 pushq %rbp
69 .seh_pushreg %rbp
71 popq %rbp
83 pushq %rbp
84 .seh_pushreg %rbp
86 popq %rbp
98 pushq %rbp
99 .seh_pushreg %rbp
101 popq %rbp
seh-linkonce.s 15 pushq %rbp
18 movq %rsp, %rbp
24 popq %rbp
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cfi-verify/X86/Inputs/
unprotected-nolineinfo.s 23 pushq %rbp
25 .cfi_offset %rbp, -16
26 movq %rsp, %rbp
27 .cfi_def_cfa_register %rbp
28 popq %rbp
40 pushq %rbp
42 .cfi_offset %rbp, -16
43 movq %rsp, %rbp
44 .cfi_def_cfa_register %rbp
45 popq %rbp
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/X64/
Gasket.S 46 pushq %rbp // stack frame is for the debugger
47 movq %rsp, %rbp
59 popq %rbp
65 pushq %rbp // stack frame is for the debugger
66 movq %rsp, %rbp
75 popq %rbp
80 pushq %rbp // stack frame is for the debugger
81 movq %rsp, %rbp
93 popq %rbp
98 pushq %rbp // stack frame is for the debugge
    [all...]
  /external/swiftshader/third_party/LLVM/test/MC/COFF/
seh-section.s 30 pushq %rbp
31 .seh_pushreg %rbp
33 popq %rbp
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-objdump/X86/
disassemble-code-data-mix.s 6 pushq %rbp
7 movq %rsp, %rbp
9 popq %rbp
  /external/libffi/src/x86/
win64.S 89 .PUSHREG rbp
90 push rbp
93 .SETFRAME rbp, 32
94 lea rbp, QWORD PTR [rsp+32]
97 mov eax, DWORD PTR CIF_BYTES[rbp]
103 mov QWORD PTR STACK[rbp], rax
105 mov rdx, QWORD PTR ECIF[rbp]
106 mov rcx, QWORD PTR STACK[rbp]
107 call QWORD PTR PREP_ARGS_FN[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/x86/
win64.S 89 .PUSHREG rbp
90 push rbp
93 .SETFRAME rbp, 32
94 lea rbp, QWORD PTR [rsp+32]
97 mov eax, DWORD PTR CIF_BYTES[rbp]
103 mov QWORD PTR STACK[rbp], rax
105 mov rdx, QWORD PTR ECIF[rbp]
106 mov rcx, QWORD PTR STACK[rbp]
107 call QWORD PTR PREP_ARGS_FN[rbp]
109 mov rsp, QWORD PTR STACK[rbp]
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-cfi-verify/X86/
indirect-cf-elimination.s 40 pushq %rbp
42 .cfi_offset %rbp, -16
43 movq %rsp, %rbp
44 .cfi_def_cfa_register %rbp
47 popq %rbp
60 pushq %rbp
62 .cfi_offset %rbp, -16
63 movq %rsp, %rbp
64 .cfi_def_cfa_register %rbp
67 popq %rbp
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi_msvc/
win64.asm 81 .PUSHREG rbp
82 push rbp
85 .SETFRAME rbp, 32
86 lea rbp, QWORD PTR [rsp+32]
89 mov eax, DWORD PTR bytes$[rbp]
95 mov QWORD PTR stack$[rbp], rax
97 mov rdx, QWORD PTR ecif$[rbp]
98 mov rcx, QWORD PTR stack$[rbp]
99 call QWORD PTR prepfunc$[rbp]
101 mov rsp, QWORD PTR stack$[rbp]
    [all...]

Completed in 784 milliseconds

1 2 3 4 5 6 7 8 91011>>