Home
last modified time | relevance | path

Searched defs:immValue (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dloop_unroll.cpp45 auto immValue = (static_cast<uint64_t>(unrollFactor) - 1) * loopInfo.constStep; in ConditionOverFlowImpl() local
325 auto immValue = (static_cast<uint64_t>(unrollFactor) - 1) * loopInfo.constStep; in FixCompareInst() local
/arkcompiler/runtime_core/static_core/compiler/tests/amd64/
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/
Dencoder32_test_2.cpp741 [[maybe_unused]] T immValue {}; in TestSelectTest() local
881 [[maybe_unused]] T immValue = RandomGen<T>() & MAX_IMM_VALUE; in TestJumpTest() local
/arkcompiler/runtime_core/static_core/compiler/tests/aarch64/
Dencoder64_test_2.cpp918 [[maybe_unused]] T immValue = RandomMaskGen<T>(); in TestSelectTest() local
1057 [[maybe_unused]] T immValue = RandomMaskGen<T>(); in TestJumpTest() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp2432 int32_t immValue = value & (dst.GetSize() - 1); in EncodeShl() local
2458 int32_t immValue = value & (dst.GetSize() - 1); in EncodeShr() local
2486 int32_t immValue = value & (dst.GetSize() - 1); in EncodeAShr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_obj_emitter.cpp621 uint64 immValue = static_cast<uint64>(immOpnd.GetValue()); in GenMovImm() local
702 uint32 immValue = GetOpndMachineValue(insn.GetOperand(kInsnThirdOpnd + index)); in GenAddSubImmInsn() local
Daarch64_cgfunc.cpp1558 int64 immValue = llabs(imm->GetValue()); in SelectMpy() local
1628 int64 immValue = llabs(imm->GetValue()); in SelectDiv() local
2432 int64 immValue = 0; in SelectBnot() local
4595 … ImmOperand &immValue = CreateImmOperand(65535, k16BitSize, false); // 65535: 0xFFFF, top 16 bits in SelectTaggedIsHeapObject() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dassembler_aarch64.cpp381 uint64_t immValue = static_cast<uint64_t>(imm.Value()); in Mov() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp2223 int64_t immValue = static_cast<uint64_t>(imm.GetAsInt()) & (dst.GetSize() - 1); in EncodeShr() local