[all-commits] [llvm/llvm-project] 17baba: [llvm][AArch64][Assembly] Implement support to rea...
hassnaaHamdi via All-commits
all-commits at lists.llvm.org
Fri Oct 20 08:20:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 17baba9fa2728b1b1134f9dccb9318debd5a9a1b
https://github.com/llvm/llvm-project/commit/17baba9fa2728b1b1134f9dccb9318debd5a9a1b
Author: hassnaaHamdi <hassnaa.hamdi at arm.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M llvm/include/llvm/TargetParser/AArch64TargetParser.h
M llvm/lib/Target/AArch64/AArch64.td
M llvm/lib/Target/AArch64/AArch64InstrInfo.td
M llvm/lib/Target/AArch64/AArch64SystemOperands.td
M llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
A llvm/test/MC/AArch64/FP8/system-regs.s
M llvm/test/MC/AArch64/arm64-system-encoding.s
M llvm/unittests/TargetParser/TargetParserTest.cpp
Log Message:
-----------
[llvm][AArch64][Assembly] Implement support to read/write FPMR (#69618)
Also add Read only registers:
ID_AA64FPFR0_EL1
ID_AA64ISAR3_EL1
This is based on this documentation:
https://developer.arm.com/documentation/ddi0602/2023-09
Co-authored-by: Caroline Concatto <caroline.concatto at arm.com>
More information about the All-commits
mailing list