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

  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 29 $POP ="ld";
35 $POP ="lwz";
196 $POP r0,`$FRAME-$SIZE_T*18`($sp)
197 $POP r15,`$FRAME-$SIZE_T*17`($sp)
198 $POP r16,`$FRAME-$SIZE_T*16`($sp)
199 $POP r17,`$FRAME-$SIZE_T*15`($sp)
200 $POP r18,`$FRAME-$SIZE_T*14`($sp)
201 $POP r19,`$FRAME-$SIZE_T*13`($sp)
202 $POP r20,`$FRAME-$SIZE_T*12`($sp)
203 $POP r21,`$FRAME-$SIZE_T*11`($sp
    [all...]
sha512-ppc.pl 46 $POP="ld";
53 $POP="lwz";
230 $POP r0,`$FRAME-$SIZE_T*21`($sp)
231 $POP $toc,`$FRAME-$SIZE_T*20`($sp)
232 $POP r13,`$FRAME-$SIZE_T*19`($sp)
233 $POP r14,`$FRAME-$SIZE_T*18`($sp)
234 $POP r15,`$FRAME-$SIZE_T*17`($sp)
235 $POP r16,`$FRAME-$SIZE_T*16`($sp)
236 $POP r17,`$FRAME-$SIZE_T*15`($sp)
237 $POP r18,`$FRAME-$SIZE_T*14`($sp
    [all...]
  /external/openssl/crypto/bn/asm/
ppc-mont.pl 48 $POP= $LD;
69 $POP= $LD;
306 $POP r14,`4*$SIZE_T`($sp)
307 $POP r15,`5*$SIZE_T`($sp)
308 $POP r16,`6*$SIZE_T`($sp)
309 $POP r17,`7*$SIZE_T`($sp)
310 $POP r18,`8*$SIZE_T`($sp)
311 $POP r19,`9*$SIZE_T`($sp)
312 $POP r20,`10*$SIZE_T`($sp)
313 $POP r21,`11*$SIZE_T`($sp
    [all...]
ppc64-mont.pl 58 $POP= "lwz";
69 $POP= "ld";
897 $POP r14,`2*$SIZE_T`($sp)
898 $POP r15,`3*$SIZE_T`($sp)
899 $POP r16,`4*$SIZE_T`($sp)
900 $POP r17,`5*$SIZE_T`($sp)
901 $POP r18,`6*$SIZE_T`($sp)
902 $POP r19,`7*$SIZE_T`($sp)
903 $POP r20,`8*$SIZE_T`($sp)
904 $POP r21,`9*$SIZE_T`($sp
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-memcmp3.S 87 #define POP(REG) popl REG; CFI_POP (REG)
93 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
210 POP (%edi)
211 POP (%esi)
256 POP (%edi)
257 POP (%esi)
286 POP (%edi)
287 POP (%esi
    [all...]
ssse3-memcpy5.S 97 #define POP(REG) popl REG; CFI_POP (REG)
102 # define RETURN_END POP (%ebx); ret
230 POP (%esi)
270 POP (%edi)
287 POP (%edi)
431 POP (%esi)
463 POP (%edi)
474 POP (%esi)
506 POP (%edi)
517 POP (%esi
    [all...]
ssse3-strcmp.S 79 #define POP(REG) popl REG; CFI_POP (REG)
91 # define RETURN POP (%ebp); ret; CFI_PUSH (%ebp)
    [all...]
sse2-memset5-atom.S 83 #define POP(REG) popl REG; CFI_POP (REG)
98 # define RETURN_END POP (%ebx); ret
331 POP (%ebx)
339 POP (%ebx)
433 POP (%ebx)
  /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/openssl/crypto/aes/asm/
aes-ppc.pl 37 $POP ="ld";
42 $POP ="lwz";
367 $POP r0,`$FRAME-$SIZE_T*21`($sp)
368 $POP $toc,`$FRAME-$SIZE_T*20`($sp)
369 $POP r13,`$FRAME-$SIZE_T*19`($sp)
370 $POP r14,`$FRAME-$SIZE_T*18`($sp)
371 $POP r15,`$FRAME-$SIZE_T*17`($sp)
372 $POP r16,`$FRAME-$SIZE_T*16`($sp)
373 $POP r17,`$FRAME-$SIZE_T*15`($sp)
374 $POP r18,`$FRAME-$SIZE_T*14`($sp
    [all...]
  /external/bluetooth/glib/glib/
gqsort.c 76 #define POP(low, high) ((void) (--top, (low = top->lo), (high = top->hi)))
209 POP (lo, hi);
  /dalvik/dx/src/com/android/dx/cf/code/
ValueAwareMachine.java 45 case ByteOps.POP:
RopperMachine.java 301 case ByteOps.POP:
315 * pop*).
737 case ByteOps.POP:
    [all...]
ByteOps.java 114 public static final int POP = 0x57;
441 "57 - pop;" +
Simulator.java 233 case ByteOps.POP: {
621 * types, and tell the machine to pop them. This
BytecodeArray.java 560 case ByteOps.POP:
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 165 mParentVisitor.visitInsn(Opcodes.POP);
249 // Pop the last word from the stack since invoke will generate its own return.
  /prebuilt/common/asm/
asm-3.1.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 805 milliseconds