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

1 2 3 4

  /external/chromium_org/third_party/mesa/src/src/mesa/x86/
mmx_blendtmp.h 19 PUSH_L ( EBP )
20 MOV_L ( ESP, EBP )
25 MOV_L ( REGOFF(12, EBP), ECX ) /* n */
29 MOV_L ( REGOFF(16, EBP), EBX ) /* mask */
30 MOV_L ( REGOFF(20, EBP), EDI ) /* rgba */
31 MOV_L ( REGOFF(24, EBP), ESI ) /* dest */
107 MOV_L ( EBP, ESP )
108 POP_L ( EBP )
x86_cliptest.S 95 * EBP: temp2
114 PUSH_L( EBP )
139 MOV_L( ARG_AND, EBP )
158 MOV_B( REGIND(EBP), AH )
168 MOV_L( SRC3, EBP )
172 ADD_L( EBP, EBP ) /* ebp = abs(S(3))*2 ; carry = sign of S(3) */
178 CMP_L( EBX, EBP ) /* carry = abs(S(2))*2 > abs(S(3))*2 */
186 CMP_L( EBX, EBP ) /* carry = abs(S(1))*2 > abs(S(3))*2 *
    [all...]
common_x86_asm.S 183 PUSH_L ( EBP )
184 MOV_L ( ESP, EBP )
189 STMXCSR ( REGOFF( -4, EBP ) )
193 STMXCSR ( REGOFF( -8, EBP ) )
194 AND_L ( CONST( 0xfffffdff ), REGOFF( -8, EBP ) )
195 LDMXCSR ( REGOFF( -8, EBP ) )
210 LDMXCSR ( REGOFF( -4, EBP ) )
3dnow_normal.S 51 PUSH_L ( EBP )
56 MOV_L ( REGOFF(V4F_COUNT, ESI), EBP ) /* dest->count = in->count */
57 MOV_L ( EBP, REGOFF(V4F_COUNT, EAX) )
63 CMP_L ( CONST(0), EBP ) /* count > 0 ?? */
66 MOV_L ( REGOFF (V4F_COUNT, ESI), EBP )
69 PUSH_L ( EBP )
132 SUB_L ( CONST(1), EBP ) /* decrement normal counter */
138 POP_L ( EBP )
167 SUB_L ( CONST(1), EBP ) /* decrement normal counter */
195 SUB_L ( CONST(1), EBP ) /* decrement normal counter *
    [all...]
  /external/mesa3d/src/mesa/x86/
mmx_blendtmp.h 19 PUSH_L ( EBP )
20 MOV_L ( ESP, EBP )
25 MOV_L ( REGOFF(12, EBP), ECX ) /* n */
29 MOV_L ( REGOFF(16, EBP), EBX ) /* mask */
30 MOV_L ( REGOFF(20, EBP), EDI ) /* rgba */
31 MOV_L ( REGOFF(24, EBP), ESI ) /* dest */
107 MOV_L ( EBP, ESP )
108 POP_L ( EBP )
x86_cliptest.S 95 * EBP: temp2
114 PUSH_L( EBP )
139 MOV_L( ARG_AND, EBP )
158 MOV_B( REGIND(EBP), AH )
168 MOV_L( SRC3, EBP )
172 ADD_L( EBP, EBP ) /* ebp = abs(S(3))*2 ; carry = sign of S(3) */
178 CMP_L( EBX, EBP ) /* carry = abs(S(2))*2 > abs(S(3))*2 */
186 CMP_L( EBX, EBP ) /* carry = abs(S(1))*2 > abs(S(3))*2 *
    [all...]
common_x86_asm.S 183 PUSH_L ( EBP )
184 MOV_L ( ESP, EBP )
189 STMXCSR ( REGOFF( -4, EBP ) )
193 STMXCSR ( REGOFF( -8, EBP ) )
194 AND_L ( CONST( 0xfffffdff ), REGOFF( -8, EBP ) )
195 LDMXCSR ( REGOFF( -8, EBP ) )
210 LDMXCSR ( REGOFF( -4, EBP ) )
3dnow_normal.S 51 PUSH_L ( EBP )
56 MOV_L ( REGOFF(V4F_COUNT, ESI), EBP ) /* dest->count = in->count */
57 MOV_L ( EBP, REGOFF(V4F_COUNT, EAX) )
63 CMP_L ( CONST(0), EBP ) /* count > 0 ?? */
66 MOV_L ( REGOFF (V4F_COUNT, ESI), EBP )
69 PUSH_L ( EBP )
132 SUB_L ( CONST(1), EBP ) /* decrement normal counter */
138 POP_L ( EBP )
167 SUB_L ( CONST(1), EBP ) /* decrement normal counter */
195 SUB_L ( CONST(1), EBP ) /* decrement normal counter *
    [all...]
  /art/runtime/arch/x86/
registers_x86.h 35 EBP = 5,
quick_method_frame_info_x86.h 28 (1 << art::x86::EBP) | (1 << art::x86::ESI) | (1 << art::x86::EDI);
  /external/libunwind/src/x86/
Gstep.c 70 ret = dwarf_get (&c->dwarf, c->dwarf.loc[EBP], &c->dwarf.cfa);
77 Debug (13, "[EBP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EBP]),
85 they are saved (if at all), except for the EBP and
90 c->dwarf.loc[EBP] = ebp_loc;
95 if (!DWARF_IS_NULL_LOC (c->dwarf.loc[EBP]))
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define EBP 5
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
ptrace-abi.h 27 #define EBP 5
  /bionic/libc/include/sys/
reg.h 39 #define EBP 5
  /development/ndk/platforms/android-L/include/sys/
reg.h 39 #define EBP 5
  /external/llvm/include/llvm/Support/
Solaris.h 40 #undef EBP
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
reg.h 65 # define EBP 5
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
reg.h 65 # define EBP 5
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/sys/
reg.h 39 #define EBP 5
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/sys/
reg.h 39 #define EBP 5
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/
reg.h 39 #define EBP 5
  /external/chromium_org/tools/traceline/traceline/
assembler_unittest.cc 33 cb.lea(EBP, Operand(EBP, SCALE_TIMES_2, 1));
41 cb.mov(EAX, Operand(EBP, 8));
  /bionic/libc/kernel/uapi/asm-x86/asm/
ptrace-abi.h 29 #define EBP 5
  /development/ndk/platforms/android-9/arch-x86/include/asm/
ptrace-abi.h 29 #define EBP 5
  /development/ndk/platforms/android-L/arch-x86/include/asm/
ptrace-abi.h 29 #define EBP 5

Completed in 725 milliseconds

1 2 3 4