Home
last modified time | relevance | path

Searched refs:IsZero (Results 1 – 25 of 100) sorted by relevance

1234

/third_party/node/deps/v8/src/codegen/arm64/
Dmacro-assembler-arm64-inl.h27 DCHECK(!rd.IsZero()); in And()
34 DCHECK(!rd.IsZero()); in Ands()
46 DCHECK(!rd.IsZero()); in Bic()
53 DCHECK(!rd.IsZero()); in Bics()
60 DCHECK(!rd.IsZero()); in Orr()
67 DCHECK(!rd.IsZero()); in Orn()
74 DCHECK(!rd.IsZero()); in Eor()
81 DCHECK(!rd.IsZero()); in Eon()
178 DCHECK(!rd.IsZero()); in Neg()
194 DCHECK(!rd.IsZero()); in Adc()
[all …]
Dassembler-arm64-inl.h44 inline bool CPURegister::IsZero() const { in IsZero() function
295 bool Operand::IsZero() const {
299 return reg().IsZero();
381 DCHECK(base.Is64Bits() && !base.IsZero());
393 DCHECK(base.Is64Bits() && !base.IsZero());
410 DCHECK(base.Is64Bits() && !base.IsZero());
417 DCHECK(base.Is64Bits() && !base.IsZero());
/third_party/vixl/src/aarch64/
Doperands-aarch64.cc209 bool Operand::IsZero() const { in IsZero() function in vixl::aarch64::Operand
213 return GetRegister().IsZero(); in IsZero()
244 VIXL_ASSERT(base.Is64Bits() && !base.IsZero()); in MemOperand()
259 VIXL_ASSERT(base.Is64Bits() && !base.IsZero()); in MemOperand()
279 VIXL_ASSERT(base.Is64Bits() && !base.IsZero()); in MemOperand()
292 VIXL_ASSERT(base.Is64Bits() && !base.IsZero()); in MemOperand()
337 } else if (GetRegisterOffset().IsZero()) { in IsEquivalentToPlainRegister()
416 return GetScalarOffset().IsZero(); in IsEquivalentToScalar()
Dmacro-assembler-aarch64.h1131 VIXL_ASSERT(!rd.IsZero()); in Adr()
1137 VIXL_ASSERT(!rd.IsZero()); in Adrp()
1143 VIXL_ASSERT(!rd.IsZero()); in Asr()
1144 VIXL_ASSERT(!rn.IsZero()); in Asr()
1150 VIXL_ASSERT(!rd.IsZero()); in Asr()
1151 VIXL_ASSERT(!rn.IsZero()); in Asr()
1152 VIXL_ASSERT(!rm.IsZero()); in Asr()
1181 VIXL_ASSERT(!rd.IsZero()); in Bfm()
1182 VIXL_ASSERT(!rn.IsZero()); in Bfm()
1191 VIXL_ASSERT(!rd.IsZero()); in Bfi()
[all …]
Dmacro-assembler-sve-aarch64.cc188 if (xd.IsZero()) return; in Addpl()
189 if (xn.IsZero() && xd.IsSP()) { in Addpl()
197 if (IsInt6(multiplier) && !xn.IsZero()) { in Addpl()
210 VIXL_ASSERT(xn.IsZero()); // Other cases were handled with `addpl`. in Addpl()
237 if (xn.IsZero()) { in Addpl()
259 if (xd.IsZero()) return; in Addvl()
260 if (xn.IsZero() && xd.IsSP()) { in Addvl()
268 if (xn.IsZero()) { in Addvl()
294 if (xn.IsZero()) { in Addvl()
348 VIXL_ASSERT(!offset.IsZero()); // Handled by IsEquivalentToScalar. in CalculateSVEAddress()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dbarrier.cc24 static bool IsZero(void *arg) { in IsZero() function
39 this->lock_.Await(Condition(IsZero, &this->num_to_block_)); in Block()
/third_party/spirv-tools/source/fuzz/
Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_record_synonymous_constants.cpp97 return constant2->IsZero(); in AreEquivalentConstants()
101 return constant1->IsZero(); in AreEquivalentConstants()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_rect.h99 bool IsZero () const;
103 return !IsZero (); in NotZero()
271 bool IsZero () const;
275 return !IsZero (); in NotZero()
Ddng_rect.cpp34 bool dng_rect::IsZero () const in IsZero() function in dng_rect
55 bool dng_rect_real64::IsZero () const in IsZero() function in dng_rect_real64
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h252 bool IsZero; variable
260 IsZero(false), IndependentFromDef(false) {} in ReadState()
282 bool isReadZero() const { return IsZero; } in isReadZero()
283 void setReadZero() { IsZero = true; } in setReadZero()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function
155 bool IsZero() const override { in IsZero() function
301 bool IsZero() const override { in IsZero() function
303 if (!c->IsZero()) { in IsZero()
443 bool IsZero() const override { return true; } in IsZero() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function
155 bool IsZero() const override { in IsZero() function
301 bool IsZero() const override { in IsZero() function
303 if (!c->IsZero()) { in IsZero()
443 bool IsZero() const override { return true; } in IsZero() function
/third_party/spirv-tools/source/opt/
Dfold.cpp305 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
318 if (constants[i] != nullptr && constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
359 if (constants[i]->IsZero()) { in FoldBinaryIntegerOpToConstant()
392 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
415 if (constants[0] != nullptr && constants[0]->IsZero()) { in FoldBinaryIntegerOpToConstant()
Dconstants.h128 virtual bool IsZero() const { return false; } in IsZero() function
155 bool IsZero() const override { in IsZero() function
301 bool IsZero() const override { in IsZero() function
303 if (!c->IsZero()) { in IsZero()
443 bool IsZero() const override { return true; } in IsZero() function
/third_party/vixl/src/
Dutils-vixl.cc52 bool IsZero(Float16 value) { in IsZero() function
247 } else if (IsZero(rhs) && IsZero(*this)) { in operator ==()
/third_party/gn/src/base/
Datomic_ref_count.h51 bool IsZero() const { in IsZero() function
/third_party/cef/include/base/
Dcef_atomic_ref_count.h93 bool IsZero() const { in IsZero() function
/third_party/cef/libcef_dll/base/
Dcef_ref_counted.cc26 return !ref_count_.IsZero(); in HasAtLeastOneRef()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dchar_map_test.cc64 ASSERT_TRUE(nothing_map.IsZero()); in TEST()
65 ASSERT_TRUE(!lets.IsZero()); in TEST()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
DShaderCompileTreeTest.h61 bool IsZero(TIntermNode *node);
/third_party/cef/include/
Dcef_base.h116 bool HasAtLeastOneRef() const { return !ref_count_.IsZero(); } in HasAtLeastOneRef()

1234