Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp561 unsigned MovPrfx, LSLZero, MovPrfxZero; in expand_DestructiveOp() local
566 LSLZero = AArch64::LSL_ZPmI_B; in expand_DestructiveOp()
571 LSLZero = AArch64::LSL_ZPmI_H; in expand_DestructiveOp()
576 LSLZero = AArch64::LSL_ZPmI_S; in expand_DestructiveOp()
581 LSLZero = AArch64::LSL_ZPmI_D; in expand_DestructiveOp()
618 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(LSLZero)) in expand_DestructiveOp()