[LLVMbugs] [Bug 10832] New: "movbe" is not recognized as an x86 mnemonic

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Sep 1 16:31:11 PDT 2011


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: unassignedbugs at nondot.org
        ReportedBy: kkhoo at perfwizard.com
                CC: llvmbugs at cs.uiuc.edu


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.



More information about the llvm-bugs mailing list