Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp574 unsigned MovPrfx, LSLZero, MovPrfxZero; in expand_DestructiveOp() local
580 MovPrfxZero = AArch64::MOVPRFX_ZPzZ_B; in expand_DestructiveOp()
585 MovPrfxZero = AArch64::MOVPRFX_ZPzZ_H; in expand_DestructiveOp()
590 MovPrfxZero = AArch64::MOVPRFX_ZPzZ_S; in expand_DestructiveOp()
595 MovPrfxZero = AArch64::MOVPRFX_ZPzZ_D; in expand_DestructiveOp()
616 PRFX = BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(MovPrfxZero)) in expand_DestructiveOp()