Details
Details
Diff Detail
Diff Detail
Paths
| Differential D41900
[AArch64][SVE] Asm: Add support for RDVL/ADDVL/ADDPL instructions ClosedPublic Authored by sdesmalen on Jan 10 2018, 4:39 AM.
Details
Diff Detail Event TimelineHerald added subscribers: kristof.beyls, tschuett, javed.absar, aemerson. · View Herald TranscriptJan 10 2018, 4:39 AM sdesmalen added a parent revision: D41899: [AArch64][AsmParser] Cleanup isSImm7s4, isSImm7s8, (etc) functions..Jan 10 2018, 4:40 AM SjoerdMeijer added inline comments. This revision is now accepted and ready to land.Jan 19 2018, 6:53 AM Closed by commit rL322951: [AArch64][SVE] Asm: Add support for RDVL/ADDVL/ADDPL instructions (authored by s.desmalen). · Explain WhyJan 19 2018, 7:23 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 129243 lib/Target/AArch64/AArch64InstrFormats.td
lib/Target/AArch64/AArch64SVEInstrInfo.td
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/SVEInstrFormats.td
test/MC/AArch64/SVE/addpl-diagnostics.s
test/MC/AArch64/SVE/addpl.s
test/MC/AArch64/SVE/addvl-diagnostics.s
test/MC/AArch64/SVE/addvl.s
test/MC/AArch64/SVE/rdvl-diagnostics.s
test/MC/AArch64/SVE/rdvl.s
|
I think it is clearer to split this up in 2 operands: op and opc2, which then matches with the "encoding group".