Searched defs:POP (Results 1 - 25 of 36) sorted by relevance

12

/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:__anon25303
198 case POP: { /* Count Ones in a Word - POP */
/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp49 : Load(L), POP(P), InsertOrder(O) {}
51 PointerOffsetPair POP; member in struct:__anon13483::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/v8/src/ic/
H A Dhandler-compiler.h181 enum PopMode { POP, DISCARD }; enumerator in enum:v8::internal::NamedLoadHandlerCompiler::PopMode
182 void InterceptorVectorSlotPop(Register holder_reg, PopMode mode = POP);
/external/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c501 # define POP(_lval) \ macro
657 POP(uw1);
676 POP(uw1);
687 POP(uw1);
757 POP(uw1);
762 POP(uw1);
791 POP(sw1);
797 POP(sw2);
800 POP(sw1);
805 POP(uw
938 # undef POP macro
[all...]
H A Dreaddwarf.c2647 # define POP(_lval) \ macro
2749 POP( ix );
2750 POP( ix2 );
2811 POP( ix );
2842 POP( ix );
2843 POP( ix2 );
2850 POP( ix );
2877 # undef POP macro
/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/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/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/javassist/src/main/javassist/bytecode/
H A DOpcode.java218 int POP = 87; field in interface:Opcode
/external/pcre/dist2/src/sljit/
H A DsljitNativeARM_32.c95 #define POP 0xe8bd0000 macro
899 pop = POP | (1 << 15);
H A DsljitNativeARM_T2_32.c141 #define POP 0xbc00 macro
1218 : push_inst16(compiler, POP | (1 << 8) | pop);
/external/python/cpython2/Lib/
H A Dpickle.py104 POP = '0' # discard topmost stack item variable
409 write(POP + self.get(self.memo[id(obj)][0]))
558 write(POP * n + get)
582 write(POP * (n+1) + get)
1145 dispatch[POP] = load_pop
/external/python/cpython2/Python/
H A Dceval.c938 #define POP() ((void)(lltrace && prtrace(TOP(), "pop")), \ macro
948 #define POP() BASIC_POP() macro
1238 v = POP();
1245 v = POP();
1385 w = POP();
1397 w = POP();
1410 w = POP();
1423 w = POP();
1435 w = POP();
1447 w = POP();
[all...]
/external/python/cpython2/Modules/
H A DcPickle.c34 #define POP '0' macro
1513 static char pop = POP;
2542 const char pop_op = POP;
4963 case POP:
5381 case POP:
/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 ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/external/guice/lib/build/
H A Dasm-5.0.3.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class " package ...
H A Djarjar-1.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/r8/deps/
H A Dasm-5.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class " package ...
/external/testng/lib-supplied/
H A Djarjar-issue-21.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/guice/extensions/persist/lib/
H A Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/jacoco/
H A Dasm-debug-all-5.0.1.jarMETA-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 388 milliseconds

12