HomeSort by relevance Sort by last modified time
    Searched refs:EBX (Results 1 - 25 of 100) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
reg.h 25 #define EBX 0
  /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...]
common_x86_asm.S 79 PUSH_L (EBX)
85 MOV_L (REGOFF(20, ESP), EDI) /* *ebx */
86 MOV_L (EBX, REGIND(EDI))
92 POP_L (EBX)
102 PUSH_L (EBX)
106 POP_L (EBX)
115 PUSH_L (EBX)
118 MOV_L (EBX, EAX) /* return EBX */
120 POP_L (EBX)
    [all...]
mmx_blendtmp.h 23 PUSH_L ( EBX )
29 MOV_L ( REGOFF(16, EBP), EBX ) /* mask */
38 CMP_B ( CONST(0), REGIND(EBX) ) /* *mask == 0 */
51 INC_L ( EBX ) /* mask += 1 */
63 CMP_W ( CONST(0), REGIND(EBX) ) /* *mask == 0 && *(mask + 1) == 0 */
77 ADD_L ( CONST(2), EBX ) /* mask += 2 */
88 CMP_B ( CONST(0), REGIND(EBX) ) /* *mask == 0 */
104 POP_L ( EBX )
x86_xform4.S 189 PUSH_L( EBX )
237 MOV_L( SRC2, EBX )
238 XOR_L( CONST(-2147483648), EBX )/* change sign */
244 MOV_L( EBX, DST3 )
255 POP_L( EBX )
272 PUSH_L( EBX )
341 MOV_L( SRC3, EBX )
347 MOV_L( EBX, DST3 )
358 POP_L( EBX )
375 PUSH_L( EBX )
    [all...]
  /art/runtime/arch/x86/
registers_x86.h 33 EBX = 3,
  /external/strace/linux/i386/
userent.h 1 XLAT(4*EBX),
  /external/llvm/lib/Support/
Host.cpp 81 // gcc doesn't know cpuid would clobber ebx/rbx. Preseve it manually.
92 asm ("movl\t%%ebx, %%esi\n\t"
94 "xchgl\t%%ebx, %%esi\n\t"
128 // gcc doesn't know cpuid would clobber ebx/rbx. Preseve it manually.
152 asm ("movl\t%%ebx, %%esi\n\t"
154 "xchgl\t%%ebx, %%esi\n\t"
170 mov dword ptr [esi],ebx
216 unsigned EAX = 0, EBX = 0, ECX = 0, EDX = 0;
217 if (GetX86CpuIDAndInfo(0x1, &EAX, &EBX, &ECX, &EDX))
247 !GetX86CpuIDAndInfoEx(0x7, 0x0, &EAX, &EBX, &ECX, &EDX)
    [all...]
  /art/compiler/utils/x86/
managed_register_x86.cc 29 P(EAX, EBX) \
32 P(EDX, EBX) \
34 P(ECX, EBX) \
36 P(EBX, EDI) \
  /bionic/libc/include/sys/
reg.h 34 #define EBX 0
  /development/ndk/platforms/android-21/include/sys/
reg.h 34 #define EBX 0
  /external/llvm/include/llvm/Support/
Solaris.h 38 #undef EBX
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
reg.h 60 # define EBX 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
reg.h 60 # define EBX 0
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/sys/
reg.h 34 #define EBX 0
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/sys/
reg.h 34 #define EBX 0

Completed in 1542 milliseconds

1 2 3 4