Skip to content

"movbe" is not recognized as an x86 mnemonic #11204

Closed
@llvmbot

Description

@llvmbot
Bugzilla Link 10832
Resolution FIXED
Resolved on Nov 07, 2018 00:17
Version trunk
OS All
Depends On #11074
Blocks llvm/llvm-bugzilla-archive#10988
Reporter LLVM Bugzilla Contributor
CC @topperc

Extended Description

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions