Home
last modified time | relevance | path

Searched defs:funct_ptr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp237 using funct_ptr = U_exp (*)(T_exp data); in CallCode() typedef
281 using funct_ptr = U_exp (*)(T_exp param1, T_exp param2); in CallCode() typedef
324 using funct_ptr = T_exp (*)(T_exp data); in CallCode() typedef
362 using funct_ptr = T_exp (*)(T_exp param1, T_exp param2); in CallCode() typedef
400 using funct_ptr = T (*)(uint64_t param1, T param2); in CallCodeStore() typedef
413 using funct_ptr = U (*)(T param1, T param2); in CallCodeCall() typedef
1141 using funct_ptr = bool (*)(uint32_t param1, uint32_t param2); typedef
2811 using funct_ptr = uint64_t (*)(uint32_t, uint64_t, int32_t, int64_t, int32_t, int32_t); in TestParam() typedef
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp239 using funct_ptr = U_exp (*)(T_exp data); in CallCode() typedef
283 using funct_ptr = U_exp (*)(T_exp param1, T_exp param2); in CallCode() typedef
326 using funct_ptr = T_exp (*)(T_exp data); in CallCode() typedef
364 using funct_ptr = T_exp (*)(T_exp param1, T_exp param2); in CallCode() typedef
402 using funct_ptr = T (*)(uint64_t param1, T param2); in CallCodeStore() typedef
415 using funct_ptr = U (*)(T param1, T param2); in CallCodeCall() typedef
1222 using funct_ptr = bool (*)(uint32_t param1, uint32_t param2); typedef
2925 using funct_ptr = uint64_t (*)(uint32_t, uint64_t, int32_t, int64_t, int32_t, int32_t); in TestParam() typedef
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp339 using funct_ptr = U (*)(Args...); in CallCodeVariadicImpl() typedef
388 using funct_ptr = T (*)(uint32_t param1, T param2); in CallCodeStore() typedef
401 using funct_ptr = U (*)(T param1, T param2); in CallCodeCall() typedef
1050 using funct_ptr = bool (*)(uint32_t param1, uint32_t param2); typedef
2805 using funct_ptr = uint64_t (*)(uint32_t, uint64_t, int32_t, int64_t, int32_t, int32_t); in TestParam() typedef