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

12

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java315 _f2d = 141, // 0x8d field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp182 _f2d = 141, // 0x8d enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp436 def(_f2d , "f2d" , "b" , NULL , T_DOUBLE , 1, false);
H A DtemplateTable.cpp402 def(Bytecodes::_f2d , ____|____|____|____, ftos, dtos, convert , _ );
H A DbytecodeInterpreter.cpp1329 CASE(_f2d): /* convert top of stack float to double */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp639 case Bytecodes::_f2d:
H A DsharkBlock.cpp681 case Bytecodes::_f2d:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java180 public static final int _f2d = 141; // 0x8d field in class:Bytecodes
701 def(_f2d , "f2d" , "b" , null , BasicType.getTDouble() , 1, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp757 case Bytecodes::_f2d:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp568 case Bytecodes::_f2d:
H A DtemplateTable_x86_32.cpp1437 case Bytecodes::_f2d: tos_in = ftos; break;
1458 case Bytecodes::_f2d: tos_out = dtos; break;
1528 case Bytecodes::_f2d:
H A DtemplateTable_x86_64.cpp1447 case Bytecodes::_f2d: tos_in = ftos; break;
1468 case Bytecodes::_f2d: tos_out = dtos; break;
1527 case Bytecodes::_f2d:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
961 case Bytecodes::_f2d: fixed_input = UseSSE == 1; fixed_result = false; round_result = false; needs_stub = false; break;
H A Dc1_LIRAssembler_x86.cpp1497 case Bytecodes::_f2d:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp496 case Bytecodes::_f2d: set_constant((double)(x->value()->type()->as_FloatConstant()->value())); break;
H A Dc1_LIR.cpp1905 case Bytecodes::_f2d: out->print("[f2d] "); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1411 case Bytecodes::_f2d: tos_in = ftos; break;
1432 case Bytecodes::_f2d: tos_out = dtos; break;
1540 case Bytecodes::_f2d:
H A Dc1_LIRGenerator_sparc.cpp790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
848 case Bytecodes::_f2d:
H A Dc1_LIRAssembler_sparc.cpp724 case Bytecodes::_f2d: {
725 bool is_double = (code == Bytecodes::_f2d);
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp674 case Bytecodes::_f2d:
H A DciTypeFlow.cpp1124 case Bytecodes::_f2d:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1338 case Bytecodes._f2d: pp(vCTS, vvCTS); break;
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1538 case Bytecodes::_f2d: pp(vCTS, vvCTS); break;
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp1870 case Bytecodes::_f2d:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1373 case Bytecodes::_f2d :

Completed in 150 milliseconds

12