Home
last modified time | relevance | path

Searched defs:maxPos (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_1.cpp338 size_t maxPos = std::is_same<uint64_t, T>::value ? 64U : 32U; in TestBitTestAndBranch() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_1.cpp323 size_t maxPos = std::is_same<uint64_t, T>::value ? 64 : 32; in TestBitTestAndBranch() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_1.cpp320 size_t maxPos = std::is_same<uint64_t, T>::value ? 64U : 32U; in TestBitTestAndBranch() local

Completed in 8 milliseconds