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

  /external/v8/test/unittests/compiler/
machine-operator-unittest.cc 203 PURE(Word64Or, 2, 0, 1), // --
402 EXPECT_EQ(machine.Word64Or(), machine.WordOr());
int64-lowering-unittest.cc 385 LowerGraph(graph()->NewNode(machine()->Word64Or(), Int64Constant(value(0)),
    [all...]
node-test-utils.cc     [all...]
  /external/v8/src/compiler/
opcodes.h 306 V(Word64Or) \
raw-machine-assembler.h 213 Node* Word64Or(Node* a, Node* b) {
214 return AddNode(machine()->Word64Or(), a, b);
code-assembler.h 102 V(Word64Or) \
machine-operator.h 218 const Operator* Word64Or();
machine-operator.cc 82 V(Word64Or, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
    [all...]
wasm-compiler.cc 476 op = m->Word64Or();
    [all...]
  /external/v8/test/cctest/compiler/
test-machine-operator-reducer.cc 718 // TODO(titzer): test MachineOperatorReducer for Word64Or
test-run-machops.cc 465 m.machine()->Word64And(), m.machine()->Word64Or(),
    [all...]
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 78 {&RawMachineAssembler::Word64Or, "Word64Or", kMips64Or,
564 m.Return(m.Word64Xor(m.Word64Or(m.Parameter(0), m.Parameter(0)),
575 m.Word64Or(m.Parameter(0), m.Parameter(0))));
    [all...]
  /external/v8/test/unittests/compiler/arm64/
instruction-selector-arm64-unittest.cc 70 {&RawMachineAssembler::Word64Or, "Word64Or", kArm64Or,
    [all...]

Completed in 741 milliseconds