Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc479 PrintF("INVALID OP flag: %d; ", sim_->inv_op_vfp_flag_); in Debug()
757 inv_op_vfp_flag_ = false; in Simulator()
3058 (inv_op_vfp_flag_ << 0) | in DecodeTypeVFP()
3081 inv_op_vfp_flag_ = (rt_value >> 0) & 1; in DecodeTypeVFP()
3138 inv_op_vfp_flag_ = true; in DecodeVCMP()
3265 inv_op_vfp_flag_ = get_inv_op_vfp_flag(mode, val, unsigned_integer); in DecodeVCVTBetweenFloatingPointAndInteger()
3273 if (inv_op_vfp_flag_) { in DecodeVCVTBetweenFloatingPointAndInteger()
Dsimulator-arm.h380 bool inv_op_vfp_flag_; variable