Searched refs:POP (Results 1 - 25 of 66) sorted by relevance

123

/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp49 : Load(L), POP(P), InsertOrder(O) {}
51 PointerOffsetPair POP; member in struct:__anon13361::LoadPOPPair
98 PointerOffsetPair POP; local
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
264 auto POP = getPointerOffsetPair(*LI); local
[all...]
/external/desugar/java/com/google/devtools/build/android/desugar/
H A DObjectsRequireNonNullMethodInliner.java20 import static org.objectweb.asm.Opcodes.POP;
65 super.visitInsn(POP);
/external/proguard/src/proguard/optimize/evaluation/
H A DEvaluationShrinker.java59 private static final int POP = InstructionConstants.OP_POP & 0xff; field in class:EvaluationShrinker
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 << 1
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c504 # define POP(_lval) \ macro
660 POP(uw1);
679 POP(uw1);
690 POP(uw1);
760 POP(uw1);
765 POP(uw1);
794 POP(sw1);
800 POP(sw2);
803 POP(sw1);
808 POP(uw
941 # undef POP macro
[all...]
/external/aac/libSBRdec/src/arm/
H A Denv_calc_arm.cpp143 POP {r4-r5}
/external/javassist/src/main/javassist/convert/
H A DTransformWriteField.java47 iterator.writeByte(POP, pos + 2);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/
H A DFieldProbeArrayStrategy.java91 mv.visitInsn(Opcodes.POP);
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DURLStreamHandlerRuntime.java119 mv.visitInsn(Opcodes.POP);
H A DRuntimeData.java242 mv.visitInsn(Opcodes.POP);
/external/javassist/src/main/javassist/bytecode/
H A DOpcode.java218 int POP = 87; field in interface:Opcode
/external/javassist/src/main/javassist/
H A DCtConstructor.java384 iterator.writeByte(Opcode.POP, pos++); // this
391 iterator.writeByte(it.is2byte() ? Opcode.POP2 : Opcode.POP,
/external/valgrind/none/tests/mips64/
H A Dcvm_atomic.c178 BADDU, POP, DPOP, SAA, SAAD, LAA, LAAD, LAW, LAWD, LAI, LAID, LAD, LADD, enumerator in enum:__anon23676
198 case POP: { /* Count Ones in a Word - POP */
/external/eigen/test/
H A Dpacketmath.cpp64 #define CHECK_CWISE1(REFOP, POP) { \
67 internal::pstore(data2, POP(internal::pload<Packet>(data1))); \
68 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
91 #define CHECK_CWISE1_IF(COND, REFOP, POP) if(COND) { \
95 h.store(data2, POP(h.load(data1))); \
96 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
99 #define CHECK_CWISE2_IF(COND, REFOP, POP) if(COND) { \
103 h.store(data2, POP(h.load(data1),h.load(data1+PacketSize))); \
104 VERIFY(areApprox(ref, data2, PacketSize) && #POP); \
/external/swiftshader/third_party/LLVM/utils/TableGen/
H A DEDEmitter.cpp410 #define POP(target) { \ macro
493 if (name.find("POP") != name.npos) {
509 POP("dst");
511 POP("reg");
537 #undef POP macro
/external/v8/src/ic/
H A Dhandler-compiler.h204 enum PopMode { POP, DISCARD }; enumerator in enum:v8::internal::NamedLoadHandlerCompiler::PopMode
205 void InterceptorVectorSlotPop(Register holder_reg, PopMode mode = POP);
/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java548 bytecode.addOpcode(POP);
762 bytecode.addOpcode(POP);
765 bytecode.addOpcode(POP);
768 bytecode.addOpcode(POP);
1064 bytecode.addOpcode(POP);
H A DJvstCodeGen.java136 bytecode.addOpcode(POP);
419 bytecode.addOpcode(POP);
/external/opencv/cvaux/src/
H A Dcvsegment.cpp66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \ macro
125 POP( YC, L, R, PL, PR, flag );
201 #undef POP macro
/external/aac/libFDK/src/arm/
H A Ddct_arm.cpp171 POP {r4-r9}
343 POP {r4-r9}
/external/boringssl/src/crypto/aes/asm/
H A Daesp8-ppc.pl50 $POP ="ld";
58 $POP ="lwz";
1242 $POP r26,`$FRAME+21*16+0*$SIZE_T`($sp)
1243 $POP r27,`$FRAME+21*16+1*$SIZE_T`($sp)
1244 $POP r28,`$FRAME+21*16+2*$SIZE_T`($sp)
1245 $POP r29,`$FRAME+21*16+3*$SIZE_T`($sp)
1246 $POP r30,`$FRAME+21*16+4*$SIZE_T`($sp)
1247 $POP r31,`$FRAME+21*16+5*$SIZE_T`($sp)
1895 $POP r26,`$FRAME+21*16+0*$SIZE_T`($sp)
1896 $POP r2
[all...]
/external/swiftshader/third_party/LLVM/test/MC/ARM/
H A Dthumb-diagnostics.s60 @ Invalid writeback and register lists for PUSH/POP
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
H A DLabelFlowAnalyzerTest.java179 testInsn(POP, true);
/external/boringssl/src/crypto/modes/asm/
H A Dghashp8-ppc.pl41 $POP="ld";
49 $POP="lwz";
/external/jarjar/lib/
H A Dasm-4.0.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ...

Completed in 538 milliseconds

123