Home
last modified time | relevance | path

Searched refs:INT_SIGN_BIT_OFFSET (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dbuiltins_lowering.cpp162 auto temp = builder_.Int32ASR(value, builder_.Int32(JSTaggedValue::INT_SIGN_BIT_OFFSET)); in TypedAbs()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value.h112 static constexpr size_t INT_SIGN_BIT_OFFSET = 31; variable