Home
last modified time | relevance | path

Searched refs:MASKS (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test.h31 static constexpr std::array<uint64_t, MASKS_COUNT> MASKS = {0x8888888888888888ULL, 0xCCCCCCCCCCCCCCCCULL, in RandomMaskGen() local
33 auto mask = MASKS[g_randomGenerator() % MASKS_COUNT]; in RandomMaskGen()
/arkcompiler/runtime_core/compiler/tests/aarch64/
H A Dencoder64_test.cpp120 static constexpr std::array<uint64_t, MASKS_COUNT> MASKS = {0x8888888888888888ULL, 0xCCCCCCCCCCCCCCCCULL, in random_mask_gen() local
122 auto mask = MASKS[random_generator() % MASKS_COUNT]; in random_mask_gen()
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp2636 static constexpr T MASKS[] = {static_cast<T>(UINT64_C(0x5555555555555555)), in EncodeReverseBitsImpl() local
2649 auto mask = asmjit::imm(MASKS[round]); in EncodeReverseBitsImpl()

Completed in 19 milliseconds