Searched refs:param_3 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 2860 int64_t param_3 = random_gen<int64_t>(); in TestParam() local 2866 const T curr_result = func(param_0, param_1, param_2, param_3, param_4, param_5); in TestParam() 2878 result = param_3; in TestParam()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 2860 int64_t param_3 = random_gen<int64_t>(); in TestParam() local 2866 const T curr_result = func(param_0, param_1, param_2, param_3, param_4, param_5); in TestParam() 2878 result = param_3; in TestParam()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 2977 int64_t param_3 = random_gen<int64_t>(); in TestParam() local 2983 const T curr_result = func(param_0, param_1, param_2, param_3, param_4, param_5); in TestParam() 2995 result = param_3; in TestParam()
|
Completed in 14 milliseconds