Searched refs:_lxor (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java305 _lxor = 131, // 0x83 field in class:Constants
H A DInstruction.java493 def("b", _istore_0, _lxor);
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp172 _lxor = 131, // 0x83 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp426 def(_lxor , "lxor" , "b" , NULL , T_LONG , -2, false);
H A DtemplateTable.cpp392 def(Bytecodes::_lxor , ____|____|____|____, ltos, ltos, lop2 , _xor );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp518 case Bytecodes::_lxor:
H A DsharkBlock.cpp532 case Bytecodes::_lxor:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java170 public static final int _lxor = 131; // 0x83 field in class:Bytecodes
691 def(_lxor , "lxor" , "b" , null , BasicType.getTLong() , -2, false);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp80 case Bytecodes::_lxor: set_constant(jlong_cast(0)); return;
141 case Bytecodes::_lxor: set_constant(a ^ b); return;
H A Dc1_Instruction.cpp293 case Bytecodes::_lxor: break;
H A Dc1_InstructionPrinter.cpp102 case Bytecodes::_lxor : return "^";
H A Dc1_LIRGenerator.cpp631 case Bytecodes::_lxor: __ logical_xor(left_op, right_op, result_op); break;
H A Dc1_GraphBuilder.cpp2621 case Bytecodes::_lxor : logic_op(longType, code); break;
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp739 case Bytecodes::_lxor:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp640 case Bytecodes::_lxor:
H A DciTypeFlow.cpp1354 case Bytecodes::_lxor:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1316 case Bytecodes._lxor: pp(vvvvCTS, vvCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1516 case Bytecodes::_lxor: pp(vvvvCTS, vvCTS); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2011 case Bytecodes::_lxor:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1259 case Bytecodes::_lxor :

Completed in 130 milliseconds