hotspot/src/cpu/x86/vm/c1_LIRGenerator_x86.cpp
changeset 38237 d972e3a2df53
parent 38031 e0b822facc03
child 38238 1bbcc430c78d
equal deleted inserted replaced
38236:510f77046e00 38237:d972e3a2df53
  1106       ShouldNotReachHere();
  1106       ShouldNotReachHere();
  1107     }
  1107     }
  1108   }
  1108   }
  1109 }
  1109 }
  1110 
  1110 
       
  1111 void LIRGenerator::do_update_CRC32C(Intrinsic* x) {
       
  1112   Unimplemented();
       
  1113 }
       
  1114 
  1111 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
  1115 // _i2l, _i2f, _i2d, _l2i, _l2f, _l2d, _f2i, _f2l, _f2d, _d2i, _d2l, _d2f
  1112 // _i2b, _i2c, _i2s
  1116 // _i2b, _i2c, _i2s
  1113 LIR_Opr fixed_register_for(BasicType type) {
  1117 LIR_Opr fixed_register_for(BasicType type) {
  1114   switch (type) {
  1118   switch (type) {
  1115     case T_FLOAT:  return FrameMap::fpu0_float_opr;
  1119     case T_FLOAT:  return FrameMap::fpu0_float_opr;