Searched refs:PRFM (Results 1 – 16 of 16) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64SystemOperands.td | 225 // 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 D | AArch64InstrInfo.td | 2412 defm PRFM : PrefetchRO<0b11, 0, 0b10, "prfm">;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64InstPrinter.cpp | 1129 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 D | AArch64BaseInfo.h | 406 struct PRFM : SysAlias { struct
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/AsmParser/ |
| H A D | AArch64AsmParser.cpp | 2465 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 D | sr.po | 316 msgid "the register-index form of PRFM does not accept opcodes in the range 24-31" 317 msgstr "облик индекс регистра „PRFM“-а не прихвата опкодове у опсегу 24-31"
|
| H A D | uk.po | 317 msgid "the register-index form of PRFM does not accept opcodes in the range 24-31" 318 msgstr "форма регістр-індекс PRFM не приймає кодів операцій у діапазоні 24-31"
|
| H A D | ro.po | 335 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 D | sv.po | 319 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 D | de.po | 320 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 D | opcodes.pot | 302 "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 D | aarch64.md | 822 /* PRFM accepts the same addresses as a 64-bit LDR so wrap
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64.md | 844 /* PRFM accepts the same addresses as a 64-bit LDR so wrap
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2017 | 15655 (aarch64_record_load_store): Handle PRFM instruction.
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2017 | 15655 (aarch64_record_load_store): Handle PRFM instruction.
|
| /netbsd-src/external/gpl3/binutils/dist/ |
| H A D | ChangeLog.git | 14586 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.
|