Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/assembler/aarch64/
H A Dassembler_aarch64.cpp583 const uint64_t hImm = iter.first; in TryReplicateHWords() local
585 uint64_t repeatImm = hImm | (hImm << 16) | (hImm << 32) | (hImm << 48); in TryReplicateHWords()
597 if (imm16 != hImm) { in TryReplicateHWords()
610 if (imm16 != hImm) { in TryReplicateHWords()

Completed in 3 milliseconds