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

12

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DConstants.java308 _i2f = 134, // 0x86 field in class:Constants
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dbytecodes.hpp175 _i2f = 134, // 0x86 enumerator in enum:Bytecodes::Code
H A Dbytecodes.cpp429 def(_i2f , "i2f" , "b" , NULL , T_FLOAT , 0, false);
H A DtemplateTable.cpp395 def(Bytecodes::_i2f , ____|____|____|____, itos, ftos, convert , _ );
H A DbytecodeInterpreter.cpp1269 CASE(_i2f): /* convert top of stack int to float */
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkInliner.cpp611 case Bytecodes::_i2f:
H A DsharkBlock.cpp644 case Bytecodes::_i2f:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/interpreter/
H A DBytecodes.java173 public static final int _i2f = 134; // 0x86 field in class:Bytecodes
694 def(_i2f , "i2f" , "b" , null , BasicType.getTFloat() , 0, false);
/openjdk7/hotspot/src/share/vm/compiler/
H A DmethodLiveness.cpp742 case Bytecodes::_i2f:
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.cpp592 case Bytecodes::_i2f:
H A DtemplateTable_x86_32.cpp1427 case Bytecodes::_i2f: // fall through
1453 case Bytecodes::_i2f: // fall through
1471 case Bytecodes::_i2f:
H A DtemplateTable_x86_64.cpp1437 case Bytecodes::_i2f: // fall through
1463 case Bytecodes::_i2f: // fall through
1482 case Bytecodes::_i2f:
H A Dc1_LIRGenerator_x86.cpp938 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
963 case Bytecodes::_i2f: fixed_input = false; fixed_result = false; round_result = UseSSE < 1; needs_stub = false; break;
H A Dc1_LIRAssembler_x86.cpp1509 case Bytecodes::_i2f:
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp491 case Bytecodes::_i2f: set_constant((float)(x->value()->type()->as_IntConstant()->value())); break;
H A Dc1_LIR.cpp1911 case Bytecodes::_i2f: out->print("[i2f] "); break;
/openjdk7/hotspot/src/cpu/sparc/vm/
H A DtemplateTable_sparc.cpp1401 case Bytecodes::_i2f: // fall through
1427 case Bytecodes::_i2f: // fall through
1454 case Bytecodes::_i2f:
H A Dc1_LIRGenerator_sparc.cpp790 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
826 case Bytecodes::_i2f:
H A Dc1_LIRAssembler_sparc.cpp684 case Bytecodes::_i2f: {
/openjdk7/hotspot/src/share/vm/ci/
H A DbcEscapeAnalyzer.cpp678 case Bytecodes::_i2f:
H A DciTypeFlow.cpp1233 case Bytecodes::_i2f:
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/oops/
H A DGenerateOopMap.java1320 case Bytecodes._i2f:
/openjdk7/hotspot/src/share/vm/oops/
H A DgenerateOopMap.cpp1520 case Bytecodes::_i2f:
/openjdk7/hotspot/src/share/vm/opto/
H A Dparse2.cpp2143 case Bytecodes::_i2f:
/openjdk7/hotspot/src/share/vm/classfile/
H A Dverifier.cpp1332 case Bytecodes::_i2f :

Completed in 143 milliseconds

12