Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/
H A Dfast_divisor.h36 FastConstSignedDivisor(int64_t divisor, size_t bitWidth) in FastConstSignedDivisor() argument
97 FastConstUnsignedDivisor(uint64_t divisor, size_t bitWidth) in FastConstUnsignedDivisor() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_const.cpp288 bool IsDivSafe(const MIRIntConst &dividend, const MIRIntConst &divisor, PrimType pType) in IsDivSafe() argument
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dinstruction_combine.cpp683 int64_t const divisor = m.Right().ResolvedValue(); in ReduceInt64Div() local
720 int32_t const divisor = m.Right().ResolvedValue(); in ReduceInt32Div() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dmpl_int_val.h308 Div(const IntVal &divisor, PrimType pType) const Div() argument
314 SDiv(const IntVal &divisor, uint8 bitWidth) const SDiv() argument
320 UDiv(const IntVal &divisor, uint8 bitWidth) const UDiv() argument
326 Rem(const IntVal &divisor, PrimType pType) const Rem() argument
332 SRem(const IntVal &divisor, uint8 bitWidth) const SRem() argument
338 URem(const IntVal &divisor, uint8 bitWidth) const URem() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/
H A Ddate_parse.h444 int divisor = 1; in NormMilliSecond() local
H A Djs_bigint.cpp1224 uint32_t BigInt::DivideAndRemainder(uint32_t highBit, uint32_t lowBit, uint32_t divisor, uint32_t& remainder) in DivideAndRemainder() argument
1376 DivideAndRemainderWithBigintDivisor(JSThread *thread, JSHandle<BigInt> dividend, JSHandle<BigInt> divisor, JSMutableHandle<BigInt> &remainder) DivideAndRemainderWithBigintDivisor() argument
1433 DivideAndRemainderWithUint32Divisor(JSThread *thread, JSHandle<BigInt> dividend, uint32_t divisor, JSMutableHandle<BigInt> &remainder) DivideAndRemainderWithUint32Divisor() argument
[all...]
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/amd64/
H A Dencode.cpp1487 int64_t divisor = imm.GetAsInt(); in EncodeSignedDiv() local
1531 auto divisor = bit_cast<uint64_t>(imm.GetAsInt()); in EncodeUnsignedDiv() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/code_generator/target/aarch64/
H A Dencode.cpp1734 int64_t divisor = imm.GetAsInt(); in EncodeSignedDiv() local
1773 auto divisor = bit_cast<uint64_t>(imm.GetAsInt()); in EncodeUnsignedDiv() local

Completed in 17 milliseconds