Home
last modified time | relevance | path

Searched defs:k16BitShift (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
Dliteralstrname.cpp35 constexpr uint8_t k16BitShift = 4; // 16 is 1 << 4 in GetHexStr() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
Dcommon_utils.h118 constexpr uint32 k16BitShift = 4; /* 16 is 1 << 4 */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_type.h70 constexpr uint32 k16BitShift = 4; /* 8 is 1 << 3; */ variable