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

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
comment-2.s 1 Main POP 123456 ignore; x y z
pop-op.s 3 Main POP 132,3567
4 POP 132,YZ
5 POP X,3567
6 POP X,YZ
reloc16.s 3 POP 45,bar+42
weak1.s 3 POP 1,0
pop-op.l 1 GAS for MMIX .*/pop-op\.s page 1
6 3 0000 F8840DEF Main POP 132,3567
7 4 0004 F8845678 POP 132,YZ
8 5 0008 F8170DEF POP X,3567
9 6 000c F8175678 POP X,YZ
13 GAS for MMIX .*/pop-op\.s page 2
17 .*/pop-op\.s:3 \.text:0000000000000000 Main
basep-3.s 5 extfn POP 0,0
err-bpo4.s 7 extfn POP 0,0
reloc16.l 6 3 0004 F82D0000 POP 45,bar\+42
  /external/llvm/lib/Transforms/Scalar/
LoadCombine.cpp 49 : Load(L), POP(P), InsertOrder(O) {}
51 PointerOffsetPair POP;
98 PointerOffsetPair POP;
99 POP.Pointer = LI.getPointerOperand();
101 POP.Offset = APInt(BitWidth, 0);
103 while (isa<BitCastInst>(POP.Pointer) || isa<GetElementPtrInst>(POP.Pointer)) {
104 if (auto *GEP = dyn_cast<GetElementPtrInst>(POP.Pointer)) {
105 APInt LastOffset = POP.Offset;
106 if (!GEP->accumulateConstantOffset(DL, POP.Offset))
    [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 142 POP rbx
143 POP rbp
144 POP r12
145 POP r13
146 POP r14
147 POP r15
257 POP rcx
258 POP rdx
259 POP rbx
260 POP rb
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pr12815-2.s 12 POP 1,0
pr12815-1.s 24 POP 1,0
  /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)
  /art/runtime/interpreter/mterp/x86_64/
footer.S 284 /* pop up frame */
290 POP %r15
291 POP %r14
292 POP %r13
293 POP %r12
294 POP %rbp
295 POP %rbx
  /external/desugar/java/com/google/devtools/build/android/desugar/
ObjectsRequireNonNullMethodRewriter.java 20 import static org.objectweb.asm.Opcodes.POP;
64 super.visitInsn(POP);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
push-pop.d 2 #name: PUSH and POP
4 # Test the `PUSH' and `POP' instructions
12 0+00c <.*> e49d9004 pop {r9} ; \(ldr r9, \[sp\], #4\)
13 0+010 <.*> e8bd000e pop {r1, r2, r3}
14 0+014 <.*> e49d0004 pop {r0} ; \(ldr r0, \[sp\], #4\)
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 112 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
113 POP esi
114 POP edi
192 POP ecx // Restore args except eax
193 POP edx
194 POP ebx
195 POP ebp // Restore callee saves
196 POP esi
197 POP edi
202 // Notes: Need to pop EAX too (restores Method*
    [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...]
  /hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
HidDefs.h 93 POP
HidGlobal.cpp 30 if (i.tag == PUSH || i.tag == POP) {
31 LOG_E << "PUSH and POP should be handled in HidGlobalStack, " << i << LOG_ENDL;
104 } else if (i.tag == POP) {
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
omxVCM4P10_DeblockLuma_I.S 56 POP {r4-r9,pc}
77 POP {r4-r9,pc}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 477 /* pop one item off the queue while holding the lock */
841 #define POP() ((void)(lltrace && prtrace(TOP(), "pop")), \
851 #define POP() BASIC_POP()
    [all...]

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011>>