Home
last modified time | relevance | path

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

/external/vixl/src/aarch64/
Dsimulator-aarch64.h1273 bool ReadN() const { return nzcv_.GetN() != 0; }
1276 bool ReadZ() const { return nzcv_.GetZ() != 0; }
1279 bool ReadC() const { return nzcv_.GetC() != 0; }
1282 bool ReadV() const { return nzcv_.GetV() != 0; }
1285 SimSystemRegister& ReadNzcv() { return nzcv_; }
3120 SimSystemRegister nzcv_;
Dsimulator-aarch64.cc119 nzcv_ = SimSystemRegister::DefaultValueFor(NZCV); in ResetState()
/external/v8/src/arm64/
Dsimulator-arm64.h1026 SimSystemRegister& nzcv() { return nzcv_; } in nzcv()
2128 SimSystemRegister nzcv_; variable
Dsimulator-arm64.cc349 nzcv_ = SimSystemRegister::DefaultValueFor(NZCV); in ResetState()