Home
last modified time | relevance | path

Searched refs:OP_DUP (Results 1 – 9 of 9) sorted by relevance

/external/proguard/src/proguard/classfile/util/
DDynamicMemberReferenceInitializer.java226 new SimpleInstruction(InstructionConstants.OP_DUP),
240 new SimpleInstruction(InstructionConstants.OP_DUP),
244 new SimpleInstruction(InstructionConstants.OP_DUP),
289 new SimpleInstruction(InstructionConstants.OP_DUP),
301 new SimpleInstruction(InstructionConstants.OP_DUP),
305 new SimpleInstruction(InstructionConstants.OP_DUP),
327 new SimpleInstruction(InstructionConstants.OP_DUP),
340 new SimpleInstruction(InstructionConstants.OP_DUP),
344 new SimpleInstruction(InstructionConstants.OP_DUP),
/external/proguard/src/proguard/optimize/peephole/
DInstructionSequenceConstants.java526 new SimpleInstruction(InstructionConstants.OP_DUP),
544 new SimpleInstruction(InstructionConstants.OP_DUP),
562 new SimpleInstruction(InstructionConstants.OP_DUP),
2526 new SimpleInstruction(InstructionConstants.OP_DUP),
3698 new SimpleInstruction(InstructionConstants.OP_DUP),
3709 new SimpleInstruction(InstructionConstants.OP_DUP),
3720 new SimpleInstruction(InstructionConstants.OP_DUP),
3749 new SimpleInstruction(InstructionConstants.OP_DUP),
3760 new SimpleInstruction(InstructionConstants.OP_DUP),
3771 new SimpleInstruction(InstructionConstants.OP_DUP),
[all …]
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumClassSimplifier.java94 new SimpleInstruction(InstructionConstants.OP_DUP),
DEvaluationShrinker.java61 private static final int DUP = InstructionConstants.OP_DUP & 0xff;
593 case InstructionConstants.OP_DUP: in visitSimpleInstruction()
1057 … case InstructionConstants.OP_DUP: return fixedDup (instructionOffset, topBefore, topAfter); in fixDupSwap()
1925 return instruction.opcode >= InstructionConstants.OP_DUP && in isDupOrSwap()
/external/proguard/src/proguard/classfile/instruction/
DInstructionConstants.java119 public static final byte OP_DUP = 89; field
DInstructionFactory.java90 case InstructionConstants.OP_DUP: in create()
/external/proguard/src/proguard/preverify/
DCodePreverifier.java620 return opcode >= InstructionConstants.OP_DUP && in isDupOrSwap()
/external/clang/include/clang/Basic/
Darm_neon.td410 def OP_DUP : Op<(dup $p0)>;
683 OP_DUP>;
686 OP_DUP>;
1120 def DUP_N : WOpInst<"vdup_n", "ds", "dQdPlQPl", OP_DUP>;
1121 def MOV_N : WOpInst<"vmov_n", "ds", "dQdPlQPl", OP_DUP>;
/external/proguard/src/proguard/evaluation/
DProcessor.java207 case InstructionConstants.OP_DUP: in visitSimpleInstruction()