Searched refs:Int64Mul (Results 1 – 11 of 11) sorted by relevance
/external/v8/test/unittests/compiler/ |
D | machine-operator-unittest.cc | 224 PURE(Int64Mul, 2, 0, 1), // -- 411 EXPECT_EQ(machine.Int64Mul(), machine.IntMul()); in TEST_F()
|
D | int64-lowering-unittest.cc | 367 TEST_F(Int64LoweringTest, Int64Mul) { in TEST_F() argument 368 LowerGraph(graph()->NewNode(machine()->Int64Mul(), Int64Constant(value(0)), in TEST_F()
|
D | node-matchers-unittest.cc | 412 const Operator* m_op = machine()->Int64Mul(); in TEST_F()
|
/external/v8/test/unittests/compiler/arm64/ |
D | instruction-selector-arm64-unittest.cc | 225 {&RawMachineAssembler::Int64Mul, "Int64Mul", kArm64Mul, 1879 {"Int64Mul", &RawMachineAssembler::Int64Mul, &RawMachineAssembler::Int64Add, 2099 m.Return(m.Int64Mul(m.Parameter(0), m.Int64Constant((1L << k) + 1))); in TEST_F() 2112 m.Return(m.Int64Mul(m.Int64Constant((1L << k) + 1), m.Parameter(0))); in TEST_F() 2127 m.Int64Add(m.Int64Mul(m.Parameter(0), m.Int64Constant((1L << k) + 1)), in TEST_F() 2144 m.Int64Add(m.Int64Mul(m.Int64Constant((1L << k) + 1), m.Parameter(0)), in TEST_F() 2162 m.Int64Mul(m.Parameter(1), m.Int64Constant((1L << k) + 1)))); in TEST_F() 2179 m.Int64Mul(m.Int64Constant((1L << k) + 1), m.Parameter(1)))); in TEST_F() 2196 m.Int64Mul(m.Parameter(1), m.Int64Constant((1L << k) + 1)))); in TEST_F() 2213 m.Int64Mul(m.Int64Constant((1L << k) + 1), m.Parameter(1)))); in TEST_F()
|
/external/v8/src/compiler/ |
D | machine-operator.h | 258 const Operator* Int64Mul();
|
D | raw-machine-assembler.h | 307 Node* Int64Mul(Node* a, Node* b) { in Int64Mul() function 308 return AddNode(machine()->Int64Mul(), a, b); in Int64Mul()
|
D | opcodes.h | 330 V(Int64Mul) \
|
D | machine-operator.cc | 105 V(Int64Mul, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
|
D | wasm-compiler.cc | 465 op = m->Int64Mul(); in Binop()
|
/external/v8/test/unittests/compiler/mips64/ |
D | instruction-selector-mips64-unittest.cc | 122 {&RawMachineAssembler::Int64Mul, "Int64Mul", kMips64Dmul,
|
/external/v8/test/cctest/compiler/ |
D | test-run-machops.cc | 469 m.machine()->Int64Sub(), m.machine()->Int64Mul(), m.machine()->Int64Div(), in TEST()
|