http://llvm.org/bugs/show_bug.cgi?id=20104

            Bug ID: 20104
           Summary: ARM Assembler does not support GAS compliant
                    coprocessors register name.
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: ARM
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

For example:
        ldc p12, cr4, [r0, #4]      @ for llvm-mc only c4
        stc p14, cr6, [r2, #-224]   @ for llvm-mc only c6

This format is used in open source libraries

GAS accepts both form:
        ldc p12, cr4, [r0, #4]     
        ldc p12, c4, [r0, #4]     
in all coprocessor related instruction

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to