test-instruction? ( -- ? )
CPU architecture description model

Prev:fused-unboxing? ( -- ? )
Next:%add ( dst src1 src2 -- )


Vocabulary
cpu.architecture

Inputs
None

Outputs
?a boolean


Word description
Does the current architecture have a test instruction? Used on x86 to rewrite some CMP instructions to less expensive TESTs.

Definition


Methods