Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc497 PrintF("C flag: %d; ", sim_->c_flag_); in Debug()
760 c_flag_ = false; in Simulator()
1300 case cs: return c_flag_; in ConditionallyExecute()
1301 case cc: return !c_flag_; in ConditionallyExecute()
1306 case hi: return c_flag_ && !z_flag_; in ConditionallyExecute()
1307 case ls: return !c_flag_ || z_flag_; in ConditionallyExecute()
1328 c_flag_ = val; in SetCFlag()
1408 c_flag_ = c_flag_FPSCR_; in Copy_FPSCR_to_APSR()
1447 *carry_out = c_flag_; in GetShiftRm()
1459 *carry_out = c_flag_; in GetShiftRm()
[all …]
Dsimulator-arm.h249 return c_flag_ ? 1 : 0; in GetCarry()
342 bool c_flag_; variable