Home
last modified time | relevance | path

Searched refs:nzcv_ (Results 1 – 4 of 4) sorted by relevance

/external/vixl/src/aarch64/
Dsimulator-aarch64.h1317 bool ReadN() const { return nzcv_.GetN() != 0; }
1320 bool ReadZ() const { return nzcv_.GetZ() != 0; }
1323 bool ReadC() const { return nzcv_.GetC() != 0; }
1326 bool ReadV() const { return nzcv_.GetV() != 0; }
1329 SimSystemRegister& ReadNzcv() { return nzcv_; }
3237 SimSystemRegister nzcv_;
Dsimulator-aarch64.cc126 nzcv_ = SimSystemRegister::DefaultValueFor(NZCV); in ResetState()
/external/v8/src/execution/arm64/
Dsimulator-arm64.h1138 SimSystemRegister& nzcv() { return nzcv_; } in nzcv()
2270 SimSystemRegister nzcv_; variable
Dsimulator-arm64.cc351 nzcv_ = SimSystemRegister::DefaultValueFor(NZCV); in ResetState()