HomeSort by relevance Sort by last modified time
    Searched refs:rbx (Results 26 - 50 of 228) sorted by null

12 3 4 5 6 7 8 910

  /external/llvm/test/MC/AsmParser/
directive_seh.s 32 pushq %rbx
34 mov %rsp, %rbx
44 lea (%rbx), %rsp
45 pop %rbx
  /external/llvm/test/tools/llvm-objdump/
win64-unwind-data.s 13 // CHECK-NEXT: Frame register: RBX
17 // CHECK-NEXT: 0x0f: UOP_PushNonVol RBX
66 pushq %rbx
68 mov %rsp, %rbx
78 lea (%rbx), %rsp
79 pop %rbx
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
x86_64-mont.S 17 pushq %rbx
35 movq (%r12),%rbx
42 mulq %rbx
70 mulq %rbx
100 movq (%r12,%r14,8),%rbx
104 mulq %rbx
134 mulq %rbx
205 movq 40(%rsi),%rbx
214 pushq %rbx
233 movq (%r12),%rbx
    [all...]
  /external/openssl/crypto/bn/asm/
x86_64-mont.S 17 pushq %rbx
35 movq (%r12),%rbx
42 mulq %rbx
70 mulq %rbx
100 movq (%r12,%r14,8),%rbx
104 mulq %rbx
134 mulq %rbx
205 movq 40(%rsi),%rbx
214 pushq %rbx
233 movq (%r12),%rbx
    [all...]
  /external/v8/src/x64/
builtins-x64.cc 121 __ CmpObjectType(rax, MAP_TYPE, rbx);
158 rbx,
165 // rbx: JSObject (not HeapObject tagged - the actual address).
167 __ movq(Operand(rbx, JSObject::kMapOffset), rax);
169 __ movq(Operand(rbx, JSObject::kPropertiesOffset), rcx);
170 __ movq(Operand(rbx, JSObject::kElementsOffset), rcx);
173 // rbx: JSObject
175 __ lea(rcx, Operand(rbx, JSObject::kHeaderSize));
181 Operand(rbx, rsi, times_pointer_size, JSObject::kHeaderSize));
198 // rbx: JSObjec
721 __ movq(Operand(rsp, rax, times_pointer_size, 0), rbx); local
748 __ movq(Operand(rsp, rcx, times_pointer_size, 1 * kPointerSize), rbx); local
1507 __ movq(FieldOperand(rax, JSValue::kValueOffset), rbx); local
    [all...]
