HomeSort by relevance Sort by last modified time
    Searched refs:Uint64LessThan (Results 1 - 5 of 5) sorted by null

  /external/v8/src/compiler/
raw-machine-assembler.h 359 Node* Uint64LessThan(Node* a, Node* b) {
360 return AddNode(machine()->Uint64LessThan(), a, b);
369 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); }
machine-operator.h 278 const Operator* Uint64LessThan();
opcodes.h 368 V(Uint64LessThan) \
machine-operator.cc 124 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
    [all...]
wasm-compiler.cc 655 op = m->Uint64LessThan();
669 op = m->Uint64LessThan();
    [all...]

Completed in 46 milliseconds