Searched defs:if_zero (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/v8/src/ic/ |
| D | unary-op-assembler.cc | 82 Label if_zero(this), if_min_smi(this), end(this); in Negate() local
|
| /third_party/node/deps/v8/src/compiler/ |
| D | effect-control-linearizer.cc | 1421 auto if_zero = __ MakeDeferredLabel(); in ChangeFloat64ToTagged() local 2405 auto if_zero = __ MakeDeferredLabel(); in LowerCheckedInt32Mul() local 2566 auto if_zero = __ MakeDeferredLabel(); in BuildCheckedFloat64ToInt32() local 2636 auto if_zero = __ MakeDeferredLabel(); in BuildCheckedFloat64ToInt64() local 6218 auto if_zero = __ MakeDeferredLabel(); in LowerFloat64RoundUp() local 6308 auto if_zero = __ MakeDeferredLabel(); in BuildFloat64RoundDown() local 6451 auto if_zero = __ MakeDeferredLabel(); in BuildFloat64RoundTruncate() local
|
| /third_party/node/deps/v8/src/codegen/ |
| D | code-stub-assembler.cc | 2386 allocate_two_digits(this), if_zero(this), done(this); in BigIntFromInt32Pair() local 2448 Label done(this), if_positive(this), if_negative(this), if_zero(this); in BigIntFromInt64() local 2485 Label if_zero(this), done(this); in LoadFixedBigUint64ArrayElementAsTagged() local 2508 Label high_zero(this), if_zero(this), done(this); in BigIntFromUint32Pair() local 2533 Label done(this), if_zero(this); in BigIntFromUint64() local
|