Searched refs:rbx (Results 76 - 92 of 92) sorted by relevance

1234

/freebsd-11-stable/contrib/gcc/config/i386/
H A Dlinux-unwind.h77 fs->regs.reg[3].loc.offset = (long)&sc->rbx - new_cfa;
/freebsd-11-stable/sys/cddl/dev/dtrace/amd64/
H A Ddtrace_asm.S48 movq TF_RBX(%rsp),%rbx; \
/freebsd-11-stable/crypto/openssl/crypto/aes/asm/
H A Dvpaes-x86_64.pl1083 push %rbx
1093 mov 248($context),%rbx # pull context->Rip
1100 cmp %r10,%rbx # context->Rip<prologue label
1107 cmp %r10,%rbx # context->Rip>=epilogue label
1150 pop %rbx
H A Daesni-x86_64.pl3759 push %rbx
3769 mov 248($context),%rbx # pull context->Rip
3776 cmp %r10,%rbx # context->Rip<prologue label
3783 cmp %r10,%rbx # context->Rip>=epilogue label
3800 push %rbx
3810 mov 248($context),%rbx # pull context->Rip
3817 cmp %r10,%rbx # context->Rip<prologue label
3824 cmp %r10,%rbx # context->Rip>=epilogue label
3842 push %rbx
3852 mov 248($context),%rbx # pul
[all...]
/freebsd-11-stable/secure/lib/libcrypto/amd64/
H A Dbsaes-x86_64.S1080 pushq %rbx
1092 movq %r8,%rbx
1108 movdqu (%rbx),%xmm14
1295 movdqu %xmm14,(%rbx)
1310 movq 104(%rsp),%rbx
1325 pushq %rbx
1510 movq 104(%rsp),%rbx
1524 pushq %rbx
1542 movq %r14,%rbx
1961 movq 104(%rsp),%rbx
[all...]
H A Daesni-gcm-x86_64.S325 pushq %rbx
396 movq -8(%rax),%rbx
502 pushq %rbx
737 movq -8(%rax),%rbx
H A Daesni-sha1-x86_64.S29 pushq %rbx
1372 movq 40(%rsi),%rbx
1383 pushq %rbx
2670 movq 40(%rsi),%rbx
/freebsd-11-stable/crypto/openssl/crypto/ec/asm/
H A Decp_nistz256-x86_64.pl432 my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx");
434 my ($t0,$t1,$t2,$t3,$t4)=("%rcx","%rbp","%rbx","%rdx","%rax");
474 push %rbx
515 pop %rbx
754 push %rbx
791 pop %rbx
1801 my ($r_ptr,$a_ptr,$b_org,$b_ptr)=("%rdi","%rsi","%rdx","%rbx");
1996 push %rbx
2177 pop %rbx
2226 push %rbx
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilFuchsia.cpp112 OP_REG(rbx) \
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DCompactUnwindInfo.cpp696 rbx = 3, enumerator in enum:x86_64_eh_regnum
718 return x86_64_eh_regnum::rbx;
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dz_Windows_NT-586_asm.asm643 push rbx ; callee-save register
644 .pushreg rbx
657 pop rbx ; callee-save register
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c136 " [--get-rbx]\n"
656 uint64_t rax, rbx, rcx, rdx, rsi, rdi, rbp; local
745 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_RBX, &rbx);
747 printf("rbx[%d]\t\t0x%016lx\n", vcpu, rbx);
1393 { "get-rbx", NO_ARG, &get_rbx, 1 },
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1542 uint64_t rbx; member in struct:llvm::MachO::x86_thread_state64_t
1668 sys::swapByteOrder(x.rbx);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_x86_64.cpp199 {DEFINE_GPR(rbx, nullptr),
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DUnwindRegistersSave.S74 movq %rbx, 8(PTR)
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp1134 DUMPREG(rax); DUMPREG(rbx); DUMPREG(rcx); DUMPREG(rdx); Printf("\n");
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp9380 outs() << " rbx " << format("0x%016" PRIx64, cpu64.rbx);

Completed in 287 milliseconds

1234