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

  /external/v8/test/unittests/compiler/
machine-operator-unittest.cc 226 PURE(Int64Mul, 2, 0, 1), // --
411 EXPECT_EQ(machine.Int64Mul(), machine.IntMul());
node-matchers-unittest.cc 412 const Operator* m_op = machine()->Int64Mul();
    [all...]
  /external/v8/src/compiler/
machine-operator.h 198 const Operator* Int64Mul();
opcodes.h 265 V(Int64Mul) \
raw-machine-assembler.h 292 Node* Int64Mul(Node* a, Node* b) {
293 return AddNode(machine()->Int64Mul(), a, b);
machine-operator.cc 135 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
wasm-compiler.cc 488 op = m->Int64Mul();
    [all...]
  /external/v8/test/unittests/compiler/arm64/
instruction-selector-arm64-unittest.cc 222 {&RawMachineAssembler::Int64Mul, "Int64Mul", kArm64Mul,
    [all...]
  /external/v8/test/unittests/compiler/mips64/
instruction-selector-mips64-unittest.cc 122 {&RawMachineAssembler::Int64Mul, "Int64Mul", kMips64Dmul,
    [all...]
  /external/v8/test/cctest/compiler/
test-run-machops.cc 398 m.machine()->Int64Sub(), m.machine()->Int64Mul(), m.machine()->Int64Div(),
    [all...]

Completed in 3359 milliseconds