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

12

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java318 _d2f = 144, // 0x90 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp185 _d2f = 144, // 0x90 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp439 def(_d2f , "d2f" , "b" , NULL , T_FLOAT , -1, false);
H A DtemplateTable.cpp405 def(Bytecodes::_d2f , ____|____|____|____, dtos, ftos, convert , _ );
H A DbytecodeInterpreter.cpp1348 CASE(_d2f): /* convert top of stack double to float */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp646 case Bytecodes::_d2f:
H A DsharkBlock.cpp697 case Bytecodes::_d2f:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java183 public static final int _d2f = 144; // 0x90 field in class:Bytecodes
704 def(_d2f , "d2f" , "b" , null , BasicType.getTFloat() , -1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp723 case Bytecodes::_d2f:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp567 case Bytecodes::_d2f:
H A DtemplateTable_x86_32.cpp1440 case Bytecodes::_d2f: tos_in = dtos; break;
1455 case Bytecodes::_d2f: tos_out = ftos; break;
1543 case Bytecodes::_d2f:
H A DtemplateTable_x86_64.cpp1450 case Bytecodes::_d2f: tos_in = dtos; break;
1465 case Bytecodes::_d2f: tos_out = ftos; break;
1551 case Bytecodes::_d2f:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
962 case Bytecodes::_d2f: fixed_input = false; fixed_result = UseSSE == 1; round_result = UseSSE < 1; needs_stub = false; break;
H A Dc1_LIRAssembler_x86.cpp1498 case Bytecodes::_d2f:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp499 case Bytecodes::_d2f: set_constant((float)(x->value()->type()->as_DoubleConstant()->value())); break;
H A Dc1_LIR.cpp1902 case Bytecodes::_d2f: out->print("[d2f] "); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1414 case Bytecodes::_d2f: tos_in = dtos; break;
1429 case Bytecodes::_d2f: tos_out = ftos; break;
1561 case Bytecodes::_d2f:
H A Dc1_LIRGenerator_sparc.cpp790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
849 case Bytecodes::_d2f: { // inline code
H A Dc1_LIRAssembler_sparc.cpp723 case Bytecodes::_d2f:
728 FloatRegister rval = (code == Bytecodes::_d2f) ? val->as_double_reg() : val->as_float_reg();
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp686 case Bytecodes::_d2f:
H A DciTypeFlow.cpp981 case Bytecodes::_d2f:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1299 case Bytecodes._d2f:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1499 case Bytecodes::_d2f:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1876 case Bytecodes::_d2f:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1395 case Bytecodes::_d2f :

Completed in 178 milliseconds

12