This patch upstreams support the optional ARMv8.0 Data Gathering Hint (DGH)
extension, which adds the Data Gathering Hint instruction to the hint
space.
See ARMv8.0-DGH in the Arm Architecture Reference Manual Armv8 for more
information.
Differential D77097
[ARM] Add data gathering hint instruction stuij on Mar 30 2020, 2:48 PM. Authored by
Details This patch upstreams support the optional ARMv8.0 Data Gathering Hint (DGH) See ARMv8.0-DGH in the Arm Architecture Reference Manual Armv8 for more
Diff Detail
Event Timeline
|
If this is optional in v8.0, I guess this does not necessarily need to be in a file called armv8.6.a-dgh.s. Can you just stick in a the file with the other hint instructions? Saves us a whole 1-line test file.