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

1 2

  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
LADD.java 21 * LADD - Add longs
27 public class LADD extends ArithmeticInstruction {
29 public LADD() {
30 super(org.apache.bcel.Const.LADD);
ArithmeticInstruction.java 79 case Const.LADD:
InstructionConst.java 89 public static final ArithmeticInstruction LADD = new LADD();
220 INSTRUCTIONS[Const.LADD] = LADD;
InstructionConstants.java 90 ArithmeticInstruction LADD = new LADD();
225 INSTRUCTIONS[Const.LADD] = LADD;
Visitor.java 381 void visitLADD( LADD obj );
EmptyVisitor.java 613 public void visitLADD( final LADD obj ) {
InstructionFactory.java 358 return InstructionConst.LADD;
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 54 // Corresponds to LADD instruction
55 LADD,
XCoreISelDAGToDAG.cpp 163 case XCoreISD::LADD: {
XCoreISelLowering.cpp 57 case XCoreISD::LADD : return "XCoreISD::LADD";
745 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD :
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.h 51 // Corresponds to LADD instruction
52 LADD,
XCoreISelDAGToDAG.cpp 183 case XCoreISD::LADD: {
XCoreISelLowering.cpp 53 case XCoreISD::LADD : return "XCoreISD::LADD";
730 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD :
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelLowering.h 54 // Corresponds to LADD instruction
55 LADD,
XCoreISelDAGToDAG.cpp 163 case XCoreISD::LADD: {
XCoreISelLowering.cpp 58 case XCoreISD::LADD : return "XCoreISD::LADD";
735 unsigned Opcode = (N->getOpcode() == ISD::ADD) ? XCoreISD::LADD :
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
ByteOps.java 124 public static final int LADD = 0x61;
452 "61 - ladd;" +
BytecodeArray.java 601 case ByteOps.LADD:
    [all...]
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/
Const.java     [all...]
Constants.java 668 short LADD = 97;
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
LabelFlowAnalyzerTest.java 189 testInsn(LADD, 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 262 case Opcodes.LADD:
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 550 /// EFLAGS, OUTCHAIN = LADD(INCHAIN, PTR, RHS)
551 LADD, LSUB, LOR, LXOR, LAND,
    [all...]

Completed in 930 milliseconds

1 2