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.cpp2216 bool IsZeroDisc = DiscReg == AArch64::XZR; in emitPtrauthBranch() local
2221 Opc = IsZeroDisc ? AArch64::BLRAAZ : AArch64::BLRAA; in emitPtrauthBranch()
2223 Opc = IsZeroDisc ? AArch64::BLRABZ : AArch64::BLRAB; in emitPtrauthBranch()
2226 Opc = IsZeroDisc ? AArch64::BRAAZ : AArch64::BRAA; in emitPtrauthBranch()
2228 Opc = IsZeroDisc ? AArch64::BRABZ : AArch64::BRAB; in emitPtrauthBranch()
2234 if (!IsZeroDisc) in emitPtrauthBranch()