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.h384 bool inexact_vfp_flag_; variable
Dsimulator-arm.cc483 PrintF("INEXACT flag: %d;\n", sim_->inexact_vfp_flag_); in Debug()
761 inexact_vfp_flag_ = false; in Simulator()
3054 (inexact_vfp_flag_ << 4) | in DecodeTypeVFP()
3077 inexact_vfp_flag_ = (rt_value >> 4) & 1; in DecodeTypeVFP()
3271 inexact_vfp_flag_ = (abs_diff != 0); in DecodeVCVTBetweenFloatingPointAndInteger()