Home
last modified time | relevance | path

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

/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h1880 bool ReadN() const { return nzcv_.GetN() != 0; }
1883 bool ReadZ() const { return nzcv_.GetZ() != 0; }
1886 bool ReadC() const { return nzcv_.GetC() != 0; }
1889 bool ReadV() const { return nzcv_.GetV() != 0; }
1892 SimSystemRegister& ReadNzcv() { return nzcv_; }
4708 SimSystemRegister nzcv_;
Dsimulator-aarch64.cc481 nzcv_ = SimSystemRegister::DefaultValueFor(NZCV); in Simulator()
/third_party/node/deps/v8/src/execution/arm64/
Dsimulator-arm64.h1145 SimSystemRegister& nzcv() { return nzcv_; } in nzcv()
2289 SimSystemRegister nzcv_; variable
Dsimulator-arm64.cc377 nzcv_ = SimSystemRegister::DefaultValueFor(NZCV); in ResetState()