CodeGenerator

Undocumented in source.
class CodeGenerator : CodeArray {}

Constructors

this
this(size_t maxSize, void* userPtr, Allocator allocator)
Undocumented in source.

Members

Aliases

NativeReg
alias NativeReg = Reg64
Undocumented in source.
NativeReg
alias NativeReg = Reg32
Undocumented in source.

Enums

NONE
anonymousenum NONE
Undocumented in source.
T_N1
anonymousenum T_N1
Undocumented in source.
es
anonymousenum es
Undocumented in source.
i32e
anonymousenum i32e
Undocumented in source.
i32e
anonymousenum i32e
Undocumented in source.
mm0
anonymousenum mm0
Undocumented in source.
rax
anonymousenum rax
Undocumented in source.
xx_yy_zz
anonymousenum xx_yy_zz
Undocumented in source.

Functions

Align
void Align(int x)
Undocumented in source. Be warned that the author may not have intended to support it.
L
void L(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
L
void L(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
L
Label L()
Undocumented in source. Be warned that the author may not have intended to support it.
aaa
void aaa()
Undocumented in source. Be warned that the author may not have intended to support it.
aad
void aad()
Undocumented in source. Be warned that the author may not have intended to support it.
aam
void aam()
Undocumented in source. Be warned that the author may not have intended to support it.
aas
void aas()
Undocumented in source. Be warned that the author may not have intended to support it.
adc
void adc(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
adc
void adc(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
adcx
void adcx(Reg32e reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
add
void add(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
addpd
void addpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
addps
void addps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
addsd
void addsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
addss
void addss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
addsubpd
void addsubpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
addsubps
void addsubps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
adox
void adox(Reg32e reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
aesdec
void aesdec(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
aesdeclast
void aesdeclast(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
aesenc
void aesenc(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
aesenclast
void aesenclast(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
aesimc
void aesimc(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
aeskeygenassist
void aeskeygenassist(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
and
void and(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
and
void and(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
andn
void andn(Reg32e r1, Reg32e r2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
andnpd
void andnpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
andnps
void andnps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
andpd
void andpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
andps
void andps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
assignL
void assignL(Label dst, Label src)
Undocumented in source. Be warned that the author may not have intended to support it.
bextr
void bextr(Reg32e r1, Operand op, Reg32e r2)
Undocumented in source. Be warned that the author may not have intended to support it.
blendpd
void blendpd(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
blendps
void blendps(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
blendvpd
void blendvpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
blendvps
void blendvps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
blsi
void blsi(Reg32e r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
blsmsk
void blsmsk(Reg32e r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
blsr
void blsr(Reg32e r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
bnd
void bnd()
Undocumented in source. Be warned that the author may not have intended to support it.
bndcl
void bndcl(BoundsReg bnd, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
bndcn
void bndcn(BoundsReg bnd, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
bndcu
void bndcu(BoundsReg bnd, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
bndldx
void bndldx(BoundsReg bnd, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
bndmk
void bndmk(BoundsReg bnd, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
bndmov
void bndmov(BoundsReg bnd, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
bndmov
void bndmov(Address addr, BoundsReg bnd)
Undocumented in source. Be warned that the author may not have intended to support it.
bndstx
void bndstx(Address addr, BoundsReg bnd)
Undocumented in source. Be warned that the author may not have intended to support it.
bsf
void bsf(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
bsr
void bsr(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
bswap
void bswap(Reg32e reg)
Undocumented in source. Be warned that the author may not have intended to support it.
bt
void bt(Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
bt
void bt(Operand op, Reg reg)
Undocumented in source. Be warned that the author may not have intended to support it.
btc
void btc(Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
btc
void btc(Operand op, Reg reg)
Undocumented in source. Be warned that the author may not have intended to support it.
btr
void btr(Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
btr
void btr(Operand op, Reg reg)
Undocumented in source. Be warned that the author may not have intended to support it.
bts
void bts(Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
bts
void bts(Operand op, Reg reg)
Undocumented in source. Be warned that the author may not have intended to support it.
bzhi
void bzhi(Reg32e r1, Operand op, Reg32e r2)
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(char* label)
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(Ret function(Params...) func)
Undocumented in source. Be warned that the author may not have intended to support it.
call
void call(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
cbw
void cbw()
Undocumented in source. Be warned that the author may not have intended to support it.
cdq
void cdq()
Undocumented in source. Be warned that the author may not have intended to support it.
cdqe
void cdqe()
Undocumented in source. Be warned that the author may not have intended to support it.
checkCvt1
void checkCvt1(Operand x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
checkCvt2
void checkCvt2(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
checkGather2
void checkGather2(Xmm x1, Reg x2, int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
clc
void clc()
Undocumented in source. Be warned that the author may not have intended to support it.
cld
void cld()
Undocumented in source. Be warned that the author may not have intended to support it.
clflush
void clflush(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
clflushopt
void clflushopt(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
cli
void cli()
Undocumented in source. Be warned that the author may not have intended to support it.
clzero
void clzero()
Undocumented in source. Be warned that the author may not have intended to support it.
cmc
void cmc()
Undocumented in source. Be warned that the author may not have intended to support it.
cmova
void cmova(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovae
void cmovae(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovb
void cmovb(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovbe
void cmovbe(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovc
void cmovc(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmove
void cmove(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovg
void cmovg(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovge
void cmovge(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovl
void cmovl(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovle
void cmovle(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovna
void cmovna(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnae
void cmovnae(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnb
void cmovnb(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnbe
void cmovnbe(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnc
void cmovnc(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovne
void cmovne(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovng
void cmovng(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnge
void cmovnge(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnl
void cmovnl(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnle
void cmovnle(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovno
void cmovno(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnp
void cmovnp(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovns
void cmovns(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovnz
void cmovnz(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovo
void cmovo(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovp
void cmovp(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovpe
void cmovpe(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovpo
void cmovpo(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovs
void cmovs(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmovz
void cmovz(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmp
void cmp(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
cmp
void cmp(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpeqpd
void cmpeqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpeqps
void cmpeqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpeqsd
void cmpeqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpeqss
void cmpeqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmplepd
void cmplepd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpleps
void cmpleps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmplesd
void cmplesd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpless
void cmpless(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpltpd
void cmpltpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpltps
void cmpltps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpltsd
void cmpltsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpltss
void cmpltss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpneqpd
void cmpneqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpneqps
void cmpneqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpneqsd
void cmpneqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpneqss
void cmpneqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpnlepd
void cmpnlepd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpnleps
void cmpnleps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpnlesd
void cmpnlesd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpnless
void cmpnless(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpnltpd
void cmpnltpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpnltps
void cmpnltps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpnltsd
void cmpnltsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpnltss
void cmpnltss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpordpd
void cmpordpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpordps
void cmpordps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpordsd
void cmpordsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpordss
void cmpordss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmppd
void cmppd(Xmm xmm, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpps
void cmpps(Xmm xmm, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpsb
void cmpsb()
Undocumented in source. Be warned that the author may not have intended to support it.
cmpsd
void cmpsd()
Undocumented in source. Be warned that the author may not have intended to support it.
cmpsd
void cmpsd(Xmm xmm, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpsq
void cmpsq()
Undocumented in source. Be warned that the author may not have intended to support it.
cmpss
void cmpss(Xmm xmm, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpsw
void cmpsw()
Undocumented in source. Be warned that the author may not have intended to support it.
cmpunordpd
void cmpunordpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpunordps
void cmpunordps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpunordsd
void cmpunordsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpunordss
void cmpunordss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpxchg
void cmpxchg(Operand op, Reg reg)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpxchg16b
void cmpxchg16b(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
cmpxchg8b
void cmpxchg8b(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
comisd
void comisd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
comiss
void comiss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cpuid
void cpuid()
Undocumented in source. Be warned that the author may not have intended to support it.
cqo
void cqo()
Undocumented in source. Be warned that the author may not have intended to support it.
crc32
void crc32(Reg32e reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtIdx0
Xmm cvtIdx0(Operand x)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtdq2pd
void cvtdq2pd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtdq2ps
void cvtdq2ps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtpd2dq
void cvtpd2dq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtpd2pi
void cvtpd2pi(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtpd2ps
void cvtpd2ps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtpi2pd
void cvtpi2pd(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtpi2ps
void cvtpi2ps(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtps2dq
void cvtps2dq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtps2pd
void cvtps2pd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtps2pi
void cvtps2pi(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtsd2si
void cvtsd2si(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtsd2ss
void cvtsd2ss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtsi2sd
void cvtsi2sd(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtsi2ss
void cvtsi2ss(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtss2sd
void cvtss2sd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvtss2si
void cvtss2si(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvttpd2dq
void cvttpd2dq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvttpd2pi
void cvttpd2pi(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvttps2dq
void cvttps2dq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvttps2pi
void cvttps2pi(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvttsd2si
void cvttsd2si(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cvttss2si
void cvttss2si(Operand reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
cwd
void cwd()
Undocumented in source. Be warned that the author may not have intended to support it.
cwde
void cwde()
Undocumented in source. Be warned that the author may not have intended to support it.
daa
void daa()
Undocumented in source. Be warned that the author may not have intended to support it.
das
void das()
Undocumented in source. Be warned that the author may not have intended to support it.
dec
void dec(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
div
void div(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
divpd
void divpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
divps
void divps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
divsd
void divsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
divss
void divss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
dppd
void dppd(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
dpps
void dpps(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
emms
void emms()
Undocumented in source. Be warned that the author may not have intended to support it.
enter
void enter(uint16 x, uint8 y)
Undocumented in source. Be warned that the author may not have intended to support it.
evex
int evex(Reg reg, Reg base, Operand v, int type, int code, bool x, bool b, int aaa, uint32 VL, bool Hi16Vidx)
Undocumented in source. Be warned that the author may not have intended to support it.
extractps
void extractps(Operand op, Xmm xmm, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
f2xm1
void f2xm1()
Undocumented in source. Be warned that the author may not have intended to support it.
fabs
void fabs()
Undocumented in source. Be warned that the author may not have intended to support it.
fadd
void fadd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fadd
void fadd(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fadd
void fadd(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
faddp
void faddp()
Undocumented in source. Be warned that the author may not have intended to support it.
faddp
void faddp(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
faddp
void faddp(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fbld
void fbld(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fbstp
void fbstp(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fchs
void fchs()
Undocumented in source. Be warned that the author may not have intended to support it.
fclex
void fclex()
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovb
void fcmovb(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovb
void fcmovb(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovbe
void fcmovbe(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovbe
void fcmovbe(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmove
void fcmove(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmove
void fcmove(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovnb
void fcmovnb(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovnb
void fcmovnb(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovnbe
void fcmovnbe(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovnbe
void fcmovnbe(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovne
void fcmovne(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovne
void fcmovne(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovnu
void fcmovnu(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovnu
void fcmovnu(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovu
void fcmovu(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcmovu
void fcmovu(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcom
void fcom(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fcom
void fcom(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fcom
void fcom()
Undocumented in source. Be warned that the author may not have intended to support it.
fcomi
void fcomi(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcomi
void fcomi(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcomip
void fcomip(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fcomip
void fcomip(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fcomp
void fcomp()
Undocumented in source. Be warned that the author may not have intended to support it.
fcomp
void fcomp(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fcomp
void fcomp(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fcompp
void fcompp()
Undocumented in source. Be warned that the author may not have intended to support it.
fcos
void fcos()
Undocumented in source. Be warned that the author may not have intended to support it.
fdecstp
void fdecstp()
Undocumented in source. Be warned that the author may not have intended to support it.
fdiv
void fdiv(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fdiv
void fdiv(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fdiv
void fdiv(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fdivp
void fdivp(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fdivp
void fdivp(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fdivp
void fdivp()
Undocumented in source. Be warned that the author may not have intended to support it.
fdivr
void fdivr(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fdivr
void fdivr(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fdivr
void fdivr(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fdivrp
void fdivrp(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fdivrp
void fdivrp(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fdivrp
void fdivrp()
Undocumented in source. Be warned that the author may not have intended to support it.
ffree
void ffree(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fiadd
void fiadd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
ficom
void ficom(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
ficomp
void ficomp(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fidiv
void fidiv(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fidivr
void fidivr(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fild
void fild(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fimul
void fimul(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fincstp
void fincstp()
Undocumented in source. Be warned that the author may not have intended to support it.
finit
void finit()
Undocumented in source. Be warned that the author may not have intended to support it.
fist
void fist(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fistp
void fistp(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fisttp
void fisttp(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fisub
void fisub(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fisubr
void fisubr(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fld
void fld(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fld
void fld(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fld1
void fld1()
Undocumented in source. Be warned that the author may not have intended to support it.
fldcw
void fldcw(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fldenv
void fldenv(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fldl2e
void fldl2e()
Undocumented in source. Be warned that the author may not have intended to support it.
fldl2t
void fldl2t()
Undocumented in source. Be warned that the author may not have intended to support it.
fldlg2
void fldlg2()
Undocumented in source. Be warned that the author may not have intended to support it.
fldln2
void fldln2()
Undocumented in source. Be warned that the author may not have intended to support it.
fldpi
void fldpi()
Undocumented in source. Be warned that the author may not have intended to support it.
fldz
void fldz()
Undocumented in source. Be warned that the author may not have intended to support it.
fmul
void fmul(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fmul
void fmul(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fmul
void fmul(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fmulp
void fmulp(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fmulp
void fmulp(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fmulp
void fmulp()
Undocumented in source. Be warned that the author may not have intended to support it.
fnclex
void fnclex()
Undocumented in source. Be warned that the author may not have intended to support it.
fninit
void fninit()
Undocumented in source. Be warned that the author may not have intended to support it.
fnop
void fnop()
Undocumented in source. Be warned that the author may not have intended to support it.
fnsave
void fnsave(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fnstcw
void fnstcw(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fnstenv
void fnstenv(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fnstsw
void fnstsw(Reg16 r)
Undocumented in source. Be warned that the author may not have intended to support it.
fnstsw
void fnstsw(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fpatan
void fpatan()
Undocumented in source. Be warned that the author may not have intended to support it.
fprem
void fprem()
Undocumented in source. Be warned that the author may not have intended to support it.
fprem1
void fprem1()
Undocumented in source. Be warned that the author may not have intended to support it.
fptan
void fptan()
Undocumented in source. Be warned that the author may not have intended to support it.
frndint
void frndint()
Undocumented in source. Be warned that the author may not have intended to support it.
frstor
void frstor(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fsave
void fsave(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fscale
void fscale()
Undocumented in source. Be warned that the author may not have intended to support it.
fsin
void fsin()
Undocumented in source. Be warned that the author may not have intended to support it.
fsincos
void fsincos()
Undocumented in source. Be warned that the author may not have intended to support it.
fsqrt
void fsqrt()
Undocumented in source. Be warned that the author may not have intended to support it.
fst
void fst(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fst
void fst(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fstcw
void fstcw(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fstenv
void fstenv(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fstp
void fstp(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fstp
void fstp(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fstsw
void fstsw(Reg16 r)
Undocumented in source. Be warned that the author may not have intended to support it.
fstsw
void fstsw(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fsub
void fsub(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fsub
void fsub(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fsub
void fsub(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fsubp
void fsubp(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fsubp
void fsubp(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fsubp
void fsubp()
Undocumented in source. Be warned that the author may not have intended to support it.
fsubr
void fsubr(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fsubr
void fsubr(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fsubr
void fsubr(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fsubrp
void fsubrp(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fsubrp
void fsubrp(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fsubrp
void fsubrp()
Undocumented in source. Be warned that the author may not have intended to support it.
ftst
void ftst()
Undocumented in source. Be warned that the author may not have intended to support it.
fucom
void fucom(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fucom
void fucom()
Undocumented in source. Be warned that the author may not have intended to support it.
fucomi
void fucomi(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fucomi
void fucomi(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fucomip
void fucomip(Fpu reg1, Fpu reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
fucomip
void fucomip(Fpu reg1)
Undocumented in source. Be warned that the author may not have intended to support it.
fucomp
void fucomp(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fucomp
void fucomp()
Undocumented in source. Be warned that the author may not have intended to support it.
fucompp
void fucompp()
Undocumented in source. Be warned that the author may not have intended to support it.
fwait
void fwait()
Undocumented in source. Be warned that the author may not have intended to support it.
fxam
void fxam()
Undocumented in source. Be warned that the author may not have intended to support it.
fxch
void fxch(Fpu reg)
Undocumented in source. Be warned that the author may not have intended to support it.
fxch
void fxch()
Undocumented in source. Be warned that the author may not have intended to support it.
fxrstor
void fxrstor(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fxrstor64
void fxrstor64(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
fxtract
void fxtract()
Undocumented in source. Be warned that the author may not have intended to support it.
fyl2x
void fyl2x()
Undocumented in source. Be warned that the author may not have intended to support it.
fyl2xp1
void fyl2xp1()
Undocumented in source. Be warned that the author may not have intended to support it.
getModRM
uint8 getModRM(int mod, int r1, int r2)
Undocumented in source. Be warned that the author may not have intended to support it.
getVersion
size_t getVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
getVersionString
string getVersionString()
Undocumented in source. Be warned that the author may not have intended to support it.
gf2p8affineinvqb
void gf2p8affineinvqb(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
gf2p8affineqb
void gf2p8affineqb(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
gf2p8mulb
void gf2p8mulb(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
haddpd
void haddpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
haddps
void haddps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
hasUndefinedLabel
bool hasUndefinedLabel()
Undocumented in source. Be warned that the author may not have intended to support it.
hsubpd
void hsubpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
hsubps
void hsubps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
idiv
void idiv(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
imul
void imul(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
imul
void imul(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
imul
void imul(Reg reg, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
inLocalLabel
void inLocalLabel()
Undocumented in source. Be warned that the author may not have intended to support it.
in_
void in_(Reg a, Reg d)
Undocumented in source. Be warned that the author may not have intended to support it.
in_
void in_(Reg a, uint8 v)
Undocumented in source. Be warned that the author may not have intended to support it.
inc
void inc(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
insertps
void insertps(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
int3
void int3()
Undocumented in source. Be warned that the author may not have intended to support it.
int_
void int_(uint8 x)
Undocumented in source. Be warned that the author may not have intended to support it.
into
void into()
Undocumented in source. Be warned that the author may not have intended to support it.
isMMX_XMMorMEM
bool isMMX_XMMorMEM(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
isREG32_REG32orMEM
bool isREG32_REG32orMEM(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
isREG32_XMMorMEM
bool isREG32_XMMorMEM(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
isXMM_MMXorMEM
bool isXMM_MMXorMEM(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
isXMM_REG32orMEM
bool isXMM_REG32orMEM(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
isXMM_XMMorMEM
bool isXMM_XMMorMEM(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
isXMMorMMX_MEM
bool isXMMorMMX_MEM(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
ja
void ja(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
ja
void ja(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
ja
void ja(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jae
void jae(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jae
void jae(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jae
void jae(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jb
void jb(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jb
void jb(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jb
void jb(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jbe
void jbe(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jbe
void jbe(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jbe
void jbe(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jc
void jc(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jc
void jc(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jc
void jc(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jcxz
void jcxz(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
jcxz
void jcxz(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
je
void je(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
je
void je(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
je
void je(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jecxz
void jecxz(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
jecxz
void jecxz(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
jecxz
void jecxz(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
jecxz
void jecxz(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
jg
void jg(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jg
void jg(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jg
void jg(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jge
void jge(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jge
void jge(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jge
void jge(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jl
void jl(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jl
void jl(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jl
void jl(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jle
void jle(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jle
void jle(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jle
void jle(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jmp
void jmp(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
jmp
void jmp(string label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jmp
void jmp(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jmp
void jmp(Label label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jmp
void jmp(void* addr, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jna
void jna(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jna
void jna(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jna
void jna(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnae
void jnae(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnae
void jnae(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnae
void jnae(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnb
void jnb(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnb
void jnb(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnb
void jnb(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnbe
void jnbe(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnbe
void jnbe(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnbe
void jnbe(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnc
void jnc(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnc
void jnc(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnc
void jnc(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jne
void jne(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jne
void jne(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jne
void jne(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jng
void jng(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jng
void jng(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jng
void jng(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnge
void jnge(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnge
void jnge(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnge
void jnge(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnl
void jnl(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnl
void jnl(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnl
void jnl(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnle
void jnle(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnle
void jnle(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnle
void jnle(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jno
void jno(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jno
void jno(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jno
void jno(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnp
void jnp(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnp
void jnp(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnp
void jnp(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jns
void jns(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jns
void jns(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jns
void jns(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jnz
void jnz(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnz
void jnz(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jnz
void jnz(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jo
void jo(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jo
void jo(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jo
void jo(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jp
void jp(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jp
void jp(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jp
void jp(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jpe
void jpe(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jpe
void jpe(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jpe
void jpe(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jpo
void jpo(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jpo
void jpo(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jpo
void jpo(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jrcxz
void jrcxz(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
jrcxz
void jrcxz(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
js
void js(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
js
void js(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
js
void js(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
jz
void jz(T label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jz
void jz(char* label, LabelType type)
Undocumented in source. Be warned that the author may not have intended to support it.
jz
void jz(void* addr)
Undocumented in source. Be warned that the author may not have intended to support it.
kaddb
void kaddb(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kaddd
void kaddd(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kaddq
void kaddq(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kaddw
void kaddw(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kandb
void kandb(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kandd
void kandd(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kandnb
void kandnb(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kandnd
void kandnd(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kandnq
void kandnq(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kandnw
void kandnw(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kandq
void kandq(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kandw
void kandw(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovb
void kmovb(Reg32 r, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovb
void kmovb(Opmask k, Reg32 r)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovb
void kmovb(Opmask k, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovb
void kmovb(Address addr, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovd
void kmovd(Reg32 r, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovd
void kmovd(Opmask k, Reg32 r)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovd
void kmovd(Opmask k, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovd
void kmovd(Address addr, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovq
void kmovq(Reg64 r, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovq
void kmovq(Opmask k, Reg64 r)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovq
void kmovq(Opmask k, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovq
void kmovq(Address addr, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovw
void kmovw(Reg32 r, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovw
void kmovw(Opmask k, Reg32 r)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovw
void kmovw(Opmask k, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
kmovw
void kmovw(Address addr, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
knotb
void knotb(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
knotd
void knotd(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
knotq
void knotq(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
knotw
void knotw(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
korb
void korb(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kord
void kord(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
korq
void korq(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kortestb
void kortestb(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
kortestd
void kortestd(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
kortestq
void kortestq(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
kortestw
void kortestw(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
korw
void korw(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kshiftlb
void kshiftlb(Opmask r1, Opmask r2, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
kshiftld
void kshiftld(Opmask r1, Opmask r2, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
kshiftlq
void kshiftlq(Opmask r1, Opmask r2, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
kshiftlw
void kshiftlw(Opmask r1, Opmask r2, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
kshiftrb
void kshiftrb(Opmask r1, Opmask r2, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
kshiftrd
void kshiftrd(Opmask r1, Opmask r2, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
kshiftrq
void kshiftrq(Opmask r1, Opmask r2, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
kshiftrw
void kshiftrw(Opmask r1, Opmask r2, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
ktestb
void ktestb(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
ktestd
void ktestd(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
ktestq
void ktestq(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
ktestw
void ktestw(Opmask r1, Opmask r2)
Undocumented in source. Be warned that the author may not have intended to support it.
kunpckbw
void kunpckbw(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kunpckdq
void kunpckdq(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kunpckwd
void kunpckwd(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kxnorb
void kxnorb(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kxnord
void kxnord(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kxnorq
void kxnorq(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kxnorw
void kxnorw(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kxorb
void kxorb(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kxord
void kxord(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kxorq
void kxorq(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
kxorw
void kxorw(Opmask r1, Opmask r2, Opmask r3)
Undocumented in source. Be warned that the author may not have intended to support it.
lahf
void lahf()
Undocumented in source. Be warned that the author may not have intended to support it.
lddqu
void lddqu(Xmm xmm, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
ldmxcsr
void ldmxcsr(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
lds
void lds(Reg reg, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
lea
void lea(Reg reg, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
leave
void leave()
Undocumented in source. Be warned that the author may not have intended to support it.
les
void les(Reg reg, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
lfence
void lfence()
Undocumented in source. Be warned that the author may not have intended to support it.
lfs
void lfs(Reg reg, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
lgs
void lgs(Reg reg, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
lock
void lock()
Undocumented in source. Be warned that the author may not have intended to support it.
lodsb
void lodsb()
Undocumented in source. Be warned that the author may not have intended to support it.
lodsd
void lodsd()
Undocumented in source. Be warned that the author may not have intended to support it.
lodsq
void lodsq()
Undocumented in source. Be warned that the author may not have intended to support it.
lodsw
void lodsw()
Undocumented in source. Be warned that the author may not have intended to support it.
loop
void loop(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
loop
void loop(char* label)
Undocumented in source. Be warned that the author may not have intended to support it.
loop
void loop(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
loope
void loope(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
loope
void loope(char* label)
Undocumented in source. Be warned that the author may not have intended to support it.
loope
void loope(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
loopne
void loopne(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
loopne
void loopne(char* label)
Undocumented in source. Be warned that the author may not have intended to support it.
loopne
void loopne(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
lss
void lss(Reg reg, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
lzcnt
void lzcnt(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
makeJmp
void makeJmp(uint32 disp, LabelType type, uint8 shortCode, uint8 longCode, uint8 longPref)
Undocumented in source. Be warned that the author may not have intended to support it.
maskmovdqu
void maskmovdqu(Xmm reg1, Xmm reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
maskmovq
void maskmovq(Mmx reg1, Mmx reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
maxpd
void maxpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
maxps
void maxps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
maxsd
void maxsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
maxss
void maxss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mfence
void mfence()
Undocumented in source. Be warned that the author may not have intended to support it.
minpd
void minpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
minps
void minps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
minsd
void minsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
minss
void minss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
monitor
void monitor()
Undocumented in source. Be warned that the author may not have intended to support it.
monitorx
void monitorx()
Undocumented in source. Be warned that the author may not have intended to support it.
mov
void mov(Operand reg1, Operand reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
mov
void mov(Operand op, size_t imm)
Undocumented in source. Be warned that the author may not have intended to support it.
mov
void mov(NativeReg reg, char* label)
Undocumented in source. Be warned that the author may not have intended to support it.
mov
void mov(NativeReg reg, Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
mov
void mov(Operand op, Segment seg)
Undocumented in source. Be warned that the author may not have intended to support it.
mov
void mov(Segment seg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mov_imm
int mov_imm(Reg reg, size_t imm)
Undocumented in source. Be warned that the author may not have intended to support it.
movapd
void movapd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movapd
void movapd(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movaps
void movaps(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movaps
void movaps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movbe
void movbe(Reg reg, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
movbe
void movbe(Address addr, Reg reg)
Undocumented in source. Be warned that the author may not have intended to support it.
movd
void movd(Reg32 reg, Mmx mmx)
Undocumented in source. Be warned that the author may not have intended to support it.
movd
void movd(Mmx mmx, Reg32 reg)
Undocumented in source. Be warned that the author may not have intended to support it.
movd
void movd(Mmx mmx, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
movd
void movd(Address addr, Mmx mmx)
Undocumented in source. Be warned that the author may not have intended to support it.
movddup
void movddup(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movdq2q
void movdq2q(Mmx mmx, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movdqa
void movdqa(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movdqa
void movdqa(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movdqu
void movdqu(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movdqu
void movdqu(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movhlps
void movhlps(Xmm reg1, Xmm reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
movhpd
void movhpd(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
movhps
void movhps(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
movlhps
void movlhps(Xmm reg1, Xmm reg2)
Undocumented in source. Be warned that the author may not have intended to support it.
movlpd
void movlpd(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
movlps
void movlps(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
movmskpd
void movmskpd(Reg32e reg, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movmskps
void movmskps(Reg32e reg, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movntdq
void movntdq(Address addr, Xmm reg)
Undocumented in source. Be warned that the author may not have intended to support it.
movntdqa
void movntdqa(Xmm xmm, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
movnti
void movnti(Address addr, Reg32e reg)
Undocumented in source. Be warned that the author may not have intended to support it.
movntpd
void movntpd(Address addr, Xmm reg)
Undocumented in source. Be warned that the author may not have intended to support it.
movntps
void movntps(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movntq
void movntq(Address addr, Mmx mmx)
Undocumented in source. Be warned that the author may not have intended to support it.
movq
void movq(Address addr, Mmx mmx)
Undocumented in source. Be warned that the author may not have intended to support it.
movq
void movq(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movq
void movq(Mmx mmx, Reg64 reg)
Undocumented in source. Be warned that the author may not have intended to support it.
movq
void movq(Reg64 reg, Mmx mmx)
Undocumented in source. Be warned that the author may not have intended to support it.
movq2dq
void movq2dq(Xmm xmm, Mmx mmx)
Undocumented in source. Be warned that the author may not have intended to support it.
movsb
void movsb()
Undocumented in source. Be warned that the author may not have intended to support it.
movsd
void movsd()
Undocumented in source. Be warned that the author may not have intended to support it.
movsd
void movsd(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movsd
void movsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movshdup
void movshdup(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movsldup
void movsldup(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movsq
void movsq()
Undocumented in source. Be warned that the author may not have intended to support it.
movss
void movss(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movss
void movss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movsw
void movsw()
Undocumented in source. Be warned that the author may not have intended to support it.
movsx
void movsx(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movsxd
void movsxd(Reg64 reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movupd
void movupd(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movupd
void movupd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movups
void movups(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
movups
void movups(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
movzx
void movzx(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mpsadbw
void mpsadbw(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
mul
void mul(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mulpd
void mulpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mulps
void mulps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mulsd
void mulsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mulss
void mulss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mulx
void mulx(Reg32e r1, Reg32e r2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
mwait
void mwait()
Undocumented in source. Be warned that the author may not have intended to support it.
mwaitx
void mwaitx()
Undocumented in source. Be warned that the author may not have intended to support it.
neg
void neg(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
nop
void nop(size_t size, bool useMultiByteNop)
Undocumented in source. Be warned that the author may not have intended to support it.
not
void not(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
opAVX_K_X_XM
void opAVX_K_X_XM(Opmask k, Xmm x2, Operand op3, int type, int code0, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
opAVX_X_XM_IMM
void opAVX_X_XM_IMM(Xmm x, Operand op, int type, int code, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
opAVX_X_X_XM
void opAVX_X_X_XM(Xmm x1, Operand op1, Operand op2, int type, int code0, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
opAddr
void opAddr(Address addr, int reg, int immSize, int disp8N, bool permitVisb)
Undocumented in source. Be warned that the author may not have intended to support it.
opCvt2
void opCvt2(Xmm x, Operand op, int type, int code)
Undocumented in source. Be warned that the author may not have intended to support it.
opCvt3
void opCvt3(Xmm x1, Xmm x2, Operand op, int type, int type64, int type32, uint8 code)
Undocumented in source. Be warned that the author may not have intended to support it.
opExt
void opExt(Operand op, Mmx mmx, int code, int imm, bool hasMMX2)
Undocumented in source. Be warned that the author may not have intended to support it.
opFpu
void opFpu(Fpu reg, uint8 code1, uint8 code2)
Undocumented in source. Be warned that the author may not have intended to support it.
opFpuFpu
void opFpuFpu(Fpu reg1, Fpu reg2, uint32 code1, uint32 code2)
Undocumented in source. Be warned that the author may not have intended to support it.
opFpuMem
void opFpuMem(Address addr, uint8 m16, uint8 m32, uint8 m64, uint8 ext, uint8 m64ext)
Undocumented in source. Be warned that the author may not have intended to support it.
opGather
void opGather(Xmm x1, Address addr, Xmm x2, int type, uint8 code, int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
opGather2
void opGather2(Xmm x, Address addr, int type, uint8 code, int mode)
Undocumented in source. Be warned that the author may not have intended to support it.
opGatherFetch
void opGatherFetch(Address addr, Xmm x, int type, uint8 code, int kind)
Undocumented in source. Be warned that the author may not have intended to support it.
opGen
void opGen(Operand reg, Operand op, int code, int pref, bool delegate(Operand, Operand) isValid, int imm8, int preCode)
Undocumented in source. Be warned that the author may not have intended to support it.
opGpr
void opGpr(Reg32e r, Operand op1, Operand op2, int type, uint8 code, bool isR_R_RM, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
opInOut
void opInOut(Reg a, uint8 code, uint8 v)
Undocumented in source. Be warned that the author may not have intended to support it.
opInOut
void opInOut(Reg a, Reg d, uint8 code)
Undocumented in source. Be warned that the author may not have intended to support it.
opIncDec
void opIncDec(Operand op, int code, int ext)
Undocumented in source. Be warned that the author may not have intended to support it.
opJmp
void opJmp(T label, LabelType type, uint8 shortCode, uint8 longCode, uint8 longPref)
Undocumented in source. Be warned that the author may not have intended to support it.
opJmpAbs
void opJmpAbs(void* addr, LabelType type, uint8 shortCode, uint8 longCode, uint8 longPref)
Undocumented in source. Be warned that the author may not have intended to support it.
opLoadSeg
void opLoadSeg(Address addr, Reg reg, int code0, int code1)
Undocumented in source. Be warned that the author may not have intended to support it.
opMIB
void opMIB(Address addr, Reg reg, int code0, int code1)
Undocumented in source. Be warned that the author may not have intended to support it.
opMMX
void opMMX(Mmx mmx, Operand op, int code, int pref, int imm8, int preCode)
Undocumented in source. Be warned that the author may not have intended to support it.
opMMX_IMM
void opMMX_IMM(Mmx mmx, int imm8, int code, int ext)
Undocumented in source. Be warned that the author may not have intended to support it.
opModM
void opModM(Address addr, Reg reg, int code0, int code1, int code2, int immSize)
Undocumented in source. Be warned that the author may not have intended to support it.
opModR
void opModR(Reg reg1, Reg reg2, int code0, int code1, int code2)
Undocumented in source. Be warned that the author may not have intended to support it.
opModRM
void opModRM(Operand op1, Operand op2, bool condR, bool condM, int code0, int code1, int code2, int immSize)
Undocumented in source. Be warned that the author may not have intended to support it.
opMovXMM
void opMovXMM(Operand op1, Operand op2, int code, int pref)
Undocumented in source. Be warned that the author may not have intended to support it.
opMovxx
void opMovxx(Reg reg, Operand op, uint8 code)
Undocumented in source. Be warned that the author may not have intended to support it.
opPushPop
void opPushPop(Operand op, int code, int ext, int alt)
Undocumented in source. Be warned that the author may not have intended to support it.
opRM_I
void opRM_I(Operand op, uint32 imm, int code, int ext)
Undocumented in source. Be warned that the author may not have intended to support it.
opRM_RM
void opRM_RM(Operand op1, Operand op2, int code)
Undocumented in source. Be warned that the author may not have intended to support it.
opR_ModM
void opR_ModM(Operand op, int bit, int ext, int code0, int code1, int code2, bool disableRex, int immSize)
Undocumented in source. Be warned that the author may not have intended to support it.
opShift
void opShift(Operand op, Reg8 cl, int ext)
Undocumented in source. Be warned that the author may not have intended to support it.
opShift
void opShift(Operand op, int imm, int ext)
Undocumented in source. Be warned that the author may not have intended to support it.
opShxd
void opShxd(Operand op, Reg reg, uint8 imm, int code, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
opSp1
void opSp1(Reg reg, Operand op, uint8 pref, uint8 code0, uint8 code1)
Undocumented in source. Be warned that the author may not have intended to support it.
opVex
void opVex(Reg r, Operand op1, Operand op2, int type, int code, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
opVmov
void opVmov(Operand op, Xmm x, int type, uint8 code, bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
or
void or(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
or
void or(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
orpd
void orpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
orps
void orps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
outLocalLabel
void outLocalLabel()
Undocumented in source. Be warned that the author may not have intended to support it.
out_
void out_(Reg d, Reg a)
Undocumented in source. Be warned that the author may not have intended to support it.
out_
void out_(uint8 v, Reg a)
Undocumented in source. Be warned that the author may not have intended to support it.
outsb
void outsb()
Undocumented in source. Be warned that the author may not have intended to support it.
outsd
void outsd()
Undocumented in source. Be warned that the author may not have intended to support it.
outsw
void outsw()
Undocumented in source. Be warned that the author may not have intended to support it.
pabsb
void pabsb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pabsd
void pabsd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pabsw
void pabsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
packssdw
void packssdw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
packsswb
void packsswb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
packusdw
void packusdw(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
packuswb
void packuswb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
paddb
void paddb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
paddd
void paddd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
paddq
void paddq(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
paddsb
void paddsb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
paddsw
void paddsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
paddusb
void paddusb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
paddusw
void paddusw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
paddw
void paddw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
palignr
void palignr(Mmx mmx, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pand
void pand(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pandn
void pandn(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pause
void pause()
Undocumented in source. Be warned that the author may not have intended to support it.
pavgb
void pavgb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pavgw
void pavgw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pblendvb
void pblendvb(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pblendw
void pblendw(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pclmulhqhdq
void pclmulhqhdq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pclmulhqlqdq
void pclmulhqlqdq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pclmullqhdq
void pclmullqhdq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pclmullqlqdq
void pclmullqlqdq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pclmulqdq
void pclmulqdq(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpeqb
void pcmpeqb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpeqd
void pcmpeqd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpeqq
void pcmpeqq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpeqw
void pcmpeqw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpestri
void pcmpestri(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpestrm
void pcmpestrm(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpgtb
void pcmpgtb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpgtd
void pcmpgtd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpgtq
void pcmpgtq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpgtw
void pcmpgtw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpistri
void pcmpistri(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pcmpistrm
void pcmpistrm(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pdep
void pdep(Reg32e r1, Reg32e r2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pext
void pext(Reg32e r1, Reg32e r2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pextrb
void pextrb(Operand op, Xmm xmm, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pextrd
void pextrd(Operand op, Xmm xmm, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pextrq
void pextrq(Operand op, Xmm xmm, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pextrw
void pextrw(Operand op, Mmx xmm, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
phaddd
void phaddd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
phaddsw
void phaddsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
phaddw
void phaddw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
phminposuw
void phminposuw(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
phsubd
void phsubd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
phsubsw
void phsubsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
phsubw
void phsubw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pinsrb
void pinsrb(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pinsrd
void pinsrd(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pinsrq
void pinsrq(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pinsrw
void pinsrw(Mmx mmx, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
pmaddubsw
void pmaddubsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmaddwd
void pmaddwd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmaxsb
void pmaxsb(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmaxsd
void pmaxsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmaxsw
void pmaxsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmaxub
void pmaxub(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmaxud
void pmaxud(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmaxuw
void pmaxuw(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pminsb
void pminsb(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pminsd
void pminsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pminsw
void pminsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pminub
void pminub(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pminud
void pminud(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pminuw
void pminuw(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovmskb
void pmovmskb(Reg32e reg, Mmx mmx)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovsxbd
void pmovsxbd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovsxbq
void pmovsxbq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovsxbw
void pmovsxbw(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovsxdq
void pmovsxdq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovsxwd
void pmovsxwd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovsxwq
void pmovsxwq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovzxbd
void pmovzxbd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovzxbq
void pmovzxbq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovzxbw
void pmovzxbw(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovzxdq
void pmovzxdq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovzxwd
void pmovzxwd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmovzxwq
void pmovzxwq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmuldq
void pmuldq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmulhrsw
void pmulhrsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmulhuw
void pmulhuw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmulhw
void pmulhw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmulld
void pmulld(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmullw
void pmullw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pmuludq
void pmuludq(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
void pop(Segment seg)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
void pop(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
popa
void popa()
Undocumented in source. Be warned that the author may not have intended to support it.
popad
void popad()
Undocumented in source. Be warned that the author may not have intended to support it.
popcnt
void popcnt(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
popf
void popf()
Undocumented in source. Be warned that the author may not have intended to support it.
popfd
void popfd()
Undocumented in source. Be warned that the author may not have intended to support it.
popfq
void popfq()
Undocumented in source. Be warned that the author may not have intended to support it.
por
void por(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
prefetchnta
void prefetchnta(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
prefetcht0
void prefetcht0(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
prefetcht1
void prefetcht1(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
prefetcht2
void prefetcht2(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
prefetchw
void prefetchw(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
prefetchwt1
void prefetchwt1(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
psadbw
void psadbw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pshufb
void pshufb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pshufd
void pshufd(Mmx mmx, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
pshufhw
void pshufhw(Mmx mmx, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
pshuflw
void pshuflw(Mmx mmx, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
pshufw
void pshufw(Mmx mmx, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psignb
void psignb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psignd
void psignd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psignw
void psignw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pslld
void pslld(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
pslld
void pslld(Mmx mmx, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
pslldq
void pslldq(Xmm xmm, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psllq
void psllq(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psllq
void psllq(Mmx mmx, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psllw
void psllw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psllw
void psllw(Mmx mmx, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psrad
void psrad(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psrad
void psrad(Mmx mmx, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psraw
void psraw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psraw
void psraw(Mmx mmx, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psrld
void psrld(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psrld
void psrld(Mmx mmx, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psrldq
void psrldq(Xmm xmm, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psrlq
void psrlq(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psrlq
void psrlq(Mmx mmx, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psrlw
void psrlw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psrlw
void psrlw(Mmx mmx, int imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
psubb
void psubb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psubd
void psubd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psubq
void psubq(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psubsb
void psubsb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psubsw
void psubsw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psubusb
void psubusb(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psubusw
void psubusw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
psubw
void psubw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
ptest
void ptest(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
punpckhbw
void punpckhbw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
punpckhdq
void punpckhdq(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
punpckhqdq
void punpckhqdq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
punpckhwd
void punpckhwd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
punpcklbw
void punpcklbw(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
punpckldq
void punpckldq(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
punpcklqdq
void punpcklqdq(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
punpcklwd
void punpcklwd(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(AddressFrame af, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(Segment seg)
Undocumented in source. Be warned that the author may not have intended to support it.
pusha
void pusha()
Undocumented in source. Be warned that the author may not have intended to support it.
pushad
void pushad()
Undocumented in source. Be warned that the author may not have intended to support it.
pushf
void pushf()
Undocumented in source. Be warned that the author may not have intended to support it.
pushfd
void pushfd()
Undocumented in source. Be warned that the author may not have intended to support it.
pushfq
void pushfq()
Undocumented in source. Be warned that the author may not have intended to support it.
putL
void putL(string label)
Undocumented in source. Be warned that the author may not have intended to support it.
putL
void putL(Label label)
Undocumented in source. Be warned that the author may not have intended to support it.
putL_inner
void putL_inner(T label, bool relative, size_t disp)
Undocumented in source. Be warned that the author may not have intended to support it.
putSeg
void putSeg(Segment seg)
Undocumented in source. Be warned that the author may not have intended to support it.
pxor
void pxor(Mmx mmx, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
rcl
void rcl(Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
rcl
void rcl(Operand op, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
rcpps
void rcpps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
rcpss
void rcpss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
rcr
void rcr(Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
rcr
void rcr(Operand op, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
rdmsr
void rdmsr()
Undocumented in source. Be warned that the author may not have intended to support it.
rdpmc
void rdpmc()
Undocumented in source. Be warned that the author may not have intended to support it.
rdrand
void rdrand(Reg r)
Undocumented in source. Be warned that the author may not have intended to support it.
rdseed
void rdseed(Reg r)
Undocumented in source. Be warned that the author may not have intended to support it.
rdtsc
void rdtsc()
Undocumented in source. Be warned that the author may not have intended to support it.
rdtscp
void rdtscp()
Undocumented in source. Be warned that the author may not have intended to support it.
ready
void ready(ProtectMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
readyRE
void readyRE()
Undocumented in source. Be warned that the author may not have intended to support it.
rep
void rep()
Undocumented in source. Be warned that the author may not have intended to support it.
repe
void repe()
Undocumented in source. Be warned that the author may not have intended to support it.
repne
void repne()
Undocumented in source. Be warned that the author may not have intended to support it.
repnz
void repnz()
Undocumented in source. Be warned that the author may not have intended to support it.
repz
void repz()
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset()
Undocumented in source. Be warned that the author may not have intended to support it.
ret
void ret(int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
rex
void rex(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
rol
void rol(Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
rol
void rol(Operand op, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
ror
void ror(Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
ror
void ror(Operand op, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
rorx
void rorx(Reg32e r, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
roundpd
void roundpd(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
roundps
void roundps(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
roundsd
void roundsd(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
roundss
void roundss(Xmm xmm, Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
rsqrtps
void rsqrtps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
rsqrtss
void rsqrtss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sahf
void sahf()
Undocumented in source. Be warned that the author may not have intended to support it.
sal
void sal(Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
sal
void sal(Operand op, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
sar
void sar(Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
sar
void sar(Operand op, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
sarx
void sarx(Reg32e r1, Operand op, Reg32e r2)
Undocumented in source. Be warned that the author may not have intended to support it.
sbb
void sbb(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
sbb
void sbb(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
scasb
void scasb()
Undocumented in source. Be warned that the author may not have intended to support it.
scasd
void scasd()
Undocumented in source. Be warned that the author may not have intended to support it.
scasq
void scasq()
Undocumented in source. Be warned that the author may not have intended to support it.
scasw
void scasw()
Undocumented in source. Be warned that the author may not have intended to support it.
setModRM
void setModRM(int mod, int r1, int r2)
Undocumented in source. Be warned that the author may not have intended to support it.
setSIB
void setSIB(RegExp e, int reg, int disp8N)
Undocumented in source. Be warned that the author may not have intended to support it.
seta
void seta(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setae
void setae(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setb
void setb(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setbe
void setbe(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setc
void setc(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sete
void sete(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setg
void setg(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setge
void setge(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setl
void setl(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setle
void setle(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setna
void setna(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnae
void setnae(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnb
void setnb(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnbe
void setnbe(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnc
void setnc(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setne
void setne(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setng
void setng(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnge
void setnge(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnl
void setnl(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnle
void setnle(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setno
void setno(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnp
void setnp(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setns
void setns(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setnz
void setnz(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
seto
void seto(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setp
void setp(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setpe
void setpe(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setpo
void setpo(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sets
void sets(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
setz
void setz(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sfence
void sfence()
Undocumented in source. Be warned that the author may not have intended to support it.
sha1msg1
void sha1msg1(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sha1msg2
void sha1msg2(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sha1nexte
void sha1nexte(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sha1rnds4
void sha1rnds4(Xmm xmm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
sha256msg1
void sha256msg1(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sha256msg2
void sha256msg2(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sha256rnds2
void sha256rnds2(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
shl
void shl(Operand op, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
shl
void shl(Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
shld
void shld(Operand op, Reg reg, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
shld
void shld(Operand op, Reg reg, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
shlx
void shlx(Reg32e r1, Operand op, Reg32e r2)
Undocumented in source. Be warned that the author may not have intended to support it.
shr
void shr(Operand op, int imm)
Undocumented in source. Be warned that the author may not have intended to support it.
shr
void shr(Operand op, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
shrd
void shrd(Operand op, Reg reg, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
shrd
void shrd(Operand op, Reg reg, Reg8 _cl)
Undocumented in source. Be warned that the author may not have intended to support it.
shrx
void shrx(Reg32e r1, Operand op, Reg32e r2)
Undocumented in source. Be warned that the author may not have intended to support it.
shufpd
void shufpd(Xmm xmm, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
shufps
void shufps(Xmm xmm, Operand op, uint8 imm8)
Undocumented in source. Be warned that the author may not have intended to support it.
sqrtpd
void sqrtpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sqrtps
void sqrtps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sqrtsd
void sqrtsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
sqrtss
void sqrtss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
stac
void stac()
Undocumented in source. Be warned that the author may not have intended to support it.
stc
void stc()
Undocumented in source. Be warned that the author may not have intended to support it.
std
void std()
Undocumented in source. Be warned that the author may not have intended to support it.
sti
void sti()
Undocumented in source. Be warned that the author may not have intended to support it.
stmxcsr
void stmxcsr(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
stosb
void stosb()
Undocumented in source. Be warned that the author may not have intended to support it.
stosd
void stosd()
Undocumented in source. Be warned that the author may not have intended to support it.
stosq
void stosq()
Undocumented in source. Be warned that the author may not have intended to support it.
stosw
void stosw()
Undocumented in source. Be warned that the author may not have intended to support it.
sub
void sub(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
sub
void sub(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
subpd
void subpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
subps
void subps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
subsd
void subsd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
subss
void subss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
syscall
void syscall()
Undocumented in source. Be warned that the author may not have intended to support it.
sysenter
void sysenter()
Undocumented in source. Be warned that the author may not have intended to support it.
sysexit
void sysexit()
Undocumented in source. Be warned that the author may not have intended to support it.
sysret
void sysret()
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
test
void test(Operand op, Reg reg)
Undocumented in source. Be warned that the author may not have intended to support it.
tzcnt
void tzcnt(Reg reg, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
ucomisd
void ucomisd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
ucomiss
void ucomiss(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
ud2
void ud2()
Undocumented in source. Be warned that the author may not have intended to support it.
unpckhpd
void unpckhpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
unpckhps
void unpckhps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
unpcklpd
void unpcklpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
unpcklps
void unpcklps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
v4fmaddps
void v4fmaddps(Zmm z1, Zmm z2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
v4fmaddss
void v4fmaddss(Xmm x1, Xmm x2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
v4fnmaddps
void v4fnmaddps(Zmm z1, Zmm z2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
v4fnmaddss
void v4fnmaddss(Xmm x1, Xmm x2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vaddpd
void vaddpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaddps
void vaddps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaddsd
void vaddsd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaddss
void vaddss(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaddsubpd
void vaddsubpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaddsubps
void vaddsubps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaesdec
void vaesdec(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaesdeclast
void vaesdeclast(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaesenc
void vaesenc(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaesenclast
void vaesenclast(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vaesimc
void vaesimc(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vaeskeygenassist
void vaeskeygenassist(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
valignd
void valignd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
valignq
void valignq(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vandnpd
void vandnpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vandnps
void vandnps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vandpd
void vandpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vandps
void vandps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendmpd
void vblendmpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendmps
void vblendmps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendpd
void vblendpd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendpd
void vblendpd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendps
void vblendps(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendps
void vblendps(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendvpd
void vblendvpd(Xmm x1, Operand op, Xmm x4)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendvpd
void vblendvpd(Xmm x1, Xmm x2, Operand op, Xmm x4)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendvps
void vblendvps(Xmm x1, Operand op, Xmm x4)
Undocumented in source. Be warned that the author may not have intended to support it.
vblendvps
void vblendvps(Xmm x1, Xmm x2, Operand op, Xmm x4)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcastf128
void vbroadcastf128(Ymm y, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcastf32x2
void vbroadcastf32x2(Ymm y, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcastf32x4
void vbroadcastf32x4(Ymm y, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcastf32x8
void vbroadcastf32x8(Zmm y, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcastf64x2
void vbroadcastf64x2(Ymm y, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcastf64x4
void vbroadcastf64x4(Zmm y, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcasti128
void vbroadcasti128(Ymm y, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcasti32x2
void vbroadcasti32x2(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcasti32x4
void vbroadcasti32x4(Ymm y, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcasti32x8
void vbroadcasti32x8(Zmm z, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcasti64x2
void vbroadcasti64x2(Ymm y, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcasti64x4
void vbroadcasti64x4(Zmm z, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcastsd
void vbroadcastsd(Ymm y, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vbroadcastss
void vbroadcastss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_ospd
void vcmpeq_ospd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_ospd
void vcmpeq_ospd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_osps
void vcmpeq_osps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_osps
void vcmpeq_osps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_ossd
void vcmpeq_ossd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_ossd
void vcmpeq_ossd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_osss
void vcmpeq_osss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_osss
void vcmpeq_osss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uqpd
void vcmpeq_uqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uqpd
void vcmpeq_uqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uqps
void vcmpeq_uqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uqps
void vcmpeq_uqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uqsd
void vcmpeq_uqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uqsd
void vcmpeq_uqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uqss
void vcmpeq_uqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uqss
void vcmpeq_uqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uspd
void vcmpeq_uspd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_uspd
void vcmpeq_uspd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_usps
void vcmpeq_usps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_usps
void vcmpeq_usps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_ussd
void vcmpeq_ussd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_ussd
void vcmpeq_ussd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_usss
void vcmpeq_usss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeq_usss
void vcmpeq_usss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeqpd
void vcmpeqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeqpd
void vcmpeqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeqps
void vcmpeqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeqps
void vcmpeqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeqsd
void vcmpeqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeqsd
void vcmpeqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeqss
void vcmpeqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpeqss
void vcmpeqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalse_ospd
void vcmpfalse_ospd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalse_ospd
void vcmpfalse_ospd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalse_osps
void vcmpfalse_osps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalse_osps
void vcmpfalse_osps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalse_ossd
void vcmpfalse_ossd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalse_ossd
void vcmpfalse_ossd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalse_osss
void vcmpfalse_osss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalse_osss
void vcmpfalse_osss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalsepd
void vcmpfalsepd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalsepd
void vcmpfalsepd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalseps
void vcmpfalseps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalseps
void vcmpfalseps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalsesd
void vcmpfalsesd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalsesd
void vcmpfalsesd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalsess
void vcmpfalsess(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpfalsess
void vcmpfalsess(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpge_oqpd
void vcmpge_oqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpge_oqpd
void vcmpge_oqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpge_oqps
void vcmpge_oqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpge_oqps
void vcmpge_oqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpge_oqsd
void vcmpge_oqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpge_oqsd
void vcmpge_oqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpge_oqss
void vcmpge_oqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpge_oqss
void vcmpge_oqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgepd
void vcmpgepd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgepd
void vcmpgepd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgeps
void vcmpgeps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgeps
void vcmpgeps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgesd
void vcmpgesd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgesd
void vcmpgesd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgess
void vcmpgess(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgess
void vcmpgess(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgt_oqpd
void vcmpgt_oqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgt_oqpd
void vcmpgt_oqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgt_oqps
void vcmpgt_oqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgt_oqps
void vcmpgt_oqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgt_oqsd
void vcmpgt_oqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgt_oqsd
void vcmpgt_oqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgt_oqss
void vcmpgt_oqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgt_oqss
void vcmpgt_oqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgtpd
void vcmpgtpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgtpd
void vcmpgtpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgtps
void vcmpgtps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgtps
void vcmpgtps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgtsd
void vcmpgtsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgtsd
void vcmpgtsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgtss
void vcmpgtss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpgtss
void vcmpgtss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmple_oqpd
void vcmple_oqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmple_oqpd
void vcmple_oqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmple_oqps
void vcmple_oqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmple_oqps
void vcmple_oqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmple_oqsd
void vcmple_oqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmple_oqsd
void vcmple_oqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmple_oqss
void vcmple_oqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmple_oqss
void vcmple_oqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplepd
void vcmplepd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplepd
void vcmplepd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpleps
void vcmpleps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpleps
void vcmpleps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplesd
void vcmplesd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplesd
void vcmplesd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpless
void vcmpless(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpless
void vcmpless(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplt_oqpd
void vcmplt_oqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplt_oqpd
void vcmplt_oqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplt_oqps
void vcmplt_oqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplt_oqps
void vcmplt_oqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplt_oqsd
void vcmplt_oqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplt_oqsd
void vcmplt_oqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplt_oqss
void vcmplt_oqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmplt_oqss
void vcmplt_oqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpltpd
void vcmpltpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpltpd
void vcmpltpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpltps
void vcmpltps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpltps
void vcmpltps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpltsd
void vcmpltsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpltsd
void vcmpltsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpltss
void vcmpltss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpltss
void vcmpltss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_oqpd
void vcmpneq_oqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_oqpd
void vcmpneq_oqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_oqps
void vcmpneq_oqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_oqps
void vcmpneq_oqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_oqsd
void vcmpneq_oqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_oqsd
void vcmpneq_oqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_oqss
void vcmpneq_oqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_oqss
void vcmpneq_oqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_ospd
void vcmpneq_ospd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_ospd
void vcmpneq_ospd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_osps
void vcmpneq_osps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_osps
void vcmpneq_osps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_ossd
void vcmpneq_ossd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_ossd
void vcmpneq_ossd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_osss
void vcmpneq_osss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_osss
void vcmpneq_osss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_uspd
void vcmpneq_uspd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_uspd
void vcmpneq_uspd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_usps
void vcmpneq_usps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_usps
void vcmpneq_usps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_ussd
void vcmpneq_ussd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_ussd
void vcmpneq_ussd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_usss
void vcmpneq_usss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneq_usss
void vcmpneq_usss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneqpd
void vcmpneqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneqpd
void vcmpneqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneqps
void vcmpneqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneqps
void vcmpneqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneqsd
void vcmpneqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneqsd
void vcmpneqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneqss
void vcmpneqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpneqss
void vcmpneqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnge_uqpd
void vcmpnge_uqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnge_uqpd
void vcmpnge_uqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnge_uqps
void vcmpnge_uqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnge_uqps
void vcmpnge_uqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnge_uqsd
void vcmpnge_uqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnge_uqsd
void vcmpnge_uqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnge_uqss
void vcmpnge_uqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnge_uqss
void vcmpnge_uqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngepd
void vcmpngepd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngepd
void vcmpngepd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngeps
void vcmpngeps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngeps
void vcmpngeps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngesd
void vcmpngesd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngesd
void vcmpngesd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngess
void vcmpngess(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngess
void vcmpngess(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngt_uqpd
void vcmpngt_uqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngt_uqpd
void vcmpngt_uqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngt_uqps
void vcmpngt_uqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngt_uqps
void vcmpngt_uqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngt_uqsd
void vcmpngt_uqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngt_uqsd
void vcmpngt_uqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngt_uqss
void vcmpngt_uqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngt_uqss
void vcmpngt_uqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngtpd
void vcmpngtpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngtpd
void vcmpngtpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngtps
void vcmpngtps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngtps
void vcmpngtps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngtsd
void vcmpngtsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngtsd
void vcmpngtsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngtss
void vcmpngtss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpngtss
void vcmpngtss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnle_uqpd
void vcmpnle_uqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnle_uqpd
void vcmpnle_uqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnle_uqps
void vcmpnle_uqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnle_uqps
void vcmpnle_uqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnle_uqsd
void vcmpnle_uqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnle_uqsd
void vcmpnle_uqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnle_uqss
void vcmpnle_uqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnle_uqss
void vcmpnle_uqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlepd
void vcmpnlepd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlepd
void vcmpnlepd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnleps
void vcmpnleps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnleps
void vcmpnleps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlesd
void vcmpnlesd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlesd
void vcmpnlesd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnless
void vcmpnless(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnless
void vcmpnless(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlt_uqpd
void vcmpnlt_uqpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlt_uqpd
void vcmpnlt_uqpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlt_uqps
void vcmpnlt_uqps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlt_uqps
void vcmpnlt_uqps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlt_uqsd
void vcmpnlt_uqsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlt_uqsd
void vcmpnlt_uqsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlt_uqss
void vcmpnlt_uqss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnlt_uqss
void vcmpnlt_uqss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnltpd
void vcmpnltpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnltpd
void vcmpnltpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnltps
void vcmpnltps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnltps
void vcmpnltps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnltsd
void vcmpnltsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnltsd
void vcmpnltsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnltss
void vcmpnltss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpnltss
void vcmpnltss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpord_spd
void vcmpord_spd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpord_spd
void vcmpord_spd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpord_sps
void vcmpord_sps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpord_sps
void vcmpord_sps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpord_ssd
void vcmpord_ssd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpord_ssd
void vcmpord_ssd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpord_sss
void vcmpord_sss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpord_sss
void vcmpord_sss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpordpd
void vcmpordpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpordpd
void vcmpordpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpordps
void vcmpordps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpordps
void vcmpordps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpordsd
void vcmpordsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpordsd
void vcmpordsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpordss
void vcmpordss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpordss
void vcmpordss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmppd
void vcmppd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmppd
void vcmppd(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmppd
void vcmppd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpps
void vcmpps(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpps
void vcmpps(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpps
void vcmpps(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpsd
void vcmpsd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpsd
void vcmpsd(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpsd
void vcmpsd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpss
void vcmpss(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpss
void vcmpss(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpss
void vcmpss(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrue_uspd
void vcmptrue_uspd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrue_uspd
void vcmptrue_uspd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrue_usps
void vcmptrue_usps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrue_usps
void vcmptrue_usps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrue_ussd
void vcmptrue_ussd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrue_ussd
void vcmptrue_ussd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrue_usss
void vcmptrue_usss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrue_usss
void vcmptrue_usss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptruepd
void vcmptruepd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptruepd
void vcmptruepd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrueps
void vcmptrueps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptrueps
void vcmptrueps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptruesd
void vcmptruesd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptruesd
void vcmptruesd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptruess
void vcmptruess(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmptruess
void vcmptruess(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunord_spd
void vcmpunord_spd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunord_spd
void vcmpunord_spd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunord_sps
void vcmpunord_sps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunord_sps
void vcmpunord_sps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunord_ssd
void vcmpunord_ssd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunord_ssd
void vcmpunord_ssd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunord_sss
void vcmpunord_sss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunord_sss
void vcmpunord_sss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunordpd
void vcmpunordpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunordpd
void vcmpunordpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunordps
void vcmpunordps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunordps
void vcmpunordps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunordsd
void vcmpunordsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunordsd
void vcmpunordsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunordss
void vcmpunordss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcmpunordss
void vcmpunordss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcomisd
void vcomisd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcomiss
void vcomiss(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcompressb
void vcompressb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vcompresspd
void vcompresspd(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vcompressps
void vcompressps(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vcompressw
void vcompressw(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtdq2pd
void vcvtdq2pd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtdq2ps
void vcvtdq2ps(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtne2ps2bf16
void vcvtne2ps2bf16(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtneps2bf16
void vcvtneps2bf16(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtpd2dq
void vcvtpd2dq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtpd2ps
void vcvtpd2ps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtpd2qq
void vcvtpd2qq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtpd2udq
void vcvtpd2udq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtpd2uqq
void vcvtpd2uqq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtph2ps
void vcvtph2ps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtps2dq
void vcvtps2dq(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtps2pd
void vcvtps2pd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtps2ph
void vcvtps2ph(Operand op, Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtps2qq
void vcvtps2qq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtps2udq
void vcvtps2udq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtps2uqq
void vcvtps2uqq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtqq2pd
void vcvtqq2pd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtqq2ps
void vcvtqq2ps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsd2si
void vcvtsd2si(Reg64 r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsd2si
void vcvtsd2si(Reg32 r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsd2ss
void vcvtsd2ss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsd2ss
void vcvtsd2ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsd2usi
void vcvtsd2usi(Reg32e r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsi2sd
void vcvtsi2sd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsi2sd
void vcvtsi2sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsi2ss
void vcvtsi2ss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtsi2ss
void vcvtsi2ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtss2sd
void vcvtss2sd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtss2sd
void vcvtss2sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtss2si
void vcvtss2si(Reg64 r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtss2si
void vcvtss2si(Reg32 r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtss2usi
void vcvtss2usi(Reg32e r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttpd2dq
void vcvttpd2dq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttpd2qq
void vcvttpd2qq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttpd2udq
void vcvttpd2udq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttpd2uqq
void vcvttpd2uqq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttps2dq
void vcvttps2dq(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttps2qq
void vcvttps2qq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttps2udq
void vcvttps2udq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttps2uqq
void vcvttps2uqq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttsd2si
void vcvttsd2si(Reg64 r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttsd2si
void vcvttsd2si(Reg32 r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttsd2usi
void vcvttsd2usi(Reg32e r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttss2si
void vcvttss2si(Reg64 r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttss2si
void vcvttss2si(Reg32 r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvttss2usi
void vcvttss2usi(Reg32e r, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtudq2pd
void vcvtudq2pd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtudq2ps
void vcvtudq2ps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtuqq2pd
void vcvtuqq2pd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtuqq2ps
void vcvtuqq2ps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtusi2sd
void vcvtusi2sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vcvtusi2ss
void vcvtusi2ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vdbpsadbw
void vdbpsadbw(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vdivpd
void vdivpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vdivps
void vdivps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vdivsd
void vdivsd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vdivss
void vdivss(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vdpbf16ps
void vdpbf16ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vdppd
void vdppd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vdppd
void vdppd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vdpps
void vdpps(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vdpps
void vdpps(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
verifyDuplicate
int verifyDuplicate(int a, int b, int c, ERR err)
Undocumented in source. Be warned that the author may not have intended to support it.
verifyER
void verifyER(Reg r, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
verifyMemHasSize
void verifyMemHasSize(Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
verifySAE
void verifySAE(Reg r, int type)
Undocumented in source. Be warned that the author may not have intended to support it.
vex
void vex(Reg reg, Reg base, Operand v, int type, int code, bool x)
Undocumented in source. Be warned that the author may not have intended to support it.
vexp2pd
void vexp2pd(Zmm z, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vexp2ps
void vexp2ps(Zmm z, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vexpandpd
void vexpandpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vexpandps
void vexpandps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vextractf128
void vextractf128(Operand op, Ymm y, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextractf32x4
void vextractf32x4(Operand op, Ymm r, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextractf32x8
void vextractf32x8(Operand op, Zmm r, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextractf64x2
void vextractf64x2(Operand op, Ymm r, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextractf64x4
void vextractf64x4(Operand op, Zmm r, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextracti128
void vextracti128(Operand op, Ymm y, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextracti32x4
void vextracti32x4(Operand op, Ymm r, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextracti32x8
void vextracti32x8(Operand op, Zmm r, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextracti64x2
void vextracti64x2(Operand op, Ymm r, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextracti64x4
void vextracti64x4(Operand op, Zmm r, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vextractps
void vextractps(Operand op, Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vfixupimmpd
void vfixupimmpd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vfixupimmps
void vfixupimmps(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vfixupimmsd
void vfixupimmsd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vfixupimmss
void vfixupimmss(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd132pd
void vfmadd132pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd132ps
void vfmadd132ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd132sd
void vfmadd132sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd132ss
void vfmadd132ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd213pd
void vfmadd213pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd213ps
void vfmadd213ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd213sd
void vfmadd213sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd213ss
void vfmadd213ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd231pd
void vfmadd231pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd231ps
void vfmadd231ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd231sd
void vfmadd231sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmadd231ss
void vfmadd231ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmaddsub132pd
void vfmaddsub132pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmaddsub132ps
void vfmaddsub132ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmaddsub213pd
void vfmaddsub213pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmaddsub213ps
void vfmaddsub213ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmaddsub231pd
void vfmaddsub231pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmaddsub231ps
void vfmaddsub231ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub132pd
void vfmsub132pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub132ps
void vfmsub132ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub132sd
void vfmsub132sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub132ss
void vfmsub132ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub213pd
void vfmsub213pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub213ps
void vfmsub213ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub213sd
void vfmsub213sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub213ss
void vfmsub213ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub231pd
void vfmsub231pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub231ps
void vfmsub231ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub231sd
void vfmsub231sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsub231ss
void vfmsub231ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsubadd132pd
void vfmsubadd132pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsubadd132ps
void vfmsubadd132ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsubadd213pd
void vfmsubadd213pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsubadd213ps
void vfmsubadd213ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsubadd231pd
void vfmsubadd231pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfmsubadd231ps
void vfmsubadd231ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd132pd
void vfnmadd132pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd132ps
void vfnmadd132ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd132sd
void vfnmadd132sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd132ss
void vfnmadd132ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd213pd
void vfnmadd213pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd213ps
void vfnmadd213ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd213sd
void vfnmadd213sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd213ss
void vfnmadd213ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd231pd
void vfnmadd231pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd231ps
void vfnmadd231ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd231sd
void vfnmadd231sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmadd231ss
void vfnmadd231ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub132pd
void vfnmsub132pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub132ps
void vfnmsub132ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub132sd
void vfnmsub132sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub132ss
void vfnmsub132ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub213pd
void vfnmsub213pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub213ps
void vfnmsub213ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub213sd
void vfnmsub213sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub213ss
void vfnmsub213ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub231pd
void vfnmsub231pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub231ps
void vfnmsub231ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub231sd
void vfnmsub231sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfnmsub231ss
void vfnmsub231ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vfpclasspd
void vfpclasspd(Opmask k, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vfpclassps
void vfpclassps(Opmask k, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vfpclasssd
void vfpclasssd(Opmask k, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vfpclassss
void vfpclassss(Opmask k, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherdpd
void vgatherdpd(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherdpd
void vgatherdpd(Xmm x1, Address addr, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherdps
void vgatherdps(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherdps
void vgatherdps(Xmm x1, Address addr, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherpf0dpd
void vgatherpf0dpd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherpf0dps
void vgatherpf0dps(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherpf0qpd
void vgatherpf0qpd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherpf0qps
void vgatherpf0qps(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherpf1dpd
void vgatherpf1dpd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherpf1dps
void vgatherpf1dps(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherpf1qpd
void vgatherpf1qpd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherpf1qps
void vgatherpf1qps(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherqpd
void vgatherqpd(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherqpd
void vgatherqpd(Xmm x1, Address addr, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherqps
void vgatherqps(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vgatherqps
void vgatherqps(Xmm x1, Address addr, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vgetexppd
void vgetexppd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vgetexpps
void vgetexpps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vgetexpsd
void vgetexpsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vgetexpss
void vgetexpss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vgetmantpd
void vgetmantpd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vgetmantps
void vgetmantps(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vgetmantsd
void vgetmantsd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vgetmantss
void vgetmantss(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vgf2p8affineinvqb
void vgf2p8affineinvqb(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vgf2p8affineqb
void vgf2p8affineqb(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vgf2p8mulb
void vgf2p8mulb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vhaddpd
void vhaddpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vhaddps
void vhaddps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vhsubpd
void vhsubpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vhsubps
void vhsubps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vinsertf128
void vinsertf128(Ymm y1, Ymm y2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinsertf32x4
void vinsertf32x4(Ymm r1, Ymm r2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinsertf32x8
void vinsertf32x8(Zmm r1, Zmm r2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinsertf64x2
void vinsertf64x2(Ymm r1, Ymm r2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinsertf64x4
void vinsertf64x4(Zmm r1, Zmm r2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinserti128
void vinserti128(Ymm y1, Ymm y2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinserti32x4
void vinserti32x4(Ymm r1, Ymm r2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinserti32x8
void vinserti32x8(Zmm r1, Zmm r2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinserti64x2
void vinserti64x2(Ymm r1, Ymm r2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinserti64x4
void vinserti64x4(Zmm r1, Zmm r2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinsertps
void vinsertps(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vinsertps
void vinsertps(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vlddqu
void vlddqu(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vldmxcsr
void vldmxcsr(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaskmovdqu
void vmaskmovdqu(Xmm x1, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaskmovpd
void vmaskmovpd(Xmm x1, Xmm x2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaskmovpd
void vmaskmovpd(Address addr, Xmm x1, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaskmovps
void vmaskmovps(Xmm x1, Xmm x2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaskmovps
void vmaskmovps(Address addr, Xmm x1, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaxpd
void vmaxpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaxps
void vmaxps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaxsd
void vmaxsd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmaxss
void vmaxss(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vminpd
void vminpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vminps
void vminps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vminsd
void vminsd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vminss
void vminss(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovapd
void vmovapd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovapd
void vmovapd(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovaps
void vmovaps(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovaps
void vmovaps(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovd
void vmovd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovd
void vmovd(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovddup
void vmovddup(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqa
void vmovdqa(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqa
void vmovdqa(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqa32
void vmovdqa32(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqa32
void vmovdqa32(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqa64
void vmovdqa64(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqa64
void vmovdqa64(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu
void vmovdqu(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu
void vmovdqu(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu16
void vmovdqu16(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu16
void vmovdqu16(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu32
void vmovdqu32(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu32
void vmovdqu32(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu64
void vmovdqu64(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu64
void vmovdqu64(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu8
void vmovdqu8(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovdqu8
void vmovdqu8(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovhlps
void vmovhlps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovhpd
void vmovhpd(Xmm x, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovhpd
void vmovhpd(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovhps
void vmovhps(Xmm x, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovhps
void vmovhps(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovlhps
void vmovlhps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovlpd
void vmovlpd(Xmm x, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovlpd
void vmovlpd(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovlps
void vmovlps(Xmm x, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovlps
void vmovlps(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovmskpd
void vmovmskpd(Reg r, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovmskps
void vmovmskps(Reg r, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovntdq
void vmovntdq(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovntdqa
void vmovntdqa(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovntpd
void vmovntpd(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovntps
void vmovntps(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovq
void vmovq(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovq
void vmovq(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovq
void vmovq(Xmm x1, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovq
void vmovq(Xmm x, Reg64 r)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovq
void vmovq(Reg64 r, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovsd
void vmovsd(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovsd
void vmovsd(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovsd
void vmovsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovshdup
void vmovshdup(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovsldup
void vmovsldup(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovss
void vmovss(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovss
void vmovss(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovss
void vmovss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovupd
void vmovupd(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovupd
void vmovupd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovups
void vmovups(Address addr, Xmm xmm)
Undocumented in source. Be warned that the author may not have intended to support it.
vmovups
void vmovups(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vmpsadbw
void vmpsadbw(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vmpsadbw
void vmpsadbw(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vmulpd
void vmulpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmulps
void vmulps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmulsd
void vmulsd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vmulss
void vmulss(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vorpd
void vorpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vorps
void vorps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vp2intersectd
void vp2intersectd(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vp2intersectq
void vp2intersectq(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vp4dpwssd
void vp4dpwssd(Zmm z1, Zmm z2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vp4dpwssds
void vp4dpwssds(Zmm z1, Zmm z2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vpabsb
void vpabsb(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpabsd
void vpabsd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpabsq
void vpabsq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpabsw
void vpabsw(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpackssdw
void vpackssdw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpackssdw
void vpackssdw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpacksswb
void vpacksswb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpacksswb
void vpacksswb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpackusdw
void vpackusdw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpackusdw
void vpackusdw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpackuswb
void vpackuswb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpackuswb
void vpackuswb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddb
void vpaddb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddb
void vpaddb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddd
void vpaddd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddd
void vpaddd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddq
void vpaddq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddq
void vpaddq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddsb
void vpaddsb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddsb
void vpaddsb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddsw
void vpaddsw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddsw
void vpaddsw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddusb
void vpaddusb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddusb
void vpaddusb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddusw
void vpaddusw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddusw
void vpaddusw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddw
void vpaddw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpaddw
void vpaddw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpalignr
void vpalignr(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpalignr
void vpalignr(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpand
void vpand(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpand
void vpand(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpandd
void vpandd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpandn
void vpandn(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpandn
void vpandn(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpandnd
void vpandnd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpandnq
void vpandnq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpandq
void vpandq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpavgb
void vpavgb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpavgb
void vpavgb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpavgw
void vpavgw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpavgw
void vpavgw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendd
void vpblendd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendd
void vpblendd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendmb
void vpblendmb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendmd
void vpblendmd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendmq
void vpblendmq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendmw
void vpblendmw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendvb
void vpblendvb(Xmm x1, Xmm x2, Operand op, Xmm x4)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendvb
void vpblendvb(Xmm x1, Operand op, Xmm x4)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendw
void vpblendw(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpblendw
void vpblendw(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastb
void vpbroadcastb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastb
void vpbroadcastb(Xmm x, Reg8 r)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastd
void vpbroadcastd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastd
void vpbroadcastd(Xmm x, Reg32 r)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastmb2q
void vpbroadcastmb2q(Xmm x, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastmw2d
void vpbroadcastmw2d(Xmm x, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastq
void vpbroadcastq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastq
void vpbroadcastq(Xmm x, Reg64 r)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastw
void vpbroadcastw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpbroadcastw
void vpbroadcastw(Xmm x, Reg16 r)
Undocumented in source. Be warned that the author may not have intended to support it.
vpclmulqdq
void vpclmulqdq(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpclmulqdq
void vpclmulqdq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpb
void vpcmpb(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpd
void vpcmpd(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqb
void vpcmpeqb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqb
void vpcmpeqb(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqb
void vpcmpeqb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqd
void vpcmpeqd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqd
void vpcmpeqd(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqd
void vpcmpeqd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqq
void vpcmpeqq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqq
void vpcmpeqq(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqq
void vpcmpeqq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqw
void vpcmpeqw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqw
void vpcmpeqw(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpeqw
void vpcmpeqw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpestri
void vpcmpestri(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpestrm
void vpcmpestrm(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtb
void vpcmpgtb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtb
void vpcmpgtb(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtb
void vpcmpgtb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtd
void vpcmpgtd(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtd
void vpcmpgtd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtd
void vpcmpgtd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtq
void vpcmpgtq(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtq
void vpcmpgtq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtq
void vpcmpgtq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtw
void vpcmpgtw(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtw
void vpcmpgtw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpgtw
void vpcmpgtw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpistri
void vpcmpistri(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpistrm
void vpcmpistrm(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpq
void vpcmpq(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpub
void vpcmpub(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpud
void vpcmpud(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpuq
void vpcmpuq(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpuw
void vpcmpuw(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcmpw
void vpcmpw(Opmask k, Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcompressd
void vpcompressd(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpcompressq
void vpcompressq(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpconflictd
void vpconflictd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpconflictq
void vpconflictq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpdpbusd
void vpdpbusd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpdpbusds
void vpdpbusds(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpdpwssd
void vpdpwssd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpdpwssds
void vpdpwssds(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vperm2f128
void vperm2f128(Ymm y1, Ymm y2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vperm2i128
void vperm2i128(Ymm y1, Ymm y2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermb
void vpermb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermd
void vpermd(Ymm y1, Ymm y2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermi2b
void vpermi2b(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermi2d
void vpermi2d(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermi2pd
void vpermi2pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermi2ps
void vpermi2ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermi2q
void vpermi2q(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermi2w
void vpermi2w(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermilpd
void vpermilpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermilpd
void vpermilpd(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermilps
void vpermilps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermilps
void vpermilps(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermpd
void vpermpd(Ymm y, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermpd
void vpermpd(Ymm y1, Ymm y2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermps
void vpermps(Ymm y1, Ymm y2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermq
void vpermq(Ymm y, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermq
void vpermq(Ymm y1, Ymm y2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermt2b
void vpermt2b(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermt2d
void vpermt2d(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermt2pd
void vpermt2pd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermt2ps
void vpermt2ps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermt2q
void vpermt2q(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermt2w
void vpermt2w(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpermw
void vpermw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpexpandb
void vpexpandb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpexpandd
void vpexpandd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpexpandq
void vpexpandq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpexpandw
void vpexpandw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpextrb
void vpextrb(Operand op, Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpextrd
void vpextrd(Operand op, Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpextrq
void vpextrq(Operand op, Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpextrw
void vpextrw(Operand op, Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpgatherdd
void vpgatherdd(Xmm x1, Address addr, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vpgatherdd
void vpgatherdd(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vpgatherdq
void vpgatherdq(Xmm x1, Address addr, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vpgatherdq
void vpgatherdq(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vpgatherqd
void vpgatherqd(Xmm x1, Address addr, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vpgatherqd
void vpgatherqd(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vpgatherqq
void vpgatherqq(Xmm x1, Address addr, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vpgatherqq
void vpgatherqq(Xmm x, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vphaddd
void vphaddd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphaddd
void vphaddd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphaddsw
void vphaddsw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphaddsw
void vphaddsw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphaddw
void vphaddw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphaddw
void vphaddw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphminposuw
void vphminposuw(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphsubd
void vphsubd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphsubd
void vphsubd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphsubsw
void vphsubsw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphsubsw
void vphsubsw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphsubw
void vphsubw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vphsubw
void vphsubw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpinsrb
void vpinsrb(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpinsrb
void vpinsrb(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpinsrd
void vpinsrd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpinsrd
void vpinsrd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpinsrq
void vpinsrq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpinsrq
void vpinsrq(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpinsrw
void vpinsrw(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpinsrw
void vpinsrw(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vplzcntd
void vplzcntd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vplzcntq
void vplzcntq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmadd52huq
void vpmadd52huq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmadd52luq
void vpmadd52luq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaddubsw
void vpmaddubsw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaddubsw
void vpmaddubsw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaddwd
void vpmaddwd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaddwd
void vpmaddwd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaskmovd
void vpmaskmovd(Xmm x1, Xmm x2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaskmovd
void vpmaskmovd(Address addr, Xmm x1, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaskmovq
void vpmaskmovq(Xmm x1, Xmm x2, Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaskmovq
void vpmaskmovq(Address addr, Xmm x1, Xmm x2)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxsb
void vpmaxsb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxsb
void vpmaxsb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxsd
void vpmaxsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxsd
void vpmaxsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxsq
void vpmaxsq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxsw
void vpmaxsw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxsw
void vpmaxsw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxub
void vpmaxub(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxub
void vpmaxub(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxud
void vpmaxud(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxud
void vpmaxud(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxuq
void vpmaxuq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxuw
void vpmaxuw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmaxuw
void vpmaxuw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminsb
void vpminsb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminsb
void vpminsb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminsd
void vpminsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminsd
void vpminsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminsq
void vpminsq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminsw
void vpminsw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminsw
void vpminsw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminub
void vpminub(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminub
void vpminub(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminud
void vpminud(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminud
void vpminud(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminuq
void vpminuq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminuw
void vpminuw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpminuw
void vpminuw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovb2m
void vpmovb2m(Opmask k, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovd2m
void vpmovd2m(Opmask k, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovdb
void vpmovdb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovdw
void vpmovdw(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovm2b
void vpmovm2b(Xmm x, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovm2d
void vpmovm2d(Xmm x, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovm2q
void vpmovm2q(Xmm x, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovm2w
void vpmovm2w(Xmm x, Opmask k)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovmskb
void vpmovmskb(Reg32e r, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovq2m
void vpmovq2m(Opmask k, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovqb
void vpmovqb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovqd
void vpmovqd(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovqw
void vpmovqw(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsdb
void vpmovsdb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsdw
void vpmovsdw(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsqb
void vpmovsqb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsqd
void vpmovsqd(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsqw
void vpmovsqw(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovswb
void vpmovswb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsxbd
void vpmovsxbd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsxbq
void vpmovsxbq(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsxbw
void vpmovsxbw(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsxdq
void vpmovsxdq(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsxwd
void vpmovsxwd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovsxwq
void vpmovsxwq(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovusdb
void vpmovusdb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovusdw
void vpmovusdw(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovusqb
void vpmovusqb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovusqd
void vpmovusqd(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovusqw
void vpmovusqw(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovuswb
void vpmovuswb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovw2m
void vpmovw2m(Opmask k, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovwb
void vpmovwb(Operand op, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovzxbd
void vpmovzxbd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovzxbq
void vpmovzxbq(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovzxbw
void vpmovzxbw(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovzxdq
void vpmovzxdq(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovzxwd
void vpmovzxwd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmovzxwq
void vpmovzxwq(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmuldq
void vpmuldq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmuldq
void vpmuldq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmulhrsw
void vpmulhrsw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmulhrsw
void vpmulhrsw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmulhuw
void vpmulhuw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmulhuw
void vpmulhuw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmulhw
void vpmulhw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmulhw
void vpmulhw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmulld
void vpmulld(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmulld
void vpmulld(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmullq
void vpmullq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmullw
void vpmullw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmullw
void vpmullw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmultishiftqb
void vpmultishiftqb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmuludq
void vpmuludq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpmuludq
void vpmuludq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpopcntb
void vpopcntb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpopcntd
void vpopcntd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpopcntq
void vpopcntq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpopcntw
void vpopcntw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpor
void vpor(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpor
void vpor(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpord
void vpord(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vporq
void vporq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vprold
void vprold(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vprolq
void vprolq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vprolvd
void vprolvd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vprolvq
void vprolvq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vprord
void vprord(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vprorq
void vprorq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vprorvd
void vprorvd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vprorvq
void vprorvq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsadbw
void vpsadbw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsadbw
void vpsadbw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpscatterdd
void vpscatterdd(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpscatterdq
void vpscatterdq(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpscatterqd
void vpscatterqd(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpscatterqq
void vpscatterqq(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshldd
void vpshldd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshldq
void vpshldq(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshldvd
void vpshldvd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshldvq
void vpshldvq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshldvw
void vpshldvw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshldw
void vpshldw(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshrdd
void vpshrdd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshrdq
void vpshrdq(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshrdvd
void vpshrdvd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshrdvq
void vpshrdvq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshrdvw
void vpshrdvw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshrdw
void vpshrdw(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshufb
void vpshufb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshufbitqmb
void vpshufbitqmb(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshufd
void vpshufd(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshufhw
void vpshufhw(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpshuflw
void vpshuflw(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsignb
void vpsignb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsignb
void vpsignb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsignd
void vpsignd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsignd
void vpsignd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsignw
void vpsignw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsignw
void vpsignw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpslld
void vpslld(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpslld
void vpslld(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpslld
void vpslld(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpslld
void vpslld(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpslldq
void vpslldq(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpslldq
void vpslldq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllq
void vpsllq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllq
void vpsllq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllq
void vpsllq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllq
void vpsllq(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllvd
void vpsllvd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllvq
void vpsllvq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllvw
void vpsllvw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllw
void vpsllw(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllw
void vpsllw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllw
void vpsllw(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsllw
void vpsllw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrad
void vpsrad(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrad
void vpsrad(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrad
void vpsrad(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrad
void vpsrad(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsraq
void vpsraq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsraq
void vpsraq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsravd
void vpsravd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsravq
void vpsravq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsravw
void vpsravw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsraw
void vpsraw(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsraw
void vpsraw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsraw
void vpsraw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsraw
void vpsraw(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrld
void vpsrld(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrld
void vpsrld(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrld
void vpsrld(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrld
void vpsrld(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrldq
void vpsrldq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrldq
void vpsrldq(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlq
void vpsrlq(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlq
void vpsrlq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlq
void vpsrlq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlq
void vpsrlq(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlvd
void vpsrlvd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlvq
void vpsrlvq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlvw
void vpsrlvw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlw
void vpsrlw(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlw
void vpsrlw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlw
void vpsrlw(Xmm x, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsrlw
void vpsrlw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubb
void vpsubb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubb
void vpsubb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubd
void vpsubd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubd
void vpsubd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubq
void vpsubq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubq
void vpsubq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubsb
void vpsubsb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubsb
void vpsubsb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubsw
void vpsubsw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubsw
void vpsubsw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubusb
void vpsubusb(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubusb
void vpsubusb(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubusw
void vpsubusw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubusw
void vpsubusw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubw
void vpsubw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpsubw
void vpsubw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpternlogd
void vpternlogd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vpternlogq
void vpternlogq(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vptest
void vptest(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vptestmb
void vptestmb(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vptestmd
void vptestmd(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vptestmq
void vptestmq(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vptestmw
void vptestmw(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vptestnmb
void vptestnmb(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vptestnmd
void vptestnmd(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vptestnmq
void vptestnmq(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vptestnmw
void vptestnmw(Opmask k, Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckhbw
void vpunpckhbw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckhbw
void vpunpckhbw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckhdq
void vpunpckhdq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckhdq
void vpunpckhdq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckhqdq
void vpunpckhqdq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckhqdq
void vpunpckhqdq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckhwd
void vpunpckhwd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckhwd
void vpunpckhwd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpcklbw
void vpunpcklbw(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpcklbw
void vpunpcklbw(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckldq
void vpunpckldq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpckldq
void vpunpckldq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpcklqdq
void vpunpcklqdq(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpcklqdq
void vpunpcklqdq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpcklwd
void vpunpcklwd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpunpcklwd
void vpunpcklwd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpxor
void vpxor(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpxor
void vpxor(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpxord
void vpxord(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vpxorq
void vpxorq(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrangepd
void vrangepd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrangeps
void vrangeps(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrangesd
void vrangesd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrangess
void vrangess(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcp14pd
void vrcp14pd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcp14ps
void vrcp14ps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcp14sd
void vrcp14sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcp14ss
void vrcp14ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcp28pd
void vrcp28pd(Zmm z, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcp28ps
void vrcp28ps(Zmm z, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcp28sd
void vrcp28sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcp28ss
void vrcp28ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcpps
void vrcpps(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcpss
void vrcpss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrcpss
void vrcpss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vreducepd
void vreducepd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vreduceps
void vreduceps(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vreducesd
void vreducesd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vreducess
void vreducess(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrndscalepd
void vrndscalepd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrndscaleps
void vrndscaleps(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrndscalesd
void vrndscalesd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrndscaless
void vrndscaless(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vroundpd
void vroundpd(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vroundps
void vroundps(Xmm xm, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vroundsd
void vroundsd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vroundsd
void vroundsd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vroundss
void vroundss(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vroundss
void vroundss(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrt14pd
void vrsqrt14pd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrt14ps
void vrsqrt14ps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrt14sd
void vrsqrt14sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrt14ss
void vrsqrt14ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrt28pd
void vrsqrt28pd(Zmm z, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrt28ps
void vrsqrt28ps(Zmm z, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrt28sd
void vrsqrt28sd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrt28ss
void vrsqrt28ss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrtps
void vrsqrtps(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrtss
void vrsqrtss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vrsqrtss
void vrsqrtss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vscalefpd
void vscalefpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vscalefps
void vscalefps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vscalefsd
void vscalefsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vscalefss
void vscalefss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterdpd
void vscatterdpd(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterdps
void vscatterdps(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterpf0dpd
void vscatterpf0dpd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterpf0dps
void vscatterpf0dps(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterpf0qpd
void vscatterpf0qpd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterpf0qps
void vscatterpf0qps(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterpf1dpd
void vscatterpf1dpd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterpf1dps
void vscatterpf1dps(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterpf1qpd
void vscatterpf1qpd(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterpf1qps
void vscatterpf1qps(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterqpd
void vscatterqpd(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vscatterqps
void vscatterqps(Address addr, Xmm x)
Undocumented in source. Be warned that the author may not have intended to support it.
vshuff32x4
void vshuff32x4(Ymm y1, Ymm y2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vshuff64x2
void vshuff64x2(Ymm y1, Ymm y2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vshufi32x4
void vshufi32x4(Ymm y1, Ymm y2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vshufi64x2
void vshufi64x2(Ymm y1, Ymm y2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vshufpd
void vshufpd(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vshufpd
void vshufpd(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vshufps
void vshufps(Xmm x, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vshufps
void vshufps(Xmm x1, Xmm x2, Operand op, uint8 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
vsqrtpd
void vsqrtpd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vsqrtps
void vsqrtps(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vsqrtsd
void vsqrtsd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vsqrtsd
void vsqrtsd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vsqrtss
void vsqrtss(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vsqrtss
void vsqrtss(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vstmxcsr
void vstmxcsr(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.
vsubpd
void vsubpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vsubps
void vsubps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vsubsd
void vsubsd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vsubss
void vsubss(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vtestpd
void vtestpd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vtestps
void vtestps(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vucomisd
void vucomisd(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vucomiss
void vucomiss(Xmm xm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vunpckhpd
void vunpckhpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vunpckhpd
void vunpckhpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vunpckhps
void vunpckhps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vunpckhps
void vunpckhps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vunpcklpd
void vunpcklpd(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vunpcklpd
void vunpcklpd(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vunpcklps
void vunpcklps(Xmm x, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vunpcklps
void vunpcklps(Xmm x1, Xmm x2, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
vxorpd
void vxorpd(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vxorps
void vxorps(Xmm xmm, Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
vzeroall
void vzeroall()
Undocumented in source. Be warned that the author may not have intended to support it.
vzeroupper
void vzeroupper()
Undocumented in source. Be warned that the author may not have intended to support it.
wait
void wait()
Undocumented in source. Be warned that the author may not have intended to support it.
wbinvd
void wbinvd()
Undocumented in source. Be warned that the author may not have intended to support it.
wrmsr
void wrmsr()
Undocumented in source. Be warned that the author may not have intended to support it.
xadd
void xadd(Operand op, Reg reg)
Undocumented in source. Be warned that the author may not have intended to support it.
xchg
void xchg(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
xgetbv
void xgetbv()
Undocumented in source. Be warned that the author may not have intended to support it.
xlatb
void xlatb()
Undocumented in source. Be warned that the author may not have intended to support it.
xor
void xor(Operand op1, Operand op2)
Undocumented in source. Be warned that the author may not have intended to support it.
xor
void xor(Operand op, uint32 imm)
Undocumented in source. Be warned that the author may not have intended to support it.
xorpd
void xorpd(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.
xorps
void xorps(Xmm xmm, Operand op)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dummyAddr
size_t dummyAddr;
Undocumented in source.
dummyAddr
size_t dummyAddr;
Undocumented in source.
labelMgr_
LabelManager labelMgr_;
Undocumented in source.

Inherited Members

From CodeArray

Type
enum Type
Undocumented in source.
isAllocType
bool isAllocType()
Undocumented in source. Be warned that the author may not have intended to support it.
AddrInfo
struct AddrInfo
Undocumented in source.
AddrInfoList
alias AddrInfoList = AddrInfo[]
Undocumented in source.
addrInfoList_
AddrInfoList addrInfoList_;
Undocumented in source.
type_
Type type_;
Undocumented in source.
defaultAllocator_
Allocator defaultAllocator_;
Undocumented in source.
alloc_
Allocator alloc_;
Undocumented in source.
maxSize_
size_t maxSize_;
Undocumented in source.
top_
uint8* top_;
Undocumented in source.
size_
size_t size_;
Undocumented in source.
isCalledCalcJmpAddress_
bool isCalledCalcJmpAddress_;
Undocumented in source.
useProtect
bool useProtect()
Undocumented in source. Be warned that the author may not have intended to support it.
growMemory
void growMemory()
Undocumented in source. Be warned that the author may not have intended to support it.
calcJmpAddress
void calcJmpAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
ProtectMode
enum ProtectMode
Undocumented in source.
~this
~this()
Undocumented in source.
setProtectMode
bool setProtectMode(ProtectMode mode, bool throwException)
Undocumented in source. Be warned that the author may not have intended to support it.
setProtectModeRE
bool setProtectModeRE(bool throwException)
Undocumented in source. Be warned that the author may not have intended to support it.
setProtectModeRW
bool setProtectModeRW(bool throwException)
Undocumented in source. Be warned that the author may not have intended to support it.
resetSize
void resetSize()
Undocumented in source. Be warned that the author may not have intended to support it.
db
void db(int code)
Undocumented in source. Be warned that the author may not have intended to support it.
db
void db(uint8* code, size_t codeSize)
Undocumented in source. Be warned that the author may not have intended to support it.
db
void db(uint64 code, size_t codeSize)
Undocumented in source. Be warned that the author may not have intended to support it.
dw
void dw(uint32 code)
Undocumented in source. Be warned that the author may not have intended to support it.
dd
void dd(uint32 code)
Undocumented in source. Be warned that the author may not have intended to support it.
dq
void dq(uint64 code)
Undocumented in source. Be warned that the author may not have intended to support it.
getCode
uint8* getCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getCode
F getCode()
Undocumented in source. Be warned that the author may not have intended to support it.
getCurr
uint8* getCurr()
Undocumented in source. Be warned that the author may not have intended to support it.
getCurr
F getCurr()
Undocumented in source. Be warned that the author may not have intended to support it.
getSize
size_t getSize()
Undocumented in source. Be warned that the author may not have intended to support it.
setSize
void setSize(size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
dump
void dump()
Undocumented in source. Be warned that the author may not have intended to support it.
rewrite
void rewrite(size_t offset, uint64 disp, size_t size)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(size_t offset, size_t val, int size, inner.LabelMode mode)
Undocumented in source. Be warned that the author may not have intended to support it.
isAutoGrow
bool isAutoGrow()
Undocumented in source. Be warned that the author may not have intended to support it.
isCalledCalcJmpAddress
bool isCalledCalcJmpAddress()
Undocumented in source. Be warned that the author may not have intended to support it.
protect
bool protect(void* addr, size_t size, ProtectMode protectMode_)

change exec permission of memory @param addr in buffer address @param size in buffer size @param protectMode in mode(RW/RWE/RE) @return true(success), false(failure)

getAlignedAddress
uint8* getAlignedAddress(uint8* addr, size_t alignedSize)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta