Searched refs:c_flag_ (Results 1 – 2 of 2) sorted by relevance
236 return c_flag_ ? 1 : 0; in GetCarry()356 bool c_flag_; variable
421 PrintF("C flag: %d; ", sim_->c_flag_); in Debug()662 c_flag_ = false; in Simulator()869 c_flag_ = ((value & (1 << 29)) != 0); in SetSpecialRegister()882 if (c_flag_) result |= (1 << 29); in GetFromSpecialRegister()1163 case cs: return c_flag_; in ConditionallyExecute()1164 case cc: return !c_flag_; in ConditionallyExecute()1169 case hi: return c_flag_ && !z_flag_; in ConditionallyExecute()1170 case ls: return !c_flag_ || z_flag_; in ConditionallyExecute()1191 c_flag_ = val; in SetCFlag()1299 c_flag_ = c_flag_FPSCR_; in Copy_FPSCR_to_APSR()[all …]