Home
last modified time | relevance | path

Searched refs:rbx (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/bionic/libc/arch-x86_64/string/
H A Dsse2-memmove-slm.S188 and $-64, %rbx
189 cmp %r8, %rbx
209 cmp %r8, %rbx
315 mov (%rsi), %rbx
317 mov %rbx, (%rdi)
324 mov %rbx, %rdx
412 and $-64, %rbx
414 cmp %r9, %rbx
434 cmp %r9, %rbx
494 cmp %r8, %rbx
[all …]
/aosp12/bionic/libm/x86_64/
H A Ds_cos.S180 pushq %rbx
309 addq %rbx, %r9
314 shlq $32, %rbx
315 orq %rbx, %r8
552 shlq $32, %rbx
558 sbbq %r9, %rbx
561 movq %rbx, %r9
567 shrq %cl, %rbx
572 sbbq %r9, %rbx
575 movq %rbx, %r9
[all …]
H A Ds_sin.S181 pushq %rbx
316 addq %rbx, %r9
321 shlq $32, %rbx
322 orq %rbx, %r8
559 shlq $32, %rbx
565 sbbq %r9, %rbx
568 movq %rbx, %r9
574 shrq %cl, %rbx
579 sbbq %r9, %rbx
582 movq %rbx, %r9
[all …]
H A Ds_tan.S106 pushq %rbx
298 addq %rbx, %r9
303 shlq $32, %rbx
304 orq %rbx, %r8
575 shlq $32, %rbx
581 sbbq %r9, %rbx
584 movq %rbx, %r9
590 shrq %cl, %rbx
595 sbbq %r9, %rbx
598 movq %rbx, %r9
[all …]
/aosp12/art/runtime/interpreter/mterp/x86_64ng/
H A Dmain.S70 #define rINSTq %rbx
362 leaq (\refs, %rbx, 2), %r11
377 leaq (\refs, %rbx, 4), \fp
846 PUSH rbx
852 POP rbx
1698 subq %r14, %rbx
1704 leaq (rREFS, %rbx, 1), %rbx
1721 movl %esi, (rFP, %rbx)
1722 movl %esi, (rREFS, %rbx)
1779 leaq (rREFS, %rbx, 1), %rbx
[all …]
/aosp12/art/runtime/arch/x86_64/
H A Djni_entrypoints_x86_64.S175 movq %rbx, 128(%rax)
196 CFI_EXPRESSION_BREG CFI_REG(rbx), CFI_REG(rbp), 128
226 movq %rdi, %rbx
239 movq %rbx, %rdi
260 RESTORE_REG_BASE rbp, rbx, 128
H A Dasm_support_x86_64.S298 PUSH rbx // Callee save.
328 POP rbx
350 PUSH rbx // Callee save.
394 POP rbx
422 PUSH rbx // Callee save.
H A Dquick_entrypoints_x86_64.S82 PUSH rbx
165 POP rbx
482 POP rbx // Pop rbx
533 PUSH rbx // Save rbx
575 POP rbx // Pop rbx
637 popq %rbx
1649 POP rbx // Callee save.
2073 PUSH rbx
2094 POP rbx
2141 PUSH rbx // Spill RBX
[all …]
/aosp12/bionic/libc/arch-x86_64/bionic/
H A Dsetjmp.S123 m_mangle_register %rbx, _JB_RBX
177 m_unmangle_register %rbx, _JB_RBX
/aosp12/system/unwinding/libunwindstack/
H A DRegsX86_64.cpp91 (*regs)[X86_64_REG_RBX] = user->rbx; in Read()
119 regs_[X86_64_REG_RBX] = ucontext->uc_mcontext.rbx; in SetFromUcontext()
H A DAsmGetRegsX86_64.S38 movq %rbx, 24(%rdi)
/aosp12/system/unwinding/libunwindstack/tests/files/offline/eh_frame_hdr_begin_x86_64/
H A Dregs.txt2 rbx: 0
/aosp12/system/unwinding/libunwindstack/tests/files/offline/load_bias_ro_rx_x86_64/
H A Dregs.txt2 rbx: 3b
/aosp12/system/unwinding/libunwindstack/tests/files/offline/signal_fde_x86_64/
H A Dregs.txt2 rbx: 707d82c59c60
/aosp12/bionic/libc/kernel/uapi/asm-x86/asm/
H A Dptrace.h52 unsigned long rbx; member
H A Dsigcontext.h200 __u64 rbx; member
H A Dkvm.h116 __u64 rax, rbx, rcx, rdx; member
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DUserX86_64.h40 uint64_t rbx; member
H A DUcontextX86_64.h57 uint64_t rbx; member
/aosp12/art/runtime/interpreter/mterp/x86_64/
H A Dmain.S171 #define rINSTq %rbx
369 PUSH %rbx
731 POP %rbx
/aosp12/bionic/libc/include/sys/
H A Duser.h130 unsigned long rbx;
/aosp12/art/compiler/optimizing/
H A Doptimizing_cfi_test_expected.inc113 // 0x00000001: push rbx
129 // 0x00000026: pop rbx
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dacrn.h96 __le64 rbx; member
/aosp12/art/compiler/jni/
H A Djni_cfi_test_expected.inc285 // 0x00000009: push rbx
318 // 0x0000006e: pop rbx
/aosp12/system/extras/simpleperf/
H A DOfflineUnwinder.cpp121 x86_64_user_regs.rbx = regs.data[PERF_REG_X86_BX]; in GetBacktraceRegs()

12