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