Home
last modified time | relevance | path

Searched refs:LSUB (Results 1 – 25 of 26) sorted by relevance

12

/external/curl/tests/data/
Dtest8076 LSUB
15 * LSUB () "/" /807/blurdybloop
16 * LSUB (\Noselect) "/" /807/foo
17 * LSUB () "/" /807/foo/bar
28 IMAP LSUB mailbox
31 imap://%HOSTIP:%IMAPPORT -u user:secret -X 'LSUB "807" *'
41 A003 LSUB "807" *
/external/eigen/Eigen/src/SparseLU/
DSparseLU_Structs.h74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType; enumerator
DSparseLU_column_dfs.h53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions); in mem_expand()
/external/javassist/src/main/javassist/bytecode/
DOpcode.java209 int LSUB = 101; field
/external/annotation-tools/asmx/core/org/objectweb/asm/
DOpcodes.class<Unknown> package org.objectweb.asm public abstract org.objectweb.asm.Opcodes extends ...
/external/annotation-tools/asmx/src/org/objectweb/asm/
DOpcodes.java260 int LSUB = 101; // - field
/external/annotation-tools/asmx/src/org/objectweb/asm/tree/analysis/
DDataflowInterpreter.java114 case LSUB: in binaryOperation()
DBasicInterpreter.java264 case LSUB: in binaryOperation()
DBasicVerifier.java261 case LSUB: in binaryOperation()
DFrame.java432 case Opcodes.LSUB: in execute()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.h55 LSUB, enumerator
DXCoreISelDAGToDAG.cpp189 case XCoreISD::LSUB: { in Select()
DXCoreISelLowering.cpp54 case XCoreISD::LSUB : return "XCoreISD::LSUB"; in getTargetNodeName()
731 XCoreISD::LSUB; in ExpandADDSUB()
1367 case XCoreISD::LSUB: { in PerformDAGCombine()
1524 case XCoreISD::LSUB: in computeMaskedBitsForTargetNode()
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h58 LSUB, enumerator
DXCoreISelDAGToDAG.cpp170 case XCoreISD::LSUB: { in Select()
DXCoreISelLowering.cpp58 case XCoreISD::LSUB : return "XCoreISD::LSUB"; in getTargetNodeName()
746 XCoreISD::LSUB; in ExpandADDSUB()
1685 case XCoreISD::LSUB: { in PerformDAGCombine()
1847 case XCoreISD::LSUB: in computeKnownBitsForTargetNode()
/external/annotation-tools/asmx/src/org/objectweb/asm/commons/
DAdviceAdapter.java210 case LSUB: in visitInsn()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelFlowAnalyzerTest.java193 testInsn(LSUB, true); in testInsn()
/external/javassist/src/main/javassist/compiler/
DCodeGen.java935 '-', DSUB, FSUB, LSUB, ISUB,
1718 bytecode.addOpcode(token == PLUSPLUS ? LADD : LSUB); in atPlusPlus()
1804 bytecode.addOpcode(token == PLUSPLUS ? LADD : LSUB); in atPlusPlusCore()
/external/llvm/lib/Target/X86/
DX86ISelLowering.h551 LADD, LSUB, LOR, LXOR, LAND, enumerator
DX86InstrInfo.td260 def X86lock_sub : SDNode<"X86ISD::LSUB", SDTLockBinaryArithWithFlags,
/external/annotation-tools/asmx/test/conform/org/objectweb/asm/commons/
DGASMifierMethodVisitor.java263 case LSUB: in visitInsn()
/external/desugar/java/com/google/devtools/build/android/desugar/
DBytecodeTypeInference.java262 case Opcodes.LSUB: in visitInsn()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java321 case LSUB: in execute()
/external/annotation-tools/asmx/src/org/objectweb/asm/xml/
DASMContentHandler.java216 OPCODES.put("LSUB", new Opcode(LSUB, OpcodeGroup.INSN));

12