Searched refs:Int32LessThan (Results 1 – 15 of 15) sorted by relevance
/external/v8/src/builtins/ |
D | builtins-sharedarraybuffer.cc | 72 a->Branch(a->Int32LessThan(elements_instance_type, in ValidateSharedTypedArray() 147 a->WordOr(a->Int32LessThan(index_word, a->Int32Constant(0)), in ValidateAtomicIndex()
|
/external/v8/src/compiler/ |
D | int64-lowering.cc | 507 LowerComparison(node, machine()->Int32LessThan(), in LowerNode() 512 LowerComparison(node, machine()->Int32LessThan(), in LowerNode() 683 graph()->NewNode(machine()->Int32LessThan(), masked_shift6, in LowerNode()
|
D | simplified-lowering.cc | 1991 lowering->DoMax(node, lowering->machine()->Int32LessThan(), in VisitNode() 2017 lowering->DoMin(node, lowering->machine()->Int32LessThan(), in VisitNode() 3022 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in Int32Div() 3032 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); in Int32Div() 3100 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in Int32Mod() 3118 Node* check2 = graph()->NewNode(machine()->Int32LessThan(), lhs, zero); in Int32Mod() 3143 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), rhs, minus_one); in Int32Mod() 3170 graph()->NewNode(machine()->Int32LessThan(), input, zero), minus_one, in Int32Sign() 3173 graph()->NewNode(machine()->Int32LessThan(), zero, input), one, in Int32Sign() 3375 graph()->NewNode(machine()->Int32LessThan(), input, min), in DoSigned32ToUint8Clamped()
|
D | raw-machine-assembler.h | 300 Node* Int32LessThan(Node* a, Node* b) { in Int32LessThan() function 301 return AddNode(machine()->Int32LessThan(), a, b); in Int32LessThan() 321 Node* Int32GreaterThan(Node* a, Node* b) { return Int32LessThan(b, a); } in Int32GreaterThan()
|
D | machine-operator.h | 259 const Operator* Int32LessThan(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 343 V(Int32LessThan) \
|
D | code-assembler.h | 50 V(Int32LessThan) \
|
D | effect-control-linearizer.cc | 989 graph()->NewNode(machine()->Int32LessThan(), value_instance_type, in LowerTruncateTaggedToBit() 1344 Node* check0 = graph()->NewNode(machine()->Int32LessThan(), zero, rhs); in LowerCheckedInt32Div() 1474 Node* check1 = graph()->NewNode(machine()->Int32LessThan(), lhs, zero); in LowerCheckedInt32Mod() 1603 graph()->NewNode(machine()->Int32LessThan(), or_inputs, zero); in LowerCheckedInt32Mul() 1699 machine()->Int32LessThan(), in BuildCheckedFloat64ToInt32()
|
D | representation-change.cc | 783 return machine()->Int32LessThan(); in Int32OperatorFor()
|
D | machine-operator.cc | 97 V(Int32LessThan, Operator::kNoProperties, 2, 0, 1) \
|
D | wasm-compiler.cc | 510 op = m->Int32LessThan(); in Binop() 522 op = m->Int32LessThan(); in Binop() 2304 machine->Int32LessThan(), in BuildChangeFloat64ToTagged()
|
D | machine-operator-reducer.cc | 845 0, graph()->NewNode(machine()->Int32LessThan(), dividend, zero)); in ReduceInt32Mod()
|
/external/v8/src/interpreter/ |
D | interpreter-intrinsics.cc | 296 Node* comparison = __ Int32LessThan(target_args_count, __ Int32Constant(0)); in Call()
|
D | interpreter-assembler.cc | 1286 Node* condition = Int32LessThan(index, RegisterCount()); in ExportRegisterFile() 1320 Node* condition = Int32LessThan(index, RegisterCount()); in ImportRegisterFile()
|
/external/v8/src/ |
D | code-stub-assembler.cc | 540 Branch(Int32LessThan(or_result, zero), &if_should_be_negative_zero, in SmiMul() 2438 Branch(Int32LessThan(Float64ExtractHighWord32(value), Int32Constant(0)), in ChangeFloat64ToTagged() 2734 return Int32LessThan(instance_type, Int32Constant(FIRST_NONSTRING_TYPE)); in IsStringInstanceType() 6859 GotoIf(Int32LessThan(int32_value, int32_zero), &done); in Int32ToUint8Clamped()
|