Searched refs:lxor (Results 1 - 5 of 5) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DByteCodes.java173 lxor = 131, field in interface:ByteCodes
H A DCode.java647 case lxor:
2122 mnem[lxor] = "lxor";
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DConstFold.java131 case lxor: // ~
240 case lxor:
H A DLower.java787 if (ByteCodes.iadd <= bytecode && bytecode <= ByteCodes.lxor)
790 return (ByteCodes.lxor + 1 - iadd) * 2 + FIRSTASGOPcode;
792 return (bytecode - ishll + ByteCodes.lxor + 2 - iadd) * 2 + FIRSTASGOPcode;
839 case ByteCodes.ixor: case ByteCodes.lxor:
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymtab.java536 enterUnop("~", longType, longType, lxor);
624 enterBinop("^", longType, longType, longType, lxor);

Completed in 1160 milliseconds