Searched defs:conditional (Results 1 - 5 of 5) sorted by relevance
| /arkcompiler/runtime_core/isa/ |
| H A D | isapi.rb | |
| /arkcompiler/runtime_core/static_core/isa/ |
| H A D | isapi.rb | |
| /arkcompiler/runtime_core/compiler/tests/aarch32/ |
| H A D | encoder32_test.cpp | 2447 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std 2484 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std
|
| /arkcompiler/runtime_core/compiler/tests/amd64/ |
| H A D | encoder64_test.cpp | 235 typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 236 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 279 typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 280 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 323 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 361 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 2473 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std 2511 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std
|
| /arkcompiler/runtime_core/compiler/tests/aarch64/ |
| H A D | encoder64_test.cpp | 237 typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 238 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 281 typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 282 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 325 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 363 typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef in panda::compiler::Encoder64Test::std 2580 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std 2617 typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type DstExt; in TestCast() typedef in panda::compiler::std
|
Completed in 23 milliseconds