Searched refs:LSUB (Results 1 – 17 of 17) sorted by relevance
/external/curl/tests/data/ |
D | test807 | 6 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/ |
D | SparseLU_Structs.h | 74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType; enumerator
|
D | SparseLU_column_dfs.h | 53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions); in mem_expand()
|
/external/javassist/src/main/javassist/bytecode/ |
D | Opcode.java | 209 int LSUB = 101; field
|
/external/swiftshader/third_party/LLVM/lib/Target/XCore/ |
D | XCoreISelLowering.h | 55 LSUB, enumerator
|
D | XCoreISelDAGToDAG.cpp | 189 case XCoreISD::LSUB: { in Select()
|
D | XCoreISelLowering.cpp | 54 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/ |
D | XCoreISelLowering.h | 58 LSUB, enumerator
|
D | XCoreISelDAGToDAG.cpp | 170 case XCoreISD::LSUB: { in Select()
|
D | XCoreISelLowering.cpp | 58 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/ |
D | LabelFlowAnalyzerTest.java | 193 testInsn(LSUB, true); in testInsn()
|
/external/javassist/src/main/javassist/compiler/ |
D | CodeGen.java | 935 '-', 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/ |
D | X86ISelLowering.h | 551 LADD, LSUB, LOR, LXOR, LAND, enumerator
|
D | X86InstrInfo.td | 260 def X86lock_sub : SDNode<"X86ISD::LSUB", SDTLockBinaryArithWithFlags,
|
D | X86ISelLowering.cpp | 21181 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/ |
D | JarSourceCode.java | 1034 case Opcodes.LSUB: in opType() 1300 case Opcodes.LSUB: in updateState() 2027 case Opcodes.LSUB: in build()
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | Executor.java | 321 case LSUB: in execute()
|