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

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIXOR.java62 * IXOR - Bitwise XOR int
67 public class IXOR extends ArithmeticInstruction { class in inherits:ArithmeticInstruction
68 public IXOR() { method in class:IXOR
69 super(com.sun.org.apache.bcel.internal.Constants.IXOR);
H A DArithmeticInstruction.java96 case Constants.IUSHR: case Constants.IXOR:
H A DInstructionConstants.java157 public static final ArithmeticInstruction IXOR = new IXOR(); field in interface:InstructionConstants
295 INSTRUCTIONS[Constants.IXOR] = IXOR;
H A DEmptyVisitor.java205 public void visitIXOR(IXOR obj) { }
H A DVisitor.java208 public void visitIXOR(IXOR obj);
H A DInstructionFactory.java301 case '^' : return IXOR;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DNotCall.java47 il.append(IXOR);
H A DEqualityExpr.java248 il.append(IXOR); // not x <-> x xor 1
260 il.append(IXOR); // not x <-> x xor 1
298 il.append(IXOR); // not x <-> x xor 1
309 il.append(IXOR); // x != y <-> x xor y
312 il.append(IXOR); // not x <-> x xor 1
/openjdk7/jaxws/src/share/jaxws_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:
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/
H A DConstants.java287 public static final short IXOR = 130; field in interface:Constants
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DOpcode.java173 IXOR(0x82), enum constant in enum:Opcode

Completed in 72 milliseconds