Searched refs:AUT (Results 1 – 11 of 11) sorted by relevance
/freebsd/share/misc/ |
H A D | iso3166 | 35 AT AUT 040 Austria
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64SchedOryon.td | 274 // 7 cycles on I2. PAC*/AUT* instructions 279 // 7 cycles on I2. PAC*/AUT* instructions
|
H A D | AArch64SchedAmpere1B.td | 1021 def : InstRW<[Ampere1BWrite_5cyc_1BS], (instregex "^AUT")>;
|
H A D | AArch64ISelDAGToDAG.cpp | 1538 SDNode *AUT = CurDAG->getMachineNode(AArch64::AUT, DL, MVT::i64, Ops); in SelectPtrauthAuth() local 1539 ReplaceNode(N, AUT); in SelectPtrauthAuth()
|
H A D | AArch64AsmPrinter.cpp | 2453 case AArch64::AUT: in emitInstruction()
|
H A D | AArch64SchedA510.td | 257 def : InstRW<[CortexA510Write<5, CortexA510UnitPAC>], (instregex "^AUT", "^PAC")>;
|
H A D | AArch64SchedNeoverseV1.td | 578 def : InstRW<[V1Write_5c_1M0], (instregex "^AUT",
|
H A D | AArch64SchedNeoverseN2.td | 704 def : InstRW<[N2Write_5cyc_1M0], (instregex "^AUT", "^PAC")>;
|
H A D | AArch64SchedNeoverseV2.td | 1188 def : InstRW<[V2Write_5cyc_1M0], (instregex "^AUT", "^PAC")>;
|
H A D | AArch64InstrInfo.td | 1735 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 D | AArch64InstructionSelector.cpp | 6607 MIB.buildInstr(AArch64::AUT) in selectIntrinsic()
|