yield

Yield

YIELD

Hints that the current thread is performing a spin-wait loop.

Details

The Yield instruction hints that the current thread is performing a spin-wait loop.

Pseudocode Operation

// Hints that the current thread is performing a spin-wait loop

Example

YIELD

Encoding

Binary Layout
11010101
000
00011
0010
00001
11111
 
Format System Alias
Opcode 0xD503203F
Extension Base

Operands