HomeSort by relevance Sort by last modified time
    Searched full:ebx (Results 326 - 350 of 1021) sorted by null

<<11121314151617181920>>

  /external/mesa3d/src/mesa/x86/
common_x86_asm.S 79 PUSH_L (EBX)
85 MOV_L (REGOFF(20, ESP), EDI) /* *ebx */
86 MOV_L (EBX, REGIND(EDI))
92 POP_L (EBX)
102 PUSH_L (EBX)
106 POP_L (EBX)
115 PUSH_L (EBX)
118 MOV_L (EBX, EAX) /* return EBX */
120 POP_L (EBX)
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 24 PUSH edi // Save callee saves (ebx is saved/restored by the upcall)
36 PUSH edi // Save callee saves (ebx is saved/restored by the upcall)
56 PUSH ebx // Save args
67 POP ebx
190 PUSH ebx
211 POP ebx
248 PUSH ebx // save ebx
251 mov 20(%ebp), %ebx // get arg array size
252 addl LITERAL(28), %ebx // reserve space for return addr, method*, ebx, and ebp in fram
    [all...]
  /external/qemu-pc-bios/bochs/bios/
apmbios.S 33 push ebx
34 mov ebx, eax
41 inc ebx
44 pop ebx
69 push ebx
89 pop ebx
102 mov eax,ebx
114 push ebx
117 mov ebx, eax
120 pop ebx
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-md5-x86_64.S 59 movl 4(%rsi),%ebx
74 movl %ebx,(%rdi,%rcx,4)
81 movzbl %bl,%ebx
96 movl 12(%rsi),%ebx
110 movl %ebx,(%rdi,%rcx,4)
117 movzbl %bl,%ebx
132 movl 20(%rsi),%ebx
146 movl %ebx,(%rdi,%rcx,4)
153 movzbl %bl,%ebx
168 movl 28(%rsi),%ebx
    [all...]
  /external/openssl/crypto/rc4/asm/
rc4-md5-x86_64.S 59 movl 4(%rsi),%ebx
74 movl %ebx,(%rdi,%rcx,4)
81 movzbl %bl,%ebx
96 movl 12(%rsi),%ebx
110 movl %ebx,(%rdi,%rcx,4)
117 movzbl %bl,%ebx
132 movl 20(%rsi),%ebx
146 movl %ebx,(%rdi,%rcx,4)
153 movzbl %bl,%ebx
168 movl 28(%rsi),%ebx
    [all...]
  /external/v8/src/ia32/
builtins-ia32.cc 62 Register scratch = ebx;
119 __ CmpObjectType(eax, MAP_TYPE, ebx);
157 edi, ebx, edi, no_reg, &rt_call, NO_ALLOCATION_FLAGS);
160 // ebx: JSObject
162 __ mov(Operand(ebx, JSObject::kMapOffset), eax);
165 __ mov(Operand(ebx, JSObject::kPropertiesOffset), ecx);
166 __ mov(Operand(ebx, JSObject::kElementsOffset), ecx);
169 // ebx: JSObject
171 __ lea(ecx, Operand(ebx, JSObject::kHeaderSize));
177 Operand(ebx, esi, times_pointer_size, JSObject::kHeaderSize))
651 __ mov(Operand(esp, eax, times_4, 0), ebx); local
678 __ mov(Operand(esp, ecx, times_4, kPointerSize), ebx); local
1486 __ mov(FieldOperand(eax, JSValue::kValueOffset), ebx); local
    [all...]
