Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Draw-machine-assembler.h359 Node* Uint64LessThan(Node* a, Node* b) { in Uint64LessThan() function
360 return AddNode(machine()->Uint64LessThan(), a, b); in Uint64LessThan()
369 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); } in Uint64GreaterThan()
Dmachine-operator.h278 const Operator* Uint64LessThan(); in NON_EXPORTED_BASE()
Dopcodes.h368 V(Uint64LessThan) \
Dmachine-operator.cc124 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc655 op = m->Uint64LessThan(); in Binop()
669 op = m->Uint64LessThan(); in Binop()