Home
last modified time | relevance | path

Searched defs:immValue (Results 1 - 8 of 8) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dloop_unroll.cpp45 auto immValue = (static_cast<uint64_t>(unrollFactor) - 1) * loopInfo.constStep; in ConditionOverFlowImpl() local
320 auto immValue = (static_cast<uint64_t>(unrollFactor) - 1) * loopInfo.constStep; in FixCompareInst() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
H A Dencoder64_test_2.cpp747 [[maybe_unused]] T immValue = RandomGen<T>(); in TestSelectTest() local
885 [[maybe_unused]] T immValue = RandomGen<T>(); in TestJumpTest() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch32/
H A Dencoder32_test_2.cpp881 [[maybe_unused]] T immValue = RandomGen<T>() & MAX_IMM_VALUE; in TestJumpTest() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
H A Dencoder64_test_2.cpp918 [[maybe_unused]] T immValue = RandomMaskGen<T>(); in TestSelectTest() local
1057 [[maybe_unused]] T immValue = RandomMaskGen<T>(); in TestJumpTest() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp385 uint64_t immValue = static_cast<uint64_t>(imm.Value()); in Mov() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
H A Dencode.cpp2401 int32_t immValue = value & (dst.GetSize() - 1); in EncodeShl() local
2427 int32_t immValue = value & (dst.GetSize() - 1); in EncodeShr() local
2431 GetMasm()->Lsr(VixlReg(dst), VixlReg(src), immValue); in EncodeShr() local
2455 int32_t immValue = value & (dst.GetSize() - 1); EncodeAShr() local
2458 GetMasm()->Asr(VixlReg(dst), VixlReg(src), immValue); EncodeAShr() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp1626 int64 immValue = llabs(imm->GetValue()); in SelectMpy() local
1696 int64 immValue = llabs(imm->GetValue()); SelectDiv() local
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp1976 int64_t immValue = static_cast<uint64_t>(imm.GetAsInt()) & (dst.GetSize() - 1); in EncodeShr() local
1986 GetMasm()->Lsr(VixlReg(dst), VixlReg(src), immValue); in EncodeShr() local

Completed in 22 milliseconds