[PATCH] D60063: [AArch64] Add v8.5-a Memory Tagging GMID_EL1 register
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 1 06:42:01 PDT 2019
DavidSpickett created this revision.
Herald added subscribers: llvm-commits, kristof.beyls, javed.absar.
Herald added a project: LLVM.
The latest version of the MTE spec added a system
register 'GMID_EL1'. It contains the block size used
by the LDGM and STGM instructions and is read only.
The specification can be found here:
https://developer.arm.com/docs/ddi0596/c
Repository:
rL LLVM
https://reviews.llvm.org/D60063
Files:
lib/Target/AArch64/AArch64SystemOperands.td
test/MC/AArch64/armv8.5a-mte-error.s
test/MC/AArch64/armv8.5a-mte.s
test/MC/Disassembler/AArch64/armv8.5a-mte.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60063.193077.patch
Type: text/x-patch
Size: 5269 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190401/5588be22/attachment.bin>
More information about the llvm-commits
mailing list