Home
last modified time | relevance | path

Searched refs:OP_LSHR (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java153 public static final byte OP_LSHR = 123; field
DInstructionFactory.java124 case InstructionConstants.OP_LSHR: in create()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1751 new SimpleInstruction(InstructionConstants.OP_LSHR),
2085 new SimpleInstruction(InstructionConstants.OP_LSHR),
2105 new SimpleInstruction(InstructionConstants.OP_LSHR),
2108 new SimpleInstruction(InstructionConstants.OP_LSHR),
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java196 case InstructionConstants.OP_LSHR: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java372 case InstructionConstants.OP_LSHR: in visitSimpleInstruction()