Searched refs:ebx (Results 151 - 175 of 379) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dstrict.asm30 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, stric
[all...]
H A Dgenopcode.asm18 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
H A Dsse5-basic.asm4 compd xmm3, xmm6, dqword [ebx+ecx*4], byte 5 ; 0F 25 2D 064 213 30 05
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
H A Dwin64-dataref.asm34 mov ebx, foobar ; WTF ML64.. this had []
45 mov ebx, trap
63 ;mov ebx,[foobar2]
74 mov ebx, foobar3
75 mov ebx, [foobar3 wrt rip]
86 mov ebx, __savident
87 mov ebx,[__savident wrt rip]
98 mov ebx, savidentptr2
99 mov ebx, [savidentptr2 wrt rip]
110 mov ebx,
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dcmpxchg.stdout.exp9 cmpxchg %ebx,%ecx (eax=22222222 ebx=44444444 ecx=33333333)
10 eax!=ecx so eax should equal ecx (Result eax=33333333 ebx=44444444 ecx=33333333)
11 cmpxchg %ebx,%ecx (eax=77777777 ebx=55555555 ecx=55555555)
12 eax==ecx so ecx should equal ebx (Result eax=55555555 ebx=55555555 ecx=55555555)
/external/openssl/crypto/sha/asm/
H A Dsha256-x86_64.S27 movl 4(%rdi),%ebx
57 movl %ebx,%r11d
66 movl %ebx,%r15d
105 xorl %ebx,%r10d
112 andl %ebx,%r15d
160 addl %r12d,%ebx
166 movl %ebx,%r13d
174 xorl %ebx,%r13d
182 andl %ebx,%r15d
186 xorl %ebx,
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/rc4/
H A Drc4-x86_64.S66 movl 0(%rdi,%rsi,4),%ebx
73 movl %ebx,(%rdi,%rcx,4)
82 movl 8(%rdi,%rsi,4),%ebx
89 movl %ebx,(%rdi,%rcx,4)
98 movl 16(%rdi,%rsi,4),%ebx
105 movl %ebx,(%rdi,%rcx,4)
114 movl 24(%rdi,%rsi,4),%ebx
122 movl %ebx,(%rdi,%rcx,4)
175 movl 4(%rsi),%ebx
190 movl 4(%rsi),%ebx
[all...]
/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/rc4/
H A Drc4-x86_64.S66 movl 0(%rdi,%rsi,4),%ebx
73 movl %ebx,(%rdi,%rcx,4)
82 movl 8(%rdi,%rsi,4),%ebx
89 movl %ebx,(%rdi,%rcx,4)
98 movl 16(%rdi,%rsi,4),%ebx
105 movl %ebx,(%rdi,%rcx,4)
114 movl 24(%rdi,%rsi,4),%ebx
122 movl %ebx,(%rdi,%rcx,4)
175 movl 4(%rsi),%ebx
190 movl 4(%rsi),%ebx
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-x86_64.S62 movl 0(%rdi,%rsi,4),%ebx
69 movl %ebx,(%rdi,%rcx,4)
78 movl 8(%rdi,%rsi,4),%ebx
85 movl %ebx,(%rdi,%rcx,4)
94 movl 16(%rdi,%rsi,4),%ebx
101 movl %ebx,(%rdi,%rcx,4)
110 movl 24(%rdi,%rsi,4),%ebx
118 movl %ebx,(%rdi,%rcx,4)
171 movl 4(%rsi),%ebx
186 movl 4(%rsi),%ebx
[all...]
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/rc4/
H A Drc4-md5-x86_64.asm72 mov ebx,DWORD PTR[4+rsi]
87 mov DWORD PTR[rcx*4+rdi],ebx
94 movzx ebx,bl
109 mov ebx,DWORD PTR[12+rsi]
123 mov DWORD PTR[rcx*4+rdi],ebx
130 movzx ebx,bl
145 mov ebx,DWORD PTR[20+rsi]
159 mov DWORD PTR[rcx*4+rdi],ebx
166 movzx ebx,bl
181 mov ebx,DWOR
[all...]
/external/chromium_org/v8/src/x87/
H A Dcode-stubs-x87.cc30 // ebx -- allocation site with elements kind
194 Register scratch_candidates[3] = { ebx, edx, edi };
337 ebx, &miss);
390 __ mov(ebx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
391 __ mov(ecx, Operand(ebx, StandardFrameConstants::kContextOffset));
404 __ lea(ebx, Operand(ebp, eax, times_2, 0));
406 __ mov(eax, Operand(ebx, edx, times_2, kDisplacement));
413 __ mov(ecx, Operand(ebx, ArgumentsAdaptorFrameConstants::kLengthOffset));
420 __ lea(ebx, Operand(ebx, ec
635 __ mov(FieldOperand(edx, eax, times_2, kParameterMapHeaderSize), ebx); local
769 __ mov(FieldOperand(edi, FixedArray::kHeaderSize), ebx); local
[all...]
H A Dcodegen-x87.cc237 DCHECK(target_map.is(ebx));
252 __ push(ebx);
262 REGISTER_VALUE_IS_SMI, eax, ebx, no_reg, &gc_required, flags);
273 __ mov(ebx, eax);
274 __ RecordWriteField(edx, JSObject::kElementsOffset, ebx, edi, kDontSaveFPRegs,
288 __ pop(ebx);
295 __ mov(ebx, FieldOperand(esi, edi, times_2, FixedArray::kHeaderSize));
296 // ebx: current element from source
298 __ JumpIfNotSmi(ebx, &convert_hole);
301 __ SmiUntag(ebx);
333 __ mov(FieldOperand(edx, HeapObject::kMapOffset), ebx); local
380 __ mov(FieldOperand(eax, FixedArray::kLengthOffset), ebx); local
389 __ mov(FieldOperand(edx, HeapObject::kMapOffset), ebx); local
438 __ mov(FieldOperand(edx, HeapObject::kMapOffset), ebx); local
[all...]
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dptrace.h18 long ebx; member in struct:pt_regs
/external/valgrind/main/exp-bbv/tests/x86-linux/
H A Dclone_test.S40 mov $0x10f00,%ebx
66 xor %ebx,%ebx # we return 0
75 mov $5,%ebx # we return 5
/external/chromium_org/v8/src/ia32/
H A Dcode-stubs-ia32.cc30 // ebx -- allocation site with elements kind
204 Register scratch_candidates[3] = { ebx, edx, edi };
657 ebx, &miss);
710 __ mov(ebx, Operand(ebp, StandardFrameConstants::kCallerFPOffset));
711 __ mov(ecx, Operand(ebx, StandardFrameConstants::kContextOffset));
724 __ lea(ebx, Operand(ebp, eax, times_2, 0));
726 __ mov(eax, Operand(ebx, edx, times_2, kDisplacement));
733 __ mov(ecx, Operand(ebx, ArgumentsAdaptorFrameConstants::kLengthOffset));
740 __ lea(ebx, Operand(ebx, ec
955 __ mov(FieldOperand(edx, eax, times_2, kParameterMapHeaderSize), ebx); local
1089 __ mov(FieldOperand(edi, FixedArray::kHeaderSize), ebx); local
[all...]
/external/chromium_org/third_party/libjpeg_turbo/simd/
H A Djimmxred.asm128 pushpic ebx
134 get_GOT ebx ; get GOT address
206 pmaddwd mm4,[GOTOFF(ebx,PW_F256_F089)] ; mm4=(tmp2L)
207 pmaddwd mm5,[GOTOFF(ebx,PW_F256_F089)] ; mm5=(tmp2H)
208 pmaddwd mm0,[GOTOFF(ebx,PW_F106_MF217)] ; mm0=(tmp0L)
209 pmaddwd mm1,[GOTOFF(ebx,PW_F106_MF217)] ; mm1=(tmp0H)
217 pmaddwd mm6,[GOTOFF(ebx,PW_MF060_MF050)] ; mm6=(tmp2L)
218 pmaddwd mm7,[GOTOFF(ebx,PW_MF060_MF050)] ; mm7=(tmp2H)
219 pmaddwd mm2,[GOTOFF(ebx,PW_F145_MF021)] ; mm2=(tmp0L)
220 pmaddwd mm3,[GOTOFF(ebx,PW_F145_MF02
[all...]
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/sha/
H A Dsha256-x86_64.asm42 mov ebx,DWORD PTR[4+rdi]
53 mov edi,ebx
83 xor r15d,ebx
85 mov r11d,ebx
174 add ebx,r12d
180 mov r13d,ebx
186 xor r13d,ebx
192 and edi,ebx
199 xor r13d,ebx
225 mov r15d,ebx
[all...]
/external/chromium_org/v8/src/compiler/ia32/
H A Dlinkage-ia32.cc22 static Register RuntimeCallFunctionReg() { return ebx; }
25 return esi.bit() | edi.bit() | ebx.bit();
/external/fio/crc/
H A Dcrc32c-intel.c84 unsigned int eax, ebx, ecx = 0, edx; local
88 do_cpuid(&eax, &ebx, &ecx, &edx);
/external/llvm/test/MC/X86/
H A Dx86-32-ms-inline-asm.s3 mov eax, [ebx].0
4 mov [ebx].4, ecx
6 // CHECK: movl (%ebx), %eax
8 // CHECK: movl %ecx, 4(%ebx)
/external/oprofile/module/x86/
H A Doprofile_nmi.S20 pushl %ebx; \
26 popl %ebx; \
/external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
H A DSDL_cpuinfo.c152 " pushl %%ebx \n"
154 " popl %%ebx \n"
159 " pushl %%ebx \n"
161 " popl %%ebx \n"
190 push ebx
192 pop ebx
197 push ebx
199 pop ebx
206 " pushl %ebx \n"
208 " popl %ebx \
[all...]
/external/valgrind/main/coregrind/
H A Dm_cpuid.S79 pushl %ebx
94 movl %ebx, (%esi)
109 popl %ebx
138 movl %ebx, (%rdi)
/external/valgrind/main/exp-bbv/tests/x86/
H A Dmillion.S29 xor %ebx,%ebx # we return 0
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/
H A Dcpu-x86_64-asm.S20 cmpl $1970169159,%ebx
31 cmpl $1752462657,%ebx
73 shrl $16,%ebx
97 movl %ebx,8(%rdi)
119 shrl $16,%ebx

Completed in 559 milliseconds

1234567891011>>