Home
last modified time | relevance | path

Searched refs:round_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-arm64.h385 for (unsigned i = 0; i < arraysize(round_); i++) { in LogicVRegister()
386 round_[i] = false; in LogicVRegister()
587 bool GetRounding(int index) { return round_[index]; } in GetRounding()
590 void SetRounding(int index, bool round) { round_[index] = round; } in SetRounding()
641 bool round_[kQRegSize]; member in v8::internal::LogicVRegister
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h716 for (size_t i = 0; i < ArrayLength(round_); i++) { in LogicVRegister()
717 round_[i] = 0; in LogicVRegister()
936 bool GetRounding(int index) { return round_[index]; } in GetRounding()
939 void SetRounding(int index, bool round) { round_[index] = round; } in SetRounding()
1000 bool round_[kZRegMaxSizeInBytes]; member in vixl::aarch64::LogicVRegister

Completed in 11 milliseconds