Module singleton

Source
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.