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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java311 _l2f = 137, // 0x89 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp178 _l2f = 137, // 0x89 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp432 def(_l2f , "l2f" , "b" , NULL , T_FLOAT , -1, false);
H A DtemplateTable.cpp398 def(Bytecodes::_l2f , ____|____|____|____, ltos, ftos, convert , _ );
H A DbytecodeInterpreter.cpp1301 CASE(_l2f): /* convert top of stack long to float */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp622 case Bytecodes::_l2f:
H A DsharkBlock.cpp660 case Bytecodes::_l2f:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java176 public static final int _l2f = 137; // 0x89 field in class:Bytecodes
697 def(_l2f , "l2f" , "b" , null , BasicType.getTFloat() , -1, false);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
798 case Bytecodes::_l2f:
803 case Bytecodes::_l2f:
H A DtemplateTable_sparc.cpp1407 case Bytecodes::_l2f: // fall through
1428 case Bytecodes::_l2f: // fall through
1490 case Bytecodes::_l2f:
1496 if (bytecode() == Bytecodes::_l2f) {
1504 bytecode() == Bytecodes::_l2f
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp721 case Bytecodes::_l2f:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp593 case Bytecodes::_l2f:
H A DtemplateTable_x86_32.cpp1433 case Bytecodes::_l2f: // fall through
1454 case Bytecodes::_l2f: // fall through
1502 case Bytecodes::_l2f:
H A DtemplateTable_x86_64.cpp1443 case Bytecodes::_l2f: // fall through
1464 case Bytecodes::_l2f: // fall through
1500 case Bytecodes::_l2f:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
967 case Bytecodes::_l2f: fixed_input = false; fixed_result = UseSSE >= 1; round_result = UseSSE < 1; needs_stub = false; break;
H A Dc1_LIRAssembler_x86.cpp1543 case Bytecodes::_l2f:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp494 case Bytecodes::_l2f: set_constant(SharedRuntime::l2f(x->value()->type()->as_LongConstant()->value())); break;
H A Dc1_LIR.cpp1915 case Bytecodes::_l2f: out->print("[l2f] "); break;
H A Dc1_GraphBuilder.cpp2627 case Bytecodes::_l2f : convert(code, T_LONG , T_FLOAT ); break;
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp684 case Bytecodes::_l2f:
H A DciTypeFlow.cpp1335 case Bytecodes::_l2f:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1297 case Bytecodes._l2f:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1497 case Bytecodes::_l2f:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1884 case Bytecodes::_l2f:
1903 // For i486.ad, rounding is always necessary (see _l2f above).
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1345 case Bytecodes::_l2f :

Completed in 185 milliseconds