Searched refs:ebx (Results 276 - 300 of 379) sorted by relevance

<<111213141516

/external/lldb/source/Plugins/Process/POSIX/
H A DRegisterContextLinux_x86_64.cpp161 UPDATE_I386_GPR_INFO(ebx, rbx);
/external/lldb/source/Plugins/Process/Utility/
H A DRegisterContextDarwin_i386.h66 uint32_t ebx; member in struct:RegisterContextDarwin_i386::GPR
/external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
H A Dghash-x86_64.asm341 movzx ebx,dl
343 shr ebx,4
366 movzx ebx,dl
369 shr ebx,4
407 movzx ebx,dl
410 shr ebx,4
447 movzx ebx,dl
450 shr ebx,4
488 movzx ebx,dl
491 shr ebx,
[all...]
/external/oprofile/module/x86/
H A Dop_syscalls.c124 filename = getname((char *)regs.ebx);
254 u32 clone_flags = regs.ebx;
/external/chromium_org/v8/src/ic/ia32/
H A Dhandler-compiler-ia32.cc144 Register call_data = ebx;
289 DCHECK(!ebx.is(receiver) && !ebx.is(name) && !ebx.is(value));
291 __ pop(ebx);
295 __ push(ebx);
/external/chromium_org/v8/src/ic/x87/
H A Dhandler-compiler-x87.cc144 Register call_data = ebx;
289 DCHECK(!ebx.is(receiver) && !ebx.is(name) && !ebx.is(value));
291 __ pop(ebx);
295 __ push(ebx);
/external/neven/Embedded/common/src/b_BasicEm/
H A DMath.c352 mov ebx, vec2A local
366 movq mm1, 0[ebx]
372 movq mm3, 8[ebx]
377 movq mm5, 16[ebx]
383 pmaddwd mm6, 24[ebx]
387 add ebx, 32 local
425 "movl %2,%%ebx\n\t"
439 "movq 0( %%ebx ),%%mm1\n\t"
445 "movq 8( %%ebx ),%%mm3\n\t"
450 "movq 16( %%ebx ),
[all...]
/external/qemu/target-i386/
H A Dkvm.c93 ret = cpuid->entries[i].ebx;
157 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
164 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
175 cpu_x86_cpuid(env, i, j, &c->eax, &c->ebx, &c->ecx, &c->edx);
190 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
201 cpu_x86_cpuid(env, i, 0, &c->eax, &c->ebx, &c->ecx, &c->edx);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/tests/pass32/
H A Ddwarf32_testhd.asm35 pushl %ebx
60 movl %eax, %ebx
84 pushl %ebx
92 testb $64, 12(%ebx)
97 pushl %ebx
115 pushl %ebx
123 popl %ebx
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-ia32.cc388 __ push(ebx);
394 __ mov(ebx, 2);
408 __ cmp(ebx, 2);
423 __ pop(ebx);
431 __ pop(ebx);
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.cc579 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate())));
1089 mov(ebx, FieldOperand(edi, Code::kHandlerTableOffset));
1091 mov(edx, FieldOperand(ebx, edx, times_4, FixedArray::kHeaderSize));
2043 mov(ebx, Immediate(ExternalReference(f, isolate())));
2052 mov(ebx, Immediate(ref));
2109 mov(ebx, Operand::StaticVariable(next_address));
2164 mov(Operand::StaticVariable(next_address), ebx); local
2245 mov(ebx, Immediate(ext));
2278 mov(ebx, expected.immediate());
2288 DCHECK(expected.reg().is(ebx));
[all...]
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.cc498 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate())));
1052 mov(ebx, FieldOperand(edi, Code::kHandlerTableOffset));
1054 mov(edx, FieldOperand(ebx, edx, times_4, FixedArray::kHeaderSize));
2005 mov(ebx, Immediate(ExternalReference(f, isolate())));
2014 mov(ebx, Immediate(ref));
2071 mov(ebx, Operand::StaticVariable(next_address));
2126 mov(Operand::StaticVariable(next_address), ebx); local
2207 mov(ebx, Immediate(ext));
2240 mov(ebx, expected.immediate());
2250 DCHECK(expected.reg().is(ebx));
[all...]
/external/oprofile/daemon/
H A Dopd_ibs.c496 unsigned ebx, ecx, edx; local
501 "pushl %%ebx\n"
503 "mov %%ebx, %1\n"
504 "popl %%ebx"
505 : "=a" (v.eax), "=r" (ebx), "=c" (ecx), "=d" (edx) : "0" (1)
508 asm ("cpuid" : "=a" (v.eax), "=b" (ebx), "=c" (ecx), "=d" (edx) : "0" (1));
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
H A Dx86_abi_support.asm33 %define rbx ebx
46 %elifidn %1,ebx
48 %elifidn %2,ebx
H A Dx86.h50 "mov %%ebx, %%edi \n\t" \
52 "xchg %%edi, %%ebx \n\t" \
62 "movl %ebx, %edi \n\t" \
69 "pushl %ebx \n\t" \
71 "movl %ebx, %edi \n\t" \
72 "popl %ebx \n\t" \
101 __asm mov b, ebx\
/external/libvpx/libvpx/vpx_ports/
H A Dx86_abi_support.asm33 %define rbx ebx
46 %elifidn %1,ebx
48 %elifidn %2,ebx
/external/zlib/src/contrib/masmx64/
H A Dinffasx64.asm54 mov ebx, [rsp+88] ; /* ebx = bits */
370 mov [rsp+88], ebx ; /* bits */
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dlinux_seccomp.h168 long int ebx; member in struct:regs_struct
193 #define SECCOMP_PT_PARM1(_regs) (_regs).ebx
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCTargetDesc.cpp64 // gcc doesn't know cpuid would clobber ebx/rbx. Preseve it manually.
87 asm ("movl\t%%ebx, %%esi\n\t"
89 "xchgl\t%%ebx, %%esi\n\t"
103 mov dword ptr [esi],ebx
125 // gcc desn't know cpuid would clobber ebx/rbx. Preseve it manually.
154 asm ("movl\t%%ebx, %%esi\n\t"
156 "xchgl\t%%ebx, %%esi\n\t"
172 mov dword ptr [esi],ebx
/external/llvm/test/MC/X86/
H A Dx86-32.s85 // CHECK: cmpl %eax, %ebx # encoding: [0x39,0xc3]
86 cmpl %eax, %ebx
708 // CHECK: bound 4(%ebx), %ecx
710 bound 4(%ebx),%ecx
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-x86-linux.c378 SC2(ebx,EBX);
657 tst->arch.vex.guest_EBX = sc->ebx;
/external/zlib/src/contrib/inflate86/
H A Dinffas86.c90 /* 88 44 */ unsigned bits; /* ebx rbx local strm->bits */
147 " movl 88(%%rsp), %%ebx\n" /* ebx = bits */
460 " movl %%ebx, 88(%%rsp)\n" /* bits */
479 " movl 44(%%esp), %%ebx\n" /* ebx = bits */
789 " movl %%ebx, 44(%%esp)\n" /* save bits */
795 : "memory", "%eax", "%ebx", "%ecx", "%edx", "%esi", "%edi"
806 mov ebx, [esp+44] /* ebx local
[all...]
/external/chromium_org/third_party/boringssl/src/crypto/aes/asm/
H A Dbsaes-x86_64.pl1191 mov %eax,%ebx # backup rounds
1197 mov %ebx,%r10d # pass rounds
1212 mov %ebx,%r10d # pass rounds
1235 mov %ebx,%r10d # pass rounds
1392 mov %eax,%ebx # backup rounds
1398 mov %ebx,%r10d # pass rounds
1414 mov %ebx,%r10d # pass rounds
1437 mov %ebx,%r10d # pass rounds
1887 mov %eax, %ebx # rounds
1894 mov %ebx,
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dcpu_id.cc62 mov [edi + 4], ebx
77 // Preserve ebx for fpic 32 bit.
78 "mov %%ebx, %%edi \n"
80 "xchg %%edi, %%ebx \n"
/external/chromium_org/third_party/libyuv/source/
H A Dcpu_id.cc61 mov [edi + 4], ebx
76 // Preserve ebx for fpic 32 bit.
77 "mov %%ebx, %%edi \n"
79 "xchg %%edi, %%ebx \n"

Completed in 810 milliseconds

<<111213141516