Searched refs:_fsub (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java276 _fsub = 102, // 0x66 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp143 _fsub = 102, // 0x66 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp397 def(_fsub , "fsub" , "b" , NULL , T_FLOAT , -1, false);
H A DtemplateTable.cpp363 def(Bytecodes::_fsub , ____|____|____|____, ftos, ftos, fop2 , sub );
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp554 case Bytecodes::_fsub:
H A DsharkBlock.cpp545 case Bytecodes::_fsub:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java141 public static final int _fsub = 102; // 0x66 field in class:Bytecodes
662 def(_fsub , "fsub" , "b" , null , BasicType.getTFloat() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp708 case Bytecodes::_fsub:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_InstructionPrinter.cpp75 case Bytecodes::_fsub : // fall through
H A Dc1_LIRGenerator.cpp556 case Bytecodes::_fsub:
H A Dc1_GraphBuilder.cpp2592 case Bytecodes::_fsub : arithmetic_op(floatType , code); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp448 // for _fadd, _fmul, _fsub, _fdiv, _frem
454 case Bytecodes::_fsub:
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp614 case Bytecodes::_fsub:
H A DciTypeFlow.cpp1146 case Bytecodes::_fsub:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1284 case Bytecodes._fsub:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1484 case Bytecodes::_fsub:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1792 case Bytecodes::_fsub:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1285 case Bytecodes::_fsub :

Completed in 132 milliseconds