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: [email protected]
          Reporter: [email protected]
                CC: [email protected],
                    [email protected], [email protected]

Support parsing MIT syntax:
- Indirect: %a0@
- Post-increment: %a0@+
- Pre-decrement: %a0@-
- 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.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to