Intel® C++ Compiler XE 13.1 User and Reference Guides

minstruction, Qinstruction

Determines whether MOVBE instructions are generated for Intel processors.

IDE Equivalent

None

Architectures

IA-32, Intel® 64 architecture

Syntax

Linux and OS X:

-minstruction=[no]movbe

Windows:

/Qinstruction:[no]movbe

Arguments

None

Default

–minstruction=nomovbe
or/Qinstruction:nomovbe

The compiler does not generate MOVBE instructions for Intel® Atom™ processors.

Description

This option determines whether MOVBE instructions are generated for Intel processors. To use this option, you must also specify -xSSSE3_ATOM (Linux* OS and OS X*) or /QxSSSE3_ATOM (Windows* OS).

If -minstruction=movbe or /Qinstruction:movbe is specified, the following occurs:

If -minstruction=nomovbe or /Qinstruction:nomovbe is specified, the following occurs:

Alternate Options

None

See Also


Submit feedback on this help topic