Home
last modified time | relevance | path

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

/external/v8/src/arm/
Dsimulator-arm.cc477 PrintF("C flag: %d; ", sim_->c_flag_); in Debug()
739 c_flag_ = false; in Simulator()
1258 case cs: return c_flag_; in ConditionallyExecute()
1259 case cc: return !c_flag_; in ConditionallyExecute()
1264 case hi: return c_flag_ && !z_flag_; in ConditionallyExecute()
1265 case ls: return !c_flag_ || z_flag_; in ConditionallyExecute()
1286 c_flag_ = val; in SetCFlag()
1393 c_flag_ = c_flag_FPSCR_; in Copy_FPSCR_to_APSR()
1432 *carry_out = c_flag_; in GetShiftRm()
1444 *carry_out = c_flag_; in GetShiftRm()
[all …]
Dsimulator-arm.h272 return c_flag_ ? 1 : 0; in GetCarry()
375 bool c_flag_; variable