Home
last modified time | relevance | path

Searched refs:flagBit (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ic/
H A Dic_binary_op.h188 uint64_t flagBit = ((base::bit_cast<uint64_t>(dLeft)) ^ (base::bit_cast<uint64_t>(dRight))) & in DivWithTSType() local
191 flagBit ^ (base::bit_cast<uint64_t>(base::POSITIVE_INFINITY)))); in DivWithTSType()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dfast_runtime_stub-inl.h57 uint64_t flagBit = ((base::bit_cast<uint64_t>(dLeft)) ^ (base::bit_cast<uint64_t>(dRight))) & in FastDiv() local
60 flagBit ^ (base::bit_cast<uint64_t>(base::POSITIVE_INFINITY)))); in FastDiv()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dstub_builder.cpp7275 GateRef flagBit = Int64And(Int64Xor(intLeftTmp, intRightTmp), Int64(base::DOUBLE_SIGN_MASK)); in FastDiv() local
7276 GateRef tmpResult = Int64Xor(flagBit, CastDoubleToInt64(Double(base::POSITIVE_INFINITY))); in FastDiv()

Completed in 19 milliseconds