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

  /external/chromium_org/v8/src/compiler/
machine-operator.h 65 const Operator* Word32And();
machine-operator-unittest.cc 190 PURE(Word32And, 2, 1), PURE(Word32Or, 2, 1),
282 EXPECT_EQ(machine.Word32And(), machine.WordAnd());
opcodes.h 168 V(Word32And) \
raw-machine-assembler.h 150 Node* Word32And(Node* a, Node* b) {
151 return NewNode(machine()->Word32And(), a, b);
machine-operator.cc 61 V(Word32And, Operator::kAssociative | Operator::kCommutative, 2, 1) \
js-typed-lowering.cc 72 node_->ReplaceInput(1, graph()->NewNode(machine()->Word32And(), rnum,
651 return ReduceI32Binop(node, true, true, machine()->Word32And());
machine-operator-reducer.cc 273 node->set_op(machine()->Word32And());
graph-unittest.cc 747 IS_BINOP_MATCHER(Word32And)
  /external/chromium_org/v8/test/cctest/compiler/
test-run-machops.cc 62 m.machine()->Word32And(), m.machine()->Word32Or(),
    [all...]
test-machine-operator-reducer.cc 210 R.binop = R.machine.Word32And();
554 R.CheckFoldBinop<int32_t>(x, R.machine.Word32And(), (1u << n) - 1, x,
test-js-typed-lowering.cc 351 set(i++, machine.Word32And(), true);
    [all...]
test-simplified-lowering.cc     [all...]
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm-unittest.cc 33 {&RawMachineAssembler::Word32And, "Word32And", kArmAnd, kArmAnd, kArmTst},
    [all...]
  /external/chromium_org/v8/src/compiler/arm64/
instruction-selector-arm64-unittest.cc 57 {&RawMachineAssembler::Word32And, "Word32And", kArm64And32, kMachInt32},
115 {&RawMachineAssembler::Word32And, "Word32And", kArm64Tst32, kMachInt32},
410 m.Branch(m.Word32And(m.Parameter(0), m.Int32Constant(imm)), &a, &b);
464 m.Branch(m.Word32And(m.Int32Constant(imm), m.Parameter(0)), &a, &b);
    [all...]

Completed in 6302 milliseconds