Searched refs:Uint64LessThan (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 487 Node* Uint64LessThan(Node* a, Node* b) { in Uint64LessThan() function 488 return AddNode(machine()->Uint64LessThan(), a, b); in Uint64LessThan() 497 Node* Uint64GreaterThan(Node* a, Node* b) { return Uint64LessThan(b, a); } in Uint64GreaterThan()
|
D | machine-operator.h | 426 const Operator* Uint64LessThan(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 525 V(Uint64LessThan) \
|
D | graph-assembler.h | 79 V(Uint64LessThan) \
|
D | machine-operator.cc | 253 V(Uint64LessThan, Operator::kNoProperties, 2, 0, 1) \
|
D | wasm-compiler.cc | 539 op = m->Uint64LessThan(); in Binop() 553 op = m->Uint64LessThan(); in Binop()
|
D | effect-control-linearizer.cc | 2535 Node* check = __ Uint64LessThan(index, limit); in LowerCheckedUint64Bounds()
|