Home
last modified time | relevance | path

Searched refs:Uint64LessThan (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.h385 Node* Uint64LessThan(Node* a, Node* b) { in Uint64LessThan() function
386 return AddNode(machine()->Uint64LessThan(), a, b); in Uint64LessThan()
395 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); } in Uint64GreaterThan()
Dmachine-operator.h295 const Operator* Uint64LessThan(); in NON_EXPORTED_BASE()
Dopcodes.h453 V(Uint64LessThan) \
Dmachine-operator.cc134 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc453 op = m->Uint64LessThan(); in Binop()
467 op = m->Uint64LessThan(); in Binop()