/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
user32.h | 43 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
|
user_32.h | 45 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
ptrace-abi.h | 17 #define EBX 0
|
ptrace.h | 23 long ebx; member in struct:pt_regs
|
user32.h | 43 __u32 ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct32
|
user_32.h | 45 long ebx, ecx, edx, esi, edi, ebp, eax; member in struct:user_regs_struct
|
/external/kernel-headers/original/asm-x86/ |
msr.h | 229 static inline void cpuid(int op, unsigned int *eax, unsigned int *ebx, 234 "=b" (*ebx), 241 static inline void cpuid_count(int op, int count, int *eax, int *ebx, int *ecx, 246 "=b" (*ebx), 267 unsigned int eax, ebx; local 270 : "=a" (eax), "=b" (ebx) 273 return ebx;
|
percpu_32.h | 16 * PER_CPU(cpu_gdt_descr, %ebx) 41 * PER_CPU(cpu_gdt_descr, %ebx)
|
/bionic/libc/arch-x86/string/ |
sse2-strlen-atom.S | 212 PUSH (%ebx) 223 pmovmskb %xmm3, %ebx 227 or %ebx, %ebp 237 mov %ebx, %edx 252 POP (%ebx)
|
/external/openssl/crypto/des/asm/ |
crypt586.pl | 50 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx"); 54 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx"); 56 &mov("ebx", &swtmp(0)); 58 &dec("ebx"); 61 &mov(&swtmp(0), "ebx");
|
des-586.pl | 51 &D_ENCRYPT(0,$L,$R,0,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 53 &D_ENCRYPT(1,$R,$L,2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 67 &D_ENCRYPT($i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 69 &D_ENCRYPT($i+1,$R,$L,($i+1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 88 &D_ENCRYPT(0,$L,$R,-2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 90 &D_ENCRYPT(1,$R,$L,-4,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 104 &D_ENCRYPT(15-$i,$L,$R,$i*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 106 &D_ENCRYPT(15-$i+1,$R,$L,($i-1)*2,$trans,"eax","ebx","ecx","edx",&swtmp(0)); 132 &push("ebx"); 136 &mov("ebx",&wparam(2)); # get encrypt fla [all...] |
/external/zlib/contrib/gcc_gvmat64/ |
gvmat64.S | 222 mov ebx, max_chain_length
225 shr ebx, 2
233 dec ebx
234 shl ebx, 16
235 or ebx, eax
243 mov [chainlenwmask], ebx
290 movzx ebx, word ptr [r9 + r11 - 1]
376 ;;; ebx = scanend
528 movzx ebx, word ptr [r9 + rax - 1]
|
/external/openssl/crypto/aes/asm/ |
aes-586.pl | 198 $s1="ebx"; 367 &movz ($acc,&LB("ebx")); # 10 370 &movz ($acc,&HB("ebx")); # 11 372 &shr ("ebx",16); # 15,14 377 &movz ($acc,&HB("ebx")); # 15 384 &movz ($acc,&LB("ebx")); # 14 386 &movd ("ebx","mm6"); # 13,12, 9, 8 390 &movz ($acc,&HB("ebx")); # 9 398 &movz ($acc,&LB("ebx")); # 8 400 &shr ("ebx",16); # 13,1 [all...] |
/external/llvm/test/MC/ELF/ |
relocation-386.s | 194 leal .Lfoo@GOTOFF(%ebx), %eax 199 addl $_GLOBAL_OFFSET_TABLE_, %ebx 200 movb bar3@GOTOFF(%ebx), %al 208 leal foo@TLSGD(, %ebx,1), %eax 212 addl foo@GOTNTPOFF(%ebx), %ecx 213 leal foo@TLSLDM(%ebx), %eax
|
/external/openssl/crypto/bn/asm/ |
co-586.pl | 114 $c0="ebx"; 131 &push("ebx"); 188 &pop("ebx"); 205 $c0="ebx"; 214 &push("ebx"); 281 &pop("ebx");
|
/external/openssl/crypto/bn/asm/x86/ |
comba.pl | 102 $c0="ebx"; 119 &push("ebx"); 176 &pop("ebx"); 193 $c0="ebx"; 202 &push("ebx"); 269 &pop("ebx");
|
/external/v8/src/ia32/ |
deoptimizer-ia32.cc | 629 __ mov(ebx, Operand(esp, kSavedRegistersAreaSize)); 648 __ mov(Operand(esp, 2 * kPointerSize), ebx); // Bailout id. local 657 __ mov(ebx, Operand(eax, Deoptimizer::input_offset())); 662 __ pop(Operand(ebx, offset)); 671 __ movdbl(Operand(ebx, dst_offset), xmm0); 683 __ mov(ecx, Operand(ebx, FrameDescription::frame_size_offset())); 689 __ lea(edx, Operand(ebx, FrameDescription::frame_content_offset())); 699 __ PrepareCallCFunction(1, ebx); 713 // Inner loop state: ebx = current FrameDescription*, ecx = loop index. 714 __ mov(ebx, Operand(eax, 0)) [all...] |
/bionic/libc/arch-x86/bionic/ |
setjmp.S | 60 movl %ebx, 4(%ecx) 84 movl 4(%edx),%ebx
|
sigsetjmp.S | 57 movl %ebx, 4(%ecx) 83 movl 4(%edx),%ebx
|
/external/grub/stage2/ |
setjmp.S | 60 movl %ebx, 0(%ecx) 73 movl 0(%ecx), %ebx
|
/external/qemu/android/config/linux-x86/asm/ |
kvm.h | 167 __u32 ebx; member in struct:kvm_cpuid_entry 185 __u32 ebx; member in struct:kvm_cpuid_entry2
|
/external/qemu/android/config/linux-x86_64/asm/ |
kvm.h | 167 __u32 ebx; member in struct:kvm_cpuid_entry 185 __u32 ebx; member in struct:kvm_cpuid_entry2
|
/bionic/libc/kernel/arch-x86/asm/ |
vm86.h | 55 long ebx; member in struct:vm86_regs
|
/dalvik/vm/mterp/x86/ |
header.S | 26 ebx, esi, edi, ebp 62 o High order 16 bits of ebx must be zero on entry to handler 64 o eax and ecx are scratch, rINSTw/ebx sometimes scratch 71 #define rINST %ebx
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
vm86.h | 55 long ebx; member in struct:vm86_regs
|