Home
last modified time | relevance | path

Searched defs:Dst (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
Dencoder64_test_2.cpp102 …using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::t… in TestCast() typedef
136 …using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::t… in TestCast() typedef
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
Dencoder32_test_2.cpp164 …using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::t… in TestCast() typedef
197 …using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::t… in TestCast() typedef
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp206 …using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::t… in TestCast() typedef
239 …using DstExt = typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::t… in TestCast() typedef
/arkcompiler/runtime_core/static_core/plugins/ets/compiler/
Dcodegen_intrinsics_ets.cpp37 Reg Dst() const in Dst() function in ark::compiler::SbAppendArgs
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp2473 …typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type Dst… in TestCast() typedef
2511 …typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type Dst… in TestCast() typedef
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp2447 …typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type Dst… in TestCast() typedef
2484 …typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type Dst… in TestCast() typedef
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp2580 …typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type Dst… in TestCast() typedef
2617 …typedef typename std::conditional<(sizeof(Dst) * BYTE_SIZE) >= WORD_SIZE, Dst, uint32_t>::type Dst… in TestCast() typedef