Home
last modified time | relevance | path

Searched defs:conditional (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/isa/
H A Disapi.rb
/arkcompiler/runtime_core/static_core/isa/
H A Disapi.rb
/arkcompiler/runtime_core/compiler/tests/aarch32/
H A Dencoder32_test.cpp2447 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 Dencoder64_test.cpp235 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 Dencoder64_test.cpp237 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