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

/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_SSE4_asm.S21 #define POP(REG) popl REG; CFI_POP (REG) define
22 #define RETURN POP(%edi); ret
/external/llvm/lib/Transforms/Scalar/
H A DLoadCombine.cpp43 : Load(L), POP(P), InsertOrder(O) {}
46 PointerOffsetPair POP; member in struct:__anon26289::LoadPOPPair
93 PointerOffsetPair POP; local
94 POP.Pointer = LI.getPointerOperand();
95 POP.Offset = 0;
96 while (isa<BitCastInst>(POP.Pointer) || isa<GetElementPtrInst>(POP.Pointer)) {
97 if (auto *GEP = dyn_cast<GetElementPtrInst>(POP.Pointer)) {
101 POP.Offset += Offset.getZExtValue();
104 return POP;
247 auto POP = getPointerOffsetPair(*LI); local
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c497 # define POP(_lval) \ macro
653 POP(uw1);
672 POP(uw1);
683 POP(uw1);
753 POP(uw1);
758 POP(uw1);
787 POP(sw1);
793 POP(sw2);
796 POP(sw1);
801 POP(uw
933 # undef POP macro
[all...]
H A Dreaddwarf.c2779 # define POP(_lval) \ macro
2881 POP( ix );
2882 POP( ix2 );
2943 POP( ix );
2974 POP( ix );
2975 POP( ix2 );
2982 POP( ix );
3009 # 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/DataEntryWriterFactory.class DataEntryWriterFactory.java package proguard public ...
/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/ ...

Completed in 433 milliseconds