Searched refs:rbp (Results 51 - 57 of 57) sorted by relevance

123

/fuchsia/zircon/system/core/crashanalyzer/
H A Dcrashanalyzer.cpp262 fp = regs->rbp;
/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvcpu.cpp791 out->rbp = in.rbp;
H A Dvmexit.cpp378 *out = guest_state->rbp;
/fuchsia/zircon/system/utest/debugger/
H A Dutils.cpp96 DUMP_NAMED_REG(rbp);
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/aes/asm/
H A Dvpaes-x86_64.pl1092 push %rbp
1157 pop %rbp
/fuchsia/zircon/third_party/ulib/uboringssl/linux-x86_64/crypto/cipher_extra/
H A Daes128gcmsiv-x86_64.S895 pushq %rbp
897 .cfi_offset %rbp,-32
898 movq %rsp,%rbp
899 .cfi_def_cfa_register rbp
1125 movq %rbp,%rsp
1127 popq %rbp
1129 .cfi_restore %rbp
/fuchsia/zircon/third_party/ulib/uboringssl/crypto/perlasm/
H A Dx86_64-xlate.pl278 # if base register is %rbp or %r13, see if it's possible to
281 $self->{base} =~ /(rbp|r13)/) {
534 "%rsi"=>4, "%rdi"=>5, "%rbp"=>6, "%rsp"=>7,
1227 # %rbp - -
1305 # pushq %rbp
1315 # movq -24(%rcx),%rbp # restore non-volatile registers

Completed in 62 milliseconds

123