Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Pentium Pro
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===Instruction set=== The Pentium Pro (P6) introduced new 'conditional move' instructions into the Intel range; the <code>CMOV''cc''</code> and <code>FCMOV''cc''</code> (‘conditional move’) instructions fetch a source value from a register or memory, and optionally write that value to a destination register according to a condition ''cc'' on the flags register, the same conditions used by the conditional jump (<code>J''cc''</code>) instructions. For example, <code>CMOVNE</code> moves a specified value into a register if the flags register matches the NE (not-equal) condition, i.e. the [[zero flag]] is unset. If the zero flag is set, the condition in false, and the destination register keeps its value. This allows simple if-then-else operations (such as commonly used by the [[Ternary conditional operator|<code>? :</code> operation]] in [[C (programming language)|C]]) without a costly conditional branch. The <code>FCMOV''cc''</code> variant provides the same functionality for floating-point registers. Unfortunately, <code>CMOV</code> does not support immediate (in-line constant) source values nor memory destinations. A second development was the documentation of the <code>UD2</code> illegal instruction. This op code is reserved and guaranteed to cause an illegal instruction exception on the P6 and all later processors. This allows developers to easily crash the current program in a future-proof fashion when a bug is detected by software.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Pentium Pro
(section)
Add topic