Home
last modified time | relevance | path

Searched refs:T_exp (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/amd64/
H A Dencoder64_test.cpp236 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
237 using funct_ptr = U_exp (*)(T_exp data); in CallCode()
243 const U_exp curr_result = func(static_cast<T_exp>(param)); in CallCode()
280 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
281 using funct_ptr = U_exp (*)(T_exp param1, T_exp param2); in CallCode()
286 const U_exp curr_result = func(static_cast<T_exp>(param1), static_cast<T_exp>(param2)); in CallCode()
323 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
324 using funct_ptr = T_exp (*)(T_ex in CallCode()
361 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; CallCode() typedef
[all...]
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp238 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
239 using funct_ptr = U_exp (*)(T_exp data); in CallCode()
245 const U_exp curr_result = func(static_cast<T_exp>(param)); in CallCode()
282 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
283 using funct_ptr = U_exp (*)(T_exp param1, T_exp param2); in CallCode()
288 const U_exp curr_result = func(static_cast<T_exp>(param1), static_cast<T_exp>(param2)); in CallCode()
325 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
326 using funct_ptr = T_exp (*)(T_ex in CallCode()
363 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; CallCode() typedef
[all...]

Completed in 6 milliseconds