Home
last modified time | relevance | path

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

/freebsd/share/misc/
H A Diso316635 AT AUT 040 Austria
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedOryon.td274 // 7 cycles on I2. PAC*/AUT* instructions
279 // 7 cycles on I2. PAC*/AUT* instructions
H A DAArch64SchedAmpere1B.td1021 def : InstRW<[Ampere1BWrite_5cyc_1BS], (instregex "^AUT")>;
H A DAArch64ISelDAGToDAG.cpp1538 SDNode *AUT = CurDAG->getMachineNode(AArch64::AUT, DL, MVT::i64, Ops); in SelectPtrauthAuth() local
1539 ReplaceNode(N, AUT); in SelectPtrauthAuth()
H A DAArch64AsmPrinter.cpp2453 case AArch64::AUT: in emitInstruction()
H A DAArch64SchedA510.td257 def : InstRW<[CortexA510Write<5, CortexA510UnitPAC>], (instregex "^AUT", "^PAC")>;
H A DAArch64SchedNeoverseV1.td578 def : InstRW<[V1Write_5c_1M0], (instregex "^AUT",
H A DAArch64SchedNeoverseN2.td704 def : InstRW<[N2Write_5cyc_1M0], (instregex "^AUT", "^PAC")>;
H A DAArch64SchedNeoverseV2.td1188 def : InstRW<[V2Write_5cyc_1M0], (instregex "^AUT", "^PAC")>;
H A DAArch64InstrInfo.td1735 defm AUT : SignAuth<0b001, 0b011, "aut", null_frag>;
1826 // AUT pseudo.
1829 def AUT : Pseudo<(outs), (ins i32imm:$Key, i64imm:$Disc, GPR64noip:$AddrDisc),
1840 // AUT and re-PAC a value, using different keys/data.
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6607 MIB.buildInstr(AArch64::AUT) in selectIntrinsic()