Home
last modified time | relevance | path

Searched defs:imm_value (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp96 int64_t imm_value = (static_cast<int64_t>(unroll_factor) - 1) * loop_info.const_step; in ConditionOverFlow() local
263 auto imm_value = (static_cast<uint64_t>(unroll_factor) - 1) * loop_info.const_step; in FixCompareInst() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp1952 int32_t imm_value = value & (dst.GetSize() - 1); in EncodeShl() local
1978 int32_t imm_value = value & (dst.GetSize() - 1); in EncodeShr() local
2006 int32_t imm_value = value & (dst.GetSize() - 1); in EncodeAShr() local
/arkcompiler/runtime_core/compiler/tests/amd64/
Dencoder64_test.cpp3000 [[maybe_unused]] T imm_value = random_gen<T>(); in TestSelectTest() local
3137 [[maybe_unused]] T imm_value = random_gen<T>(); in TestJumpTest() local
/arkcompiler/runtime_core/compiler/tests/aarch32/
Dencoder32_test.cpp3032 [[maybe_unused]] T imm_value {}; in TestSelectTest() local
3169 [[maybe_unused]] T imm_value = random_gen<T>() & MAX_IMM_VALUE; in TestJumpTest() local
/arkcompiler/runtime_core/compiler/tests/aarch64/
Dencoder64_test.cpp3121 [[maybe_unused]] T imm_value = random_mask_gen<T>(); in TestSelectTest() local
3258 [[maybe_unused]] T imm_value = random_mask_gen<T>(); in TestJumpTest() local
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2083 int64_t imm_value = static_cast<uint64_t>(GetIntValue(imm)) & (dst.GetSize() - 1); in EncodeShr() local