Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SLSHardening.cpp67 static const ThunkKind BRAA; member
168 const ThunkKind ThunkKind::BRAA = {ThunkBRAA, "aa_", /*HasXmOperand=*/true, member in ThunkKind
169 /*NeedsPAuth=*/true, AArch64::BRAA};
184 return &ThunkKind::BRAA; in getThunkKind()
298 .StartsWith("aa_", &ThunkKind::BRAA) in parseThunkName()
H A DAArch64InstrInfo.h720 case AArch64::BRAA: in isIndirectBranchOpcode()
H A DAArch64AsmPrinter.cpp2226 Opc = IsZeroDisc ? AArch64::BRAAZ : AArch64::BRAA; in emitPtrauthBranch()
2955 const unsigned Opcodes[2][2] = {{AArch64::BRAA, AArch64::BRAAZ}, in emitInstruction()
H A DAArch64SchedOryon.td733 BRAA, BRAAZ, BRAB, BRABZ)>;
H A DAArch64SchedA510.td262 def : InstRW<[A510Write_PAC_B<1>], (instrs BLRAA, BLRAAZ, BLRAB, BLRABZ, BRAA,
H A DAArch64SchedA320.td259 def : InstRW<[CortexA320Write_PAC_B<1>], (instrs BLRAA, BLRAAZ, BLRAB, BLRABZ, BRAA,
H A DAArch64SchedThunderX3T110.td2002 BRAA, BRAAZ, BRAB, BRABZ)>;
H A DAArch64SchedNeoverseN2.td745 def : InstRW<[N2Write_6c_1M0_1B], (instrs BLRAA, BLRAAZ, BLRAB, BLRABZ, BRAA,
H A DAArch64SchedNeoverseN3.td667 def : InstRW<[N3Write_2c_1M_1B], (instrs BLRAA, BLRAAZ, BLRAB, BLRABZ, BRAA,
H A DAArch64SchedNeoverseV2.td1204 def : InstRW<[V2Write_6c_1M0_1B], (instrs BLRAA, BLRAAZ, BLRAB, BLRABZ, BRAA,
H A DAArch64InstrInfo.td2054 def BRAA : AuthBranchTwoOperands<0, 0, "braa">;
2103 // BRA pseudo, generalized version of BRAA/BRAB/Z.