Home
last modified time | relevance | path

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

/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/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/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,
DX86ISelLowering.cpp21181 NewOpc = X86ISD::LSUB; in lowerAtomicArithWithLOCK()
22168 case X86ISD::LSUB: return "X86ISD::LSUB"; in getTargetNodeName()
31024 case X86ISD::LSUB: return combineLockSub(N, DAG, Subtarget); in PerformDAGCombine()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java1034 case Opcodes.LSUB: in opType()
1300 case Opcodes.LSUB: in updateState()
2027 case Opcodes.LSUB: in build()
/external/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java321 case LSUB: in execute()