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.cpp1312 constexpr uint32 shiftNum = 3; in GetSize() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp1138 size_t shiftNum = (kByteSizeOfBit64 - resultType.GetSize()) * kBitSizePerByte; in CalIntValueFromFloatValue() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp3789 ImmOperand &shiftNum = CreateImmOperand(shiftVal - 1, dsize, false); in SelectMpy() local
3865 ImmOperand &shiftNum = CreateImmOperand(shiftNumber, dsize, false); in SelectDiv() local
3885 … ImmOperand &shiftNum = CreateImmOperand(__builtin_ffsll(imm->GetValue()) - 1, dsize, false); in SelectDiv() local
4183 … ImmOperand &shiftNum = CreateImmOperand(is64Bits ? kHighestBitOf64Bits : kHighestBitOf32Bits, in SelectCmpOp() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dme_ir.h918 constexpr uint32 shiftNum = 4; in GetHashIndex() local