Home
last modified time | relevance | path

Searched refs:Uint64LessThanOrEqual (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Dmachine-operator.h205 const Operator* Uint64LessThanOrEqual();
Dopcodes.h218 V(Uint64LessThanOrEqual) \
Draw-machine-assembler.h311 Node* Uint64LessThanOrEqual(Node* a, Node* b) { in Uint64LessThanOrEqual() function
312 return AddNode(machine()->Uint64LessThanOrEqual(), a, b); in Uint64LessThanOrEqual()
Dmachine-operator.cc143 V(Uint64LessThanOrEqual, Operator::kNoProperties, 2, 0, 1) \
Dwasm-compiler.cc561 op = m->Uint64LessThanOrEqual(); in Binop()
576 op = m->Uint64LessThanOrEqual(); in Binop()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc234 PURE(Uint64LessThanOrEqual, 2, 0, 1), // --
/external/v8/test/cctest/compiler/
Dtest-run-machops.cc402 m.machine()->Uint64LessThanOrEqual()}; in TEST()