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

  /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 105 #define POP(REG) popl REG; CFI_POP (REG)
110 # define RETURN_END POP (%ebx); ret
241 POP (%esi)
281 POP (%edi)
299 POP (%edi)
444 POP (%esi)
476 POP (%edi)
489 POP (%esi)
521 POP (%edi)
534 POP (%esi
    [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/bluetooth/glib/glib/
gqsort.c 76 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi)))
209 POP (lo, hi);
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 485 # define POP(_lval) \
641 POP(uw1);
660 POP(uw1);
671 POP(uw1);
741 POP(uw1);
746 POP(uw1);
775 POP(sw1);
781 POP(sw2);
784 POP(sw1)
    [all...]
readdwarf.c     [all...]
  /external/llvm/utils/TableGen/
EDEmitter.cpp 411 #define POP(target) { \
494 if (name.find("POP") != name.npos) {
496 // ignore (not a real pop)
510 POP("dst");
512 POP("reg");
540 #undef POP
    [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;" +
  /prebuilt/common/asm/
asm-4.0.jar 
  /prebuilts/tools/common/asm-tools/
asm-4.0.jar 
  /external/dexmaker/lib/
jarjar.jar 
  /prebuilt/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 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 729 milliseconds