codegen-ia32.cc 82 __ push(ebx);
86 __ mov(ebx, Operand(esp, 4 * kPointerSize));
92 __ pop(ebx);
358 // -- ebx : target map
364 __ mov(FieldOperand(edx, HeapObject::kMapOffset), ebx); local
367 ebx,
379 // -- ebx : target map
393 __ push(ebx);
401 __ AllocateInNewSpace(esi, eax, ebx, no_reg, &gc_required, TAG_OBJECT);
412 __ mov(ebx, eax)
496 __ mov(FieldOperand(edx, HeapObject::kMapOffset), ebx); local
539 __ mov(FieldOperand(eax, FixedArray::kLengthOffset), ebx); local
548 __ mov(FieldOperand(edx, HeapObject::kMapOffset), ebx); local
613 __ mov(FieldOperand(edx, HeapObject::kMapOffset), ebx); local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
genopcode.asm 18 mov cr2, ebx
31 movzx ebx, word [eax]
32 movzx ecx, byte [ebx]
56 xchg ebx, eax
57 xchg ecx, ebx
73 lea ebx, [32]
79 les ebx, [9]
98 shld eax, ebx, cl
sse3.asm 24 movsldup xmm5, dqword [eax+ebx]
strict.asm 30 add ebx, 4
31 add ebx, strict 4 ; NASM generates dword, yasm generates byte
32 add ebx, byte 4
33 add ebx, strict byte 4
34 add ebx, dword 4 ; optimized to byte
35 add ebx, strict dword 4
36 add ebx, 400
37 add ebx, strict 400
38 add ebx, byte 400 ; generates warning
39 add ebx, strict byte 400 ; generates warnin
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest2.asm 19 mov ebx,mybssdata ; [7] => bb 00000000(+08)
24 add eax,ebx
rdtmain.asm 33 mov ebx, [eax+4] ; ebx = argv[1]
37 push ebx
  /external/llvm/test/CodeGen/X86/
2010-01-08-Atomic64Bug.ll 13 ; CHECK: movl %eax, %ebx
14 ; CHECK: addl {{%[a-z]+}}, %ebx
cmpxchg16b.ll 6 ; CHECK: movl $1, %ebx
ghc-cc.ll 5 @base = external global i32 ; assigned to register: EBX
12 ; CHECK: movl {{[0-9]*}}(%esp), %ebx
23 ; CHECK: leal (%ebx,%ebp), %eax
31 ; CHECK: movl base, %ebx
  /external/valgrind/main/none/tests/x86/
bug125959-x86.c 14 "movl 0(%%esi),%%ebx\n\t"
18 : : /*in*/"r"(block) : "esi", "ebx", "eax", "memory", "cc"
  /external/zlib/src/contrib/masmx86/
match686.asm 44 ; 5 dword on top (ret,ebp,esi,edi,ebx)
132 ; saved ebx byte esp + 36
206 push ebx
224 mov ebx, [edx + dsGoodMatch]
225 cmp eax, ebx
227 mov ebx, [edx + dsMaxChainLen]
229 shr ebx, 2
237 dec ebx
238 shl ebx, 16
239 or ebx, eax
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strlcat-atom.S 87 PUSH (%ebx)
88 mov LEN(%esp), %ebx
89 sub $4, %ebx
93 #define edi ebx
108 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
109 #define RETURN1 POP (%edi); POP (%ebx); ret; CFI_PUSH (%ebx); CFI_PUSH (%edi)
112 movl LEN(%esp), %ebx
114 cmp %eax, %ebx
    [all...]
  /dalvik/vm/mterp/x86/
OP_GOTO_16.S 17 jne common_updateProfile # set up %ebx & %edx & rPC
OP_GOTO_32.S 17 jne common_updateProfile # set up %ebx & %edx & rPC
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 31 mov $1024, %ebx
42 dec %ebx
54 xor %ebx,%ebx # we return 0
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 40 mov $0x10f00,%ebx
66 xor %ebx,%ebx # we return 0
75 mov $5,%ebx # we return 5
  /external/zlib/src/contrib/asm686/
match.S 47 /* saved ebx 36 */
101 pushl %ebx
121 movl dsGoodMatch(%edx), %ebx
122 cmpl %ebx, %eax
124 movl dsMaxChainLen(%edx), %ebx
126 shrl $2, %ebx
134 decl %ebx
135 shll $16, %ebx
136 orl %eax, %ebx
137 movl %ebx, chainlenwmask(%esp
    [all...]
  /bionic/libc/arch-x86/bionic/
_exit_with_stack_teardown.S 6 /* we can trash %ebx here since this call should never return. */
15 mov 4(%esp), %ebx /* stackBase */
20 mov %edx, %ebx /* retrieve the retCode */
  /external/flac/libFLAC/ia32/
stream_encoder_asm.nasm 65 push ebx
94 xor ebx, ebx ; ebx <- abs_residual_partition_sum = 0;
103 add ebx, eax ; abs_residual_partition_sum += abs(residual[residual_sample]);
111 mov [eax + ecx * 8], ebx ; abs_residual_partition_sums[partition] = abs_residual_partition_sum;
113 xor ebx, ebx ; abs_residual_partition_sum = 0;
135 mov ebx, [esi + 4]
137 adc ebx, [esi + 12
    [all...]

Completed in 1221 milliseconds

<<11121314151617181920>>