ic-x64.cc 250 StubCompiler::GenerateLoadStringLength(masm, rax, rdx, rbx, &miss,
265 StubCompiler::GenerateLoadFunctionPrototype(masm, rax, rdx, rbx, &miss);
414 rbx,
423 __ SmiToInteger32(rbx, rax);
429 // rbx: key as untagged int32
434 __ LoadFromNumberDictionary(&slow, rcx, rax, rbx, r9, rdi, rax);
445 GenerateKeyStringCheck(masm, rax, rcx, rbx, &index_string, &slow);
452 __ movq(rbx, FieldOperand(rdx, JSObject::kPropertiesOffset));
453 __ CompareRoot(FieldOperand(rbx, HeapObject::kMapOffset),
459 __ movq(rbx, FieldOperand(rdx, HeapObject::kMapOffset))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
amd200707.asm 19 lzcnt rax, rbx
29 popcnt rax, rbx
xchg64.asm 9 xchg rax, rbx
10 xchg rbx, rax
strict.asm 102 add rbx, 4
103 add rbx, strict 4 ; NASM generates dword, yasm generates byte
104 add rbx, byte 4
105 add rbx, strict byte 4
106 add rbx, dword 4
107 add rbx, strict dword 4
108 add rbx, 400
109 add rbx, strict 400
110 add rbx, byte 400 ; generates warning
111 add rbx, strict byte 400 ; generates warnin
    [all...]
  /external/chromium_org/v8/src/x64/
ic-x64.cc 377 rbx,
386 __ SmiToInteger32(rbx, rax);
392 // rbx: key as untagged int32
397 __ LoadFromNumberDictionary(&slow, rcx, rax, rbx, r9, rdi, rax);
408 GenerateKeyNameCheck(masm, rax, rcx, rbx, &index_name, &slow);
415 __ movq(rbx, FieldOperand(rdx, JSObject::kPropertiesOffset));
416 __ CompareRoot(FieldOperand(rbx, HeapObject::kMapOffset),
422 __ movq(rbx, FieldOperand(rdx, HeapObject::kMapOffset));
423 __ movl(rcx, rbx);
445 __ cmpq(rbx, Operand(kScratchRegister, rdi, times_1, off))
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/amd64/
elfso64.asm 50 greet push rbx ; we'll use RBX for GOT, so save it
51 mov rbx,[integer wrt ..gotpcrel wrt rip]
52 mov rax,[rbx] ; [14]
54 mov rbx,[_GLOBAL_OFFSET_TABLE_ wrt ..gotpcrel wrt rip]
55 mov [rbx+localint wrt ..got],eax ; [14]
56 mov rax,[rbx+commvar wrt ..got]
58 mov rax,[rbx+localptr wrt ..got] ; [13]
60 mov rax,[rbx+integer wrt ..got] ; [1] [14]
62 lea rax,[rbx+printfstr wrt ..got
    [all...]
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-amd64-darwin.S 68 pushq %rbx
166 popq %rbx
214 movq %rax, %rbx /* next guest addr */
215 andq $VG_TT_FAST_MASK, %rbx /* entry# */
216 shlq $4, %rbx /* entry# * sizeof(FastCacheEntry) */
217 movq 0(%rcx,%rbx,1), %r10 /* .guest */
218 movq 8(%rcx,%rbx,1), %r11 /* .host */
dispatch-amd64-linux.S 69 pushq %rbx
167 popq %rbx
214 movq %rax, %rbx /* next guest addr */
215 andq $VG_TT_FAST_MASK, %rbx /* entry# */
216 shlq $4, %rbx /* entry# * sizeof(FastCacheEntry) */
217 movq 0(%rcx,%rbx,1), %r10 /* .guest */
218 movq 8(%rcx,%rbx,1), %r11 /* .host */
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_amd64.S 36 push %rbx # non-scratch
38 .cfi_rel_offset %rbx, 0
39 mov %rsp, %rbx # save current rsp
40 .cfi_def_cfa_register %rbx
47 mov %rbx, %rsp # restore the original rsp
49 pop %rbx
71 .cfi_restore %rbx
116 push %rbx # non-scratch
118 .cfi_rel_offset %rbx, 0
119 mov %rsp, %rbx # save current rs
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
sad_sse2.asm 98 push rbx
106 movsxd rbx, dword ptr arg(1) ;src_stride
109 lea rcx, [rsi+rbx*8]
111 lea rcx, [rcx+rbx*8]
123 movq mm2, QWORD PTR [rsi+rbx]
129 lea rsi, [rsi+rbx*2]
145 pop rbx
161 push rbx
169 movsxd rbx, dword ptr arg(1) ;src_stride
172 lea rcx, [rsi+rbx*8
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha512-x86_64.S 7 pushq %rbx
27 movq 8(%rdi),%rbx
57 movq %rbx,%r11
66 movq %rbx,%r15
105 xorq %rbx,%r10
112 andq %rbx,%r15
160 addq %r12,%rbx
166 movq %rbx,%r13
174 xorq %rbx,%r13
182 andq %rbx,%r1
    [all...]
  /external/openssl/crypto/sha/asm/
sha512-x86_64.S 7 pushq %rbx
27 movq 8(%rdi),%rbx
57 movq %rbx,%r11
66 movq %rbx,%r15
105 xorq %rbx,%r10
112 andq %rbx,%r15
160 addq %r12,%rbx
166 movq %rbx,%r13
174 xorq %rbx,%r13
182 andq %rbx,%r1
    [all...]
  /external/valgrind/main/none/tests/amd64/
cmpxchg.stdout.exp 13 cmpxchg %rbx,%rcx (rax=222222222 rbx=444444444 rcx=333333333)
14 rax!=rcx so rax should equal rcx (Result rax=333333333 rbx=444444444 rcx=333333333)
15 cmpxchg %rbx,%rcx (rax=777777777 rbx=555555555 rcx=555555555)
16 rax==rcx so ecx should equal rbx (Result rax=555555555 rbx=555555555 rcx=555555555)
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-x86_64.S 7 pushq %rbx
15 xorq %rbx,%rbx
33 xorq 8(%rsi,%rbx,1),%r8
35 xorq (%rsi,%rbx,1),%r9
75 xorq 8(%rsi,%rbx,1),%r8
77 xorq (%rsi,%rbx,1),%r9
86 movq 16(%rsp),%rbx
95 pushq %rbx
116 movq 16+8-128(%rsi),%rbx
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-x86_64.S 7 pushq %rbx
15 xorq %rbx,%rbx
33 xorq 8(%rsi,%rbx,1),%r8
35 xorq (%rsi,%rbx,1),%r9
75 xorq 8(%rsi,%rbx,1),%r8
77 xorq (%rsi,%rbx,1),%r9
86 movq 16(%rsp),%rbx
95 pushq %rbx
116 movq 16+8-128(%rsi),%rbx
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 20 GET_GOT rbx
82 push rbx
92 mov rbx, arg(2) ;[ref_ptr]
98 movq mm1, [rbx] ; Copy eight bytes to mm1
114 add rbx,rdx ; Inc pointer into ref data
116 movq mm1, [rbx] ; Copy eight bytes to mm1
138 add rbx,rdx ; Inc pointer into ref data
140 movq mm1, [rbx] ; Copy eight bytes to mm1
161 add rbx,rdx ; Inc pointer into ref data
163 movq mm1, [rbx] ; Copy eight bytes to mm
    [all...]
  /external/llvm/test/MC/X86/AlignedBundling/
asm-printing-bundle-directives.s 19 add %rbx, %rdx
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
ptrace.h 41 unsigned long rbx; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 41 unsigned long rbx; member in struct:pt_regs
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
ptrace.h 41 unsigned long rbx; member in struct:pt_regs

Completed in 1195 milliseconds

12 3 4 5 6 7 8 910