Searched refs:RPRFM (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SystemOperands.td | 479 // RPRFM (prefetch) instruction options. 482 class RPRFM<string name, bits<1> type_encoding, bits<5> policy_encoding> { 491 let FilterClass = "RPRFM"; 497 let FilterClass = "RPRFM"; 511 def : RPRFM<"pldkeep", 0b0, 0b00000>; 512 def : RPRFM<"pstkeep", 0b1, 0b00000>; 513 def : RPRFM<"pldstrm", 0b0, 0b00010>; 514 def : RPRFM<"pststrm", 0b1, 0b00010>;
|
| H A D | AArch64InstrInfo.td | 10532 def RPRFM: 10551 // RPRFM overlaps with PRFM (reg), when the decoder method of PRFM returns 10552 // Fail, the decoder should attempt to decode RPRFM. This requires setting
|
| H A D | AArch64InstrFormats.td | 4352 // PRFM (reg) aliases with RPRFM added to the base A64 instruction set. When 4354 // instruction as RPRFM.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/Utils/ |
| H A D | AArch64BaseInfo.h | 511 struct RPRFM : SysAlias { struct
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 882 if (auto RPRFM = AArch64RPRFM::lookupRPRFMByEncoding(RPRFOp)) in printRangePrefetchAlias() local 883 O << RPRFM->Name << ", "; in printRangePrefetchAlias()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 3136 auto RPRFM = AArch64RPRFM::lookupRPRFMByEncoding(MCE->getValue()); in tryParseRPRFMOperand() local 3138 prfop, RPRFM ? RPRFM->Name : "", S, getContext())); in tryParseRPRFMOperand() 3145 auto RPRFM = AArch64RPRFM::lookupRPRFMByName(Tok.getString()); in tryParseRPRFMOperand() local 3146 if (!RPRFM) in tryParseRPRFMOperand() 3150 RPRFM->Encoding, Tok.getString(), S, getContext())); in tryParseRPRFMOperand()
|
| /freebsd/sys/arm64/arm64/ |
| H A D | identcpu.c | 1068 MRS_FIELD_VALUE_NONE_IMPL(ID_AA64ISAR2, RPRFM, NONE, IMPL), 1151 MRS_FIELD(ID_AA64ISAR2, RPRFM, false, MRS_LOWER, 0, id_aa64isar2_rprfm),
|