Searched defs:param_1 (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | codegen_test.cpp | 266 auto param_1 = GetExecModule().CreateArray(array_data, 4, GetObjectAllocator()); in CheckStoreArray() local 337 auto param_1 = GetExecModule().CreateArray(array_data, 4, GetObjectAllocator()); in CheckLoadArray() local 420 auto param_1 = GetExecModule().CreateArray(array_data, 6, GetObjectAllocator()); in CheckStoreArrayPair() local 522 auto param_1 = GetExecModule().CreateArray(array_data, 6, GetObjectAllocator()); in CheckLoadArrayPair() local 670 auto param_1 = param_data[i]; in CheckCmp() local 785 auto param_1 = GetExecModule().CreateArray(array, 4, GetObjectAllocator()); in TEST_F() local 861 auto param_1 = CutValue<uint64_t>(1, DataType::UINT64); in TEST_F() local 953 auto param_1 = CutValue<uint64_t>(1, DataType::UINT64); in TEST_F() local 1024 auto param_1 = CutValue<uint64_t>(value, DataType::INT32); in TEST_F() local 1090 auto param_1 = CutValue<uint64_t>(1, DataType::UINT64); in TEST_F() local [all …]
|
| D | inst_generator_test.cpp | 173 …void FixParams([[maybe_unused]] T *param_1, [[maybe_unused]] T *param_2, [[maybe_unused]] T *param… in FixParams() 328 auto param_1 = std::get<0>(vals); in Generate() local 416 param_type param_1 = val; in GenCast() local 515 T DoLogic(Opcode opc, T param_1, [[maybe_unused]] T param_2, [[maybe_unused]] T param_3, in DoLogic()
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 2653 auto param_1 = test->GetParameter(TypeInfo(T(0)), 0); in TestDiv() local 2737 auto param_1 = test->GetParameter(TypeInfo(T(0)), 0); in TestMod() local 2885 uint64_t param_1 = random_gen<uint64_t>(); in TestParam() local 3285 auto param_1 = test->GetParameter(TypeInfo(T(0)), 1); in TestStoreExclusive() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 2760 auto param_1 = test->GetParameter(TypeInfo(T(0)), 0); in TestDiv() local 2838 auto param_1 = test->GetParameter(TypeInfo(T(0)), 0); in TestMod() local 2979 uint64_t param_1 = random_gen<uint64_t>(); in TestParam() local 3378 auto param_1 = test->GetParameter(TypeInfo(T(0)), 1); in TestStoreExclusive() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 2650 auto param_1 = test->GetParameter(TypeInfo(T(0)), 0); in TestDiv() local 2723 auto param_1 = test->GetParameter(TypeInfo(T(0)), 0); in TestMod() local 2858 uint64_t param_1 = random_gen<uint64_t>(); in TestParam() local
|