/arkcompiler/runtime_core/static_core/runtime/tests/ |
H A D | i2c_bridge_test.cpp | 116 std::string ArgsToString(const Arg &a0, Args... args) in ArgsToString() argument 119 out << ArgsToString(a0) << ", " << ArgsToString(args...); in ArgsToString() 468 static void VoidInt(Method *method, int32_t a0) in VoidInt() argument 470 g_gCallResult = PrintFunc("void", __FUNCTION__, method, a0); in VoidInt() 506 static void InstanceVoidInt(Method *method, ObjectHeader *thisHeader, int32_t a0) in InstanceVoidInt() argument 508 g_gCallResult = PrintFunc("void", __FUNCTION__, method, thisHeader, a0); in InstanceVoidInt() 585 static void VoidIntVReg(Method *method, int32_t a0, int64_t value) in VoidIntVReg() argument 587 g_gCallResult = PrintFunc("void", __FUNCTION__, method, a0, value); in VoidIntVReg() 626 static void Void3Int(Method *method, int32_t a0, int32_t a1, int32_t a2) in Void3Int() argument 628 g_gCallResult = PrintFunc("void", __FUNCTION__, method, a0, a in Void3Int() 667 Void2IntLongInt(Method *method, int32_t a0, int32_t a1, int64_t a2, int32_t a3) Void2IntLongInt() argument 709 VoidLong(Method *method, int64_t a0) VoidLong() argument 741 VoidDouble(Method *method, double a0) VoidDouble() argument 773 Void4Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3) Void4Int() argument 815 Void2Long(Method *method, int64_t a0, int64_t a1) Void2Long() argument 848 Void4IntDouble(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, double a4) Void4IntDouble() argument 880 Void7Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6) Void7Int() argument 914 Void7Int8Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, double d0, double d1, double d2, double d3, double d4, double d5, double d6, double d7) Void7Int8Double() argument 975 Void8Int(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int32_t a7) Void8Int() argument 1011 Void6IntVReg(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int64_t value) Void6IntVReg() argument 1046 Void7IntVReg(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int64_t value) Void7IntVReg() argument 1082 Void8Int9Double(Method *method, int32_t a0, int32_t a1, int32_t a2, int32_t a3, int32_t a4, int32_t a5, int32_t a6, int32_t a7, double d0, double d1, double d2, double d3, double d4, double d5, double d6, double d7, double d8) Void8Int9Double() argument [all...] |
H A D | irtoc_test.cpp | 136 extern "C" size_t IrtocTestRelocations2(size_t a0, size_t a1, double f0, size_t a2, size_t a3, size_t a4, double f1,
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_tagged_number.h | 96 int64_t a0 = GetInt(); in operator -() local 98 int64_t res = a0 - a1; in operator -()
|
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/ |
H A D | encoder64_test_1.cpp | 382 T a0 = values[i]; in TestAddOverflow() local 385 if ((a0 > 0 && a1 > max - a0) || (a0 < 0 && a1 < min - a0)) { in TestAddOverflow() 388 expected = a0 + a1; in TestAddOverflow() 390 if (!TestAddOverflow<T, true>(test, a0, a1, expected) || in TestAddOverflow() 391 !TestAddOverflow<T, false>(test, a0, a1, expected)) { in TestAddOverflow() 448 T a0 = values[i]; in TestSubOverflow() local 451 if ((a1 > 0 && a0 < mi in TestSubOverflow() [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/ |
H A D | encoder64_test_1.cpp | 385 T a0 = values[i]; in TestAddOverflow() local 388 if ((a0 > 0 && a1 > max - a0) || (a0 < 0 && a1 < min - a0)) { in TestAddOverflow() 391 expected = a0 + a1; in TestAddOverflow() 393 if (!TestAddOverflow<T, true>(test, a0, a1, expected) || in TestAddOverflow() 394 !TestAddOverflow<T, false>(test, a0, a1, expected)) { in TestAddOverflow() 451 T a0 = values[i]; in TestSubOverflow() local 454 if ((a1 > 0 && a0 < mi in TestSubOverflow() [all...] |
/arkcompiler/ets_runtime/test/moduletest/storeglobalvarIC/ |
H A D | storeglobalvarIC.js | 25 var a0=0; variable
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | interpreter-inl.cpp | 306 *(--newSp) = sp[a0]; \ 391 *(--newSp) = sp[a0]; \ 1248 uint32_t a0 = READ_INST_8_1(); in RunInternal() local 1250 << "v" << a0; in RunInternal() 1258 uint32_t a0 = READ_INST_8_2(); in RunInternal() local 1260 << "v" << startReg << ", v" << a0; in RunInternal() local 1267 uint32_t a0 = READ_INST_8_1(); in RunInternal() local 1270 << "v" << a0 << ", v" << a1; in RunInternal() 1278 uint32_t a0 = READ_INST_8_2(); in RunInternal() local 1281 << "v" << startReg << ", v" << a0 << ", in RunInternal() 1288 uint32_t a0 = READ_INST_8_1(); RunInternal() local 1300 uint32_t a0 = READ_INST_8_2(); RunInternal() local 1320 uint32_t a0 = READ_INST_8_2(); RunInternal() local 1321 LOG_INST() << "call.this1, v" << startReg << " v" << a0; RunInternal() local 1329 uint32_t a0 = READ_INST_8_2(); RunInternal() local 1339 uint32_t a0 = READ_INST_8_2(); RunInternal() local 1716 int32_t a0; RunInternal() local 1748 int32_t a0; RunInternal() local 4872 int32_t a0 = value.GetInt(); RunInternal() local 4899 int32_t a0 = value.GetInt(); RunInternal() local 4923 int32_t a0 = value.GetInt(); RunInternal() local 4949 int32_t a0 = value.GetInt(); RunInternal() local [all...] |
H A D | interpreter-inl.h | 319 *(--newSp) = sp[a0]; \ 404 *(--newSp) = sp[a0]; \
|
H A D | interpreter_assembly.cpp | 760 int32_t a0 = value.GetInt(); in HandleIncImm8() local 761 if (UNLIKELY(a0 == INT32_MAX)) { in HandleIncImm8() 762 auto ret = static_cast<double>(a0) + 1.0; in HandleIncImm8() 765 SET_ACC(JSTaggedValue(a0 + 1)); in HandleIncImm8() 787 int32_t a0 = value.GetInt(); in HandleDecImm8() local 788 if (UNLIKELY(a0 == INT32_MIN)) { in HandleDecImm8() 789 auto ret = static_cast<double>(a0) - 1.0; in HandleDecImm8() 792 SET_ACC(JSTaggedValue(a0 - 1)); in HandleDecImm8() 962 int32_t a0; in HandleAdd2Imm8V8() local 968 a0 in HandleAdd2Imm8V8() 998 int32_t a0; HandleSub2Imm8V8() local [all...] |
/arkcompiler/runtime_core/static_core/compiler/tests/codegen/ |
H A D | codegen_test_1.cpp | 1053 int32_t a0 = values[i]; in TEST_F() local 1056 auto param1 = CutValue<int32_t>(a0, DataType::INT32); in TEST_F() 1059 if ((a0 > 0 && a1 > max - a0) || (a0 < 0 && a1 < min - a0)) { in TEST_F() 1062 result = a0 + a1; in TEST_F() 1104 int32_t a0 = values[i]; in TEST_F() local 1107 auto param1 = CutValue<int32_t>(a0, DataType::INT32); in TEST_F() 1110 if ((a1 > 0 && a0 < mi in TEST_F() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | bytecodes.cpp | 634 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local 635 info.inputs.emplace_back(VirtualRegister(a0)); in InitBytecodeInfo() 640 uint32_t a0 = READ_INST_8_2(); in InitBytecodeInfo() local 642 info.inputs.emplace_back(VirtualRegister(a0)); in InitBytecodeInfo() 646 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local 648 info.inputs.emplace_back(VirtualRegister(a0)); in InitBytecodeInfo() 653 uint32_t a0 = READ_INST_8_1(); in InitBytecodeInfo() local 656 info.inputs.emplace_back(VirtualRegister(a0)); in InitBytecodeInfo() 686 uint32_t a0 = READ_INST_8_2(); in InitBytecodeInfo() local 689 info.inputs.emplace_back(VirtualRegister(a0)); in InitBytecodeInfo() 695 uint32_t a0 = READ_INST_8_2(); InitBytecodeInfo() local [all...] |
H A D | interpreter_stub.cpp | 4258 GateRef a0 = ReadInst8_1(pc);
in DECLARE_ASM_HANDLER() local 4261 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
in DECLARE_ASM_HANDLER() 4274 GateRef a0 = ReadInst8_2(pc);
in DECLARE_ASM_HANDLER() local 4276 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
in DECLARE_ASM_HANDLER() 4288 GateRef a0 = ReadInst8_1(pc);
in DECLARE_ASM_HANDLER() local 4292 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
in DECLARE_ASM_HANDLER() 4306 GateRef a0 = ReadInst8_2(pc);
in DECLARE_ASM_HANDLER() local 4309 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
in DECLARE_ASM_HANDLER() 4322 GateRef a0 = ReadInst8_1(pc);
in DECLARE_ASM_HANDLER() local 4327 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0));
in DECLARE_ASM_HANDLER() 4342 GateRef a0 = ReadInst8_2(pc); DECLARE_ASM_HANDLER() local 4475 GateRef a0 = ReadInst8_2(pc); DECLARE_ASM_HANDLER() local 4491 GateRef a0 = ReadInst8_2(pc); DECLARE_ASM_HANDLER() local 4509 GateRef a0 = ReadInst8_2(pc); DECLARE_ASM_HANDLER() local [all...] |
H A D | slowpath_lowering.cpp | 3234 GateRef a0 = acc_.GetValueIn(gate, 1); // 1:first parameter in LowerCallThisArg1() local 3236 LowerToJSCall(gate, {glue_, actualArgc, actualArgv, func, newTarget, thisObj, a0}, {glue_, func, thisObj, a0}); in LowerCallThisArg1() 3248 GateRef a0 = acc_.GetValueIn(gate, 0); in LowerCallargs2Imm8V8V8() local 3252 LowerToJSCall(gate, {glue_, actualArgc, actualArgv, func, newTarget, thisObj, a0, a1}, in LowerCallargs2Imm8V8V8() 3253 {glue_, func, thisObj, a0, a1}); in LowerCallargs2Imm8V8V8() 3265 GateRef a0 = acc_.GetValueIn(gate, 0); in LowerCallargs3Imm8V8V8() local 3270 LowerToJSCall(gate, {glue_, actualArgc, actualArgv, func, newTarget, thisObj, a0, a1, a2}, in LowerCallargs3Imm8V8V8() 3271 {glue_, func, thisObj, a0, a1, a2}); in LowerCallargs3Imm8V8V8()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 805 T a0 = values[i]; in TestAddOverflow() local 808 if ((a0 > 0 && a1 > max - a0) || (a0 < 0 && a1 < min - a0)) { in TestAddOverflow() 811 expected = a0 + a1; in TestAddOverflow() 813 if (!TestAddOverflow<T, true>(test, a0, a1, expected) || in TestAddOverflow() 814 !TestAddOverflow<T, false>(test, a0, a1, expected)) { in TestAddOverflow() 871 T a0 = values[i]; in TestSubOverflow() local 874 if ((a1 > 0 && a0 < mi in TestSubOverflow() [all...] |
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 806 T a0 = values[i]; in TestAddOverflow() local 809 if ((a0 > 0 && a1 > max - a0) || (a0 < 0 && a1 < min - a0)) { in TestAddOverflow() 812 expected = a0 + a1; in TestAddOverflow() 814 if (!TestAddOverflow<T, true>(test, a0, a1, expected) || in TestAddOverflow() 815 !TestAddOverflow<T, false>(test, a0, a1, expected)) { in TestAddOverflow() 872 T a0 = values[i]; in TestSubOverflow() local 875 if ((a1 > 0 && a0 < mi in TestSubOverflow() [all...] |
/arkcompiler/ets_runtime/ecmascript/compiler/baseline/ |
H A D | baseline_stubs.cpp | 4452 GateRef a0 = Int32Argument(PARAM_INDEX(BaselineDeprecatedCallarg1PrefV8V8, A0)); in GenerateCircuit() local 4455 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0)); in GenerateCircuit() 4506 GateRef a0 = Int32Argument(PARAM_INDEX(BaselineDeprecatedCallargs2PrefV8V8V8, A0)); in GenerateCircuit() local 4511 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0)); in GenerateCircuit() 4564 GateRef a0 = Int32Argument(PARAM_INDEX(BaselineDeprecatedCallargs3PrefV8V8V8V8, A0)); in GenerateCircuit() local 4569 GateRef a0Value = GetVregValue(sp, ZExtInt8ToPtr(a0)); in GenerateCircuit()
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
H A D | cocos_worker_test.js | [all...] |