Home
last modified time | relevance | path

Searched refs:replicateChunk (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp95 static uint64_t replicateChunk(uint64_t Imm, unsigned FromIdx, unsigned ToIdx) { in replicateChunk() function
483 uint64_t OrrImm = replicateChunk(UImm, 3, 1); in expandMOVImm()
489 OrrImm = replicateChunk(UImm, 1, 3); in expandMOVImm()
498 uint64_t OrrImm = replicateChunk(UImm, 2, 0); in expandMOVImm()
504 OrrImm = replicateChunk(UImm, 0, 2); in expandMOVImm()