Home
last modified time | relevance | path

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

/external/javassist/src/main/javassist/bytecode/
DOpcode.java209 int LSUB = 101; field
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h55 LSUB, enumerator
DXCoreISelDAGToDAG.cpp190 case XCoreISD::LSUB: { in Select()
DXCoreISelLowering.cpp53 case XCoreISD::LSUB : return "XCoreISD::LSUB"; in getTargetNodeName()
740 XCoreISD::LSUB; in ExpandADDSUB()
1376 case XCoreISD::LSUB: { in PerformDAGCombine()
1532 case XCoreISD::LSUB: in computeMaskedBitsForTargetNode()
/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/javassist/src/main/javassist/bytecode/analysis/
DExecutor.java321 case LSUB: in execute()