Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2015 bool IsZeroDisc = DiscReg == AArch64::XZR; in emitPtrauthBranch() local
2020 Opc = IsZeroDisc ? AArch64::BLRAAZ : AArch64::BLRAA; in emitPtrauthBranch()
2022 Opc = IsZeroDisc ? AArch64::BLRABZ : AArch64::BLRAB; in emitPtrauthBranch()
2025 Opc = IsZeroDisc ? AArch64::BRAAZ : AArch64::BRAA; in emitPtrauthBranch()
2027 Opc = IsZeroDisc ? AArch64::BRABZ : AArch64::BRAB; in emitPtrauthBranch()
2033 if (!IsZeroDisc) in emitPtrauthBranch()