/external/valgrind/none/tests/mips64/ |
H A D | cvm_atomic.c | 178 BADDU, POP, DPOP, SAA, SAAD, LAA, LAAD, LAW, LAWD, LAI, LAID, LAD, LADD, enumerator in enum:__anon20715 198 case POP: { /* Count Ones in a Word - POP */
|
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoadCombine.cpp | 47 : Load(L), POP(P), InsertOrder(O) {} 49 PointerOffsetPair POP; member in struct:__anon12930::LoadPOPPair 90 PointerOffsetPair POP; local 91 POP.Pointer = LI.getPointerOperand(); 92 POP.Offset = 0; 93 while (isa<BitCastInst>(POP.Pointer) || isa<GetElementPtrInst>(POP.Pointer)) { 94 if (auto *GEP = dyn_cast<GetElementPtrInst>(POP.Pointer)) { 99 POP.Offset += Offset.getZExtValue(); 102 return POP; 252 auto POP = getPointerOffsetPair(*LI); local [all...] |
/external/v8/src/ic/ |
H A D | handler-compiler.h | 189 enum PopMode { POP, DISCARD }; enumerator in enum:v8::internal::NamedLoadHandlerCompiler::PopMode 190 void InterceptorVectorSlotPop(Register holder_reg, PopMode mode = POP);
|
/external/valgrind/coregrind/m_debuginfo/ |
H A D | d3basics.c | 504 # 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...] |
H A D | readdwarf.c | 2736 # define POP(_lval) \ macro 2838 POP( ix ); 2839 POP( ix2 ); 2900 POP( ix ); 2931 POP( ix ); 2932 POP( ix2 ); 2939 POP( ix ); 2966 # undef POP macro
|
/external/opencv/cvaux/src/ |
H A D | cvsegment.cpp | 66 #define POP(Y,IL,IR,IPL,IPR,FL) { StIn--; \ macro 125 POP( YC, L, R, PL, PR, flag ); 201 #undef POP macro
|
/external/proguard/src/proguard/optimize/evaluation/ |
H A D | EvaluationShrinker.java | 59 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 D | Opcode.java | 218 int POP = 87; field in interface:Opcode
|
/external/mockito/cglib-and-asm/src/org/mockito/asm/ |
H A D | Opcodes.java | 226 int POP = 87; // -
field in interface:Opcodes
|
/external/pcre/dist/sljit/ |
H A D | sljitNativeARM_32.c | 95 #define POP 0xe8bd0000 macro 899 pop = POP | (1 << 15);
|
H A D | sljitNativeARM_T2_32.c | 141 #define POP 0xbc00 macro 1218 : push_inst16(compiler, POP | (1 << 8) | pop);
|
/external/jarjar/lib/ |
H A D | asm-4.0.jar | META-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | asm-3.3.jar | META-INF/MANIFEST.MF org/objectweb/asm/AnnotationVisitor.class " package org.objectweb.asm public ... |
H A D | bcel.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
/external/guice/lib/build/ |
H A D | asm-5.0.3.jar | META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class " package ... |
H A D | jarjar-1.1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ... |
/external/dexmaker/lib/ |
H A D | jarjar.jar | META-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ... |
/external/testng/lib-supplied/ |
H A D | jarjar-issue-21.jar | META-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ... |
H A D | guice-2.0.jar | META-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.objectweb.asm_3.2.0.v200909071300.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/guice/extensions/persist/lib/ |
H A D | cglib-nodep-3.0.jar | META-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$BeanCopierKey.class BeanCopier. ... |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/jacoco/ |
H A D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ... |
/external/proguard/lib/ |
H A D | proguard.jar | META-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ... |