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.h360 bool inexact_vfp_flag_; variable
Dsimulator-arm.cc503 PrintF("INEXACT flag: %d;\n", sim_->inexact_vfp_flag_); in Debug()
780 inexact_vfp_flag_ = false; in Simulator()
2847 (inexact_vfp_flag_ << 4) | in DecodeTypeVFP()
2869 inexact_vfp_flag_ = (rt_value >> 4) & 1; in DecodeTypeVFP()
3063 inexact_vfp_flag_ = (abs_diff != 0); in DecodeVCVTBetweenFloatingPointAndInteger()