HomeSort by relevance Sort by last modified time
    Searched defs:ebx (Results 1 - 25 of 226) sorted by null

1 2 3 4 5 6 7 8 910

  /external/clang/test/CodeGen/
ms-inline-asm-64.c 25 lea ebx, foo local
26 mov eax, [ebx].0
27 mov [ebx].4, ecx
31 // CHECK: call void asm sideeffect inteldialect "lea ebx, qword ptr $0\0A\09mov eax, [ebx].0\0A\09mov [ebx].4, ecx", "*m,~{eax},~{ebx},~{dirflag},~{fpsr},~{flags}"(%struct.t3_type* %{{.*}})
39 lea ebx, foo local
41 mov eax, [ebx].foo.a
43 mov [ebx].foo.b, ec
    [all...]
ms-inline-asm.c 29 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax\0A\09mov ecx, ebx", "~{ebx},~{ecx},~{dirflag},~{fpsr},~{flags}"()
31 __asm mov ebx, eax local
32 __asm mov ecx, ebx
37 // CHECK: call void asm sideeffect inteldialect "mov ebx, eax\0A\09mov ecx, ebx", "~{ebx},~{ecx},~{dirflag},~{fpsr},~{flags}"()
39 __asm mov ebx, eax __asm mov ecx, ebx local
    [all...]
  /external/valgrind/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...]
  /bionic/libc/kernel/uapi/linux/
toshiba.h 27 unsigned int ebx __attribute__((packed)); member in struct:__anon920
  /development/ndk/platforms/android-21/include/linux/
toshiba.h 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon1979
  /external/fio/arch/
arch-x86-common.h 7 unsigned int *eax, unsigned int *ebx,
12 do_cpuid(eax, ebx, ecx, edx);
21 unsigned int eax, ebx, ecx = 0, edx; local
27 do_cpuid(&eax, &ebx, &ecx, &edx);
35 do_cpuid(&eax, &ebx, &ecx, &edx);
41 unsigned int eax, ebx, ecx, edx; local
43 cpuid(0x80000000, &eax, &ebx, &ecx, &edx);
47 cpuid(0x80000007, &eax, &ebx, &ecx, &edx);
  /external/fio/crc/
crc32c-intel.c 84 unsigned int eax, ebx, ecx = 0, edx; local
88 do_cpuid(&eax, &ebx, &ecx, &edx);
  /external/kernel-headers/original/uapi/linux/
toshiba.h 29 unsigned int ebx __attribute__ ((packed)); member in struct:__anon11587
  /external/protobuf/src/google/protobuf/stubs/
atomicops_internals_x86_gcc.cc 44 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
49 asm("mov %%ebx, %%edi\n" \
51 "xchg %%edi, %%ebx\n" \
80 uint32_t ebx; local
85 cpuid(eax, ebx, ecx, edx, 0);
87 memcpy(vendor, &ebx, 4);
93 cpuid(eax, ebx, ecx, edx, 1);
  /external/v8/src/base/
atomicops_internals_x86_gcc.cc 18 // Inline cpuid instruction. In PIC compilations, %ebx contains the address
23 asm("mov %%ebx, %%edi\n" \
25 "xchg %%edi, %%ebx\n" \
59 uint32_t ebx = 0; local
64 cpuid(eax, ebx, ecx, edx, 0);
66 memcpy(vendor, &ebx, 4);
72 cpuid(eax, ebx, ecx, edx, 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
toshiba.h 29 unsigned int ebx __attribute__ ((packed)); member in struct:__anon31170
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
toshiba.h 29 unsigned int ebx __attribute__ ((packed)); member in struct:__anon33139
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
toshiba.h 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon60896
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
toshiba.h 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon61663
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
toshiba.h 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon62442
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
toshiba.h 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon63220
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
toshiba.h 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon63996
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
toshiba.h 27 unsigned int ebx __attribute__ ((packed)); member in struct:__anon64773
  /external/v8/test/cctest/
test-disasm-x87.cc 69 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
72 __ add(edx, ebx);
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
97 __ add(ebx, Immediate(12));
108 __ cmp(ebx, foo2);
109 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0))
110 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); local
    [all...]
test-disasm-ia32.cc 69 __ mov(ebx, Operand(esp, ecx, times_2, 0)); // [esp+ecx*4]
72 __ add(edx, ebx);
74 __ add(edx, Operand(ebx, 0));
75 __ add(edx, Operand(ebx, 16));
76 __ add(edx, Operand(ebx, 1999));
77 __ add(edx, Operand(ebx, -4));
78 __ add(edx, Operand(ebx, -1999));
97 __ add(ebx, Immediate(12));
108 __ cmp(ebx, foo2);
109 __ cmpb(ebx, Operand(ebp, ecx, times_2, 0))
110 __ cmpb(Operand(ebp, ecx, times_2, 0), ebx); local
    [all...]
  /external/valgrind/VEX/useful/
cpuid.c 7 void cpuid ( UInt* eax, UInt* ebx, UInt* ecx, UInt* edx,
14 *eax = a; *ebx = b; *ecx = c; *edx = d;
21 UInt eax, ebx, ecx, edx; local
25 cpuid(&eax,&ebx,&ecx,&edx, 0,0);
38 cpuid(&eax,&ebx,&ecx,&edx, i,0);
41 cpuid(&eax,&ebx,&ecx,&edx, i,ecx_in);
50 cpuid(&eax,&ebx,&ecx,&edx, 0x80000000,0);
53 cpuid(&eax,&ebx,&ecx,&edx, i,0);
57 cpuid(&eax,&ebx,&ecx,&edx, 1234,0);
58 cpuid(&eax,&ebx,&ecx,&edx, 0x800004d3,0)
    [all...]
  /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
  /external/strace/linux/x86_64/
arch_regs.c 8 uint32_t ebx; member in struct:i386_user_regs_struct
  /ndk/sources/cxx-stl/stlport/src/
lock_free_slist.h 56 // NOTE: GCC uses ebx as the PIC register for globals in shared libraries.
61 // requires ebx, I work around this here by using ecx for the '__item'
62 // input and spilling ebx into edi. This also precludes us from using
64 // it relative to ebx). Instead, we're using esi for the address of _M_data.
70 (" movl %%ebx, %%edi\n\t"
71 " movl %%ecx, %%ebx\n\t"
72 "L1_%=: movl %%eax, (%%ebx)\n\t" // __item._M_next = _M._M_data._M_top
76 " movl %%edi, %%ebx"
92 (" movl %%ebx, %%edi\n\t"
95 " movl (%%eax), %%ebx\n\t" // new top = _M._M_data._M_top->_M_nex
214 mov ebx, __item local
242 mov ebx, [eax] \/\/ new top = _M._M_data._M_top->_M_next local
269 xor ebx,ebx \/\/ We're attempting to set _M._M_data._M_top to NULL local
    [all...]

Completed in 1231 milliseconds

1 2 3 4 5 6 7 8 910