Home
last modified time | relevance | path

Searched refs:Int32LessThan (Results 1 – 19 of 19) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dint64-lowering.cc595 LowerComparison(node, machine()->Int32LessThan(), in LowerNode()
600 LowerComparison(node, machine()->Int32LessThan(), in LowerNode()
788 graph()->NewNode(machine()->Int32LessThan(), masked_shift6, in LowerNode()
Dsimplified-lowering.cc2811 lowering->DoMax(node, lowering->machine()->Int32LessThan(), in VisitNode()
2869 lowering->DoMin(node, lowering->machine()->Int32LessThan(), in VisitNode()
4663 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in Int32Div()
4673 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); in Int32Div()
4740 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in Int32Mod()
4758 Node* check2 = graph()->NewNode(machine()->Int32LessThan(), lhs, zero); in Int32Mod()
4783 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); in Int32Mod()
4810 graph()->NewNode(machine()->Int32LessThan(), input, zero), minus_one, in Int32Sign()
4813 graph()->NewNode(machine()->Int32LessThan(), zero, input), one, in Int32Sign()
4989 graph()->NewNode(machine()->Int32LessThan(), input, min), in DoSigned32ToUint8Clamped()
Draw-machine-assembler.h467 Node* Int32LessThan(Node* a, Node* b) { in Int32LessThan() function
468 return AddNode(machine()->Int32LessThan(), a, b); in Int32LessThan()
488 Node* Int32GreaterThan(Node* a, Node* b) { return Int32LessThan(b, a); } in Int32GreaterThan()
Drepresentation-change.cc1304 return machine()->Int32LessThan(); in Int32OperatorFor()
1350 ? machine()->Int32LessThan() in TaggedSignedOperatorFor()
Dgraph-assembler.cc188 return Int32LessThan(left, right); in SmiLessThan()
Dmachine-operator.h493 const Operator* Int32LessThan(); in NON_EXPORTED_BASE()
Deffect-control-linearizer.cc1430 __ GotoIf(__ Int32LessThan(__ Float64ExtractHighWord32(value), zero), in ChangeFloat64ToTagged()
2142 Node* check_rhs_positive = __ Int32LessThan(zero, rhs); in LowerCheckedInt32Div()
2313 __ GotoIf(__ Int32LessThan(lhs, zero), &if_lhs_negative); in LowerCheckedInt32Mod()
2414 Node* check_or = __ Int32LessThan(__ Word32Or(lhs, rhs), zero); in LowerCheckedInt32Mul()
2492 Node* unsafe = __ Int32LessThan(value, __ Int32Constant(0)); in LowerCheckedUint32ToInt32()
2575 Node* check_negative = __ Int32LessThan(__ Float64ExtractHighWord32(value), in BuildCheckedFloat64ToInt32()
2645 Node* check_negative = __ Int32LessThan(__ Float64ExtractHighWord32(value), in BuildCheckedFloat64ToInt64()
5714 Node* ret = __ Int32LessThan(ref_kind, kind); in IsElementsKindGreaterThan()
Dopcodes.h525 V(Int32LessThan) \
Dgraph-assembler.h68 V(Int32LessThan) \
Dmachine-operator-reducer.cc1212 graph()->NewNode(machine()->Int32LessThan(), dividend, zero), in ReduceInt32Mod()
1432 return sign_extended ? machine()->Int32LessThan() in Map64To32Comparison()
Dwasm-compiler.cc901 op = m->Int32LessThan(); in Binop()
913 op = m->Int32LessThan(); in Binop()
2802 Node* check0 = gasm_->Int32LessThan(zero, right); in BuildI32AsmjsRemS()
2820 Node* check2 = graph()->NewNode(m->Int32LessThan(), left, zero); in BuildI32AsmjsRemS()
2844 Node* check1 = graph()->NewNode(m->Int32LessThan(), right, minus_one); in BuildI32AsmjsRemS()
Dcode-assembler.h223 V(Int32LessThan, BoolT, Word32T, Word32T) \
Dmachine-operator.cc275 V(Int32LessThan, Operator::kNoProperties, 2, 0, 1) \
/third_party/node/deps/v8/src/builtins/
Dbuiltins-sharedarraybuffer-gen.cc83 GotoIf(Int32LessThan(elements_kind, Int32Constant(FLOAT32_ELEMENTS)), in ValidateIntegerTypedArray()
Dbuiltins-call-gen.cc417 Branch(Int32LessThan(var_elements_kind.value(), in CallOrConstructWithSpread()
Dbase.tq804 extern operator '<' macro Int32LessThan(int32, int32): bool;
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc1043 Branch(Int32LessThan(or_result, zero), &if_should_be_negative_zero, in SmiMul()
5643 Branch(Int32LessThan(UncheckedCast<Int32T>(BitcastFloat32ToInt32(value)), in TryFloat32ToSmi()
5675 Branch(Int32LessThan(UncheckedCast<Int32T>(Float64ExtractHighWord32(value)), in TryFloat64ToSmi()
6364 return Int32LessThan(instance_type, Int32Constant(FIRST_NONSTRING_TYPE)); in IsStringInstanceType()
6610 Int32LessThan(instance_type, Int32Constant(FIRST_WEAK_FIXED_ARRAY_TYPE)), in IsNotWeakFixedArraySubclass()
10887 GotoIf(Int32LessThan(int32_value, int32_zero), &done); in Int32ToUint8Clamped()
13202 GotoIf(Int32LessThan(rhs_instance_type, in StrictEqual()
15141 CSA_DCHECK(this, Int32LessThan(Int32Constant(descriptor), in CheckAndBranch()
15188 GotoIfNot(Int32LessThan(Int32Constant(max_descriptor_index), in CheckAndBranch()
Dcode-stub-assembler.h713 SMI_COMPARISON_OP(SmiLessThan, IntPtrLessThan, Int32LessThan)
/third_party/node/deps/v8/src/ic/
Daccessor-assembler.cc1257 GotoIf(Int32LessThan(handler_kind, STORE_KIND(kGlobalProxy)), &if_fast_smi); in HandleStoreICHandlerCase()