Searched refs:Uint64LessThanOrEqual (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 529 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 D | graph-assembler.h | 80 V(Uint64LessThanOrEqual) \
|
H A D | machine-operator.h | 514 const Operator* Uint64LessThanOrEqual();
|
H A D | opcodes.h | 532 V(Uint64LessThanOrEqual) \
|
H A D | machine-operator.cc | 304 V(Uint64LessThanOrEqual, Operator::kNoProperties, 2, 0, 1)
|
H A D | wasm-compiler.cc | 981 op = m->Uint64LessThanOrEqual(); in Binop() 996 op = m->Uint64LessThanOrEqual(); in Binop() 2469 gasm_->Uint64LessThanOrEqual(input, Int64Constant(kMaxInt)), in MemoryGrow()
|
H A D | effect-control-linearizer.cc | 1563 __ 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