Home
last modified time | relevance | path

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

/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java1759 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1874 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1877 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1900 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1903 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1935 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1938 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1949 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1955 new SimpleInstruction(InstructionConstants.OP_IUSHR),
1960 new SimpleInstruction(InstructionConstants.OP_IUSHR),
[all …]
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java154 public static final byte OP_IUSHR = 124; field
DInstructionFactory.java125 case InstructionConstants.OP_IUSHR: in create()
/external/proguard/src/proguard/optimize/evaluation/
DEvaluationSimplifier.java175 case InstructionConstants.OP_IUSHR: in visitSimpleInstruction()
/external/proguard/src/proguard/evaluation/
DProcessor.java376 case InstructionConstants.OP_IUSHR: in visitSimpleInstruction()