Home
last modified time | relevance | path

Searched defs:tmpVal (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_imm_valid.cpp57 uint64 tmpVal = val + (val & static_cast<uint64>(UINT64_MAX - val + 1)); in IsBitmaskImmediate() local
Daarch64_peep.cpp1256 int64 tmpVal = GetLogValueAtBase2(cmpImmOpnd.GetValue()); in CheckAndSelectPattern() local
1663 int64 tmpVal = static_cast<ImmOperand &>(insn.GetOperand(kInsnThirdOpnd)).GetValue(); in Run() local
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
Dmacro_assembler_aarch64.cpp261 uint64_t tmpVal = val + (val & static_cast<uint64_t>(UINT64_MAX - val + 1)); in IsBitmaskImmediate() local
/arkcompiler/ets_runtime/ecmascript/base/
Dsort_helper.cpp109 JSMutableHandle<JSTaggedValue> tmpVal(thread, JSTaggedValue::Undefined()); in BinarySort() local