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

  /external/chromium_org/v8/src/compiler/
machine-operator.h 91 const Operator* Int32UMod();
machine-operator-unittest.cc 202 PURE(Int32UMod, 2, 1), PURE(Int32LessThan, 2, 1),
296 EXPECT_EQ(machine.Int32UMod(), machine.IntUMod());
opcodes.h 192 V(Int32UMod) \
raw-machine-assembler.h 234 Node* Int32UMod(Node* a, Node* b) {
235 return NewNode(machine()->Int32UMod(), a, b);
machine-operator.cc 86 V(Int32UMod, Operator::kNoProperties, 2, 1) \
representation-change.h 267 return machine()->Int32UMod();
  /external/chromium_org/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 534 R.binop = R.machine.Int32UMod();
test-run-machops.cc 68 m.machine()->Int32Mod(), m.machine()->Int32UMod(),
    [all...]
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm-unittest.cc     [all...]

Completed in 171 milliseconds