Home
last modified time | relevance | path

Searched refs:inexact_vfp_flag_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/arm/
Dsimulator-arm.h375 bool inexact_vfp_flag_; variable
Dsimulator-arm.cc427 PrintF("INEXACT flag: %d;\n", sim_->inexact_vfp_flag_); in Debug()
683 inexact_vfp_flag_ = false; in Simulator()
3481 (inexact_vfp_flag_ << 4) | in DecodeTypeVFP()
3504 inexact_vfp_flag_ = (rt_value >> 4) & 1; in DecodeTypeVFP()
3703 inexact_vfp_flag_ = (abs_diff != 0); in ConvertDoubleToInt()