Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2127 MCInst AUTInst; in emitPtrauthAuthResign() local
2128 AUTInst.setOpcode(AUTOpc); in emitPtrauthAuthResign()
2129 AUTInst.addOperand(MCOperand::createReg(AUTVal)); in emitPtrauthAuthResign()
2130 AUTInst.addOperand(MCOperand::createReg(AUTVal)); in emitPtrauthAuthResign()
2132 AUTInst.addOperand(MCOperand::createReg(AUTDiscReg)); in emitPtrauthAuthResign()
2133 EmitToStreamer(*OutStreamer, AUTInst); in emitPtrauthAuthResign()