HomeSort by relevance Sort by last modified time
    Searched full:word64and (Results 1 - 8 of 8) sorted by null

  /external/v8/src/compiler/
machine-operator-unittest.cc 194 PURE(Word64And, 2, 1), PURE(Word64Or, 2, 1),
304 EXPECT_EQ(machine.Word64And(), machine.WordAnd());
raw-machine-assembler.h 180 Node* Word64And(Node* a, Node* b) {
181 return NewNode(machine()->Word64And(), a, b);
machine-operator.h 74 const Operator* Word64And();
opcodes.h 176 V(Word64And) \
machine-operator.cc 69 V(Word64And, Operator::kAssociative | Operator::kCommutative, 2, 1) \
graph-unittest.cc 752 IS_BINOP_MATCHER(Word64And)
  /external/v8/src/compiler/arm64/
instruction-selector-arm64-unittest.cc 58 {&RawMachineAssembler::Word64And, "Word64And", kArm64And, kMachInt64},
    [all...]
  /external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 790 // TODO(titzer): test MachineOperatorReducer for Word64And

Completed in 113 milliseconds