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

<<21222324252627282930>>

  /prebuilts/ndk/6/platforms/android-9/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
  /prebuilts/ndk/7/platforms/android-14/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
  /prebuilts/ndk/7/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
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/
ptrace.h 26 long ebx; member in struct:pt_regs
  /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;
  /external/chromium_org/third_party/openssl/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/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/valgrind/main/none/tests/amd64/
cmpxchg.c 204 printf("cmpxchg %%ebx,%%ecx (eax=%llx ebx=%llx ecx=%llx)\n",
224 "\tcmpxchg %ebx,%ecx \n"
240 printf(" eax!=ecx so eax should equal ecx (Result eax=%llx ebx=%llx ecx=%llx)\n",
248 printf("cmpxchg %%ebx,%%ecx (eax=%llx ebx=%llx ecx=%llx)\n",
268 "\tcmpxchg %ebx,%ecx \n"
284 printf(" eax==ecx so ecx should equal ebx (Result eax=%llx ebx=%llx ecx=%llx)\n",
  /external/zlib/src/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/chromium_org/third_party/openssl/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/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/chromium_org/third_party/openssl/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");

Completed in 1235 milliseconds

<<21222324252627282930>>