[llvm-bugs] [Bug 49863] New: AsmParser: support MIT syntax
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Apr 6 11:16:26 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=49863
Bug ID: 49863
Summary: AsmParser: support MIT syntax
Product: libraries
Version: trunk
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: Backend: M68k
Assignee: unassignedbugs at nondot.org
Reporter: rickytaylor26 at gmail.com
CC: glaubitz at physik.fu-berlin.de,
llvm-bugs at lists.llvm.org, minyihh at uci.edu
Support parsing MIT syntax:
- Indirect: %a0@
- Post-increment: %a0 at +
- Pre-decrement: %a0 at -
- Indirect with Offset: %a0@(10)
- Index: %a0@(10)
- Post-Index: %a0@(10)@(20,%a1:l:1)
- Pre-Index: %a0@(20,%a1:l:1)@(10)
- Absolute address: my_fn:w / 12315:w
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210406/5960a476/attachment.html>
More information about the llvm-bugs
mailing list