/external/openssl/crypto/bn/asm/ |
via-mont.pl | 127 &mov ("ebx",&wparam(2)); # bp 167 &mov ("esi","ebx");
|
/art/runtime/entrypoints/quick/ |
quick_invoke_entrypoints.cc | 77 // | EBX | arg3
|
/external/chromium_org/third_party/mach_override/libudis86/ |
syn.c | 48 "eax", "ecx", "edx", "ebx",
|
/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
bsaes-x86_64.pl | 1138 mov %eax,%ebx # backup rounds 1144 mov %ebx,%r10d # pass rounds 1159 mov %ebx,%r10d # pass rounds 1182 mov %ebx,%r10d # pass rounds 1339 mov %eax,%ebx # backup rounds 1345 mov %ebx,%r10d # pass rounds 1361 mov %ebx,%r10d # pass rounds 1384 mov %ebx,%r10d # pass rounds [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86regtmod.gperf | 177 ebx, REG, X86_REG32, 3, 0
|
/external/elfutils/src/ |
i386_ld.c | 318 0xff, 0xb3, 4, 0, 0, 0, /* pushl 4(%ebx) */ 319 0xff, 0xa3, 8, 0, 0, 0, /* jmp *8(%ebx) */ 338 0xff, 0xa3, /* jmp *offset(%ebx) */ 1010 /* lea 0x0(,%ebx,1),%eax */ [all...] |
/external/llvm/test/MC/Disassembler/X86/ |
simple-tests.txt | 775 # CHECK-NEXT: xchgl %ebx, %eax 778 # CHECK-NEXT: xchgl %ebx, (%rax) 794 # CHECK-NEXT: xchgl %ebx, %eax 797 # CHECK-NEXT: xchgl %ebx, (%rax)
|
/external/llvm/test/MC/X86/ |
x86-32.s | 85 // CHECK: cmpl %eax, %ebx # encoding: [0x39,0xc3] 86 cmpl %eax, %ebx 688 // CHECK: bound 4(%ebx), %ecx 690 bound 4(%ebx),%ecx
|
/external/openssl/crypto/aes/asm/ |
bsaes-x86_64.pl | 1138 mov %eax,%ebx # backup rounds 1144 mov %ebx,%r10d # pass rounds 1159 mov %ebx,%r10d # pass rounds 1182 mov %ebx,%r10d # pass rounds 1339 mov %eax,%ebx # backup rounds 1345 mov %ebx,%r10d # pass rounds 1361 mov %ebx,%r10d # pass rounds 1384 mov %ebx,%r10d # pass rounds [all...] |
/external/qemu-pc-bios/vgabios/ |
vbe.c | 748 shl ebx, #16 variable 749 or eax, ebx 752 mov ebx, eax variable 753 shr ebx, #16 variable [all...] |
/external/valgrind/main/VEX/auxprogs/ |
genoffsets.c | 84 GENOFFSET(X86,x86,EBX);
|
/external/valgrind/main/coregrind/ |
m_debuglog.c | 79 "pushl %%ebx\n" 81 "movl $2, %%ebx\n" /* %ebx = stderr */ 83 "popl %%ebx\n"
|
/external/valgrind/main/docs/internals/ |
register-uses.txt | 15 ebx y n y
|
/external/valgrind/main/none/tests/amd64/ |
gen_insn_test.pl | 57 bl => 5, bx => 5, ebx => 5, rbx => 5, 70 bl => "r8", bh => "r8", bx => "r16", ebx => "r32", rbx => "r64", 77 # { r8 => "bl", r16 => "bx", r32 => "ebx", r64 => "rbx" }, 92 { r8 => "bl", r16 => "bx", r32 => "ebx", r64 => "rbx" },
|
/external/zlib/src/contrib/masmx64/ |
inffas8664.c | 95 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */
|
/ndk/sources/android/cpufeatures/ |
cpu-features.c | 101 /* We need to preserve ebx since we're compiling PIC code */ 104 "push %%ebx\n" 106 "mov %%ebx, %1\n" 107 "pop %%ebx\n" [all...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/ |
processor_32.h | 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/ |
processor_32.h | 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/ |
processor_32.h | 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
|
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/ |
processor_32.h | 161 unsigned long eax,ecx,edx,ebx; member in struct:i386_hw_tss
|
/external/kernel-headers/original/asm-x86/ |
paravirt.h | 112 void (*cpuid)(unsigned int *eax, unsigned int *ebx, 475 static inline void __cpuid(unsigned int *eax, unsigned int *ebx, 478 PVOP_VCALL4(pv_cpu_ops.cpuid, eax, ebx, ecx, edx);
|
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 151 push ebx 163 pop ebx 177 : "%ebx", "%esi", "%edi"
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-x86-darwin.c | 248 " movl $0, %ebx\n" 269 " push %ebx\n" // kport 367 " push %ebx\n" // kport
|
/external/llvm/lib/Target/X86/ |
README.txt | 143 movl 8(%esp), %ebx 145 cmpl %ebx, 4(%esp) [all...] |