This adds two new system registers, used to generate random numbers.
This is an optional extension to v8.5-A, and will be controlled by the
"+rng" modifier of the -march= and -mcpu= options.
Patch by Pablo Barrio!
Paths
| Differential D52481
[AArch64][v8.5A] Add Armv8.5-A random number instructions ClosedPublic Authored by olista01 on Sep 25 2018, 7:17 AM.
Details Summary This adds two new system registers, used to generate random numbers. This is an optional extension to v8.5-A, and will be controlled by the Patch by Pablo Barrio!
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 26 2018, 12:40 AM Closed by commit rL343217: [AArch64][v8.5A] Add Armv8.5-A random number instructions (authored by olista01). · Explain WhySep 27 2018, 7:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 167315 llvm/trunk/include/llvm/Support/AArch64TargetParser.def
llvm/trunk/include/llvm/Support/TargetParser.h
llvm/trunk/lib/Target/AArch64/AArch64.td
llvm/trunk/lib/Target/AArch64/AArch64Subtarget.h
llvm/trunk/lib/Target/AArch64/AArch64SystemOperands.td
llvm/trunk/test/MC/AArch64/armv8.5a-rand-error.s
llvm/trunk/test/MC/AArch64/armv8.5a-rand.s
llvm/trunk/test/MC/Disassembler/AArch64/armv8.5a-rand.txt
llvm/trunk/unittests/Support/TargetParserTest.cpp
|