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

           Summary: "movbe" is not recognized as an x86 mnemonic
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Backend: X86
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


According to the "Intel® 64 and IA-32 Architectures Software Developer’s Manual
Volume 2 (2A & 2B): Instruction Set Reference, A-Z", p. 3-662:

0F 38 F0 /r MOVBE r32, m32

$ clang -mavx avx.s -c
/var/folders/J5/J5ahEYzWEFC1BPEW37amTE+++TM/-Tmp-/cc-1qUg1a.s:5:1: error:
invalid instruction mnemonic 'movbe'
movbe (%ecx), %eax

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- 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