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

  /external/chromium_org/v8/src/compiler/
machine-operator.h 103 const Operator* Int64UMod();
machine-operator-unittest.cc 207 PURE(Int64Mod, 2, 1), PURE(Int64UMod, 2, 1),
318 EXPECT_EQ(machine.Int64UMod(), machine.IntUMod());
opcodes.h 203 V(Int64UMod) \
raw-machine-assembler.h 273 Node* Int64UMod(Node* a, Node* b) {
274 return NewNode(machine()->Int64UMod(), a, b);
machine-operator.cc 97 V(Int64UMod, Operator::kNoProperties, 2, 1) \

Completed in 408 milliseconds