%boolean ( dst cc temp -- )


Vocabulary
cpu.x86

Inputs
dstregister
cccomparision symbol
temptemporary register


Outputs
None

Word description
Helper word for emitting conditional move instructions.

See also
CMOVL, CMOVLE, CMOVG, CMOVGE, CMOVE, CMOVNE

Definition