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

1 2

  /bionic/libc/arch-x86/string/
sse2-memset5-atom.S 83 #define POP(REG) popl REG; CFI_POP (REG)
98 # define RETURN_END POP (%ebx); ret
330 POP (%ebx)
340 POP (%ebx)
440 POP (%ebx)
ssse3-memcpy5.S 93 #define POP(REG) popl REG; CFI_POP (REG)
98 # define RETURN_END POP (%ebx); ret
261 POP (%edi)
279 POP (%edi)
477 POP (%edi)
517 POP (%edi)
581 POP (%edi)
621 POP (%edi)
685 POP (%edi)
727 POP (%edi
    [all...]
ssse3-strcmp-latest.S 87 #define POP(REG) popl REG; CFI_POP (REG)
99 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp)
    [all...]
sse2-strlen-atom.S 59 #define POP(REG) popl REG; CFI_POP (REG)
251 POP (%ebp)
252 POP (%ebx)
253 POP (%edi)
254 POP (%esi)
ssse3-memcmp3-new.S 95 #define POP(REG) popl REG; CFI_POP (REG)
101 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
218 POP (%edi)
219 POP (%esi)
264 POP (%edi)
265 POP (%esi)
294 POP (%edi)
295 POP (%esi
    [all...]
  /system/core/libcutils/arch-x86/
sse2-memset16-atom.S 72 #define POP(REG) popl REG; CFI_POP (REG)
91 # define RETURN_END POP (%ebx); ret
361 POP (%ebx)
371 POP (%ebx)
475 POP (%ebx)
sse2-memset32-atom.S 72 #define POP(REG) popl REG; CFI_POP (REG)
91 # define RETURN_END POP (%ebx); ret
275 POP (%ebx)
285 POP (%ebx)
390 POP (%ebx)
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 490 # define POP(_lval) \
646 POP(uw1);
665 POP(uw1);
676 POP(uw1);
746 POP(uw1);
751 POP(uw1);
780 POP(sw1);
    [all...]
readdwarf.c     [all...]
  /external/opencv/cvaux/src/
cvsegment.cpp 66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \
125 POP( YC, L, R, PL, PR, flag );
201 #undef POP
  /sdk/emulator/qtools/
callstack.h 21 // and defines push() and pop() methods. This derived class is then
30 virtual void pop(int stackLevel, uint64_t time, CallStackBase *base) {}; function in class:StackFrame
77 enum Action { NONE, PUSH, POP, NATIVE_PUSH };
186 } else if (action == POP) {
191 // Pop off native functions before pushing or popping Java methods.
192 if (action == POP && mPrevFunction->vm_sym == NULL) {
193 // Pop off the previous function first.
195 if (methodAction == POP) {
196 doPop(event, function, POP);
202 // If the method trace has a push or pop, then do it
    [all...]
  /external/javassist/src/main/javassist/bytecode/
Opcode.java 218 int POP = 87;
331 -1, // pop, 87
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 114 public static final int POP = 0x57;
441 "57 - pop;" +
  /prebuilts/devtools/tools/lib/
asm-4.0.jar 
  /prebuilts/misc/common/asm/
asm-4.0.jar 
  /prebuilts/sdk/tools/lib/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-3.3.1.jar 
asm-4.0.jar 
  /prebuilts/tools/common/m2/internal/asm/asm/3.3/
asm-3.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm/4.0/
asm-4.0.jar 
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilts/misc/common/jarjar/
jarjar-1.0rc8.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.objectweb.asm_3.2.0.v200909071300.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 

Completed in 717 milliseconds

1 2