Home
last modified time | relevance | path

Searched refs:k48BitSize (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/aarch64/
H A Daarch64_imm_valid.h42 if (((val & ((static_cast<uint64>(0xffff)) << k48BitSize)) == val) || in IsMoveWidableImmediateCopy()
235 return value == k0BitSize || value == k16BitSize || value == k32BitSize || value == k48BitSize; in ImmShift64Valid()
/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.cpp25 constexpr uint32_t k48BitSize = 48; member
218 if (((val & ((static_cast<uint64_t>(0xffff)) << k48BitSize)) == val) || in IsMoveWidableImmediate()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doperand.cpp25 if (((val & ((static_cast<uint64>(0xffff)) << k48BitSize)) == val) || in IsMoveWidableImmediate()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/be/
H A Dcommon_utils.h50 constexpr uint32 k48BitSize = 48; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
H A Daarch64_cgfunc.cpp232 srcVal = (static_cast<int64>(srcVal) << k48BitSize) >> k48BitSize; in SelectCopyImm()

Completed in 9 milliseconds