Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/tests/
Dglobal_value_numbering_test.cpp59 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0()
60 auto add2 = builder.Int64Add(x, y); in HWTEST_F_L0()
61 auto add3 = builder.Int64Add(x, z); in HWTEST_F_L0()
85 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0()
86 auto add2 = builder.Int64Add(x, y); in HWTEST_F_L0()
109 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0()
134 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0()
135 auto add2 = builder.Int64Add(x, y); in HWTEST_F_L0()
136 auto add3 = builder.Int64Add(add1, add2); in HWTEST_F_L0()
165 auto add1 = builder.Int64Add(x, y); in HWTEST_F_L0()
[all …]
Dinstruction_combine_test.cpp78 auto test_x_add_0 = builder.Int64Add(x, const_i64_0); in HWTEST_F_L0()
85 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_1, const_i64_2)); in HWTEST_F_L0()
92 auto result = instcombie.VisitGate(builder.Int64Add(const_i64_max, const_i64_1)); in HWTEST_F_L0()
103 …auto result = instcombie.VisitGate(builder.Int64Add(builder.Int64Add(y, const_i64_max), const_i64_… in HWTEST_F_L0()
113 auto z_add_1 = builder.Int64Add(z, const_i64_1); in HWTEST_F_L0()
114 auto intfer = builder.Int64Add(z_add_1, z_add_1); in HWTEST_F_L0()
116 auto result = instcombie.VisitGate(builder.Int64Add(z_add_1, const_i64_2)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_array_stub_builder.cpp64 GateRef sumArrayLen = Int64Add(argLen, thisLen); in Concat()
125 i = Int64Add(*i, Int64(1)); in Concat()
126 j = Int64Add(*j, Int64(1)); in Concat()
144 k = Int64Add(*k, Int64(1)); in Concat()
145 j = Int64Add(*j, Int64(1)); in Concat()
270 toIndex = Int64Add(*toIndex, Int64(1)); in Filter()
286 i = Int64Add(*i, Int64(1)); in Filter()
539 GateRef tempStart = Int64Add(argStart, thisArrLen); in Slice()
586 GateRef tempEnd = Int64Add(argEnd, thisArrLen); in Slice()
641 … Branch(Int64GreaterThan(thisElesLen, Int64Add(*start, *count)), &inThisEles, &outThisEles); in Slice()
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/
Dlcr_circuit_builder.h237 return Int64ToTaggedPtr(Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET))); in DoubleToTaggedDoublePtr()
277 return Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET)); in DoubleToTaggedDouble()
290 return Int64Add(val, Int64(JSTaggedValue::DOUBLE_ENCODE_OFFSET)); in DoubleToTagged()
Dinterpreter_stub-inl.h559 GateRef currentInst2 = Int64Add(currentInst1, ZExtInt8ToInt64(ReadInst8_6(pc))); in ReadInst64_0()
561 GateRef currentInst4 = Int64Add(currentInst3, ZExtInt8ToInt64(ReadInst8_5(pc))); in ReadInst64_0()
563 GateRef currentInst6 = Int64Add(currentInst5, ZExtInt8ToInt64(ReadInst8_4(pc))); in ReadInst64_0()
565 GateRef currentInst8 = Int64Add(currentInst7, ZExtInt8ToInt64(ReadInst8_3(pc))); in ReadInst64_0()
567 GateRef currentInst10 = Int64Add(currentInst9, ZExtInt8ToInt64(ReadInst8_2(pc))); in ReadInst64_0()
569 GateRef currentInst12 = Int64Add(currentInst11, ZExtInt8ToInt64(ReadInst8_1(pc))); in ReadInst64_0()
571 return Int64Add(currentInst13, ZExtInt8ToInt64(ReadInst8_0(pc))); in ReadInst64_0()
Dslowpath_lowering.cpp1202 GateRef val = builder_.Int64Add(glue_, exceptionOffset); in LowerExceptionHandler()
1231 GateRef val = builder_.Int64Add(glue_, offset); in LowerLdGlobal()
2945 GateRef expectedArgc = builder_.Int64Add(builder_.GetExpectedNumOfArgs(method), in LowerFastCall()
2975 GateRef expectedArgc = builder_.Int64Add(builder_.GetExpectedNumOfArgs(method), in LowerFastCall()
Dcommon_stubs.cpp801 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in GenerateCircuit()
Dinstruction_combine.cpp661 …builder_.Int64Add(m.Left().Gate(), builder_.Int64(NegateWithWraparound(m.Right().ResolvedValue()))… in ReduceInt64Sub()
Dstub_builder.cpp1297 GateRef stateBitFieldAddr = Int64Add(glue, in SetValueWithBarrier()
1498 … n = Int64Add(Int64Mul(*n, Int64(10)), Int64Sub(ZExtInt32ToInt64(*c), Int64('0'))); in StringToElementIndex()
6937 … GateRef realNumArgs = Int64Add(ZExtInt32ToInt64(actualNumArgs), Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch()
6944 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch()
7120 GateRef expectedArgc = Int64Add(expectedNum, Int64(NUM_MANDATORY_JSFUNC_ARGS)); in JSCallDispatch()
7509 n = Int64Add(Int64Mul(*n, Int64(10)), in TryStringOrSymbolToElementIndex()
Dcircuit_builder.h60 V(Int64Add, Add, MachineType::I64) \
Dstub_builder-inl.h351 inline GateRef StubBuilder::Int64Add(GateRef x, GateRef y) in Int64Add() function
353 return env_->GetBuilder()->Int64Add(x, y); in Int64Add()
Dstub_builder.h169 GateRef Int64Add(GateRef x, GateRef y);