Home
last modified time | relevance | path

Searched refs:LSLZero (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
579 LSLZero = AArch64::LSL_ZPmI_B; in expand_DestructiveOp()
584 LSLZero = AArch64::LSL_ZPmI_H; in expand_DestructiveOp()
589 LSLZero = AArch64::LSL_ZPmI_S; in expand_DestructiveOp()
594 LSLZero = AArch64::LSL_ZPmI_D; in expand_DestructiveOp()
631 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LSLZero)) in expand_DestructiveOp()