Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp2525 Register AuthResultReg = STI->hasFPAC() ? DstReg : AArch64::X16; in LowerLOADgotAUTH() local
2535 .addReg(AuthResultReg) in LowerLOADgotAUTH()
2558 .addReg(AuthResultReg) in LowerLOADgotAUTH()
2569 .addReg(AuthResultReg) in LowerLOADgotAUTH()
2578 .addReg(AuthResultReg) in LowerLOADgotAUTH()
2579 .addReg(AuthResultReg) in LowerLOADgotAUTH()
2589 emitPtrauthCheckAuthenticatedValue(AuthResultReg, AArch64::X17, AuthKey, in LowerLOADgotAUTH()
2594 emitMovXReg(DstReg, AuthResultReg); in LowerLOADgotAUTH()