Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1978 new SimpleInstruction(InstructionConstants.OP_ISHR),
2096 new SimpleInstruction(InstructionConstants.OP_ISHR),
2099 new SimpleInstruction(InstructionConstants.OP_ISHR),
2122 new SimpleInstruction(InstructionConstants.OP_ISHR),
2125 new SimpleInstruction(InstructionConstants.OP_ISHR),
2148 new SimpleInstruction(InstructionConstants.OP_ISHR),
2151 new SimpleInstruction(InstructionConstants.OP_ISHR),
2159 new SimpleInstruction(InstructionConstants.OP_ISHR),
2162 new SimpleInstruction(InstructionConstants.OP_ISHR),
2179 new SimpleInstruction(InstructionConstants.OP_ISHR),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java152 public static final byte OP_ISHR = 122; field
DInstructionFactory.java123 case InstructionConstants.OP_ISHR: in create()
/external/proguard/src/proguard/evaluation/
DProcessor.java383 case InstructionConstants.OP_ISHR: in visitSimpleInstruction()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java175 case InstructionConstants.OP_ISHR: in visitSimpleInstruction()