Searched defs:divisor (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | mpl_int_val.h | 281 IntVal Div(const IntVal &divisor, PrimType pType) const in Div() 287 IntVal SDiv(const IntVal &divisor, uint8 bitWidth) const in SDiv() 293 IntVal UDiv(const IntVal &divisor, uint8 bitWidth) const in UDiv() 299 IntVal Rem(const IntVal &divisor, PrimType pType) const in Rem() 305 IntVal SRem(const IntVal &divisor, uint8 bitWidth) const in SRem() 311 IntVal URem(const IntVal &divisor, uint8 bitWidth) const in URem()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_const.cpp | 294 bool IsDivSafe(const MIRIntConst ÷nd, const MIRIntConst &divisor, PrimType pType) in IsDivSafe()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_obj_emitter.cpp | 1161 uint32 divisor = 1; in GenLoadStoreModeBOi() local 1381 uint32 divisor = 0; in GenLoadPairInsn() local 1418 uint32 divisor = 0; in GenStorePairInsn() local 1460 uint32 divisor = 0; in GenLoadPairFloatInsn() local 1497 uint32 divisor = 0; in GenStorePairFloatInsn() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | instruction_combine.cpp | 798 int64_t const divisor = m.Right().ResolvedValue(); in ReduceInt64Div() local 835 int32_t const divisor = m.Right().ResolvedValue(); in ReduceInt32Div() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | date_parse.h | 443 int divisor = 1; in NormMilliSecond() local
|
| D | js_bigint.cpp | 1183 uint32_t BigInt::DivideAndRemainder(uint32_t highBit, uint32_t lowBit, uint32_t divisor, uint32_t& … in DivideAndRemainder() 1336 JSHandle<BigInt> divisor, in DivideAndRemainderWithBigintDivisor() 1392 … uint32_t divisor, JSMutableHandle<BigInt> &remainder) in DivideAndRemainderWithUint32Divisor()
|