Home
last modified time | relevance | path

Searched refs:Int64Add (Results 1 – 13 of 13) sorted by relevance

/external/v8/test/cctest/compiler/
Dcodegen-tester.cc595 m.Return(m.Int64Add(m.Parameter(0), m.Parameter(1))); in TEST()
607 m.Int64Add(m.Int64Add(m.Parameter(0), m.Parameter(1)), m.Parameter(2))); in TEST()
620 m.Return(m.Int64Add( in TEST()
621 m.Int64Add(m.Int64Add(m.Parameter(0), m.Parameter(1)), m.Parameter(2)), in TEST()
659 m.Int64Add(m.Parameter(0), m.Parameter(1)), kNoWriteBarrier); in TEST()
677 m.Int64Add(m.Int64Add(m.Parameter(0), m.Parameter(1)), m.Parameter(2)), in TEST()
700 m.Int64Add(m.Int64Add(m.Int64Add(m.Parameter(0), m.Parameter(1)), in TEST()
Dtest-simplified-lowering.cc761 return graph()->NewNode(machine()->Int64Add(), Int64Constant(1), in ExampleWithOutput()
Dtest-run-machops.cc397 m.machine()->Word64Equal(), m.machine()->Int64Add(), in TEST()
/external/v8/test/unittests/compiler/
Dmachine-operator-unittest.cc224 PURE(Int64Add, 2, 0, 1), // --
409 EXPECT_EQ(machine.Int64Add(), machine.IntAdd()); in TEST_F()
Dnode-matchers-unittest.cc409 const Operator* a_op = machine()->Int64Add(); in TEST_F()
Dnode-test-utils.cc2069 IS_BINOP_MATCHER(Int64Add)
/external/v8/test/unittests/compiler/arm64/
Dinstruction-selector-arm64-unittest.cc142 {{&RawMachineAssembler::Int64Add, "Int64Add", kArm64Add,
605 m.Return(m.Int64Add(m.Int64Constant(imm), m.Parameter(0))); in TEST_F()
730 m.Return(m.Int64Add(m.Int64Constant(-imm), m.Parameter(0))); in TEST_F()
780 m.Return((m.Int64Add)( in TEST_F()
811 m.Return(m.Int64Add(m.Word32And(m.Parameter(0), m.Int32Constant(0xff)), in TEST_F()
839 m.Return(m.Int64Add(m.Word32And(m.Parameter(0), m.Int32Constant(0xffff)), in TEST_F()
870 m.Int64Add(m.Word32Sar(m.Word32Shl(m.Parameter(0), m.Int32Constant(24)), in TEST_F()
902 m.Int64Add(m.Word32Sar(m.Word32Shl(m.Parameter(0), m.Int32Constant(16)), in TEST_F()
1654 {"Int64Mul", &RawMachineAssembler::Int64Mul, &RawMachineAssembler::Int64Add,
1902 m.Int64Add(m.Int64Mul(m.Parameter(0), m.Int64Constant((1L << k) + 1)), in TEST_F()
[all …]
/external/v8/src/compiler/
Dmachine-operator.h194 const Operator* Int64Add();
Dopcodes.h261 V(Int64Add) \
Draw-machine-assembler.h280 Node* Int64Add(Node* a, Node* b) { in Int64Add() function
281 return AddNode(machine()->Int64Add(), a, b); in Int64Add()
Dmachine-operator.cc130 V(Int64Add, Operator::kAssociative | Operator::kCommutative, 2, 0, 1) \
Dwasm-compiler.cc482 op = m->Int64Add(); in Binop()
/external/v8/test/unittests/compiler/mips64/
Dinstruction-selector-mips64-unittest.cc168 {&RawMachineAssembler::Int64Add, "Int64Add", kMips64Dadd,