Home
last modified time | relevance | path

Searched refs:InstructionConst (Results 1 – 25 of 88) sorted by relevance

1234

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java321 return InstructionConst.ISUB; in createBinaryIntOp()
323 return InstructionConst.IADD; in createBinaryIntOp()
325 return InstructionConst.IREM; in createBinaryIntOp()
333 return InstructionConst.IOR; in createBinaryIntOp()
339 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
361 return InstructionConst.LOR; in createBinaryLongOp()
367 return op.equals(">>>") ? InstructionConst.LUSHR : InstructionConst.LSHR; in createBinaryLongOp()
439 return (size == 2) ? InstructionConst.POP2 : InstructionConst.POP; in createPop()
447 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP; in createDup()
455 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
[all …]
H A DPUSH.java44 instruction = InstructionConst.getInstruction(Const.ICONST_0 + value); in PUSH()
60 instruction = InstructionConst.getInstruction(Const.ICONST_0 + (value ? 1 : 0)); in PUSH()
70 instruction = InstructionConst.FCONST_0; in PUSH()
72 instruction = InstructionConst.FCONST_1; in PUSH()
74 instruction = InstructionConst.FCONST_2; in PUSH()
87 instruction = InstructionConst.LCONST_0; in PUSH()
89 instruction = InstructionConst.LCONST_1; in PUSH()
102 instruction = InstructionConst.DCONST_0; in PUSH()
104 instruction = InstructionConst.DCONST_1; in PUSH()
117 instruction = InstructionConst.ACONST_NULL; in PUSH()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java321 return InstructionConst.ISUB; in createBinaryIntOp()
323 return InstructionConst.IADD; in createBinaryIntOp()
325 return InstructionConst.IREM; in createBinaryIntOp()
333 return InstructionConst.IOR; in createBinaryIntOp()
339 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
361 return InstructionConst.LOR; in createBinaryLongOp()
367 return op.equals(">>>") ? InstructionConst.LUSHR : InstructionConst.LSHR; in createBinaryLongOp()
439 return (size == 2) ? InstructionConst.POP2 : InstructionConst.POP; in createPop()
447 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP; in createDup()
455 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
[all …]
H A DPUSH.java44 instruction = InstructionConst.getInstruction(Const.ICONST_0 + value); in PUSH()
60 instruction = InstructionConst.getInstruction(Const.ICONST_0 + (value ? 1 : 0)); in PUSH()
70 instruction = InstructionConst.FCONST_0; in PUSH()
72 instruction = InstructionConst.FCONST_1; in PUSH()
74 instruction = InstructionConst.FCONST_2; in PUSH()
87 instruction = InstructionConst.LCONST_0; in PUSH()
89 instruction = InstructionConst.LCONST_1; in PUSH()
102 instruction = InstructionConst.DCONST_0; in PUSH()
104 instruction = InstructionConst.DCONST_1; in PUSH()
117 instruction = InstructionConst.ACONST_NULL; in PUSH()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java321 return InstructionConst.ISUB; in createBinaryIntOp()
323 return InstructionConst.IADD; in createBinaryIntOp()
325 return InstructionConst.IREM; in createBinaryIntOp()
333 return InstructionConst.IOR; in createBinaryIntOp()
339 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
361 return InstructionConst.LOR; in createBinaryLongOp()
367 return op.equals(">>>") ? InstructionConst.LUSHR : InstructionConst.LSHR; in createBinaryLongOp()
439 return (size == 2) ? InstructionConst.POP2 : InstructionConst.POP; in createPop()
447 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP; in createDup()
455 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
[all …]
H A DPUSH.java44 instruction = InstructionConst.getInstruction(Const.ICONST_0 + value); in PUSH()
60 instruction = InstructionConst.getInstruction(Const.ICONST_0 + (value ? 1 : 0)); in PUSH()
70 instruction = InstructionConst.FCONST_0; in PUSH()
72 instruction = InstructionConst.FCONST_1; in PUSH()
74 instruction = InstructionConst.FCONST_2; in PUSH()
87 instruction = InstructionConst.LCONST_0; in PUSH()
89 instruction = InstructionConst.LCONST_1; in PUSH()
102 instruction = InstructionConst.DCONST_0; in PUSH()
104 instruction = InstructionConst.DCONST_1; in PUSH()
117 instruction = InstructionConst.ACONST_NULL; in PUSH()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java343 return InstructionConst.ISUB; in createBinaryIntOp()
345 return InstructionConst.IADD; in createBinaryIntOp()
347 return InstructionConst.IREM; in createBinaryIntOp()
355 return InstructionConst.IOR; in createBinaryIntOp()
361 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
383 return InstructionConst.LOR; in createBinaryLongOp()
389 return op.equals(">>>") ? InstructionConst.LUSHR : InstructionConst.LSHR; in createBinaryLongOp()
461 return (size == 2) ? InstructionConst.POP2 : InstructionConst.POP; in createPop()
469 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP; in createDup()
477 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
[all …]
H A DPUSH.java44 instruction = InstructionConst.getInstruction(Const.ICONST_0 + value); in PUSH()
60 instruction = InstructionConst.getInstruction(Const.ICONST_0 + (value ? 1 : 0)); in PUSH()
70 instruction = InstructionConst.FCONST_0; in PUSH()
72 instruction = InstructionConst.FCONST_1; in PUSH()
74 instruction = InstructionConst.FCONST_2; in PUSH()
87 instruction = InstructionConst.LCONST_0; in PUSH()
89 instruction = InstructionConst.LCONST_1; in PUSH()
102 instruction = InstructionConst.DCONST_0; in PUSH()
104 instruction = InstructionConst.DCONST_1; in PUSH()
117 instruction = InstructionConst.ACONST_NULL; in PUSH()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java317 return InstructionConst.ISUB; in createBinaryIntOp()
319 return InstructionConst.IADD; in createBinaryIntOp()
321 return InstructionConst.IREM; in createBinaryIntOp()
329 return InstructionConst.IOR; in createBinaryIntOp()
335 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
356 return InstructionConst.LOR; in createBinaryLongOp()
362 return op.equals(">>>") ? InstructionConst.LUSHR : InstructionConst.LSHR; in createBinaryLongOp()
430 return (size == 2) ? InstructionConst.POP2 : InstructionConst.POP; in createPop()
437 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP; in createDup()
444 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
[all …]
H A DPUSH.java44 instruction = InstructionConst.getInstruction(Const.ICONST_0 + value); in PUSH()
60 instruction = InstructionConst.getInstruction(Const.ICONST_0 + (value ? 1 : 0)); in PUSH()
70 instruction = InstructionConst.FCONST_0; in PUSH()
72 instruction = InstructionConst.FCONST_1; in PUSH()
74 instruction = InstructionConst.FCONST_2; in PUSH()
87 instruction = InstructionConst.LCONST_0; in PUSH()
89 instruction = InstructionConst.LCONST_1; in PUSH()
102 instruction = InstructionConst.DCONST_0; in PUSH()
104 instruction = InstructionConst.DCONST_1; in PUSH()
117 instruction = InstructionConst.ACONST_NULL; in PUSH()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java321 return InstructionConst.ISUB; in createBinaryIntOp()
323 return InstructionConst.IADD; in createBinaryIntOp()
325 return InstructionConst.IREM; in createBinaryIntOp()
333 return InstructionConst.IOR; in createBinaryIntOp()
339 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
361 return InstructionConst.LOR; in createBinaryLongOp()
367 return op.equals(">>>") ? InstructionConst.LUSHR : InstructionConst.LSHR; in createBinaryLongOp()
439 return (size == 2) ? InstructionConst.POP2 : InstructionConst.POP; in createPop()
447 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP; in createDup()
455 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
[all …]
H A DPUSH.java44 instruction = InstructionConst.getInstruction(Const.ICONST_0 + value); in PUSH()
60 instruction = InstructionConst.getInstruction(Const.ICONST_0 + (value ? 1 : 0)); in PUSH()
70 instruction = InstructionConst.FCONST_0; in PUSH()
72 instruction = InstructionConst.FCONST_1; in PUSH()
74 instruction = InstructionConst.FCONST_2; in PUSH()
87 instruction = InstructionConst.LCONST_0; in PUSH()
89 instruction = InstructionConst.LCONST_1; in PUSH()
102 instruction = InstructionConst.DCONST_0; in PUSH()
104 instruction = InstructionConst.DCONST_1; in PUSH()
117 instruction = InstructionConst.ACONST_NULL; in PUSH()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java321 return InstructionConst.ISUB; in createBinaryIntOp()
323 return InstructionConst.IADD; in createBinaryIntOp()
325 return InstructionConst.IREM; in createBinaryIntOp()
333 return InstructionConst.IOR; in createBinaryIntOp()
339 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
361 return InstructionConst.LOR; in createBinaryLongOp()
367 return op.equals(">>>") ? InstructionConst.LUSHR : InstructionConst.LSHR; in createBinaryLongOp()
439 return (size == 2) ? InstructionConst.POP2 : InstructionConst.POP; in createPop()
447 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP; in createDup()
455 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
[all …]
H A DPUSH.java44 instruction = InstructionConst.getInstruction(Const.ICONST_0 + value); in PUSH()
60 instruction = InstructionConst.getInstruction(Const.ICONST_0 + (value ? 1 : 0)); in PUSH()
70 instruction = InstructionConst.FCONST_0; in PUSH()
72 instruction = InstructionConst.FCONST_1; in PUSH()
74 instruction = InstructionConst.FCONST_2; in PUSH()
87 instruction = InstructionConst.LCONST_0; in PUSH()
89 instruction = InstructionConst.LCONST_1; in PUSH()
102 instruction = InstructionConst.DCONST_0; in PUSH()
104 instruction = InstructionConst.DCONST_1; in PUSH()
117 instruction = InstructionConst.ACONST_NULL; in PUSH()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DInstructionFactory.java322 return InstructionConst.ISUB; in createBinaryIntOp()
324 return InstructionConst.IADD; in createBinaryIntOp()
326 return InstructionConst.IREM; in createBinaryIntOp()
334 return InstructionConst.IOR; in createBinaryIntOp()
340 return op.equals(">>>") ? InstructionConst.IUSHR : InstructionConst.ISHR; in createBinaryIntOp()
362 return InstructionConst.LOR; in createBinaryLongOp()
368 return op.equals(">>>") ? InstructionConst.LUSHR : InstructionConst.LSHR; in createBinaryLongOp()
440 return (size == 2) ? InstructionConst.POP2 : InstructionConst.POP; in createPop()
448 return (size == 2) ? InstructionConst.DUP2 : InstructionConst.DUP; in createDup()
456 return (size == 2) ? InstructionConst.DUP2_X2 : InstructionConst.DUP_X2; in createDup_2()
[all …]
H A DPUSH.java45 instruction = InstructionConst.getInstruction(Const.ICONST_0 + value); in PUSH()
61 instruction = InstructionConst.getInstruction(Const.ICONST_0 + (value ? 1 : 0)); in PUSH()
71 instruction = InstructionConst.FCONST_0; in PUSH()
73 instruction = InstructionConst.FCONST_1; in PUSH()
75 instruction = InstructionConst.FCONST_2; in PUSH()
88 instruction = InstructionConst.LCONST_0; in PUSH()
90 instruction = InstructionConst.LCONST_1; in PUSH()
103 instruction = InstructionConst.DCONST_0; in PUSH()
105 instruction = InstructionConst.DCONST_1; in PUSH()
118 instruction = InstructionConst.ACONST_NULL; in PUSH()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DConstants.java30 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
41 public static final Instruction ATHROW = InstructionConst.ATHROW;
42 public static final Instruction DCMPG = InstructionConst.DCMPG;
43 public static final Instruction DCONST_0 = InstructionConst.DCONST_0;
44 public static final Instruction ICONST_0 = InstructionConst.ICONST_0;
46 public static final Instruction NOP = InstructionConst.NOP;
49 public static final StackInstruction DUP = InstructionConst.DUP;
50 public static final StackInstruction DUP2 = InstructionConst.DUP2;
53 public static final StackInstruction POP = InstructionConst.POP;
54 public static final StackInstruction POP2 = InstructionConst.POP2;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DConstants.java30 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
41 public static final Instruction ATHROW = InstructionConst.ATHROW;
42 public static final Instruction DCMPG = InstructionConst.DCMPG;
43 public static final Instruction DCONST_0 = InstructionConst.DCONST_0;
44 public static final Instruction ICONST_0 = InstructionConst.ICONST_0;
46 public static final Instruction NOP = InstructionConst.NOP;
49 public static final StackInstruction DUP = InstructionConst.DUP;
50 public static final StackInstruction DUP2 = InstructionConst.DUP2;
53 public static final StackInstruction POP = InstructionConst.POP;
54 public static final StackInstruction POP2 = InstructionConst.POP2;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DConstants.java30 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
41 public static final Instruction ATHROW = InstructionConst.ATHROW;
42 public static final Instruction DCMPG = InstructionConst.DCMPG;
43 public static final Instruction DCONST_0 = InstructionConst.DCONST_0;
44 public static final Instruction ICONST_0 = InstructionConst.ICONST_0;
46 public static final Instruction NOP = InstructionConst.NOP;
49 public static final StackInstruction DUP = InstructionConst.DUP;
50 public static final StackInstruction DUP2 = InstructionConst.DUP2;
53 public static final StackInstruction POP = InstructionConst.POP;
54 public static final StackInstruction POP2 = InstructionConst.POP2;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DConstants.java30 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
41 public static final Instruction ATHROW = InstructionConst.ATHROW;
42 public static final Instruction DCMPG = InstructionConst.DCMPG;
43 public static final Instruction DCONST_0 = InstructionConst.DCONST_0;
44 public static final Instruction ICONST_0 = InstructionConst.ICONST_0;
46 public static final Instruction NOP = InstructionConst.NOP;
49 public static final StackInstruction DUP = InstructionConst.DUP;
50 public static final StackInstruction DUP2 = InstructionConst.DUP2;
53 public static final StackInstruction POP = InstructionConst.POP;
54 public static final StackInstruction POP2 = InstructionConst.POP2;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DConstants.java30 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
41 public static final Instruction ATHROW = InstructionConst.ATHROW;
42 public static final Instruction DCMPG = InstructionConst.DCMPG;
43 public static final Instruction DCONST_0 = InstructionConst.DCONST_0;
44 public static final Instruction ICONST_0 = InstructionConst.ICONST_0;
46 public static final Instruction NOP = InstructionConst.NOP;
49 public static final StackInstruction DUP = InstructionConst.DUP;
50 public static final StackInstruction DUP2 = InstructionConst.DUP2;
53 public static final StackInstruction POP = InstructionConst.POP;
54 public static final StackInstruction POP2 = InstructionConst.POP2;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DConstants.java30 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
41 public static final Instruction ATHROW = InstructionConst.ATHROW;
42 public static final Instruction DCMPG = InstructionConst.DCMPG;
43 public static final Instruction DCONST_0 = InstructionConst.DCONST_0;
44 public static final Instruction ICONST_0 = InstructionConst.ICONST_0;
46 public static final Instruction NOP = InstructionConst.NOP;
49 public static final StackInstruction DUP = InstructionConst.DUP;
50 public static final StackInstruction DUP2 = InstructionConst.DUP2;
53 public static final StackInstruction POP = InstructionConst.POP;
54 public static final StackInstruction POP2 = InstructionConst.POP2;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DConstants.java30 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
41 public static final Instruction ATHROW = InstructionConst.ATHROW;
42 public static final Instruction DCMPG = InstructionConst.DCMPG;
43 public static final Instruction DCONST_0 = InstructionConst.DCONST_0;
44 public static final Instruction ICONST_0 = InstructionConst.ICONST_0;
46 public static final Instruction NOP = InstructionConst.NOP;
49 public static final StackInstruction DUP = InstructionConst.DUP;
50 public static final StackInstruction DUP2 = InstructionConst.DUP2;
53 public static final StackInstruction POP = InstructionConst.POP;
54 public static final StackInstruction POP2 = InstructionConst.POP2;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DConstants.java30 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
41 public static final Instruction ATHROW = InstructionConst.ATHROW;
42 public static final Instruction DCMPG = InstructionConst.DCMPG;
43 public static final Instruction DCONST_0 = InstructionConst.DCONST_0;
44 public static final Instruction ICONST_0 = InstructionConst.ICONST_0;
46 public static final Instruction NOP = InstructionConst.NOP;
49 public static final StackInstruction DUP = InstructionConst.DUP;
50 public static final StackInstruction DUP2 = InstructionConst.DUP2;
53 public static final StackInstruction POP = InstructionConst.POP;
54 public static final StackInstruction POP2 = InstructionConst.POP2;
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/util/
H A DRealType.java35 import com.sun.org.apache.bcel.internal.generic.InstructionConst;
299 return InstructionConst.DADD; in ADD()
303 return InstructionConst.DSUB; in SUB()
307 return InstructionConst.DMUL; in MUL()
311 return InstructionConst.DDIV; in DIV()
315 return InstructionConst.DREM; in REM()
319 return InstructionConst.DNEG; in NEG()
335 return less ? InstructionConst.DCMPG : InstructionConst.DCMPL; in CMP()

1234