Searched refs:inv_op_vfp_flag_ (Results 1 – 2 of 2) sorted by relevance
499 PrintF("INVALID OP flag: %d; ", sim_->inv_op_vfp_flag_); in Debug()776 inv_op_vfp_flag_ = false; in Simulator()2851 (inv_op_vfp_flag_ << 0) | in DecodeTypeVFP()2873 inv_op_vfp_flag_ = (rt_value >> 0) & 1; in DecodeTypeVFP()2930 inv_op_vfp_flag_ = true; in DecodeVCMP()3057 inv_op_vfp_flag_ = get_inv_op_vfp_flag(mode, val, unsigned_integer); in DecodeVCVTBetweenFloatingPointAndInteger()3065 if (inv_op_vfp_flag_) { in DecodeVCVTBetweenFloatingPointAndInteger()
356 bool inv_op_vfp_flag_; variable