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

/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:__anon16658
198 case POP: { /* Count Ones in a Word - POP */
/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp46 : Load(L), POP(P), InsertOrder(O) {}
48 PointerOffsetPair POP; member in struct:__anon11032::LoadPOPPair
89 PointerOffsetPair POP; local
90 POP.Pointer = LI.getPointerOperand();
91 POP.Offset = 0;
92 while (isa<BitCastInst>(POP.Pointer) || isa<GetElementPtrInst>(POP.Pointer)) {
93 if (auto *GEP = dyn_cast<GetElementPtrInst>(POP.Pointer)) {
98 POP.Offset += Offset.getZExtValue();
101 return POP;
251 auto POP = getPointerOffsetPair(*LI); local
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dd3basics.c502 # define POP(_lval) \ macro
658 POP(uw1);
677 POP(uw1);
688 POP(uw1);
758 POP(uw1);
763 POP(uw1);
792 POP(sw1);
798 POP(sw2);
801 POP(sw1);
806 POP(uw
939 # undef POP macro
[all...]
H A Dreaddwarf.c2731 # define POP(_lval) \ macro
2833 POP( ix );
2834 POP( ix2 );
2895 POP( ix );
2926 POP( ix );
2927 POP( ix2 );
2934 POP( ix );
2961 # 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/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/mockito/cglib-and-asm/src/org/mockito/asm/
H A DOpcodes.java226 int POP = 87; // - field in interface:Opcodes
/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c95 #define POP 0xe8bd0000 macro
912 pop = POP | (1 << 15);
H A DsljitNativeARM_T2_32.c141 #define POP 0xbc00 macro
1233 : push_inst16(compiler, POP | (1 << 8) | 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/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/optimize/WriteOnlyFieldFilter.class WriteOnlyFieldFilter.java package proguard ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/vogar/lib/
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...

Completed in 483 milliseconds