Home
last modified time | relevance | path

Searched defs:U_exp (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp235 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
279 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp237 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
281 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef