Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dmacro_assembler_aarch64.cpp185 int64_t maxNineBitsSignedValue = 255; in PickLoadStoreInsn() local
192 if (value > maxNineBitsSignedValue && isLoad) { in PickLoadStoreInsn()
199 if (value > maxNineBitsSignedValue && !isLoad) { in PickLoadStoreInsn()
206 if (value <= maxNineBitsSignedValue && isLoad) { in PickLoadStoreInsn()
209 if (value <= maxNineBitsSignedValue && !isLoad) { in PickLoadStoreInsn()

Completed in 2 milliseconds