Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64SystemOperands.td225 // PRFM (prefetch) instruction options.
228 class PRFM<string name, bits<5> encoding> : SearchableTable {
237 def : PRFM<"pldl1keep", 0x00>;
238 def : PRFM<"pldl1strm", 0x01>;
239 def : PRFM<"pldl2keep", 0x02>;
240 def : PRFM<"pldl2strm", 0x03>;
241 def : PRFM<"pldl3keep", 0x04>;
242 def : PRFM<"pldl3strm", 0x05>;
243 def : PRFM<"plil1keep", 0x08>;
244 def : PRFM<"plil1strm", 0x09>;
[all …]
H A DAArch64InstrInfo.td2412 defm PRFM : PrefetchRO<0b11, 0, 0b10, "prfm">;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64InstPrinter.cpp1129 if (auto PRFM = AArch64SVEPRFM::lookupSVEPRFMByEncoding(prfop)) { in printPrefetchOp() local
1130 O << PRFM->Name; in printPrefetchOp()
1133 } else if (auto PRFM = AArch64PRFM::lookupPRFMByEncoding(prfop)) { in printPrefetchOp() local
1134 O << PRFM->Name; in printPrefetchOp()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/Utils/
H A DAArch64BaseInfo.h406 struct PRFM : SysAlias { struct
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp2465 auto PRFM = LookupByEncoding(MCE->getValue()); in tryParsePrefetch() local
2467 prfop, PRFM.getValueOr(""), S, getContext())); in tryParsePrefetch()
2476 auto PRFM = LookupByName(Tok.getString()); in tryParsePrefetch() local
2477 if (!PRFM) { in tryParsePrefetch()
2483 *PRFM, Tok.getString(), S, getContext())); in tryParsePrefetch()
/netbsd-src/external/gpl3/binutils/dist/opcodes/po/
H A Dsr.po316 msgid "the register-index form of PRFM does not accept opcodes in the range 24-31"
317 msgstr "облик индекс регистра „PRFM“-а не прихвата опкодове у опсегу 24-31"
H A Duk.po317 msgid "the register-index form of PRFM does not accept opcodes in the range 24-31"
318 msgstr "форма регістр-індекс PRFM не приймає кодів операцій у діапазоні 24-31"
H A Dro.po335 msgid "the register-index form of PRFM does not accept opcodes in the range 24-31"
336 msgstr "formularul registru-index al PRFM nu acceptă coduri operaționale în intervalul 24-31"
H A Dsv.po319 msgid "the register-index form of PRFM does not accept opcodes in the range 24-31"
320 msgstr "register-index-formen av PRFM accepterar inte instruktioner i intervallet 24-31"
H A Dde.po320 msgid "the register-index form of PRFM does not accept opcodes in the range 24-31"
321 msgstr "Die Register-Index-Form von PRFM akzeptiert keine Opcodes im Bereich von 24 bis 31"
H A Dopcodes.pot302 "the register-index form of PRFM does not accept opcodes in the range 24-31"
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64.md822 /* PRFM accepts the same addresses as a 64-bit LDR so wrap
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.md844 /* PRFM accepts the same addresses as a 64-bit LDR so wrap
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201715655 (aarch64_record_load_store): Handle PRFM instruction.
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201715655 (aarch64_record_load_store): Handle PRFM instruction.
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git14586 aarch64: Add SLC target for PRFM instruction.
14588 SLC target for PRFM instructions.
58388 aarch64: Restrict range of PRFM opcodes
58389 In the register-index forms of PRFM, the unallocated prefetch opcodes
58391 The PRFM opcode space is now capped at 23 for these forms. The other
58392 forms of PRFM are unaffected.