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

1 2 3 4 5 6 7

  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 43 : Load(L), POP(P), InsertOrder(O) {}
46 PointerOffsetPair POP;
93 PointerOffsetPair POP;
94 POP.Pointer = LI.getPointerOperand();
95 POP.Offset = 0;
96 while (isa<BitCastInst>(POP.Pointer) || isa<GetElementPtrInst>(POP.Pointer)) {
97 if (auto *GEP = dyn_cast<GetElementPtrInst>(POP.Pointer)) {
101 POP.Offset += Offset.getZExtValue();
104 return POP;
    [all...]
  /art/runtime/arch/x86_64/
jni_entrypoints_x86_64.S 65 POP rcx // Arg.
66 POP rdx // Arg.
67 POP rsi // Arg.
68 POP rdi // JniEnv.
69 POP r8 // Arg.
70 POP r9 // Arg.
quick_entrypoints_x86_64.S 133 POP rbx
134 POP rbp
135 POP r12
136 POP r13
137 POP r14
138 POP r15
212 POP rcx
213 POP rdx
214 POP rbx
215 POP rb
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 30 $POP ="ld";
37 $POP ="lwz";
239 $POP $inp,`$FRAME-$SIZE_T*18`($sp)
244 $POP r0,`$FRAME+$LRSAVE`($sp)
245 $POP r15,`$FRAME-$SIZE_T*17`($sp)
246 $POP r16,`$FRAME-$SIZE_T*16`($sp)
247 $POP r17,`$FRAME-$SIZE_T*15`($sp)
248 $POP r18,`$FRAME-$SIZE_T*14`($sp)
249 $POP r19,`$FRAME-$SIZE_T*13`($sp)
250 $POP r20,`$FRAME-$SIZE_T*12`($sp
    [all...]
sha1-parisc.pl 33 $POP ="ldd";
42 $POP ="ldw";
202 for ($i=0;$i<20;$i++) { &BODY_00_19($i,@V); unshift(@V,pop(@V)); }
208 for (;$i<40;$i++) { &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
214 for (;$i<60;$i++) { &BODY_40_59($i,@V); unshift(@V,pop(@V)); }
219 for (;$i<80;$i++) { &BODY_20_39($i,@V); unshift(@V,pop(@V)); }
235 $POP `-$FRAME-$SAVED_RP`(%sp),%r2 ; standard epilogue
236 $POP `-$FRAME+1*$SIZE_T`(%sp),%r4
237 $POP `-$FRAME+2*$SIZE_T`(%sp),%r5
238 $POP `-$FRAME+3*$SIZE_T`(%sp),%r
    [all...]
sha512-ppc.pl 47 $POP="ld";
55 $POP="lwz";
254 $POP $num,`$FRAME-$SIZE_T*25`($sp) ; restore real remaining num
279 $POP $inp,`$FRAME-$SIZE_T*26`($sp) ; restore real inp
280 $POP $num,`$FRAME-$SIZE_T*25`($sp) ; restore real num
285 $POP r0,`$FRAME+$LRSAVE`($sp)
286 $POP $toc,`$FRAME-$SIZE_T*20`($sp)
287 $POP r13,`$FRAME-$SIZE_T*19`($sp)
288 $POP r14,`$FRAME-$SIZE_T*18`($sp)
289 $POP r15,`$FRAME-$SIZE_T*17`($sp
    [all...]
sha512-parisc.pl 39 $POP ="ldd";
48 $POP ="ldw";
308 for($i=0;$i<16;$i++) { &ROUND_00_15($i,@V); unshift(@V,pop(@V)); }
313 for(;$i<32;$i++) { &ROUND_16_xx($i,@V); unshift(@V,pop(@V)); }
318 $POP `-$FRAME_MARKER-2*$SIZE_T`(%sp),$ctx ; restore arguments
319 $POP `-$FRAME_MARKER-3*$SIZE_T`(%sp),$inp
320 $POP `-$FRAME_MARKER-4*$SIZE_T`(%sp),$num
599 for($i=0;$i<16;$i++) { &ROUND_00_15_pa1($i,@V); unshift(@V,pop(@V)); unshift(@V,pop(@V)); }
601 for(;$i<32;$i++) { &ROUND_16_xx_pa1($i,@V); unshift(@V,pop(@V)); unshift(@V,pop(@V));
    [all...]
  /bionic/libc/arch-x86/atom/string/
sse2-strrchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
83 #define RETURN POP (%edi); ret; CFI_PUSH (%edi);
240 POP (%ebx)
241 POP (%esi)
250 POP (%ebx)
251 POP (%esi)
284 POP (%ebx)
285 POP (%esi)
302 POP (%ebx)
303 POP (%esi
    [all...]
sse2-wcsrchr-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
83 #define RETURN POP(%edi); ret; CFI_PUSH(%edi);
235 POP (%esi)
248 POP (%esi)
274 POP (%esi)
286 POP (%esi)
302 POP (%esi)
316 POP (%esi)
ssse3-wcscat-atom.S 79 #define POP(REG) popl REG; CFI_POP (REG)
111 #define RETURN POP(%edi); ret; CFI_PUSH(%edi)
ssse3-memcmp-atom.S 91 #define POP(REG) popl REG; CFI_POP (REG)
97 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
261 POP (%edi)
262 POP (%esi)
307 POP (%edi)
308 POP (%esi)
338 POP (%edi)
339 POP (%esi
    [all...]
ssse3-strlcat-atom.S 77 #define POP(REG) popl REG; CFI_POP (REG)
108 #define RETURN POP (%ebx); ret; CFI_PUSH (%ebx);
109 #define RETURN1 POP (%edi); POP (%ebx); ret; CFI_PUSH (%ebx); CFI_PUSH (%edi)
176 POP (%esi)
263 POP (%esi)
353 POP (%esi)
377 POP (%edi)
398 POP (%edi)
422 POP (%edi
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 59 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
60 POP esi
61 POP edi
87 POP ecx // Restore args except eax
88 POP edx
89 POP ebx
90 POP ebp // Restore callee saves
91 POP esi
92 POP edi
234 addl MACRO_LITERAL(36), %esp // Pop arguments skip ea
    [all...]
memcmp16_x86.S 36 #define POP(REG) popl REG; CFI_POP (REG)
42 #define RETURN_END POP (%edi); POP (%esi); POP (%ebx); ret
130 POP (%edi)
131 POP (%esi)
176 POP (%edi)
177 POP (%esi)
206 POP (%edi)
207 POP (%esi
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DeblockLuma_I.S 57 POP {r4-r9,pc}
78 POP {r4-r9,pc}
armVCM4P10_Interpolate_Chroma_s.S 104 POP {r4-r12,pc}
127 POP {r4-r12,pc}
150 POP {r4-r12,pc}
163 POP {r4-r12,pc}
174 POP {r4-r12,pc}
185 POP {r4-r12,pc}
  /external/openssl/crypto/bn/asm/
ppc-mont.pl 47 $POP= $LD;
67 $POP= $LD;
313 $POP $tj,0($sp)
315 $POP r20,`-12*$SIZE_T`($tj)
316 $POP r21,`-11*$SIZE_T`($tj)
317 $POP r22,`-10*$SIZE_T`($tj)
318 $POP r23,`-9*$SIZE_T`($tj)
319 $POP r24,`-8*$SIZE_T`($tj)
320 $POP r25,`-7*$SIZE_T`($tj)
321 $POP r26,`-6*$SIZE_T`($tj
    [all...]
  /external/chromium_org/media/base/simd/
linear_scale_yuv_to_rgb_mmx_x64.asm 56 POP FRACTIONq
57 POP COMPRq
58 POP INDEXq
59 POP Xq
60 POP TABLEq
scale_yuv_to_rgb_sse2_x64.asm 111 POP r12
112 POP r11
113 POP r10
  /external/proguard/src/proguard/optimize/evaluation/
EvaluationShrinker.java 59 private static final int POP = InstructionConstants.OP_POP & 0xff;
68 private static final int MOV_X2 = DUP_X2 | (POP << 8);
71 private static final int POP_X1 = SWAP | (POP << 8);
72 private static final int POP_X2 = DUP2_X1 | (POP2 << 8) | (POP << 16);
74 private static final int POP2_X1 = DUP_X2 | (POP << 8) | (POP2 << 16);
76 private static final int POP3 = POP2 | (POP << 8);
78 private static final int POP_DUP = POP | (DUP << 8);
79 private static final int POP_SWAP_POP = POP | (SWAP << 8) | (POP << 16);
80 private static final int POP2_SWAP_POP = POP2 | (SWAP << 8) | (POP << 16)
    [all...]
  /external/openssl/crypto/modes/asm/
ghash-parisc.pl 34 $POP ="ldd";
44 $POP ="ldw";
324 $POP `-$FRAME-$SAVED_RP`(%sp),%r2 ; standard epilogue
325 $POP `-$FRAME+1*$SIZE_T`(%sp),%r4
326 $POP `-$FRAME+2*$SIZE_T`(%sp),%r5
327 $POP `-$FRAME+3*$SIZE_T`(%sp),%r6
330 $POP `-$FRAME+4*$SIZE_T`(%sp),%r7
331 $POP `-$FRAME+5*$SIZE_T`(%sp),%r8
332 $POP `-$FRAME+6*$SIZE_T`(%sp),%r9
333 $POP `-$FRAME+7*$SIZE_T`(%sp),%r1
    [all...]
  /external/openssl/crypto/aes/asm/
aes-ppc.pl 38 $POP ="ld";
44 $POP ="lwz";
451 $POP r0,`$FRAME+$LRSAVE`($sp)
452 $POP $toc,`$FRAME-$SIZE_T*20`($sp)
453 $POP r13,`$FRAME-$SIZE_T*19`($sp)
454 $POP r14,`$FRAME-$SIZE_T*18`($sp)
455 $POP r15,`$FRAME-$SIZE_T*17`($sp)
456 $POP r16,`$FRAME-$SIZE_T*16`($sp)
457 $POP r17,`$FRAME-$SIZE_T*15`($sp)
458 $POP r18,`$FRAME-$SIZE_T*14`($sp
    [all...]
aes-parisc.pl 35 $POP ="ldd";
44 $POP ="ldw";
162 $POP `-$FRAME-$SAVED_RP`(%sp),%r2 ; standard epilogue
163 $POP `-$FRAME+1*$SIZE_T`(%sp),%r4
164 $POP `-$FRAME+2*$SIZE_T`(%sp),%r5
165 $POP `-$FRAME+3*$SIZE_T`(%sp),%r6
166 $POP `-$FRAME+4*$SIZE_T`(%sp),%r7
167 $POP `-$FRAME+5*$SIZE_T`(%sp),%r8
168 $POP `-$FRAME+6*$SIZE_T`(%sp),%r9
169 $POP `-$FRAME+7*$SIZE_T`(%sp),%r1
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
d3basics.c 497 # define POP(_lval) \
653 POP(uw1);
672 POP(uw1);
683 POP(uw1);
753 POP(uw1);
758 POP(uw1);
    [all...]
  /external/aac/libSBRdec/src/arm/
env_calc_arm.cpp 143 POP {r4-r5}

Completed in 501 milliseconds

1 2 3 4 5 6 7