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.java1743 new SimpleInstruction(InstructionConstants.OP_ISHR),
1861 new SimpleInstruction(InstructionConstants.OP_ISHR),
1864 new SimpleInstruction(InstructionConstants.OP_ISHR),
1887 new SimpleInstruction(InstructionConstants.OP_ISHR),
1890 new SimpleInstruction(InstructionConstants.OP_ISHR),
1913 new SimpleInstruction(InstructionConstants.OP_ISHR),
1916 new SimpleInstruction(InstructionConstants.OP_ISHR),
1924 new SimpleInstruction(InstructionConstants.OP_ISHR),
1927 new SimpleInstruction(InstructionConstants.OP_ISHR),
1944 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/optimize/evaluation/
DEvaluationSimplifier.java174 case InstructionConstants.OP_ISHR: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java368 case InstructionConstants.OP_ISHR: in visitSimpleInstruction()