Searched refs:IXOR (Results 1 - 25 of 26) sorted by relevance

12

/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/
H A DIXOR.java25 * IXOR - Bitwise XOR int
28 * @version $Id: IXOR.java 1747278 2016-06-07 17:28:43Z britter $
30 public class IXOR extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
32 public IXOR() { method in class:IXOR
33 super(com.sun.org.apache.bcel.internal.Const.IXOR);
H A DArithmeticInstruction.java81 case Const.IXOR:
H A DInstructionConst.java126 public static final ArithmeticInstruction IXOR = new IXOR(); field in class:InstructionConst
257 INSTRUCTIONS[Const.IXOR] = IXOR;
H A DVisitor.java448 void visitIXOR( IXOR obj );
H A DEmptyVisitor.java722 public void visitIXOR( final IXOR obj ) {
H A DInstructionFactory.java330 return InstructionConst.IXOR;
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNotCall.java45 il.append(IXOR);
H A DEqualityExpr.java246 il.append(IXOR); // not x <-> x xor 1
258 il.append(IXOR); // not x <-> x xor 1
296 il.append(IXOR); // not x <-> x xor 1
307 il.append(IXOR); // x != y <-> x xor y
310 il.append(IXOR); // not x <-> x xor 1
H A DConstants.java64 public static final ArithmeticInstruction IXOR = InstructionConst.IXOR; field in interface:Constants
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/org/objectweb/asm/
H A DOpcodes.java299 int IXOR = 130; // - field in interface:Opcodes
H A DFrame.java405 // -1, //IXOR, // -
1094 case Opcodes.IXOR:
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/
H A DOpcodes.java322 int IXOR = 130; // - field in interface:Opcodes
H A DFrame.java413 // -1, //IXOR, // -
1125 case Opcodes.IXOR:
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/types/
H A DIntType.java50 import static jdk.internal.org.objectweb.asm.Opcodes.IXOR;
196 method.visitInsn(IXOR);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.bytecode/src/org/graalvm/compiler/bytecode/
H A DBytecodes.java178 public static final int IXOR = 130; // 0x82 field in class:Bytecodes
503 def(IXOR , "ixor" , "b" , -1, COMMUTATIVE | ASSOCIATIVE);
805 case IXOR: // fall through
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/
H A DBasicInterpreter.java301 case IXOR:
H A DBasicVerifier.java269 case IXOR:
H A DFrame.java539 case Opcodes.IXOR:
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/
H A DConst.java1784 public static final short IXOR = 130; field in class:Const
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/org/objectweb/asm/commons/
H A DAdviceAdapter.java249 case IXOR:
H A DGeneratorAdapter.java221 public static final int XOR = Opcodes.IXOR;
866 mv.visitInsn(Opcodes.IXOR);
H A DInstructionAdapter.java316 case Opcodes.IXOR:
875 mv.visitInsn(type.getOpcode(Opcodes.IXOR));
H A DAnalyzerAdapter.java830 case Opcodes.IXOR:
/openjdk10/langtools/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DOpcode.java173 IXOR(0x82), enum constant in enum:Opcode
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/visitors/
H A DByteCodeVisitor.java338 currentMV.visitInsn(Opcodes.IXOR);
1560 currentMV.visitInsn(Opcodes.IXOR);

Completed in 240 milliseconds

12