Home
last modified time | relevance | path

Searched refs:tmp1 (Results 1 - 25 of 26) sorted by relevance

12

/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/
H A Dinterpreter_to_compiled_code_bridge_armhf.S73 .macro PUSH_ARG arg_ptr, gpr_ptr, fpr_ptr, stack_ptr, tmp1, tmp2, next_label
81 ldr \tmp1, [\arg_ptr]
85 strlt \tmp1, [\gpr_ptr, #-4]!
86 strge \tmp1, [\stack_ptr], #4
97 sub \tmp1, r4, \gpr_ptr
98 cmp \tmp1, #16
99 ldm \arg_ptr, {\tmp1, \tmp2}
101 // store tmp1 and tmp2 in the reverse order
104 str \tmp1, [\gpr_ptr, #4]
110 sub \tmp1, \fpr_pt
[all...]
H A Dinterpreter_to_compiled_code_bridge_arm.S23 .macro PUSH_ARG arg_ptr, stack_ptr, tmp1, tmp2, next_label
31 ldr \tmp1, [\arg_ptr]
32 str \tmp1, [\stack_ptr], #4
35 ldm \arg_ptr, {\tmp1, \tmp2}
38 stm \stack_ptr!, {\tmp1, \tmp2}
50 ldm \arg_ptr, {\tmp1, \tmp2}
51 stm \stack_ptr, {\tmp1, \tmp2}
/arkcompiler/ets_runtime/test/moduletest/ecmastringtable/
H A Decmastringtable.js128 let tmp1 = "123";
130 let key2 = tmp1 + tmp2;
137 let tmp1 = "1一2";
139 let key2 = tmp1 + tmp2;
146 let tmp1 = "123";
148 let key2 = tmp1 + tmp2;
155 let tmp1 = "123";
157 let key2 = tmp1 + tmp2;
164 let tmp1 = "一二三";
166 let key2 = tmp1
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp749 auto tmp1 = RandomGen<uint32_t>(); in TEST_F() local
750 uint32_t tmp2 = tmp1; in TEST_F()
752 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
755 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp2=" << tmp2 << " result =" << result << "\n"; in TEST_F()
762 auto tmp1 = RandomGen<uint32_t>(); in TEST_F() local
766 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
767 auto retData = (tmp1 == tmp2); in TEST_F()
771 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp in TEST_F()
857 auto tmp1 = RandomGen<T>(); TestAdd() local
929 T tmp1 = RandomGen<T>(); TestAddImm() local
983 T tmp1 = RandomGen<T>(); TestSub() local
1055 T tmp1 = RandomGen<T>(); TestSubImm() local
1109 T tmp1 = RandomGen<T>(); TestMul() local
1181 T tmp1 = RandomGen<T>(); TestMin() local
1256 T tmp1 = RandomGen<T>(); TestMax() local
1330 T tmp1 = RandomGen<T>(); TestShl() local
1391 T tmp1 = RandomGen<T>(); TestShr() local
1455 T tmp1 = RandomGen<T>(); TestAShr() local
1514 T tmp1 = RandomGen<T>(); TestAnd() local
1559 T tmp1 = RandomGen<T>(); TestOr() local
1604 T tmp1 = RandomGen<T>(); TestXor() local
1654 T tmp1 = RandomGen<T>(); TestShlImm() local
1714 T tmp1 = RandomGen<T>(); TestShrImm() local
1773 T tmp1 = RandomGen<T>(); TestCmp() local
1819 T tmp1 = RandomGen<T>(); TestFcmp() local
1899 T tmp1 = hi | (lo + 1U); TestCmp64() local
1948 T tmp1 = RandomGen<T>(); TestCompare() local
[all...]
H A Dencoder64_test_2.cpp54 T tmp1 = hi | (lo + 1U); in TestCompare64() local
62 if (!test->CallCode<T, int32_t>(tmp1, tmp2, compare(tmp1, tmp2))) { in TestCompare64()
306 T tmp1 = RandomGen<T>(); in TestDiv() local
313 if (!test->CallCode<T>(tmp1, tmp2, (tmp1 / tmp2))) { in TestDiv()
436 T tmp1 = RandomGen<T>(); in TestMod() local
444 if (!test->CallCode<T>(tmp1, tmp2, fmodf(tmp1, tmp2))) { in TestMod()
448 if (!test->CallCode<T>(tmp1, tmp in TestMod()
683 T tmp1 = RandomGen<T>(); TestSelect() local
775 T tmp1; TestSelectTest() local
844 T tmp1 = RandomGen<T>(); TestCompareTest() local
914 T tmp1 = RandomGen<T>(); TestJumpTest() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_1.cpp673 auto tmp1 = RandomGen<uint32_t>(); in TEST_F() local
674 uint32_t tmp2 = tmp1; in TEST_F()
676 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
679 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp2=" << tmp2 << " result =" << result << "\n"; in TEST_F()
686 auto tmp1 = RandomGen<uint32_t>(); in TEST_F() local
690 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
691 auto retData = (tmp1 == tmp2); in TEST_F()
695 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp in TEST_F()
834 T tmp1 = RandomGen<T>(); TestAdd() local
900 T tmp1 = RandomGen<T>(); TestAddImm() local
946 T tmp1 = RandomGen<T>(); TestSub() local
1017 T tmp1 = RandomGen<T>(); TestSubImm() local
1066 T tmp1 = RandomGen<T>(); TestMul() local
1132 T tmp1 = RandomGen<T>(); TestMin() local
1215 T tmp1 = RandomGen<T>(); TestMax() local
1298 T tmp1 = RandomGen<T>(); TestShl() local
1359 T tmp1 = RandomGen<T>(); TestShr() local
1425 T tmp1 = RandomGen<T>(); TestAShr() local
1486 T tmp1 = RandomGen<T>(); TestAnd() local
1533 T tmp1 = RandomGen<T>(); TestOr() local
1580 T tmp1 = RandomGen<T>(); TestXor() local
1632 T tmp1 = RandomGen<T>(); TestShlImm() local
1693 T tmp1 = RandomGen<T>(); TestShrImm() local
1756 T tmp1 = RandomGen<T>(); TestCmp() local
1802 T tmp1 = RandomGen<T>(); TestFcmp() local
1886 T tmp1 = hi | (lo + 1U); TestCmp64() local
[all...]
H A Dencoder32_test_2.cpp52 T tmp1 = RandomGen<T>(); in TestCompare() local
60 if (!test->CallCode<T, int32_t>(tmp1, tmp2, compare(tmp1, tmp2))) { in TestCompare()
111 T tmp1 = hi | (lo + 1U); in TestCompare64() local
119 if (!test->CallCode<T, int32_t>(tmp1, tmp2, compare(tmp1, tmp2))) { in TestCompare64()
373 T tmp1 = RandomGen<T>(); in TestDiv() local
380 if (!test->CallCode<T>(tmp1, tmp2, (tmp1 / tmp2))) { in TestDiv()
427 T tmp1 in TestModMainLoop() local
677 T tmp1 = RandomGen<T>(); TestSelect() local
772 T tmp1 = RandomGen<T>(); TestSelectTest() local
839 T tmp1 = RandomGen<T>(); TestCompareTest() local
910 T tmp1 = RandomGen<T>(); TestJumpTest() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp830 auto tmp1 = RandomGen<uint32_t>(); in TEST_F() local
831 uint32_t tmp2 = tmp1; in TEST_F()
833 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
836 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp2=" << tmp2 << " result =" << result << "\n"; in TEST_F()
843 auto tmp1 = RandomGen<uint32_t>(); in TEST_F() local
847 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
848 auto retData = (tmp1 == tmp2); in TEST_F()
851 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp in TEST_F()
987 auto tmp1 = RandomGen<T>(); TestAdd() local
1050 T tmp1 = RandomGen<T>(); TestAddImm() local
1096 T tmp1 = RandomGen<T>(); TestSub() local
1161 T tmp1 = RandomGen<T>(); TestSubImm() local
1207 T tmp1 = RandomGen<T>(); TestMul() local
1272 T tmp1 = RandomGen<T>(); TestMin() local
1352 T tmp1 = RandomGen<T>(); TestMax() local
1432 T tmp1 = RandomGen<T>(); TestShl() local
1493 T tmp1 = RandomGen<T>(); TestShr() local
1554 T tmp1 = RandomGen<T>(); TestAShr() local
1613 T tmp1 = RandomGen<T>(); TestAnd() local
1658 T tmp1 = RandomGen<T>(); TestOr() local
1703 T tmp1 = RandomGen<T>(); TestXor() local
1753 T tmp1 = RandomGen<T>(); TestShlImm() local
1812 T tmp1 = RandomGen<T>(); TestShrImm() local
1871 T tmp1 = RandomGen<T>(); TestCmp() local
1917 T tmp1 = RandomGen<T>(); TestFcmp() local
[all...]
H A Dencoder64_test_2.cpp55 T tmp1 = hi | (lo + 1U); in TestCmp64() local
63 if (!test->CallCode<T, int32_t>(tmp1, tmp2, compare(tmp1, tmp2))) { in TestCmp64()
103 T tmp1 = RandomGen<T>(); in TestCompare() local
111 if (!test->CallCode<T, int32_t>(tmp1, tmp2, compare(tmp1, tmp2))) { in TestCompare()
158 T tmp1 = hi | (lo + 1U); in TestCompare64() local
166 if (!test->CallCode<T, int32_t>(tmp1, tmp2, compare(tmp1, tmp2))) { in TestCompare64()
450 T tmp1 in TestDiv() local
615 T tmp1 = RandomGen<T>(); TestModMainLoop() local
853 T tmp1 = RandomGen<T>(); TestSelect() local
946 T tmp1; TestSelectTest() local
1016 T tmp1 = RandomGen<T>(); TestCompareTest() local
1086 T tmp1 = RandomGen<T>(); TestJumpTest() local
[all...]
/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp1164 auto tmp1 = random_gen<uint32_t>(); in TEST_F() local
1165 uint32_t tmp2 = tmp1; in TEST_F()
1167 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
1170 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp2=" << tmp2 << " result =" << result << "\n"; in TEST_F()
1177 auto tmp1 = random_gen<uint32_t>(); in TEST_F() local
1181 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
1182 auto ret_data = (tmp1 == tmp2); in TEST_F()
1186 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp in TEST_F()
1273 auto tmp1 = random_gen<T>(); TestAdd() local
1346 T tmp1 = random_gen<T>(); TestAddImm() local
1400 T tmp1 = random_gen<T>(); TestSub() local
1473 T tmp1 = random_gen<T>(); TestSubImm() local
1527 T tmp1 = random_gen<T>(); TestMul() local
1600 T tmp1 = random_gen<T>(); TestMin() local
1676 T tmp1 = random_gen<T>(); TestMax() local
1751 T tmp1 = random_gen<T>(); TestShl() local
1811 T tmp1 = random_gen<T>(); TestShr() local
1873 T tmp1 = random_gen<T>(); TestAShr() local
1932 T tmp1 = random_gen<T>(); TestAnd() local
1978 T tmp1 = random_gen<T>(); TestOr() local
2024 T tmp1 = random_gen<T>(); TestXor() local
2075 T tmp1 = random_gen<T>(); TestShlImm() local
2134 T tmp1 = random_gen<T>(); TestShrImm() local
2192 T tmp1 = random_gen<T>(); TestCmp() local
2238 T tmp1 = random_gen<T>(); TestFcmp() local
2319 T tmp1 = hi | (lo + 1U); TestCmp64() local
2368 T tmp1 = random_gen<T>(); TestCompare() local
2425 T tmp1 = hi | (lo + 1U); TestCompare64() local
2670 T tmp1 = random_gen<T>(); TestDiv() local
2743 T tmp1 = random_gen<T>(); TestMod() local
2936 T tmp1 = random_gen<T>(); TestSelect() local
3028 T tmp1; TestSelectTest() local
3097 T tmp1 = random_gen<T>(); TestCompareTest() local
3166 T tmp1 = random_gen<T>(); TestJumpTest() local
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp1077 auto tmp1 = random_gen<uint32_t>(); in TEST_F() local
1078 uint32_t tmp2 = tmp1; in TEST_F()
1080 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
1083 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp2=" << tmp2 << " result =" << result << "\n"; in TEST_F()
1090 auto tmp1 = random_gen<uint32_t>(); in TEST_F() local
1094 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
1095 auto ret_data = (tmp1 == tmp2); in TEST_F()
1099 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp in TEST_F()
1238 T tmp1 = random_gen<T>(); TestAdd() local
1304 T tmp1 = random_gen<T>(); TestAddImm() local
1350 T tmp1 = random_gen<T>(); TestSub() local
1421 T tmp1 = random_gen<T>(); TestSubImm() local
1470 T tmp1 = random_gen<T>(); TestMul() local
1536 T tmp1 = random_gen<T>(); TestMin() local
1619 T tmp1 = random_gen<T>(); TestMax() local
1701 T tmp1 = random_gen<T>(); TestShl() local
1762 T tmp1 = random_gen<T>(); TestShr() local
1828 T tmp1 = random_gen<T>(); TestAShr() local
1889 T tmp1 = random_gen<T>(); TestAnd() local
1936 T tmp1 = random_gen<T>(); TestOr() local
1983 T tmp1 = random_gen<T>(); TestXor() local
2035 T tmp1 = random_gen<T>(); TestShlImm() local
2096 T tmp1 = random_gen<T>(); TestShrImm() local
2158 T tmp1 = random_gen<T>(); TestCmp() local
2203 T tmp1 = random_gen<T>(); TestFcmp() local
2287 T tmp1 = hi | (lo + 1U); TestCmp64() local
2335 T tmp1 = random_gen<T>(); TestCompare() local
2394 T tmp1 = hi | (lo + 1U); TestCompare64() local
2648 T tmp1 = random_gen<T>(); TestDiv() local
2734 T tmp1 = random_gen<T>(); TestMod() local
2941 T tmp1 = random_gen<T>(); TestSelect() local
3036 T tmp1 = random_gen<T>(); TestSelectTest() local
3102 T tmp1 = random_gen<T>(); TestCompareTest() local
3171 T tmp1 = random_gen<T>(); TestJumpTest() local
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp1254 auto tmp1 = random_gen<uint32_t>(); in TEST_F() local
1255 uint32_t tmp2 = tmp1; in TEST_F()
1257 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
1260 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp2=" << tmp2 << " result =" << result << "\n"; in TEST_F()
1267 auto tmp1 = random_gen<uint32_t>(); in TEST_F() local
1271 auto result = CallCodeCall<uint32_t, bool>(tmp1, tmp2); in TEST_F()
1272 auto ret_data = (tmp1 == tmp2); in TEST_F()
1276 std::cerr << std::hex << "Call test fail tmp1=" << tmp1 << " tmp in TEST_F()
1413 auto tmp1 = random_gen<T>(); TestAdd() local
1479 T tmp1 = random_gen<T>(); TestAddImm() local
1525 T tmp1 = random_gen<T>(); TestSub() local
1591 T tmp1 = random_gen<T>(); TestSubImm() local
1637 T tmp1 = random_gen<T>(); TestMul() local
1703 T tmp1 = random_gen<T>(); TestMin() local
1783 T tmp1 = random_gen<T>(); TestMax() local
1862 T tmp1 = random_gen<T>(); TestShl() local
1921 T tmp1 = random_gen<T>(); TestShr() local
1983 T tmp1 = random_gen<T>(); TestAShr() local
2042 T tmp1 = random_gen<T>(); TestAnd() local
2088 T tmp1 = random_gen<T>(); TestOr() local
2134 T tmp1 = random_gen<T>(); TestXor() local
2185 T tmp1 = random_gen<T>(); TestShlImm() local
2244 T tmp1 = random_gen<T>(); TestShrImm() local
2302 T tmp1 = random_gen<T>(); TestCmp() local
2348 T tmp1 = random_gen<T>(); TestFcmp() local
2429 T tmp1 = hi | (lo + 1U); TestCmp64() local
2477 T tmp1 = random_gen<T>(); TestCompare() local
2532 T tmp1 = hi | (lo + 1U); TestCompare64() local
2776 T tmp1 = random_gen<T>(); TestDiv() local
2857 T tmp1 = random_gen<T>(); TestMod() local
3052 T tmp1 = random_gen<T>(); TestSelect() local
3145 T tmp1; TestSelectTest() local
3214 T tmp1 = random_gen<T>(); TestCompareTest() local
3283 T tmp1 = random_gen<T>(); TestJumpTest() local
[all...]
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/
H A Dinterpreter_to_compiled_code_bridge_x86.S22 .macro PUSH_ARG arg_ptr, stack_ptr, tmp1, tmp2
31 movl (\arg_ptr), \tmp1
32 movl \tmp1, (\stack_ptr)
37 movl (\arg_ptr), \tmp1
39 movl \tmp1, (\stack_ptr)
46 movl (\arg_ptr), \tmp1
48 movl \tmp1, (\stack_ptr)
51 movl 8(\arg_ptr), \tmp1
53 movl \tmp1, 8(\stack_ptr)
/arkcompiler/ets_runtime/test/moduletest/string/
H A Dstring.js61 let tmp1 = '今天吃什么:哈哈哈会晤美国phonePlatformphonePlatformphonePlatformphonePlatformphonePlatformphonePlatformphonePlatformphonePlatformphonePlatformphonePlatform国务卿促“让今天吃什么下来好起来”今天吃今天吃什么于6月1日于北京今天吃什么面。大杂烩中国都五年来首位访华\
63 let flag1 = tmp1;
64 let str = tmp1.substring(13, 143);
65 let str4 = tmp1.substring(13, 26);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/src/
H A Dmaple_string.cpp372 char *tmp1 = str1.data; in operator ==() local
374 while (*tmp1 != 0) { in operator ==()
375 if (*tmp1 != *tmp2) { in operator ==()
378 ++tmp1; in operator ==()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp1121 ScopedTmpRegU32 tmp1(this); in EncodeIsInf()
1123 GetMasm()->Vmov(VixlReg(tmp), VixlReg(tmp1), VixlVReg(src).D()); in EncodeIsInf()
1124 GetMasm()->Lsl(VixlReg(tmp1), VixlReg(tmp1), 1); /* 0xffe00000 if Infinity */ in EncodeIsInf()
1126 GetMasm()->Cmp(VixlReg(dst), VixlReg(tmp1)); in EncodeIsInf()
1141 vixl::aarch32::SRegister tmp1(tmp.GetReg().GetId() + 1); in EncodeCmpFracWithDelta()
1145 GetMasm()->Vmov(tmp1, std::numeric_limits<float>::epsilon()); in EncodeCmpFracWithDelta()
1146 GetMasm()->Vcmp(VixlVReg(tmp).S(), tmp1); in EncodeCmpFracWithDelta()
1149 vixl::aarch32::DRegister tmp1(tmp.GetReg().GetId() + 1); in EncodeCmpFracWithDelta()
1153 GetMasm()->Vmov(tmp1, st in EncodeCmpFracWithDelta()
2830 auto tmp1 = VixlReg(tmpReg1); EncodeMemCopy() local
2866 auto tmp1 = VixlReg(tmpReg1); EncodeMemCopyz() local
[all...]
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
H A Dcodegen_intrinsics_ets.cpp194 ScopedTmpReg tmp1(enc); in EncodeSbAppendString()
197 auto reg1 = tmp1.GetReg().As(INT32_TYPE); in EncodeSbAppendString()
241 tmp1.Release(); in EncodeSbAppendString()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp2721 auto tmp1 = ArchReg(tmp1Reg); in EncodeIsInf() local
2723 GetMasm()->movd(tmp1, ArchVReg(src)); in EncodeIsInf()
2724 GetMasm()->shl(tmp1, 1); in EncodeIsInf()
2726 GetMasm()->cmp(tmp, tmp1); in EncodeIsInf()
2733 auto tmp1 = ArchReg(tmp1Reg); in EncodeIsInf() local
2735 GetMasm()->movq(tmp1, ArchVReg(src)); in EncodeIsInf()
2736 GetMasm()->shl(tmp1, 1); in EncodeIsInf()
2739 GetMasm()->cmp(tmp, tmp1); in EncodeIsInf()
2803 ScopedTmpRegF32 tmp1(this); in EncodeIsSafeInteger()
2805 EncodeAbs(tmp1, sr in EncodeIsSafeInteger()
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
H A Dswitch_lowerer.cpp64 float tmp1 = static_cast<float>(j - i); in FindClusters() local
67 float currDensity = tmp1 / tmp2; in FindClusters()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dcodegen.cpp2782 ScopedTmpReg tmp1(enc); in EncodeInterGenerationalBarrier()
2791 EncodeCalculateCardIndex(base, &tmp, &tmp1); in EncodeInterGenerationalBarrier()
2794 enc->EncodeLdr(tmp1.GetReg().As(INT64_TYPE), false, in EncodeInterGenerationalBarrier()
2799 enc->EncodeMov(tmp1, Imm(cardTableAddr)); in EncodeInterGenerationalBarrier()
2802 enc->EncodeAdd(tmp, tmp1, tmp); in EncodeInterGenerationalBarrier()
2805 auto tmp1B = cg_->ConvertRegister(tmp1.GetReg().GetId(), DataType::INT8); in EncodeInterGenerationalBarrier()
2810 void PostWriteBarrier::EncodeCalculateCardIndex(Reg baseReg, ScopedTmpReg *tmp, ScopedTmpReg *tmp1) in EncodeCalculateCardIndex() argument
2814 auto tmp1Type = tmp1->GetReg().GetType(); in EncodeCalculateCardIndex()
2817 tmp1->ChangeType(baseReg.GetType()); in EncodeCalculateCardIndex()
2823 tmp1 in EncodeCalculateCardIndex()
[all...]
H A Dcodegen.h393 void CalculateCardIndex(Reg baseReg, ScopedTmpReg *tmp, ScopedTmpReg *tmp1);
533 void EncodeCalculateCardIndex(Reg baseReg, ScopedTmpReg *tmp, ScopedTmpReg *tmp1);
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_emitter.cpp1226 Operand *tmp1 = &insn.GetOperand(kInsnEighthOpnd); in EmitStringIndexOf() local
1229 tmp1->Accept(visitor); in EmitStringIndexOf()
1258 tmp1->Accept(visitor); in EmitStringIndexOf()
1280 tmp1->Accept(visitor); in EmitStringIndexOf()
1282 tmp1->Accept(visitor); in EmitStringIndexOf()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp955 ScopedTmpReg tmp1(this, FLOAT64_TYPE); in EncodeCompressEightUtf16ToUtf8CharsUsingSimd()
957 auto vixlVreg1 = vixl::aarch64::VRegister(tmp1.GetReg().GetId(), vixl::aarch64::VectorFormat::kFormat8B); in EncodeCompressEightUtf16ToUtf8CharsUsingSimd()
969 ScopedTmpReg tmp1(this, FLOAT64_TYPE); in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd()
971 auto vixlVreg1 = vixl::aarch64::VRegister(tmp1.GetReg().GetId(), vixl::aarch64::VectorFormat::kFormat16B); in EncodeCompressSixteenUtf16ToUtf8CharsUsingSimd()
1306 auto tmp1 = VixlReg(tmpReg1); in EncodeCastFloatWithSmallDst() local
1313 GetMasm()->Ands(tmp1, VixlReg(dst), TEST_BIT); in EncodeCastFloatWithSmallDst()
1315 GetMasm()->Orr(tmp1, VixlReg(dst), setBit); in EncodeCastFloatWithSmallDst()
1317 // Select result - if zero set - tmp2, else tmp1 in EncodeCastFloatWithSmallDst()
1318 GetMasm()->Csel(VixlReg(dst), tmp2, tmp1, vixl::aarch64::eq); in EncodeCastFloatWithSmallDst() local
2562 ScopedTmpRegLazy tmp1(thi in EncodeAtomicByteOr()
[all...]
/arkcompiler/runtime_core/static_core/runtime/tests/
H A Dstring_test.cpp681 std::vector<uint8_t> tmp1 {'x', 'z'}; in TEST_F()
682 data9.insert(data9.end(), tmp1.begin(), tmp1.end()); in TEST_F()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
H A Dx64_MPIsel.cpp834 RegOperand &tmp1 = SelectCopy2Reg(imm, origPrimType); in SelectCclz() local
845 cmovInsn.AddOpndChain(tmp1).AddOpndChain(tmp2); in SelectCclz()

Completed in 46 milliseconds

12