HomeSort by relevance Sort by last modified time
    Searched refs:LSUB (Results 1 - 25 of 44) sorted by null

1 2

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
LSUB.java 21 * LSUB - Substract longs
27 public class LSUB extends ArithmeticInstruction {
29 public LSUB() {
30 super(org.apache.bcel.Const.LSUB);
ArithmeticInstruction.java 88 case Const.LSUB:
InstructionConst.java 93 public static final ArithmeticInstruction LSUB = new LSUB();
224 INSTRUCTIONS[Const.LSUB] = LSUB;
InstructionConstants.java 94 ArithmeticInstruction LSUB = new LSUB();
229 INSTRUCTIONS[Const.LSUB] = LSUB;
Visitor.java 210 void visitLSUB( LSUB obj );
EmptyVisitor.java 328 public void visitLSUB( final LSUB obj ) {
InstructionFactory.java 356 return InstructionConst.LSUB;
  /external/eigen/Eigen/src/SparseLU/
SparseLU_Structs.h 27 * (xlsub,lsub): lsub[*] contains the compressed subscript of
29 * location of the j-th column in lsub[*]. Note that xlsub
34 * (xlsub,lsub) for the purpose of symmetric pruning. For each
37 * lsub[j], j=xlsub[s], .., xlsub[s+1]-1
41 * lsub[j], j=xlsub[t], .., xlsub[t+1]-1
74 typedef enum {LUSUP, UCOL, LSUB, USUB, LLVL, ULVL} MemType;
82 IndexVector lsub; // Compressed row indices of L rectangular supernodes. member in struct:Eigen::internal::LU_GlobalLU_t
84 IndexVector xlsub; // pointers to the beginning of each column in lsub
85 Index nzlmax; // Current max size of lsub
    [all...]
SparseLU_column_dfs.h 50 void mem_expand(IndexVector& lsub, Index& nextl, Index chmark)
53 m_luImpl.memXpand(lsub, m_glu.nzlmax, nextl, LSUB, m_glu.num_expansions);
115 dfs_kernel(StorageIndex(jcol), perm_r, nseg, glu.lsub, segrep, repfnz, xprune, marker2, parent,
143 * glu.lsub from previous supernode. Note we only store
158 glu.lsub(ito) = glu.lsub(ifrom);
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 57 // Corresponds to LSUB instruction
58 LSUB,
XCoreISelDAGToDAG.cpp 170 case XCoreISD::LSUB: {
XCoreISelLowering.cpp 58 case XCoreISD::LSUB : return "XCoreISD::LSUB";
746 XCoreISD::LSUB;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 54 // Corresponds to LSUB instruction
55 LSUB,
XCoreISelDAGToDAG.cpp 189 case XCoreISD::LSUB: {
XCoreISelLowering.cpp 54 case XCoreISD::LSUB : return "XCoreISD::LSUB";
731 XCoreISD::LSUB;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.h 57 // Corresponds to LSUB instruction
58 LSUB,
XCoreISelDAGToDAG.cpp 170 case XCoreISD::LSUB: {
XCoreISelLowering.cpp 59 case XCoreISD::LSUB : return "XCoreISD::LSUB";
736 XCoreISD::LSUB;
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 128 public static final int LSUB = 0x65;
456 "65 - lsub;" +
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java     [all...]
Constants.java 684 short LSUB = 101;
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 193 testInsn(LSUB, true);
  /external/jarjar/lib/
asm-4.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-3.3.jar 
  /external/desugar/java/com/google/devtools/build/android/desugar/
BytecodeTypeInference.java 263 case Opcodes.LSUB:

Completed in 235 milliseconds

1 2