/external/chromium_org/third_party/openssl/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 49 $s1="%ebx"; 1009 # and %rcx=s3.s2, output is four 32-bit values in %eax=s0, %ebx=s1, 1264 movzb -128(%rbp,%rsi),%ebx 1266 shl \$24,%ebx 1267 xor %ebx,%eax 1269 movzb -128(%rbp,%rsi),%ebx 1272 xor %ebx,%eax 1274 movzb -128(%rbp,%rsi),%ebx 1276 shl \$8,%ebx 1277 xor %ebx,%ea [all...] |
/external/openssl/crypto/aes/asm/ |
aes-x86_64.pl | 49 $s1="%ebx"; 1009 # and %rcx=s3.s2, output is four 32-bit values in %eax=s0, %ebx=s1, 1264 movzb -128(%rbp,%rsi),%ebx 1266 shl \$24,%ebx 1267 xor %ebx,%eax 1269 movzb -128(%rbp,%rsi),%ebx 1272 xor %ebx,%eax 1274 movzb -128(%rbp,%rsi),%ebx 1276 shl \$8,%ebx 1277 xor %ebx,%ea [all...] |
/external/valgrind/main/VEX/orig_amd64/ |
test1.orig | 78 addl %ebx, %eax 490 cmpl $1, %ebx 542 cmpl 24(%rsp), %ebx 550 cmpl $254, %ebx 554 cmpl $255, %ebx 602 cmpl $2, %ebx 622 cmpl $33, %ebx 654 cmpl $5, %ebx 682 cmpl $65536, %ebx 866 cmpl %r14d, %ebx [all...] |
/external/v8/src/ia32/ |
lithium-codegen-ia32.cc | 216 // Update the write barrier. This clobbers eax and ebx. 220 ebx, 566 __ push(ebx); 567 __ mov(ebx, shared); 568 __ mov(eax, FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset)); 573 __ mov(FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset), eax); 574 __ pop(ebx); 580 __ mov(FieldOperand(ebx, SharedFunctionInfo::kDeoptCounterOffset), eax); 581 __ pop(ebx); [all...] |
macro-assembler-ia32.cc | 305 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate()))); 816 mov(ebx, FieldOperand(edi, Code::kHandlerTableOffset)); 818 mov(edx, FieldOperand(ebx, edx, times_4, FixedArray::kHeaderSize)); 1851 mov(Operand::StaticVariable(next_address), ebx); local [all...] |
/external/valgrind/main/coregrind/ |
m_machine.c | 208 (*f)(tid, "EBX", vex->guest_EBX); 689 UInt eax, ebx, ecx, edx, max_extended; local 697 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx); 704 VG_(memcpy)(&vstr[0], &ebx, 4); 709 VG_(cpuid)(0x80000000, 0, &eax, &ebx, &ecx, &edx); 713 VG_(cpuid)(1, 0, &eax, &ebx, &ecx, &edx); 729 VG_(cpuid)(0x80000001, 0, &eax, &ebx, &ecx, &edx); 759 UInt eax, ebx, ecx, edx, max_extended; local 767 VG_(cpuid)(0, 0, &eax, &ebx, &ecx, &edx); 774 VG_(memcpy)(&vstr[0], &ebx, 4) [all...] |
/external/chromium_org/v8/test/cctest/ |
test-assembler-ia32.cc | 416 __ push(ebx); 422 __ mov(ebx, 2); 436 __ cmp(ebx, 2); 451 __ pop(ebx); 459 __ pop(ebx);
|
/external/llvm/test/MC/Disassembler/X86/ |
x86-32.txt | 559 # CHECK: bextrl %esi, %ebx, %edx 565 # CHECK: bzhil %esi, %ebx, %edx 601 # CHECK: shlxl %esi, %ebx, %edx 607 # CHECK: sarxl %esi, %ebx, %edx 613 # CHECK: shrxl %esi, %ebx, %edx
|
/external/chromium_org/v8/src/ia32/ |
macro-assembler-ia32.cc | 719 mov(ebx, Immediate(ExternalReference(Runtime::kDebugBreak, isolate()))); 2371 mov(Operand::StaticVariable(next_address), ebx); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
systeminfo.cc | 103 // 32 bit fpic requires ebx be preserved 107 "mov %%ebx, %%edi\n" 109 "xchg %%edi, %%ebx\n"
|
/external/chromium_org/third_party/openssl/openssl/crypto/md5/asm/ |
md5-586.pl | 17 $B="ebx"; 188 &push("ebx"); 300 &pop("ebx");
|
/external/chromium_org/v8/src/ |
cpu.cc | 59 // Make sure to preserve ebx, which contains the pointer 62 "mov %%ebx, %%edi\n\t" 64 "xchg %%edi, %%ebx\n\t"
|
/external/neven/Embedded/common/src/b_BasicEm/ |
Math.c | 352 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 ),%%mm5\n\t [all...] |
/external/openssl/crypto/md5/asm/ |
md5-586.pl | 17 $B="ebx"; 188 &push("ebx"); 300 &pop("ebx");
|
/external/valgrind/main/VEX/test/ |
test-i386.c | 168 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\ 176 : "a" (eax), "b" (ebx), "c" (ecx), "d" (edx), "S" (esi), "D" (edi));\ 183 int eax, ebx, ecx, edx, esi, edi, res; local 185 ebx = 0x0002; 194 TEST_LEA("(%%ebx)"); 201 TEST_LEA("0x40(%%ebx)"); 208 TEST_LEA("0x4000(%%ebx)"); 215 TEST_LEA("(%%ebx, %%edx)"); 222 TEST_LEA("0x4000(%%ebx, %%edx)"); 229 TEST_LEA("(,%%ebx, 4)") [all...] |
/art/runtime/ |
runtime_linux.cc | 138 DumpRegister32(os, "ebx", context->__ss.__ebx); 164 DumpRegister32(os, "ebx", context.gregs[REG_EBX]);
|
/bionic/libm/i387/ |
fenv.c | 84 #define cpuid_dx(x) __asm __volatile("pushl %%ebx\n\tmovl $1, %%eax\n\t" \ 85 "cpuid\n\tpopl %%ebx" \
|
/external/grub/stage2/ |
start.S | 97 movl (%di), %ebx 128 movl %ebx, 8(%si)
|
/external/llvm/lib/Target/X86/ |
X86RegisterInfo.cpp | 83 // requires GOT in the EBX register before function calls via PLT GOT pointer. 91 case X86::EBX: case X86::RBX: return 1; 546 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: 558 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: 595 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: 631 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX: 632 return X86::EBX; 667 case X86::BH: case X86::BL: case X86::BX: case X86::EBX: case X86::RBX:
|
README-SSE.txt | 159 movl 100(%esp), %ebx #69.20 160 movl (%ebx), %edi #69.20 166 lea (%ebp,%ebp,2), %ebx #69.49 167 negl %ebx #69.49 168 lea -3(%edi,%ebx), %ebx #70.33 169 shll $4, %ebx #68.37 170 addl 32(%ecx), %ebx #68.37 222 %EBX = MOV32rr %EDI 223 AND32ri8 %EBX<def&use>, 1 [all...] |
/external/valgrind/main/none/tests/amd64/ |
rcl-amd64.c | 5 #define I32(C) "rcrl %%ebx\n" "rcll $" #C ",%%eax\n" "rcll %%ebx\n"
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
ghash-x86.pl | 125 ($Zhh,$Zhl,$Zlh,$Zll) = ("ebp","edx","ecx","ebx"); 619 my $Htbl = "ebx"; 623 &mov ("ebx",&wparam(1)); # Htable 678 &mov ("ebx",&DWP(8,"eax")); 685 my @rem = ("ebx","ecx"); 690 &xor ("ebx",&DWP(8,"ecx")); 694 &mov (&DWP(528+8,"esp"),"ebx"); 790 &movd ("ebx",$Zlo); 797 &bswap ("ebx"); 805 &mov (&DWP(8,"eax"),"ebx"); [all...] |
/external/openssl/crypto/modes/asm/ |
ghash-x86.pl | 125 ($Zhh,$Zhl,$Zlh,$Zll) = ("ebp","edx","ecx","ebx"); 619 my $Htbl = "ebx"; 623 &mov ("ebx",&wparam(1)); # Htable 678 &mov ("ebx",&DWP(8,"eax")); 685 my @rem = ("ebx","ecx"); 690 &xor ("ebx",&DWP(8,"ecx")); 694 &mov (&DWP(528+8,"esp"),"ebx"); 790 &movd ("ebx",$Zlo); 797 &bswap ("ebx"); 805 &mov (&DWP(8,"eax"),"ebx"); [all...] |
/external/zlib/src/contrib/inflate86/ |
inffas86.c | 90 /* 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 = bits * local [all...] |
/dalvik/vm/compiler/template/out/ |
CompilerTemplateAsm-ia32.S | 30 #define rINST %ebx
|