Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp966 uint64 canRepreset = is64Bits ? (val & 0xffffffffffff) : (val & 0x7ffff); in HandleFmovImm() local
2722 uint64 canRepreset = is64Bits ? (val & 0xffffffffffff) : (val & 0x7ffff); in SelectRetype() local