Home
last modified time | relevance | path

Searched defs:flagBit (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/interpreter/
Dfast_runtime_stub-inl.h56 …uint64_t flagBit = ((bit_cast<uint64_t>(dLeft)) ^ (bit_cast<uint64_t>(dRight))) & base::DOUBLE_SIG… in FastDiv() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_binary_op.h180 … uint64_t flagBit = ((bit_cast<uint64_t>(dLeft)) ^ (bit_cast<uint64_t>(dRight))) & in DivWithTSType() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtype_lowering.cpp2370 GateRef flagBit = builder_.Int64And(builder_.Int64Xor(intLeftTmp, intRightTmp), in FastDiv() local
2665 GateRef flagBit = builder_.Int64And(builder_.Int64Xor(intLeftTmp, intRightTmp), in DivNumbers() local
Dstub_builder.cpp4012 … GateRef flagBit = Int64And(Int64Xor(intLeftTmp, intRightTmp), Int64(base::DOUBLE_SIGN_MASK)); in FastDiv() local