Searched refs:param_5 (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/compiler/tests/aarch32/ |
H A D | encoder32_test.cpp | 2862 int32_t param_5 = 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() 2884 result = param_5; in TestParam()
|
/arkcompiler/runtime_core/compiler/tests/amd64/ |
H A D | encoder64_test.cpp | 2862 int32_t param_5 = 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() 2884 result = param_5; in TestParam()
|
/arkcompiler/runtime_core/compiler/tests/aarch64/ |
H A D | encoder64_test.cpp | 2979 int32_t param_5 = 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() 3001 result = param_5; in TestParam()
|
Completed in 16 milliseconds