Searched defs:param_3 (Results 1 – 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/compiler/tests/ |
| D | inst_generator_test.cpp | 173 …([[maybe_unused]] T *param_1, [[maybe_unused]] T *param_2, [[maybe_unused]] T *param_3, Opcode opc) in FixParams() 330 auto param_3 = std::get<2>(vals); in Generate() local 515 T DoLogic(Opcode opc, T param_1, [[maybe_unused]] T param_2, [[maybe_unused]] T param_3, in DoLogic()
|
| D | codegen_test.cpp | 268 auto param_3 = CutValue<T>(10, type); in CheckStoreArray() local 422 auto param_3 = CutValue<T>(3, type); in CheckStoreArrayPair() local 787 auto param_3 = CutValue<object_pointer_type>(10, DataType::UINT64); in TEST_F() local 1026 auto param_3 = CutValue<uint64_t>(value - 5, DataType::INT32); in TEST_F() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| D | encoder32_test.cpp | 2887 int64_t param_3 = random_gen<int64_t>(); in TestParam() local
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| D | encoder64_test.cpp | 2860 int64_t param_3 = random_gen<int64_t>(); in TestParam() local
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| D | encoder64_test.cpp | 2981 int64_t param_3 = random_gen<int64_t>(); in TestParam() local
|