Expand description
Holds encoders for instructions that have only one variant.
Functionsยง
- encode_
cpuid - Returns processor identification and feature information to the EAX, EBX, ECX, and EDX registers, as determined by input entered in EAX (in some cases, ECX as well).
- encode_
lock - Lock prefix used for atomic operations.
- encode_
nop - No operation.
- encode_
syscall - Fast call to privilege level 0 system procedures. New variant of sysenter for 64-bit mode.
- encode_
sysenter - Fast call to privilege level 0 system procedures.