asmjit::x86::EmitterImplicitT< This > Struct Template Reference
Inheritance diagram for asmjit::x86::EmitterImplicitT< This >:
asmjit::x86::EmitterExplicitT< This >
template<typename This>
struct asmjit::x86::EmitterImplicitT< This >

Emitter (X86 - implicit).

Member Functions

Prefix Options
Core Instructions
String Instruction Aliases
Deprecated 32-bit Instructions
LAHF/SAHF Instructions
CPUID Instruction
CacheLine Instructions
RDPRU/RDPKRU Instructions
RDTSC/RDTSCP Instructions
BMI2 Instructions
XSAVE Instructions
SYSCALL/SYSENTER Instructions
HRESET Instructions
SEAM Instructions
Privileged Instructions
Monitor & MWait Instructions
WAITPKG Instructions
MMX & SSE Instructions
SHA Instructions
AVX, FMA, and AVX512 Instructions
- Public Member Functions inherited from asmjit::x86::EmitterExplicitT< This >

Member Function Documentation

template<typename This>
This& x86::EmitterImplicitT<This>::rep()noexcept◆ 

Use REP/REPE prefix.

template<typename This>
This& x86::EmitterImplicitT<This>::repe()noexcept◆ 

Use REP/REPE prefix.

template<typename This>
This& x86::EmitterImplicitT<This>::repz()noexcept◆ 

Use REP/REPE prefix.

template<typename This>
This& x86::EmitterImplicitT<This>::repne()noexcept◆ 

Use REPNE prefix.

template<typename This>
This& x86::EmitterImplicitT<This>::repnz()noexcept◆ 

Use REPNE prefix.