Home
last modified time | relevance | path

Searched defs:WORD_SIZE (Results 1 – 11 of 11) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dlowering.h46 static constexpr uint8_t WORD_SIZE = 64; variable
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dlowering.h48 static constexpr uint8_t WORD_SIZE = 64; variable
/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
236 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
279 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
280 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
323 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
361 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
2473 …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/static_core/runtime/
Dobject_header.cpp204 constexpr const std::size_t WORD_SIZE = sizeof(uintptr_t); in ShallowCopy() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
Dtype_info.h38 constexpr uint8_t WORD_SIZE = 32; variable
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_array.h197 static constexpr const std::size_t WORD_SIZE = sizeof(WordType); variable
/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/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
238 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
281 … typedef typename std::conditional<(sizeof(U) * BYTE_SIZE) >= WORD_SIZE, U, uint32_t>::type U_exp; in CallCode() typedef
282 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
325 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
363 … typedef typename std::conditional<(sizeof(T) * BYTE_SIZE) >= WORD_SIZE, T, uint32_t>::type T_exp; in CallCode() typedef
2580 …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
/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/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