Home
last modified time | relevance | path

Searched defs:shiftNum (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dbin_mir_file.h37 constexpr uint8 shiftNum = 4; in MakeVersionNum() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_type.cpp1381 constexpr uint32 shiftNum = 3; in GetSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1117 size_t shiftNum = (kByteSizeOfBit64 - resultType.GetSize()) * kBitSizePerByte; in CalIntValueFromFloatValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h918 constexpr uint32 shiftNum = 4; in GetHashIndex() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp4383 ImmOperand &shiftNum = CreateImmOperand(shiftVal - 1, dsize, false); in SelectMpy() local
4457 ImmOperand &shiftNum = CreateImmOperand(shiftNumber, dsize, false); in SelectDiv() local
4477 … ImmOperand &shiftNum = CreateImmOperand(__builtin_ffsll(imm->GetValue()) - 1, dsize, false); in SelectDiv() local
4775 … ImmOperand &shiftNum = CreateImmOperand(is64Bits ? kHighestBitOf64Bits : kHighestBitOf32Bits, in SelectCmpOp() local