[llvm-bugs] [Bug 31253] New: [inline asm] TYPE operator support

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Dec 4 01:14:46 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=31253

            Bug ID: 31253
           Summary: [inline asm] TYPE operator support
           Product: new-bugs
           Version: unspecified
          Hardware: All
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: ziv.izhar at intel.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

There is no support for the TYPE operator.
The operator defined in here by microsoft:
https://msdn.microsoft.com/en-us/library/wxh0awwe.aspx

(compile with -fasm-blocks for the microsoft syntax)
void main(){ 
        __asm movq mm1, XMMWORD PTR [eax + TYPE int]
}

clang doesn't know this operator.

-- 
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/20161204/7e9cd500/attachment.html>


More information about the llvm-bugs mailing list