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/evaluation/
DProcessor.java387 case InstructionConstants.OP_LSHR: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1986 new SimpleInstruction(InstructionConstants.OP_LSHR),
2320 new SimpleInstruction(InstructionConstants.OP_LSHR),
2340 new SimpleInstruction(InstructionConstants.OP_LSHR),
2343 new SimpleInstruction(InstructionConstants.OP_LSHR),
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java198 case InstructionConstants.OP_LSHR: in visitSimpleInstruction()