/external/valgrind/main/none/tests/x86/ |
cmpxchg8b.c | 10 UInt ebx; variable 19 "\tpushl %ebx\n" 26 "\tmovl " VG_SYM(ebx) ",%ebx\n" 31 "\tmovl %ebx," VG_SYM(ebx) "\n" 40 "\tpopl %ebx\n" 48 ecx = 0x33333333; ebx = 0x44444444; 53 eax, ebx, ecx, edx, zout & 0xFFFF, m64 ); 56 ecx = 0x33333333; ebx = 0x44444444 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/x86/ |
div.pl | 11 &mov("ebx",&wparam(2)); # 12 &div("ebx");
|
/external/llvm/test/MC/AsmParser/ |
macro-args.s | 4 movl \var@GOTOFF(%ebx),\re2g 7 .macro GET_DEFAULT var, re2g=%ebx, re3g=%ecx 12 // CHECK: movl is_sse@GOTOFF(%ebx), %eax 14 GET_DEFAULT %ebx, , %edx 15 // CHECK: movl 2(%ebx,%edx,2), %ebx 17 GET_DEFAULT %ebx, %edx 18 // CHECK: movl 2(%edx,%ecx,2), %ebx
|
/external/openssl/crypto/bn/asm/x86/ |
div.pl | 11 &mov("ebx",&wparam(2)); # 12 &div("ebx");
|
/external/flac/libFLAC/ia32/ |
cpu_asm.nasm | 49 push ebx 65 pop ebx 77 push ebx 83 mov ebx, [esp + 8] 84 mov [ebx], edx 85 mov ebx, [esp + 12] 86 mov [ebx], ecx 90 mov ebx, [esp + 8] 91 mov [ebx], eax 92 mov ebx, [esp + 12 [all...] |
/external/llvm/test/MC/X86/ |
x86_operands.s | 33 # CHECK: addl $1, 1(%eax,%ebx) 34 addl $1, 1(%eax,%ebx) 35 # CHECK: addl $1, 1(%eax,%ebx) 36 addl $1, 1(%eax,%ebx,) 37 # CHECK: addl $1, 1(%eax,%ebx,4) 38 addl $1, 1(%eax,%ebx,4) 39 # CHECK: addl $1, 1(,%ebx) 40 addl $1, 1(,%ebx) 41 # CHECK: addl $1, 1(,%ebx) 42 addl $1, 1(,%ebx,) [all...] |
/external/chromium_org/tools/traceline/traceline/ |
assembler_unittest.cc | 28 cb.lea(EAX, Operand(EBX, 0x12345678)); 29 cb.lea(EAX, Operand(EBX, ECX, SCALE_TIMES_2, 0x12345678)); 32 cb.lea(EAX, Operand(EBX, SCALE_TIMES_2, 0)); 45 cb.pop(EBX); 46 cb.pop(Operand(EBX)); 47 cb.pop(Operand(EBX, 0)); 48 cb.pop(Operand(EBX, 12)); 50 cb.push(EBX); 51 cb.push(Operand(EBX)); 52 cb.push(Operand(EBX, 0)) [all...] |
stubs.asm | 18 mov ebx, 0x1234567 28 mov ebx, [esp+4] 43 mov eax, ebx 74 add ebx, BYTE 3 114 cmp ecx, ebx 115 cmp ebx, ebx 123 mov eax, [ebx+12] 124 mov ebx, [ebx+12 [all...] |
/external/compiler-rt/lib/i386/ |
umoddi3.S | 26 pushl %ebx 27 movl 20(%esp), %ebx // Find the index i of the leading bit in b. 28 bsrl %ebx, %ecx // If the high word of b is zero, jump to 38 shll %cl, %ebx // (low word of b) >> (1 + i) 39 orl %eax, %ebx // 42 cmpl %ebx, %edx // to avoid overflowing the upcoming divide. 47 divl %ebx // eax <-- qs, edx <-- r such that ahi:alo = bs*qs + r 55 movl 12(%esp), %ebx 56 movl 16(%esp), %ecx // ECX:EBX = a 57 subl %eax, %ebx [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86/ |
x86_cliptest.S | 90 * EBX: temp0 115 PUSH_L( EBX ) 120 ADD_L( CONST(_GLOBAL_OFFSET_TABLE_), EBX ) 121 MOV_L( REGOFF(clip_table@GOT, EBX), EBX ) 122 PUSH_L( EBX ) 126 /* store eip in ebx */ 127 MOV_L( REGIND(ESP), EBX ) 137 MOV_L( ARG_OR, EBX ) 157 MOV_B( REGIND(EBX), AL [all...] |
/external/mesa3d/src/mesa/x86/ |
x86_cliptest.S | 90 * EBX: temp0 115 PUSH_L( EBX ) 120 ADD_L( CONST(_GLOBAL_OFFSET_TABLE_), EBX ) 121 MOV_L( REGOFF(clip_table@GOT, EBX), EBX ) 122 PUSH_L( EBX ) 126 /* store eip in ebx */ 127 MOV_L( REGIND(ESP), EBX ) 137 MOV_L( ARG_OR, EBX ) 157 MOV_B( REGIND(EBX), AL [all...] |
/external/chromium_org/v8/test/cctest/ |
test-disasm-ia32.cc | 68 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4] 71 __ add(edx, ebx); 73 __ add(edx, Operand(ebx, 0)); 74 __ add(edx, Operand(ebx, 16)); 75 __ add(edx, Operand(ebx, 1999)); 85 __ add(ebx, Immediate(12)); 96 __ cmp(ebx, foo2); 97 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0)); 98 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); local 113 __ bts(Operand(ebx, ecx, times_4, 0), ecx) [all...] |
/bionic/libc/arch-x86/syscalls/ |
__fcntl.S | 7 pushl %ebx 10 mov 16(%esp), %ebx 25 popl %ebx
|
__fcntl64.S | 7 pushl %ebx 10 mov 16(%esp), %ebx 25 popl %ebx
|
__fstatfs64.S | 7 pushl %ebx 10 mov 16(%esp), %ebx 25 popl %ebx
|
__getcpu.S | 7 pushl %ebx 10 mov 16(%esp), %ebx 25 popl %ebx
|
__getcwd.S | 7 pushl %ebx 9 mov 12(%esp), %ebx 22 popl %ebx
|
__getpriority.S | 7 pushl %ebx 9 mov 12(%esp), %ebx 22 popl %ebx
|
__ioctl.S | 7 pushl %ebx 10 mov 16(%esp), %ebx 25 popl %ebx
|
__open.S | 7 pushl %ebx 10 mov 16(%esp), %ebx 25 popl %ebx
|
__openat.S | 7 pushl %ebx 11 mov 20(%esp), %ebx 28 popl %ebx
|
__ptrace.S | 7 pushl %ebx 11 mov 20(%esp), %ebx 28 popl %ebx
|
__reboot.S | 7 pushl %ebx 11 mov 20(%esp), %ebx 28 popl %ebx
|
__rt_sigaction.S | 7 pushl %ebx 11 mov 20(%esp), %ebx 28 popl %ebx
|
__rt_sigprocmask.S | 7 pushl %ebx 11 mov 20(%esp), %ebx 28 popl %ebx
|