Home
last modified time | relevance | path

Searched refs:Uint64LessThanOrEqual (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h529 Node* Uint64LessThanOrEqual(Node* a, Node* b) { in Uint64LessThanOrEqual() function in v8::internal::compiler::RawMachineAssembler
530 return AddNode(machine()->Uint64LessThanOrEqual(), a, b); in Uint64LessThanOrEqual()
538 return Uint64LessThanOrEqual(b, a); in Uint64GreaterThanOrEqual()
H A Dgraph-assembler.h80 V(Uint64LessThanOrEqual) \
H A Dmachine-operator.h514 const Operator* Uint64LessThanOrEqual();
H A Dopcodes.h532 V(Uint64LessThanOrEqual) \
H A Dmachine-operator.cc304 V(Uint64LessThanOrEqual, Operator::kNoProperties, 2, 0, 1)
H A Dwasm-compiler.cc981 op = m->Uint64LessThanOrEqual(); in Binop()
996 op = m->Uint64LessThanOrEqual(); in Binop()
2469 gasm_->Uint64LessThanOrEqual(input, Int64Constant(kMaxInt)), in MemoryGrow()
H A Deffect-control-linearizer.cc1563 __ Uint64LessThanOrEqual(value, __ Int64Constant(Smi::kMaxValue)); in LowerChangeUint64ToTagged()
2538 Node* check = __ Uint64LessThanOrEqual(value, __ Int64Constant(kMaxInt)); in LowerCheckedUint64ToInt32()
2550 __ Uint64LessThanOrEqual(value, __ Int64Constant(Smi::kMaxValue)); in LowerCheckedUint64ToTaggedSigned()

Completed in 91 milliseconds