Wire Sysio Wire Sysion 1.0.0
|
Go to the source code of this file.
Functions | |
const char * | getVersionString () const |
void | adc (const Operand &op, uint32 imm) |
void | adc (const Operand &op1, const Operand &op2) |
void | adcx (const Reg32e ®, const Operand &op) |
void | add (const Operand &op, uint32 imm) |
void | add (const Operand &op1, const Operand &op2) |
void | addpd (const Xmm &xmm, const Operand &op) |
void | addps (const Xmm &xmm, const Operand &op) |
void | addsd (const Xmm &xmm, const Operand &op) |
void | addss (const Xmm &xmm, const Operand &op) |
void | addsubpd (const Xmm &xmm, const Operand &op) |
void | addsubps (const Xmm &xmm, const Operand &op) |
void | adox (const Reg32e ®, const Operand &op) |
void | aesdec (const Xmm &xmm, const Operand &op) |
void | aesdeclast (const Xmm &xmm, const Operand &op) |
void | aesenc (const Xmm &xmm, const Operand &op) |
void | aesenclast (const Xmm &xmm, const Operand &op) |
void | aesimc (const Xmm &xmm, const Operand &op) |
void | aeskeygenassist (const Xmm &xmm, const Operand &op, uint8 imm) |
void | and_ (const Operand &op, uint32 imm) |
void | and_ (const Operand &op1, const Operand &op2) |
void | andn (const Reg32e &r1, const Reg32e &r2, const Operand &op) |
void | andnpd (const Xmm &xmm, const Operand &op) |
void | andnps (const Xmm &xmm, const Operand &op) |
void | andpd (const Xmm &xmm, const Operand &op) |
void | andps (const Xmm &xmm, const Operand &op) |
void | bextr (const Reg32e &r1, const Operand &op, const Reg32e &r2) |
void | blendpd (const Xmm &xmm, const Operand &op, int imm) |
void | blendps (const Xmm &xmm, const Operand &op, int imm) |
void | blendvpd (const Xmm &xmm, const Operand &op) |
void | blendvps (const Xmm &xmm, const Operand &op) |
void | blsi (const Reg32e &r, const Operand &op) |
void | blsmsk (const Reg32e &r, const Operand &op) |
void | blsr (const Reg32e &r, const Operand &op) |
void | bnd () |
void | bndcl (const BoundsReg &bnd, const Operand &op) |
void | bndcn (const BoundsReg &bnd, const Operand &op) |
void | bndcu (const BoundsReg &bnd, const Operand &op) |
void | bndldx (const BoundsReg &bnd, const Address &addr) |
void | bndmk (const BoundsReg &bnd, const Address &addr) |
void | bndmov (const Address &addr, const BoundsReg &bnd) |
void | bndmov (const BoundsReg &bnd, const Operand &op) |
void | bndstx (const Address &addr, const BoundsReg &bnd) |
void | bsf (const Reg ®, const Operand &op) |
void | bsr (const Reg ®, const Operand &op) |
void | bswap (const Reg32e ®) |
void | bt (const Operand &op, const Reg ®) |
void | bt (const Operand &op, uint8 imm) |
void | btc (const Operand &op, const Reg ®) |
void | btc (const Operand &op, uint8 imm) |
void | btr (const Operand &op, const Reg ®) |
void | btr (const Operand &op, uint8 imm) |
void | bts (const Operand &op, const Reg ®) |
void | bts (const Operand &op, uint8 imm) |
void | bzhi (const Reg32e &r1, const Operand &op, const Reg32e &r2) |
void | cbw () |
void | cdq () |
void | clc () |
void | cld () |
void | clflush (const Address &addr) |
void | cli () |
void | cmc () |
void | cmova (const Reg ®, const Operand &op) |
void | cmovae (const Reg ®, const Operand &op) |
void | cmovb (const Reg ®, const Operand &op) |
void | cmovbe (const Reg ®, const Operand &op) |
void | cmovc (const Reg ®, const Operand &op) |
void | cmove (const Reg ®, const Operand &op) |
void | cmovg (const Reg ®, const Operand &op) |
void | cmovge (const Reg ®, const Operand &op) |
void | cmovl (const Reg ®, const Operand &op) |
void | cmovle (const Reg ®, const Operand &op) |
void | cmovna (const Reg ®, const Operand &op) |
void | cmovnae (const Reg ®, const Operand &op) |
void | cmovnb (const Reg ®, const Operand &op) |
void | cmovnbe (const Reg ®, const Operand &op) |
void | cmovnc (const Reg ®, const Operand &op) |
void | cmovne (const Reg ®, const Operand &op) |
void | cmovng (const Reg ®, const Operand &op) |
void | cmovnge (const Reg ®, const Operand &op) |
void | cmovnl (const Reg ®, const Operand &op) |
void | cmovnle (const Reg ®, const Operand &op) |
void | cmovno (const Reg ®, const Operand &op) |
void | cmovnp (const Reg ®, const Operand &op) |
void | cmovns (const Reg ®, const Operand &op) |
void | cmovnz (const Reg ®, const Operand &op) |
void | cmovo (const Reg ®, const Operand &op) |
void | cmovp (const Reg ®, const Operand &op) |
void | cmovpe (const Reg ®, const Operand &op) |
void | cmovpo (const Reg ®, const Operand &op) |
void | cmovs (const Reg ®, const Operand &op) |
void | cmovz (const Reg ®, const Operand &op) |
void | cmp (const Operand &op, uint32 imm) |
void | cmp (const Operand &op1, const Operand &op2) |
void | cmpeqpd (const Xmm &x, const Operand &op) |
void | cmpeqps (const Xmm &x, const Operand &op) |
void | cmpeqsd (const Xmm &x, const Operand &op) |
void | cmpeqss (const Xmm &x, const Operand &op) |
void | cmplepd (const Xmm &x, const Operand &op) |
void | cmpleps (const Xmm &x, const Operand &op) |
void | cmplesd (const Xmm &x, const Operand &op) |
void | cmpless (const Xmm &x, const Operand &op) |
void | cmpltpd (const Xmm &x, const Operand &op) |
void | cmpltps (const Xmm &x, const Operand &op) |
void | cmpltsd (const Xmm &x, const Operand &op) |
void | cmpltss (const Xmm &x, const Operand &op) |
void | cmpneqpd (const Xmm &x, const Operand &op) |
void | cmpneqps (const Xmm &x, const Operand &op) |
void | cmpneqsd (const Xmm &x, const Operand &op) |
void | cmpneqss (const Xmm &x, const Operand &op) |
void | cmpnlepd (const Xmm &x, const Operand &op) |
void | cmpnleps (const Xmm &x, const Operand &op) |
void | cmpnlesd (const Xmm &x, const Operand &op) |
void | cmpnless (const Xmm &x, const Operand &op) |
void | cmpnltpd (const Xmm &x, const Operand &op) |
void | cmpnltps (const Xmm &x, const Operand &op) |
void | cmpnltsd (const Xmm &x, const Operand &op) |
void | cmpnltss (const Xmm &x, const Operand &op) |
void | cmpordpd (const Xmm &x, const Operand &op) |
void | cmpordps (const Xmm &x, const Operand &op) |
void | cmpordsd (const Xmm &x, const Operand &op) |
void | cmpordss (const Xmm &x, const Operand &op) |
void | cmppd (const Xmm &xmm, const Operand &op, uint8 imm8) |
void | cmpps (const Xmm &xmm, const Operand &op, uint8 imm8) |
void | cmpsd (const Xmm &xmm, const Operand &op, uint8 imm8) |
void | cmpss (const Xmm &xmm, const Operand &op, uint8 imm8) |
void | cmpunordpd (const Xmm &x, const Operand &op) |
void | cmpunordps (const Xmm &x, const Operand &op) |
void | cmpunordsd (const Xmm &x, const Operand &op) |
void | cmpunordss (const Xmm &x, const Operand &op) |
void | cmpxchg (const Operand &op, const Reg ®) |
void | cmpxchg8b (const Address &addr) |
void | comisd (const Xmm &xmm, const Operand &op) |
void | comiss (const Xmm &xmm, const Operand &op) |
void | cpuid () |
void | crc32 (const Reg32e ®, const Operand &op) |
void | cvtdq2pd (const Xmm &xmm, const Operand &op) |
void | cvtdq2ps (const Xmm &xmm, const Operand &op) |
void | cvtpd2dq (const Xmm &xmm, const Operand &op) |
void | cvtpd2pi (const Operand ®, const Operand &op) |
void | cvtpd2ps (const Xmm &xmm, const Operand &op) |
void | cvtpi2pd (const Operand ®, const Operand &op) |
void | cvtpi2ps (const Operand ®, const Operand &op) |
void | cvtps2dq (const Xmm &xmm, const Operand &op) |
void | cvtps2pd (const Xmm &xmm, const Operand &op) |
void | cvtps2pi (const Operand ®, const Operand &op) |
void | cvtsd2si (const Operand ®, const Operand &op) |
void | cvtsd2ss (const Xmm &xmm, const Operand &op) |
void | cvtsi2sd (const Operand ®, const Operand &op) |
void | cvtsi2ss (const Operand ®, const Operand &op) |
void | cvtss2sd (const Xmm &xmm, const Operand &op) |
void | cvtss2si (const Operand ®, const Operand &op) |
void | cvttpd2dq (const Xmm &xmm, const Operand &op) |
void | cvttpd2pi (const Operand ®, const Operand &op) |
void | cvttps2dq (const Xmm &xmm, const Operand &op) |
void | cvttps2pi (const Operand ®, const Operand &op) |
void | cvttsd2si (const Operand ®, const Operand &op) |
void | cvttss2si (const Operand ®, const Operand &op) |
void | cwd () |
void | cwde () |
void | dec (const Operand &op) |
void | div (const Operand &op) |
void | divpd (const Xmm &xmm, const Operand &op) |
void | divps (const Xmm &xmm, const Operand &op) |
void | divsd (const Xmm &xmm, const Operand &op) |
void | divss (const Xmm &xmm, const Operand &op) |
void | dppd (const Xmm &xmm, const Operand &op, int imm) |
void | dpps (const Xmm &xmm, const Operand &op, int imm) |
void | emms () |
void | extractps (const Operand &op, const Xmm &xmm, uint8 imm) |
void | f2xm1 () |
void | fabs () |
void | fadd (const Address &addr) |
void | fadd (const Fpu ®1) |
void | fadd (const Fpu ®1, const Fpu ®2) |
void | faddp () |
void | faddp (const Fpu ®1) |
void | faddp (const Fpu ®1, const Fpu ®2) |
void | fchs () |
void | fcmovb (const Fpu ®1) |
void | fcmovb (const Fpu ®1, const Fpu ®2) |
void | fcmovbe (const Fpu ®1) |
void | fcmovbe (const Fpu ®1, const Fpu ®2) |
void | fcmove (const Fpu ®1) |
void | fcmove (const Fpu ®1, const Fpu ®2) |
void | fcmovnb (const Fpu ®1) |
void | fcmovnb (const Fpu ®1, const Fpu ®2) |
void | fcmovnbe (const Fpu ®1) |
void | fcmovnbe (const Fpu ®1, const Fpu ®2) |
void | fcmovne (const Fpu ®1) |
void | fcmovne (const Fpu ®1, const Fpu ®2) |
void | fcmovnu (const Fpu ®1) |
void | fcmovnu (const Fpu ®1, const Fpu ®2) |
void | fcmovu (const Fpu ®1) |
void | fcmovu (const Fpu ®1, const Fpu ®2) |
void | fcom () |
void | fcom (const Address &addr) |
void | fcom (const Fpu ®) |
void | fcomi (const Fpu ®1) |
void | fcomi (const Fpu ®1, const Fpu ®2) |
void | fcomip (const Fpu ®1) |
void | fcomip (const Fpu ®1, const Fpu ®2) |
void | fcomp () |
void | fcomp (const Address &addr) |
void | fcomp (const Fpu ®) |
void | fcompp () |
void | fcos () |
void | fdecstp () |
void | fdiv (const Address &addr) |
void | fdiv (const Fpu ®1) |
void | fdiv (const Fpu ®1, const Fpu ®2) |
void | fdivp () |
void | fdivp (const Fpu ®1) |
void | fdivp (const Fpu ®1, const Fpu ®2) |
void | fdivr (const Address &addr) |
void | fdivr (const Fpu ®1) |
void | fdivr (const Fpu ®1, const Fpu ®2) |
void | fdivrp () |
void | fdivrp (const Fpu ®1) |
void | fdivrp (const Fpu ®1, const Fpu ®2) |
void | ffree (const Fpu ®) |
void | fiadd (const Address &addr) |
void | ficom (const Address &addr) |
void | ficomp (const Address &addr) |
void | fidiv (const Address &addr) |
void | fidivr (const Address &addr) |
void | fild (const Address &addr) |
void | fimul (const Address &addr) |
void | fincstp () |
void | finit () |
void | fist (const Address &addr) |
void | fistp (const Address &addr) |
void | fisttp (const Address &addr) |
void | fisub (const Address &addr) |
void | fisubr (const Address &addr) |
void | fld (const Address &addr) |
void | fld (const Fpu ®) |
void | fld1 () |
void | fldcw (const Address &addr) |
void | fldl2e () |
void | fldl2t () |
void | fldlg2 () |
void | fldln2 () |
void | fldpi () |
void | fldz () |
void | fmul (const Address &addr) |
void | fmul (const Fpu ®1) |
void | fmul (const Fpu ®1, const Fpu ®2) |
void | fmulp () |
void | fmulp (const Fpu ®1) |
void | fmulp (const Fpu ®1, const Fpu ®2) |
void | fninit () |
void | fnop () |
void | fpatan () |
void | fprem () |
void | fprem1 () |
void | fptan () |
void | frndint () |
void | fscale () |
void | fsin () |
void | fsincos () |
void | fsqrt () |
void | fst (const Address &addr) |
void | fst (const Fpu ®) |
void | fstcw (const Address &addr) |
void | fstp (const Address &addr) |
void | fstp (const Fpu ®) |
void | fsub (const Address &addr) |
void | fsub (const Fpu ®1) |
void | fsub (const Fpu ®1, const Fpu ®2) |
void | fsubp () |
void | fsubp (const Fpu ®1) |
void | fsubp (const Fpu ®1, const Fpu ®2) |
void | fsubr (const Address &addr) |
void | fsubr (const Fpu ®1) |
void | fsubr (const Fpu ®1, const Fpu ®2) |
void | fsubrp () |
void | fsubrp (const Fpu ®1) |
void | fsubrp (const Fpu ®1, const Fpu ®2) |
void | ftst () |
void | fucom () |
void | fucom (const Fpu ®) |
void | fucomi (const Fpu ®1) |
void | fucomi (const Fpu ®1, const Fpu ®2) |
void | fucomip (const Fpu ®1) |
void | fucomip (const Fpu ®1, const Fpu ®2) |
void | fucomp () |
void | fucomp (const Fpu ®) |
void | fucompp () |
void | fwait () |
void | fxam () |
void | fxch () |
void | fxch (const Fpu ®) |
void | fxtract () |
void | fyl2x () |
void | fyl2xp1 () |
void | gf2p8affineinvqb (const Xmm &xmm, const Operand &op, int imm) |
void | gf2p8affineqb (const Xmm &xmm, const Operand &op, int imm) |
void | gf2p8mulb (const Xmm &xmm, const Operand &op) |
void | haddpd (const Xmm &xmm, const Operand &op) |
void | haddps (const Xmm &xmm, const Operand &op) |
void | hsubpd (const Xmm &xmm, const Operand &op) |
void | hsubps (const Xmm &xmm, const Operand &op) |
void | idiv (const Operand &op) |
void | imul (const Operand &op) |
void | inc (const Operand &op) |
void | insertps (const Xmm &xmm, const Operand &op, uint8 imm) |
void | ja (const Label &label, LabelType type=T_AUTO) |
void | ja (const char *label, LabelType type=T_AUTO) |
void | ja (const void *addr) |
void | ja (std::string label, LabelType type=T_AUTO) |
void | jae (const Label &label, LabelType type=T_AUTO) |
void | jae (const char *label, LabelType type=T_AUTO) |
void | jae (const void *addr) |
void | jae (std::string label, LabelType type=T_AUTO) |
void | jb (const Label &label, LabelType type=T_AUTO) |
void | jb (const char *label, LabelType type=T_AUTO) |
void | jb (const void *addr) |
void | jb (std::string label, LabelType type=T_AUTO) |
void | jbe (const Label &label, LabelType type=T_AUTO) |
void | jbe (const char *label, LabelType type=T_AUTO) |
void | jbe (const void *addr) |
void | jbe (std::string label, LabelType type=T_AUTO) |
void | jc (const Label &label, LabelType type=T_AUTO) |
void | jc (const char *label, LabelType type=T_AUTO) |
void | jc (const void *addr) |
void | jc (std::string label, LabelType type=T_AUTO) |
void | je (const Label &label, LabelType type=T_AUTO) |
void | je (const char *label, LabelType type=T_AUTO) |
void | je (const void *addr) |
void | je (std::string label, LabelType type=T_AUTO) |
void | jg (const Label &label, LabelType type=T_AUTO) |
void | jg (const char *label, LabelType type=T_AUTO) |
void | jg (const void *addr) |
void | jg (std::string label, LabelType type=T_AUTO) |
void | jge (const Label &label, LabelType type=T_AUTO) |
void | jge (const char *label, LabelType type=T_AUTO) |
void | jge (const void *addr) |
void | jge (std::string label, LabelType type=T_AUTO) |
void | jl (const Label &label, LabelType type=T_AUTO) |
void | jl (const char *label, LabelType type=T_AUTO) |
void | jl (const void *addr) |
void | jl (std::string label, LabelType type=T_AUTO) |
void | jle (const Label &label, LabelType type=T_AUTO) |
void | jle (const char *label, LabelType type=T_AUTO) |
void | jle (const void *addr) |
void | jle (std::string label, LabelType type=T_AUTO) |
void | jna (const Label &label, LabelType type=T_AUTO) |
void | jna (const char *label, LabelType type=T_AUTO) |
void | jna (const void *addr) |
void | jna (std::string label, LabelType type=T_AUTO) |
void | jnae (const Label &label, LabelType type=T_AUTO) |
void | jnae (const char *label, LabelType type=T_AUTO) |
void | jnae (const void *addr) |
void | jnae (std::string label, LabelType type=T_AUTO) |
void | jnb (const Label &label, LabelType type=T_AUTO) |
void | jnb (const char *label, LabelType type=T_AUTO) |
void | jnb (const void *addr) |
void | jnb (std::string label, LabelType type=T_AUTO) |
void | jnbe (const Label &label, LabelType type=T_AUTO) |
void | jnbe (const char *label, LabelType type=T_AUTO) |
void | jnbe (const void *addr) |
void | jnbe (std::string label, LabelType type=T_AUTO) |
void | jnc (const Label &label, LabelType type=T_AUTO) |
void | jnc (const char *label, LabelType type=T_AUTO) |
void | jnc (const void *addr) |
void | jnc (std::string label, LabelType type=T_AUTO) |
void | jne (const Label &label, LabelType type=T_AUTO) |
void | jne (const char *label, LabelType type=T_AUTO) |
void | jne (const void *addr) |
void | jne (std::string label, LabelType type=T_AUTO) |
void | jng (const Label &label, LabelType type=T_AUTO) |
void | jng (const char *label, LabelType type=T_AUTO) |
void | jng (const void *addr) |
void | jng (std::string label, LabelType type=T_AUTO) |
void | jnge (const Label &label, LabelType type=T_AUTO) |
void | jnge (const char *label, LabelType type=T_AUTO) |
void | jnge (const void *addr) |
void | jnge (std::string label, LabelType type=T_AUTO) |
void | jnl (const Label &label, LabelType type=T_AUTO) |
void | jnl (const char *label, LabelType type=T_AUTO) |
void | jnl (const void *addr) |
void | jnl (std::string label, LabelType type=T_AUTO) |
void | jnle (const Label &label, LabelType type=T_AUTO) |
void | jnle (const char *label, LabelType type=T_AUTO) |
void | jnle (const void *addr) |
void | jnle (std::string label, LabelType type=T_AUTO) |
void | jno (const Label &label, LabelType type=T_AUTO) |
void | jno (const char *label, LabelType type=T_AUTO) |
void | jno (const void *addr) |
void | jno (std::string label, LabelType type=T_AUTO) |
void | jnp (const Label &label, LabelType type=T_AUTO) |
void | jnp (const char *label, LabelType type=T_AUTO) |
void | jnp (const void *addr) |
void | jnp (std::string label, LabelType type=T_AUTO) |
void | jns (const Label &label, LabelType type=T_AUTO) |
void | jns (const char *label, LabelType type=T_AUTO) |
void | jns (const void *addr) |
void | jns (std::string label, LabelType type=T_AUTO) |
void | jnz (const Label &label, LabelType type=T_AUTO) |
void | jnz (const char *label, LabelType type=T_AUTO) |
void | jnz (const void *addr) |
void | jnz (std::string label, LabelType type=T_AUTO) |
void | jo (const Label &label, LabelType type=T_AUTO) |
void | jo (const char *label, LabelType type=T_AUTO) |
void | jo (const void *addr) |
void | jo (std::string label, LabelType type=T_AUTO) |
void | jp (const Label &label, LabelType type=T_AUTO) |
void | jp (const char *label, LabelType type=T_AUTO) |
void | jp (const void *addr) |
void | jp (std::string label, LabelType type=T_AUTO) |
void | jpe (const Label &label, LabelType type=T_AUTO) |
void | jpe (const char *label, LabelType type=T_AUTO) |
void | jpe (const void *addr) |
void | jpe (std::string label, LabelType type=T_AUTO) |
void | jpo (const Label &label, LabelType type=T_AUTO) |
void | jpo (const char *label, LabelType type=T_AUTO) |
void | jpo (const void *addr) |
void | jpo (std::string label, LabelType type=T_AUTO) |
void | js (const Label &label, LabelType type=T_AUTO) |
void | js (const char *label, LabelType type=T_AUTO) |
void | js (const void *addr) |
void | js (std::string label, LabelType type=T_AUTO) |
void | jz (const Label &label, LabelType type=T_AUTO) |
void | jz (const char *label, LabelType type=T_AUTO) |
void | jz (const void *addr) |
void | jz (std::string label, LabelType type=T_AUTO) |
void | lahf () |
void | lddqu (const Xmm &xmm, const Address &addr) |
void | ldmxcsr (const Address &addr) |
void | lea (const Reg ®, const Address &addr) |
void | lfence () |
void | lock () |
void | lzcnt (const Reg ®, const Operand &op) |
void | maskmovdqu (const Xmm ®1, const Xmm ®2) |
void | maskmovq (const Mmx ®1, const Mmx ®2) |
void | maxpd (const Xmm &xmm, const Operand &op) |
void | maxps (const Xmm &xmm, const Operand &op) |
void | maxsd (const Xmm &xmm, const Operand &op) |
void | maxss (const Xmm &xmm, const Operand &op) |
void | mfence () |
void | minpd (const Xmm &xmm, const Operand &op) |
void | minps (const Xmm &xmm, const Operand &op) |
void | minsd (const Xmm &xmm, const Operand &op) |
void | minss (const Xmm &xmm, const Operand &op) |
void | monitor () |
void | movapd (const Address &addr, const Xmm &xmm) |
void | movapd (const Xmm &xmm, const Operand &op) |
void | movaps (const Address &addr, const Xmm &xmm) |
void | movaps (const Xmm &xmm, const Operand &op) |
void | movbe (const Address &addr, const Reg ®) |
void | movbe (const Reg ®, const Address &addr) |
void | movd (const Address &addr, const Mmx &mmx) |
void | movd (const Mmx &mmx, const Address &addr) |
void | movd (const Mmx &mmx, const Reg32 ®) |
void | movd (const Reg32 ®, const Mmx &mmx) |
void | movddup (const Xmm &xmm, const Operand &op) |
void | movdq2q (const Mmx &mmx, const Xmm &xmm) |
void | movdqa (const Address &addr, const Xmm &xmm) |
void | movdqa (const Xmm &xmm, const Operand &op) |
void | movdqu (const Address &addr, const Xmm &xmm) |
void | movdqu (const Xmm &xmm, const Operand &op) |
void | movhlps (const Xmm ®1, const Xmm ®2) |
void | movhpd (const Operand &op1, const Operand &op2) |
void | movhps (const Operand &op1, const Operand &op2) |
void | movlhps (const Xmm ®1, const Xmm ®2) |
void | movlpd (const Operand &op1, const Operand &op2) |
void | movlps (const Operand &op1, const Operand &op2) |
void | movmskpd (const Reg32e ®, const Xmm &xmm) |
void | movmskps (const Reg32e ®, const Xmm &xmm) |
void | movntdq (const Address &addr, const Xmm ®) |
void | movntdqa (const Xmm &xmm, const Address &addr) |
void | movnti (const Address &addr, const Reg32e ®) |
void | movntpd (const Address &addr, const Xmm ®) |
void | movntps (const Address &addr, const Xmm &xmm) |
void | movntq (const Address &addr, const Mmx &mmx) |
void | movq (const Address &addr, const Mmx &mmx) |
void | movq (const Mmx &mmx, const Operand &op) |
void | movq2dq (const Xmm &xmm, const Mmx &mmx) |
void | movsb () |
void | movsd () |
void | movsd (const Address &addr, const Xmm &xmm) |
void | movsd (const Xmm &xmm, const Operand &op) |
void | movshdup (const Xmm &xmm, const Operand &op) |
void | movsldup (const Xmm &xmm, const Operand &op) |
void | movss (const Address &addr, const Xmm &xmm) |
void | movss (const Xmm &xmm, const Operand &op) |
void | movsw () |
void | movsx (const Reg ®, const Operand &op) |
void | movupd (const Address &addr, const Xmm &xmm) |
void | movupd (const Xmm &xmm, const Operand &op) |
void | movups (const Address &addr, const Xmm &xmm) |
void | movups (const Xmm &xmm, const Operand &op) |
void | movzx (const Reg ®, const Operand &op) |
void | mpsadbw (const Xmm &xmm, const Operand &op, int imm) |
void | mul (const Operand &op) |
void | mulpd (const Xmm &xmm, const Operand &op) |
void | mulps (const Xmm &xmm, const Operand &op) |
void | mulsd (const Xmm &xmm, const Operand &op) |
void | mulss (const Xmm &xmm, const Operand &op) |
void | mulx (const Reg32e &r1, const Reg32e &r2, const Operand &op) |
void | mwait () |
void | neg (const Operand &op) |
void | not_ (const Operand &op) |
void | or_ (const Operand &op, uint32 imm) |
void | or_ (const Operand &op1, const Operand &op2) |
void | orpd (const Xmm &xmm, const Operand &op) |
void | orps (const Xmm &xmm, const Operand &op) |
void | pabsb (const Mmx &mmx, const Operand &op) |
void | pabsd (const Mmx &mmx, const Operand &op) |
void | pabsw (const Mmx &mmx, const Operand &op) |
void | packssdw (const Mmx &mmx, const Operand &op) |
void | packsswb (const Mmx &mmx, const Operand &op) |
void | packusdw (const Xmm &xmm, const Operand &op) |
void | packuswb (const Mmx &mmx, const Operand &op) |
void | paddb (const Mmx &mmx, const Operand &op) |
void | paddd (const Mmx &mmx, const Operand &op) |
void | paddq (const Mmx &mmx, const Operand &op) |
void | paddsb (const Mmx &mmx, const Operand &op) |
void | paddsw (const Mmx &mmx, const Operand &op) |
void | paddusb (const Mmx &mmx, const Operand &op) |
void | paddusw (const Mmx &mmx, const Operand &op) |
void | paddw (const Mmx &mmx, const Operand &op) |
void | palignr (const Mmx &mmx, const Operand &op, int imm) |
void | pand (const Mmx &mmx, const Operand &op) |
void | pandn (const Mmx &mmx, const Operand &op) |
void | pause () |
void | pavgb (const Mmx &mmx, const Operand &op) |
void | pavgw (const Mmx &mmx, const Operand &op) |
void | pblendvb (const Xmm &xmm, const Operand &op) |
void | pblendw (const Xmm &xmm, const Operand &op, int imm) |
void | pclmulhqhdq (const Xmm &xmm, const Operand &op) |
void | pclmulhqlqdq (const Xmm &xmm, const Operand &op) |
void | pclmullqhdq (const Xmm &xmm, const Operand &op) |
void | pclmullqlqdq (const Xmm &xmm, const Operand &op) |
void | pclmulqdq (const Xmm &xmm, const Operand &op, int imm) |
void | pcmpeqb (const Mmx &mmx, const Operand &op) |
void | pcmpeqd (const Mmx &mmx, const Operand &op) |
void | pcmpeqq (const Xmm &xmm, const Operand &op) |
void | pcmpeqw (const Mmx &mmx, const Operand &op) |
void | pcmpestri (const Xmm &xmm, const Operand &op, uint8 imm) |
void | pcmpestrm (const Xmm &xmm, const Operand &op, uint8 imm) |
void | pcmpgtb (const Mmx &mmx, const Operand &op) |
void | pcmpgtd (const Mmx &mmx, const Operand &op) |
void | pcmpgtq (const Xmm &xmm, const Operand &op) |
void | pcmpgtw (const Mmx &mmx, const Operand &op) |
void | pcmpistri (const Xmm &xmm, const Operand &op, uint8 imm) |
void | pcmpistrm (const Xmm &xmm, const Operand &op, uint8 imm) |
void | pdep (const Reg32e &r1, const Reg32e &r2, const Operand &op) |
void | pext (const Reg32e &r1, const Reg32e &r2, const Operand &op) |
void | pextrb (const Operand &op, const Xmm &xmm, uint8 imm) |
void | pextrd (const Operand &op, const Xmm &xmm, uint8 imm) |
void | pextrw (const Operand &op, const Mmx &xmm, uint8 imm) |
void | phaddd (const Mmx &mmx, const Operand &op) |
void | phaddsw (const Mmx &mmx, const Operand &op) |
void | phaddw (const Mmx &mmx, const Operand &op) |
void | phminposuw (const Xmm &xmm, const Operand &op) |
void | phsubd (const Mmx &mmx, const Operand &op) |
void | phsubsw (const Mmx &mmx, const Operand &op) |
void | phsubw (const Mmx &mmx, const Operand &op) |
void | pinsrb (const Xmm &xmm, const Operand &op, uint8 imm) |
void | pinsrd (const Xmm &xmm, const Operand &op, uint8 imm) |
void | pinsrw (const Mmx &mmx, const Operand &op, int imm) |
void | pmaddubsw (const Mmx &mmx, const Operand &op) |
void | pmaddwd (const Mmx &mmx, const Operand &op) |
void | pmaxsb (const Xmm &xmm, const Operand &op) |
void | pmaxsd (const Xmm &xmm, const Operand &op) |
void | pmaxsw (const Mmx &mmx, const Operand &op) |
void | pmaxub (const Mmx &mmx, const Operand &op) |
void | pmaxud (const Xmm &xmm, const Operand &op) |
void | pmaxuw (const Xmm &xmm, const Operand &op) |
void | pminsb (const Xmm &xmm, const Operand &op) |
void | pminsd (const Xmm &xmm, const Operand &op) |
void | pminsw (const Mmx &mmx, const Operand &op) |
void | pminub (const Mmx &mmx, const Operand &op) |
void | pminud (const Xmm &xmm, const Operand &op) |
void | pminuw (const Xmm &xmm, const Operand &op) |
void | pmovmskb (const Reg32e ®, const Mmx &mmx) |
void | pmovsxbd (const Xmm &xmm, const Operand &op) |
void | pmovsxbq (const Xmm &xmm, const Operand &op) |
void | pmovsxbw (const Xmm &xmm, const Operand &op) |
void | pmovsxdq (const Xmm &xmm, const Operand &op) |
void | pmovsxwd (const Xmm &xmm, const Operand &op) |
void | pmovsxwq (const Xmm &xmm, const Operand &op) |
void | pmovzxbd (const Xmm &xmm, const Operand &op) |
void | pmovzxbq (const Xmm &xmm, const Operand &op) |
void | pmovzxbw (const Xmm &xmm, const Operand &op) |
void | pmovzxdq (const Xmm &xmm, const Operand &op) |
void | pmovzxwd (const Xmm &xmm, const Operand &op) |
void | pmovzxwq (const Xmm &xmm, const Operand &op) |
void | pmuldq (const Xmm &xmm, const Operand &op) |
void | pmulhrsw (const Mmx &mmx, const Operand &op) |
void | pmulhuw (const Mmx &mmx, const Operand &op) |
void | pmulhw (const Mmx &mmx, const Operand &op) |
void | pmulld (const Xmm &xmm, const Operand &op) |
void | pmullw (const Mmx &mmx, const Operand &op) |
void | pmuludq (const Mmx &mmx, const Operand &op) |
void | popcnt (const Reg ®, const Operand &op) |
void | popf () |
void | por (const Mmx &mmx, const Operand &op) |
void | prefetchnta (const Address &addr) |
void | prefetcht0 (const Address &addr) |
void | prefetcht1 (const Address &addr) |
void | prefetcht2 (const Address &addr) |
void | prefetchw (const Address &addr) |
void | prefetchwt1 (const Address &addr) |
void | psadbw (const Mmx &mmx, const Operand &op) |
void | pshufb (const Mmx &mmx, const Operand &op) |
void | pshufd (const Mmx &mmx, const Operand &op, uint8 imm8) |
void | pshufhw (const Mmx &mmx, const Operand &op, uint8 imm8) |
void | pshuflw (const Mmx &mmx, const Operand &op, uint8 imm8) |
void | pshufw (const Mmx &mmx, const Operand &op, uint8 imm8) |
void | psignb (const Mmx &mmx, const Operand &op) |
void | psignd (const Mmx &mmx, const Operand &op) |
void | psignw (const Mmx &mmx, const Operand &op) |
void | pslld (const Mmx &mmx, const Operand &op) |
void | pslld (const Mmx &mmx, int imm8) |
void | pslldq (const Xmm &xmm, int imm8) |
void | psllq (const Mmx &mmx, const Operand &op) |
void | psllq (const Mmx &mmx, int imm8) |
void | psllw (const Mmx &mmx, const Operand &op) |
void | psllw (const Mmx &mmx, int imm8) |
void | psrad (const Mmx &mmx, const Operand &op) |
void | psrad (const Mmx &mmx, int imm8) |
void | psraw (const Mmx &mmx, const Operand &op) |
void | psraw (const Mmx &mmx, int imm8) |
void | psrld (const Mmx &mmx, const Operand &op) |
void | psrld (const Mmx &mmx, int imm8) |
void | psrldq (const Xmm &xmm, int imm8) |
void | psrlq (const Mmx &mmx, const Operand &op) |
void | psrlq (const Mmx &mmx, int imm8) |
void | psrlw (const Mmx &mmx, const Operand &op) |
void | psrlw (const Mmx &mmx, int imm8) |
void | psubb (const Mmx &mmx, const Operand &op) |
void | psubd (const Mmx &mmx, const Operand &op) |
void | psubq (const Mmx &mmx, const Operand &op) |
void | psubsb (const Mmx &mmx, const Operand &op) |
void | psubsw (const Mmx &mmx, const Operand &op) |
void | psubusb (const Mmx &mmx, const Operand &op) |
void | psubusw (const Mmx &mmx, const Operand &op) |
void | psubw (const Mmx &mmx, const Operand &op) |
void | ptest (const Xmm &xmm, const Operand &op) |
void | punpckhbw (const Mmx &mmx, const Operand &op) |
void | punpckhdq (const Mmx &mmx, const Operand &op) |
void | punpckhqdq (const Xmm &xmm, const Operand &op) |
void | punpckhwd (const Mmx &mmx, const Operand &op) |
void | punpcklbw (const Mmx &mmx, const Operand &op) |
void | punpckldq (const Mmx &mmx, const Operand &op) |
void | punpcklqdq (const Xmm &xmm, const Operand &op) |
void | punpcklwd (const Mmx &mmx, const Operand &op) |
void | pushf () |
void | pxor (const Mmx &mmx, const Operand &op) |
void | rcl (const Operand &op, const Reg8 &_cl) |
void | rcl (const Operand &op, int imm) |
void | rcpps (const Xmm &xmm, const Operand &op) |
void | rcpss (const Xmm &xmm, const Operand &op) |
void | rcr (const Operand &op, const Reg8 &_cl) |
void | rcr (const Operand &op, int imm) |
void | rdmsr () |
void | rdpmc () |
void | rdrand (const Reg &r) |
void | rdseed (const Reg &r) |
void | rdtsc () |
void | rdtscp () |
void | rep () |
void | ret (int imm=0) |
void | rol (const Operand &op, const Reg8 &_cl) |
void | rol (const Operand &op, int imm) |
void | ror (const Operand &op, const Reg8 &_cl) |
void | ror (const Operand &op, int imm) |
void | rorx (const Reg32e &r, const Operand &op, uint8 imm) |
void | roundpd (const Xmm &xmm, const Operand &op, uint8 imm) |
void | roundps (const Xmm &xmm, const Operand &op, uint8 imm) |
void | roundsd (const Xmm &xmm, const Operand &op, int imm) |
void | roundss (const Xmm &xmm, const Operand &op, int imm) |
void | rsqrtps (const Xmm &xmm, const Operand &op) |
void | rsqrtss (const Xmm &xmm, const Operand &op) |
void | sahf () |
void | sal (const Operand &op, const Reg8 &_cl) |
void | sal (const Operand &op, int imm) |
void | sar (const Operand &op, const Reg8 &_cl) |
void | sar (const Operand &op, int imm) |
void | sarx (const Reg32e &r1, const Operand &op, const Reg32e &r2) |
void | sbb (const Operand &op, uint32 imm) |
void | sbb (const Operand &op1, const Operand &op2) |
void | seta (const Operand &op) |
void | setae (const Operand &op) |
void | setb (const Operand &op) |
void | setbe (const Operand &op) |
void | setc (const Operand &op) |
void | sete (const Operand &op) |
void | setg (const Operand &op) |
void | setge (const Operand &op) |
void | setl (const Operand &op) |
void | setle (const Operand &op) |
void | setna (const Operand &op) |
void | setnae (const Operand &op) |
void | setnb (const Operand &op) |
void | setnbe (const Operand &op) |
void | setnc (const Operand &op) |
void | setne (const Operand &op) |
void | setng (const Operand &op) |
void | setnge (const Operand &op) |
void | setnl (const Operand &op) |
void | setnle (const Operand &op) |
void | setno (const Operand &op) |
void | setnp (const Operand &op) |
void | setns (const Operand &op) |
void | setnz (const Operand &op) |
void | seto (const Operand &op) |
void | setp (const Operand &op) |
void | setpe (const Operand &op) |
void | setpo (const Operand &op) |
void | sets (const Operand &op) |
void | setz (const Operand &op) |
void | sfence () |
void | sha1msg1 (const Xmm &xmm, const Operand &op) |
void | sha1msg2 (const Xmm &xmm, const Operand &op) |
void | sha1nexte (const Xmm &xmm, const Operand &op) |
void | sha1rnds4 (const Xmm &xmm, const Operand &op, uint8 imm) |
void | sha256msg1 (const Xmm &xmm, const Operand &op) |
void | sha256msg2 (const Xmm &xmm, const Operand &op) |
void | sha256rnds2 (const Xmm &xmm, const Operand &op) |
void | shl (const Operand &op, const Reg8 &_cl) |
void | shl (const Operand &op, int imm) |
void | shld (const Operand &op, const Reg ®, const Reg8 &_cl) |
void | shld (const Operand &op, const Reg ®, uint8 imm) |
void | shlx (const Reg32e &r1, const Operand &op, const Reg32e &r2) |
void | shr (const Operand &op, const Reg8 &_cl) |
void | shr (const Operand &op, int imm) |
void | shrd (const Operand &op, const Reg ®, const Reg8 &_cl) |
void | shrd (const Operand &op, const Reg ®, uint8 imm) |
void | shrx (const Reg32e &r1, const Operand &op, const Reg32e &r2) |
void | shufpd (const Xmm &xmm, const Operand &op, uint8 imm8) |
void | shufps (const Xmm &xmm, const Operand &op, uint8 imm8) |
void | sqrtpd (const Xmm &xmm, const Operand &op) |
void | sqrtps (const Xmm &xmm, const Operand &op) |
void | sqrtsd (const Xmm &xmm, const Operand &op) |
void | sqrtss (const Xmm &xmm, const Operand &op) |
void | stac () |
void | stc () |
void | std () |
void | sti () |
void | stmxcsr (const Address &addr) |
void | sub (const Operand &op, uint32 imm) |
void | sub (const Operand &op1, const Operand &op2) |
void | subpd (const Xmm &xmm, const Operand &op) |
void | subps (const Xmm &xmm, const Operand &op) |
void | subsd (const Xmm &xmm, const Operand &op) |
void | subss (const Xmm &xmm, const Operand &op) |
void | tzcnt (const Reg ®, const Operand &op) |
void | ucomisd (const Xmm &xmm, const Operand &op) |
void | ucomiss (const Xmm &xmm, const Operand &op) |
void | ud2 () |
void | unpckhpd (const Xmm &xmm, const Operand &op) |
void | unpckhps (const Xmm &xmm, const Operand &op) |
void | unpcklpd (const Xmm &xmm, const Operand &op) |
void | unpcklps (const Xmm &xmm, const Operand &op) |
void | vaddpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaddps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaddsd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaddss (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaddsubpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaddsubps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaesdec (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaesdeclast (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaesenc (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaesenclast (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vaesimc (const Xmm &xm, const Operand &op) |
void | vaeskeygenassist (const Xmm &xm, const Operand &op, uint8 imm) |
void | vandnpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vandnps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vandpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vandps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vblendpd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vblendps (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vblendvpd (const Xmm &x1, const Xmm &x2, const Operand &op, const Xmm &x4) |
void | vblendvps (const Xmm &x1, const Xmm &x2, const Operand &op, const Xmm &x4) |
void | vbroadcastf128 (const Ymm &y, const Address &addr) |
void | vbroadcasti128 (const Ymm &y, const Address &addr) |
void | vbroadcastsd (const Ymm &y, const Operand &op) |
void | vbroadcastss (const Xmm &x, const Operand &op) |
void | vcmpeq_ospd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_osps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_ossd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_osss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_uqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_uqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_uqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_uqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_uspd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_usps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_ussd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeq_usss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpeqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpfalse_ospd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpfalse_osps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpfalse_ossd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpfalse_osss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpfalsepd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpfalseps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpfalsesd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpfalsess (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpge_oqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpge_oqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpge_oqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpge_oqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgepd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgeps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgesd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgess (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgt_oqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgt_oqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgt_oqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgt_oqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgtpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgtps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgtsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpgtss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmple_oqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmple_oqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmple_oqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmple_oqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmplepd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpleps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmplesd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpless (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmplt_oqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmplt_oqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmplt_oqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmplt_oqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpltpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpltps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpltsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpltss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_oqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_oqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_oqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_oqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_ospd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_osps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_ossd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_osss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_uspd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_usps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_ussd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneq_usss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpneqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnge_uqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnge_uqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnge_uqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnge_uqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngepd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngeps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngesd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngess (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngt_uqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngt_uqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngt_uqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngt_uqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngtpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngtps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngtsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpngtss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnle_uqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnle_uqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnle_uqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnle_uqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnlepd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnleps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnlesd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnless (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnlt_uqpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnlt_uqps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnlt_uqsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnlt_uqss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnltpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnltps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnltsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpnltss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpord_spd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpord_sps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpord_ssd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpord_sss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpordpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpordps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpordsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpordss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmppd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vcmpps (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vcmpsd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vcmpss (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vcmptrue_uspd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmptrue_usps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmptrue_ussd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmptrue_usss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmptruepd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmptrueps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmptruesd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmptruess (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpunord_spd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpunord_sps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpunord_ssd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpunord_sss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpunordpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpunordps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpunordsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcmpunordss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcomisd (const Xmm &xm, const Operand &op) |
void | vcomiss (const Xmm &xm, const Operand &op) |
void | vcvtdq2pd (const Xmm &x, const Operand &op) |
void | vcvtdq2ps (const Xmm &xm, const Operand &op) |
void | vcvtpd2dq (const Xmm &x, const Operand &op) |
void | vcvtpd2ps (const Xmm &x, const Operand &op) |
void | vcvtph2ps (const Xmm &x, const Operand &op) |
void | vcvtps2dq (const Xmm &xm, const Operand &op) |
void | vcvtps2pd (const Xmm &x, const Operand &op) |
void | vcvtps2ph (const Operand &op, const Xmm &x, uint8 imm) |
void | vcvtsd2si (const Reg32 &r, const Operand &op) |
void | vcvtsd2ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcvtsi2sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcvtsi2ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcvtss2sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcvtss2si (const Reg32 &r, const Operand &op) |
void | vcvttpd2dq (const Xmm &x, const Operand &op) |
void | vcvttps2dq (const Xmm &xm, const Operand &op) |
void | vcvttsd2si (const Reg32 &r, const Operand &op) |
void | vcvttss2si (const Reg32 &r, const Operand &op) |
void | vdivpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vdivps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vdivsd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vdivss (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vdppd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vdpps (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vextractf128 (const Operand &op, const Ymm &y, uint8 imm) |
void | vextracti128 (const Operand &op, const Ymm &y, uint8 imm) |
void | vextractps (const Operand &op, const Xmm &x, uint8 imm) |
void | vfmadd132pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd132ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd132sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd132ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd213pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd213ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd213sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd213ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd231pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd231ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd231sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmadd231ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmaddsub132pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmaddsub132ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmaddsub213pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmaddsub213ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmaddsub231pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmaddsub231ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub132pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub132ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub132sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub132ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub213pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub213ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub213sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub213ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub231pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub231ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub231sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsub231ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsubadd132pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsubadd132ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsubadd213pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsubadd213ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsubadd231pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfmsubadd231ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd132pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd132ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd132sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd132ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd213pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd213ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd213sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd213ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd231pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd231ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd231sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmadd231ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub132pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub132ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub132sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub132ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub213pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub213ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub213sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub213ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub231pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub231ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub231sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vfnmsub231ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vgatherdpd (const Xmm &x1, const Address &addr, const Xmm &x2) |
void | vgatherdps (const Xmm &x1, const Address &addr, const Xmm &x2) |
void | vgatherqpd (const Xmm &x1, const Address &addr, const Xmm &x2) |
void | vgatherqps (const Xmm &x1, const Address &addr, const Xmm &x2) |
void | vgf2p8affineinvqb (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vgf2p8affineqb (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vgf2p8mulb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vhaddpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vhaddps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vhsubpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vhsubps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vinsertf128 (const Ymm &y1, const Ymm &y2, const Operand &op, uint8 imm) |
void | vinserti128 (const Ymm &y1, const Ymm &y2, const Operand &op, uint8 imm) |
void | vinsertps (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vlddqu (const Xmm &x, const Address &addr) |
void | vldmxcsr (const Address &addr) |
void | vmaskmovdqu (const Xmm &x1, const Xmm &x2) |
void | vmaskmovpd (const Address &addr, const Xmm &x1, const Xmm &x2) |
void | vmaskmovpd (const Xmm &x1, const Xmm &x2, const Address &addr) |
void | vmaskmovps (const Address &addr, const Xmm &x1, const Xmm &x2) |
void | vmaskmovps (const Xmm &x1, const Xmm &x2, const Address &addr) |
void | vmaxpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vmaxps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vmaxsd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vmaxss (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vminpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vminps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vminsd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vminss (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vmovapd (const Address &addr, const Xmm &xmm) |
void | vmovapd (const Xmm &xm, const Operand &op) |
void | vmovaps (const Address &addr, const Xmm &xmm) |
void | vmovaps (const Xmm &xm, const Operand &op) |
void | vmovd (const Operand &op, const Xmm &x) |
void | vmovd (const Xmm &x, const Operand &op) |
void | vmovddup (const Xmm &xm, const Operand &op) |
void | vmovdqa (const Address &addr, const Xmm &xmm) |
void | vmovdqa (const Xmm &xm, const Operand &op) |
void | vmovdqu (const Address &addr, const Xmm &xmm) |
void | vmovdqu (const Xmm &xm, const Operand &op) |
void | vmovhlps (const Xmm &x1, const Xmm &x2, const Operand &op=Operand()) |
void | vmovhpd (const Address &addr, const Xmm &x) |
void | vmovhpd (const Xmm &x, const Operand &op1, const Operand &op2=Operand()) |
void | vmovhps (const Address &addr, const Xmm &x) |
void | vmovhps (const Xmm &x, const Operand &op1, const Operand &op2=Operand()) |
void | vmovlhps (const Xmm &x1, const Xmm &x2, const Operand &op=Operand()) |
void | vmovlpd (const Address &addr, const Xmm &x) |
void | vmovlpd (const Xmm &x, const Operand &op1, const Operand &op2=Operand()) |
void | vmovlps (const Address &addr, const Xmm &x) |
void | vmovlps (const Xmm &x, const Operand &op1, const Operand &op2=Operand()) |
void | vmovmskpd (const Reg &r, const Xmm &x) |
void | vmovmskps (const Reg &r, const Xmm &x) |
void | vmovntdq (const Address &addr, const Xmm &x) |
void | vmovntdqa (const Xmm &x, const Address &addr) |
void | vmovntpd (const Address &addr, const Xmm &x) |
void | vmovntps (const Address &addr, const Xmm &x) |
void | vmovq (const Address &addr, const Xmm &x) |
void | vmovq (const Xmm &x, const Address &addr) |
void | vmovq (const Xmm &x1, const Xmm &x2) |
void | vmovsd (const Address &addr, const Xmm &x) |
void | vmovsd (const Xmm &x, const Address &addr) |
void | vmovsd (const Xmm &x1, const Xmm &x2, const Operand &op=Operand()) |
void | vmovshdup (const Xmm &xm, const Operand &op) |
void | vmovsldup (const Xmm &xm, const Operand &op) |
void | vmovss (const Address &addr, const Xmm &x) |
void | vmovss (const Xmm &x, const Address &addr) |
void | vmovss (const Xmm &x1, const Xmm &x2, const Operand &op=Operand()) |
void | vmovupd (const Address &addr, const Xmm &xmm) |
void | vmovupd (const Xmm &xm, const Operand &op) |
void | vmovups (const Address &addr, const Xmm &xmm) |
void | vmovups (const Xmm &xm, const Operand &op) |
void | vmpsadbw (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vmulpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vmulps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vmulsd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vmulss (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vorpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vorps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vpabsb (const Xmm &xm, const Operand &op) |
void | vpabsd (const Xmm &xm, const Operand &op) |
void | vpabsw (const Xmm &xm, const Operand &op) |
void | vpackssdw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpacksswb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpackusdw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpackuswb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpaddb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpaddd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpaddq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpaddsb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpaddsw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpaddusb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpaddusw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpaddw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpalignr (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpand (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpandn (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpavgb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpavgw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpblendd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpblendvb (const Xmm &x1, const Xmm &x2, const Operand &op, const Xmm &x4) |
void | vpblendw (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpbroadcastb (const Xmm &x, const Operand &op) |
void | vpbroadcastd (const Xmm &x, const Operand &op) |
void | vpbroadcastq (const Xmm &x, const Operand &op) |
void | vpbroadcastw (const Xmm &x, const Operand &op) |
void | vpclmulqdq (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpcmpeqb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpcmpeqd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpcmpeqq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpcmpeqw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpcmpestri (const Xmm &xm, const Operand &op, uint8 imm) |
void | vpcmpestrm (const Xmm &xm, const Operand &op, uint8 imm) |
void | vpcmpgtb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpcmpgtd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpcmpgtq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpcmpgtw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpcmpistri (const Xmm &xm, const Operand &op, uint8 imm) |
void | vpcmpistrm (const Xmm &xm, const Operand &op, uint8 imm) |
void | vperm2f128 (const Ymm &y1, const Ymm &y2, const Operand &op, uint8 imm) |
void | vperm2i128 (const Ymm &y1, const Ymm &y2, const Operand &op, uint8 imm) |
void | vpermd (const Ymm &y1, const Ymm &y2, const Operand &op) |
void | vpermilpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermilpd (const Xmm &xm, const Operand &op, uint8 imm) |
void | vpermilps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermilps (const Xmm &xm, const Operand &op, uint8 imm) |
void | vpermpd (const Ymm &y, const Operand &op, uint8 imm) |
void | vpermpd (const Ymm &y1, const Ymm &y2, const Operand &op) |
void | vpermps (const Ymm &y1, const Ymm &y2, const Operand &op) |
void | vpermq (const Ymm &y, const Operand &op, uint8 imm) |
void | vpermq (const Ymm &y1, const Ymm &y2, const Operand &op) |
void | vpextrb (const Operand &op, const Xmm &x, uint8 imm) |
void | vpextrd (const Operand &op, const Xmm &x, uint8 imm) |
void | vpextrq (const Operand &op, const Xmm &x, uint8 imm) |
void | vpextrw (const Operand &op, const Xmm &x, uint8 imm) |
void | vpgatherdd (const Xmm &x1, const Address &addr, const Xmm &x2) |
void | vpgatherdq (const Xmm &x1, const Address &addr, const Xmm &x2) |
void | vpgatherqd (const Xmm &x1, const Address &addr, const Xmm &x2) |
void | vpgatherqq (const Xmm &x1, const Address &addr, const Xmm &x2) |
void | vphaddd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vphaddsw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vphaddw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vphminposuw (const Xmm &xm, const Operand &op) |
void | vphsubd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vphsubsw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vphsubw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpinsrb (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpinsrd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpinsrq (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpinsrw (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpmaddubsw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaddwd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaskmovd (const Address &addr, const Xmm &x1, const Xmm &x2) |
void | vpmaskmovd (const Xmm &x1, const Xmm &x2, const Address &addr) |
void | vpmaskmovq (const Address &addr, const Xmm &x1, const Xmm &x2) |
void | vpmaskmovq (const Xmm &x1, const Xmm &x2, const Address &addr) |
void | vpmaxsb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaxsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaxsw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaxub (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaxud (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaxuw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpminsb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpminsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpminsw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpminub (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpminud (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpminuw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmovmskb (const Reg32e &r, const Xmm &x) |
void | vpmovsxbd (const Xmm &xm, const Operand &op) |
void | vpmovsxbq (const Xmm &xm, const Operand &op) |
void | vpmovsxbw (const Xmm &xm, const Operand &op) |
void | vpmovsxdq (const Xmm &xm, const Operand &op) |
void | vpmovsxwd (const Xmm &xm, const Operand &op) |
void | vpmovsxwq (const Xmm &xm, const Operand &op) |
void | vpmovzxbd (const Xmm &xm, const Operand &op) |
void | vpmovzxbq (const Xmm &xm, const Operand &op) |
void | vpmovzxbw (const Xmm &xm, const Operand &op) |
void | vpmovzxdq (const Xmm &xm, const Operand &op) |
void | vpmovzxwd (const Xmm &xm, const Operand &op) |
void | vpmovzxwq (const Xmm &xm, const Operand &op) |
void | vpmuldq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmulhrsw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmulhuw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmulhw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmulld (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmullw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmuludq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpor (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsadbw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpshufb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpshufd (const Xmm &xm, const Operand &op, uint8 imm) |
void | vpshufhw (const Xmm &xm, const Operand &op, uint8 imm) |
void | vpshuflw (const Xmm &xm, const Operand &op, uint8 imm) |
void | vpsignb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsignd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsignw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpslld (const Xmm &x, const Operand &op, uint8 imm) |
void | vpslld (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpslldq (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsllq (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsllq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsllvd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsllvq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsllw (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsllw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsrad (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsrad (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsravd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsraw (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsraw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsrld (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsrld (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsrldq (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsrlq (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsrlq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsrlvd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsrlvq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsrlw (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsrlw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsubb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsubd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsubq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsubsb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsubsw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsubusb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsubusw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsubw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vptest (const Xmm &xm, const Operand &op) |
void | vpunpckhbw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpunpckhdq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpunpckhqdq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpunpckhwd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpunpcklbw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpunpckldq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpunpcklqdq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpunpcklwd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpxor (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vrcpps (const Xmm &xm, const Operand &op) |
void | vrcpss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vroundpd (const Xmm &xm, const Operand &op, uint8 imm) |
void | vroundps (const Xmm &xm, const Operand &op, uint8 imm) |
void | vroundsd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vroundss (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vrsqrtps (const Xmm &xm, const Operand &op) |
void | vrsqrtss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vshufpd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vshufps (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vsqrtpd (const Xmm &xm, const Operand &op) |
void | vsqrtps (const Xmm &xm, const Operand &op) |
void | vsqrtsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vsqrtss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vstmxcsr (const Address &addr) |
void | vsubpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vsubps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vsubsd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vsubss (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vtestpd (const Xmm &xm, const Operand &op) |
void | vtestps (const Xmm &xm, const Operand &op) |
void | vucomisd (const Xmm &xm, const Operand &op) |
void | vucomiss (const Xmm &xm, const Operand &op) |
void | vunpckhpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vunpckhps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vunpcklpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vunpcklps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vxorpd (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vxorps (const Xmm &xmm, const Operand &op1, const Operand &op2=Operand()) |
void | vzeroall () |
void | vzeroupper () |
void | wait () |
void | wbinvd () |
void | wrmsr () |
void | xadd (const Operand &op, const Reg ®) |
void | xgetbv () |
void | xlatb () |
void | xor_ (const Operand &op, uint32 imm) |
void | xor_ (const Operand &op1, const Operand &op2) |
void | xorpd (const Xmm &xmm, const Operand &op) |
void | xorps (const Xmm &xmm, const Operand &op) |
void | jcxz (std::string label) |
void | jcxz (const Label &label) |
void | jecxz (std::string label) |
void | jecxz (const Label &label) |
void | aaa () |
void | aad () |
void | aam () |
void | aas () |
void | daa () |
void | das () |
void | popad () |
void | popfd () |
void | pusha () |
void | pushad () |
void | pushfd () |
void | popa () |
void | and (const Operand &op1, const Operand &op2) |
void | and (const Operand &op, uint32 imm) |
void | or (const Operand &op1, const Operand &op2) |
void | or (const Operand &op, uint32 imm) |
void | xor (const Operand &op1, const Operand &op2) |
void | xor (const Operand &op, uint32 imm) |
void | not (const Operand &op) |
void | kaddb (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kaddd (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kaddq (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kaddw (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kandb (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kandd (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kandnb (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kandnd (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kandnq (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kandnw (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kandq (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kandw (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kmovb (const Address &addr, const Opmask &k) |
void | kmovb (const Opmask &k, const Operand &op) |
void | kmovb (const Opmask &k, const Reg32 &r) |
void | kmovb (const Reg32 &r, const Opmask &k) |
void | kmovd (const Address &addr, const Opmask &k) |
void | kmovd (const Opmask &k, const Operand &op) |
void | kmovd (const Opmask &k, const Reg32 &r) |
void | kmovd (const Reg32 &r, const Opmask &k) |
void | kmovq (const Address &addr, const Opmask &k) |
void | kmovq (const Opmask &k, const Operand &op) |
void | kmovw (const Address &addr, const Opmask &k) |
void | kmovw (const Opmask &k, const Operand &op) |
void | kmovw (const Opmask &k, const Reg32 &r) |
void | kmovw (const Reg32 &r, const Opmask &k) |
void | knotb (const Opmask &r1, const Opmask &r2) |
void | knotd (const Opmask &r1, const Opmask &r2) |
void | knotq (const Opmask &r1, const Opmask &r2) |
void | knotw (const Opmask &r1, const Opmask &r2) |
void | korb (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kord (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | korq (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kortestb (const Opmask &r1, const Opmask &r2) |
void | kortestd (const Opmask &r1, const Opmask &r2) |
void | kortestq (const Opmask &r1, const Opmask &r2) |
void | kortestw (const Opmask &r1, const Opmask &r2) |
void | korw (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kshiftlb (const Opmask &r1, const Opmask &r2, uint8 imm) |
void | kshiftld (const Opmask &r1, const Opmask &r2, uint8 imm) |
void | kshiftlq (const Opmask &r1, const Opmask &r2, uint8 imm) |
void | kshiftlw (const Opmask &r1, const Opmask &r2, uint8 imm) |
void | kshiftrb (const Opmask &r1, const Opmask &r2, uint8 imm) |
void | kshiftrd (const Opmask &r1, const Opmask &r2, uint8 imm) |
void | kshiftrq (const Opmask &r1, const Opmask &r2, uint8 imm) |
void | kshiftrw (const Opmask &r1, const Opmask &r2, uint8 imm) |
void | ktestb (const Opmask &r1, const Opmask &r2) |
void | ktestd (const Opmask &r1, const Opmask &r2) |
void | ktestq (const Opmask &r1, const Opmask &r2) |
void | ktestw (const Opmask &r1, const Opmask &r2) |
void | kunpckbw (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kunpckdq (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kunpckwd (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kxnorb (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kxnord (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kxnorq (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kxnorw (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kxorb (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kxord (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kxorq (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | kxorw (const Opmask &r1, const Opmask &r2, const Opmask &r3) |
void | v4fmaddps (const Zmm &z1, const Zmm &z2, const Address &addr) |
void | v4fmaddss (const Xmm &x1, const Xmm &x2, const Address &addr) |
void | v4fnmaddps (const Zmm &z1, const Zmm &z2, const Address &addr) |
void | v4fnmaddss (const Xmm &x1, const Xmm &x2, const Address &addr) |
void | valignd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | valignq (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vblendmpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vblendmps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vbroadcastf32x2 (const Ymm &y, const Operand &op) |
void | vbroadcastf32x4 (const Ymm &y, const Address &addr) |
void | vbroadcastf32x8 (const Zmm &y, const Address &addr) |
void | vbroadcastf64x2 (const Ymm &y, const Address &addr) |
void | vbroadcastf64x4 (const Zmm &y, const Address &addr) |
void | vbroadcasti32x2 (const Xmm &x, const Operand &op) |
void | vbroadcasti32x4 (const Ymm &y, const Operand &op) |
void | vbroadcasti32x8 (const Zmm &z, const Operand &op) |
void | vbroadcasti64x2 (const Ymm &y, const Operand &op) |
void | vbroadcasti64x4 (const Zmm &z, const Operand &op) |
void | vcmppd (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vcmpps (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vcmpsd (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vcmpss (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vcompressb (const Operand &op, const Xmm &x) |
void | vcompresspd (const Operand &op, const Xmm &x) |
void | vcompressps (const Operand &op, const Xmm &x) |
void | vcompressw (const Operand &op, const Xmm &x) |
void | vcvtpd2qq (const Xmm &x, const Operand &op) |
void | vcvtpd2udq (const Xmm &x, const Operand &op) |
void | vcvtpd2uqq (const Xmm &x, const Operand &op) |
void | vcvtps2qq (const Xmm &x, const Operand &op) |
void | vcvtps2udq (const Xmm &x, const Operand &op) |
void | vcvtps2uqq (const Xmm &x, const Operand &op) |
void | vcvtqq2pd (const Xmm &x, const Operand &op) |
void | vcvtqq2ps (const Xmm &x, const Operand &op) |
void | vcvtsd2usi (const Reg32e &r, const Operand &op) |
void | vcvtss2usi (const Reg32e &r, const Operand &op) |
void | vcvttpd2qq (const Xmm &x, const Operand &op) |
void | vcvttpd2udq (const Xmm &x, const Operand &op) |
void | vcvttpd2uqq (const Xmm &x, const Operand &op) |
void | vcvttps2qq (const Xmm &x, const Operand &op) |
void | vcvttps2udq (const Xmm &x, const Operand &op) |
void | vcvttps2uqq (const Xmm &x, const Operand &op) |
void | vcvttsd2usi (const Reg32e &r, const Operand &op) |
void | vcvttss2usi (const Reg32e &r, const Operand &op) |
void | vcvtudq2pd (const Xmm &x, const Operand &op) |
void | vcvtudq2ps (const Xmm &x, const Operand &op) |
void | vcvtuqq2pd (const Xmm &x, const Operand &op) |
void | vcvtuqq2ps (const Xmm &x, const Operand &op) |
void | vcvtusi2sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vcvtusi2ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vdbpsadbw (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vexp2pd (const Zmm &z, const Operand &op) |
void | vexp2ps (const Zmm &z, const Operand &op) |
void | vexpandpd (const Xmm &x, const Operand &op) |
void | vexpandps (const Xmm &x, const Operand &op) |
void | vextractf32x4 (const Operand &op, const Ymm &r, uint8 imm) |
void | vextractf32x8 (const Operand &op, const Zmm &r, uint8 imm) |
void | vextractf64x2 (const Operand &op, const Ymm &r, uint8 imm) |
void | vextractf64x4 (const Operand &op, const Zmm &r, uint8 imm) |
void | vextracti32x4 (const Operand &op, const Ymm &r, uint8 imm) |
void | vextracti32x8 (const Operand &op, const Zmm &r, uint8 imm) |
void | vextracti64x2 (const Operand &op, const Ymm &r, uint8 imm) |
void | vextracti64x4 (const Operand &op, const Zmm &r, uint8 imm) |
void | vfixupimmpd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vfixupimmps (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vfixupimmsd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vfixupimmss (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vfpclasspd (const Opmask &k, const Operand &op, uint8 imm) |
void | vfpclassps (const Opmask &k, const Operand &op, uint8 imm) |
void | vfpclasssd (const Opmask &k, const Operand &op, uint8 imm) |
void | vfpclassss (const Opmask &k, const Operand &op, uint8 imm) |
void | vgatherdpd (const Xmm &x, const Address &addr) |
void | vgatherdps (const Xmm &x, const Address &addr) |
void | vgatherpf0dpd (const Address &addr) |
void | vgatherpf0dps (const Address &addr) |
void | vgatherpf0qpd (const Address &addr) |
void | vgatherpf0qps (const Address &addr) |
void | vgatherpf1dpd (const Address &addr) |
void | vgatherpf1dps (const Address &addr) |
void | vgatherpf1qpd (const Address &addr) |
void | vgatherpf1qps (const Address &addr) |
void | vgatherqpd (const Xmm &x, const Address &addr) |
void | vgatherqps (const Xmm &x, const Address &addr) |
void | vgetexppd (const Xmm &x, const Operand &op) |
void | vgetexpps (const Xmm &x, const Operand &op) |
void | vgetexpsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vgetexpss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vgetmantpd (const Xmm &x, const Operand &op, uint8 imm) |
void | vgetmantps (const Xmm &x, const Operand &op, uint8 imm) |
void | vgetmantsd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vgetmantss (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vinsertf32x4 (const Ymm &r1, const Ymm &r2, const Operand &op, uint8 imm) |
void | vinsertf32x8 (const Zmm &r1, const Zmm &r2, const Operand &op, uint8 imm) |
void | vinsertf64x2 (const Ymm &r1, const Ymm &r2, const Operand &op, uint8 imm) |
void | vinsertf64x4 (const Zmm &r1, const Zmm &r2, const Operand &op, uint8 imm) |
void | vinserti32x4 (const Ymm &r1, const Ymm &r2, const Operand &op, uint8 imm) |
void | vinserti32x8 (const Zmm &r1, const Zmm &r2, const Operand &op, uint8 imm) |
void | vinserti64x2 (const Ymm &r1, const Ymm &r2, const Operand &op, uint8 imm) |
void | vinserti64x4 (const Zmm &r1, const Zmm &r2, const Operand &op, uint8 imm) |
void | vmovdqa32 (const Address &addr, const Xmm &x) |
void | vmovdqa32 (const Xmm &x, const Operand &op) |
void | vmovdqa64 (const Address &addr, const Xmm &x) |
void | vmovdqa64 (const Xmm &x, const Operand &op) |
void | vmovdqu16 (const Address &addr, const Xmm &x) |
void | vmovdqu16 (const Xmm &x, const Operand &op) |
void | vmovdqu32 (const Address &addr, const Xmm &x) |
void | vmovdqu32 (const Xmm &x, const Operand &op) |
void | vmovdqu64 (const Address &addr, const Xmm &x) |
void | vmovdqu64 (const Xmm &x, const Operand &op) |
void | vmovdqu8 (const Address &addr, const Xmm &x) |
void | vmovdqu8 (const Xmm &x, const Operand &op) |
void | vp4dpwssd (const Zmm &z1, const Zmm &z2, const Address &addr) |
void | vp4dpwssds (const Zmm &z1, const Zmm &z2, const Address &addr) |
void | vpabsq (const Xmm &x, const Operand &op) |
void | vpandd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpandnd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpandnq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpandq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpblendmb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpblendmd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpblendmq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpblendmw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpbroadcastb (const Xmm &x, const Reg8 &r) |
void | vpbroadcastd (const Xmm &x, const Reg32 &r) |
void | vpbroadcastmb2q (const Xmm &x, const Opmask &k) |
void | vpbroadcastmw2d (const Xmm &x, const Opmask &k) |
void | vpbroadcastw (const Xmm &x, const Reg16 &r) |
void | vpcmpb (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vpcmpd (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vpcmpeqb (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpcmpeqd (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpcmpeqq (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpcmpeqw (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpcmpgtb (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpcmpgtd (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpcmpgtq (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpcmpgtw (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpcmpq (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vpcmpub (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vpcmpud (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vpcmpuq (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vpcmpuw (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vpcmpw (const Opmask &k, const Xmm &x, const Operand &op, uint8 imm) |
void | vpcompressd (const Operand &op, const Xmm &x) |
void | vpcompressq (const Operand &op, const Xmm &x) |
void | vpconflictd (const Xmm &x, const Operand &op) |
void | vpconflictq (const Xmm &x, const Operand &op) |
void | vpdpbusd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpdpbusds (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpdpwssd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpdpwssds (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermi2b (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermi2d (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermi2pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermi2ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermi2q (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermi2w (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermt2b (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermt2d (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermt2pd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermt2ps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermt2q (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermt2w (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpermw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpexpandb (const Xmm &x, const Operand &op) |
void | vpexpandd (const Xmm &x, const Operand &op) |
void | vpexpandq (const Xmm &x, const Operand &op) |
void | vpexpandw (const Xmm &x, const Operand &op) |
void | vpgatherdd (const Xmm &x, const Address &addr) |
void | vpgatherdq (const Xmm &x, const Address &addr) |
void | vpgatherqd (const Xmm &x, const Address &addr) |
void | vpgatherqq (const Xmm &x, const Address &addr) |
void | vplzcntd (const Xmm &x, const Operand &op) |
void | vplzcntq (const Xmm &x, const Operand &op) |
void | vpmadd52huq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmadd52luq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaxsq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmaxuq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpminsq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpminuq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmovb2m (const Opmask &k, const Xmm &x) |
void | vpmovd2m (const Opmask &k, const Xmm &x) |
void | vpmovdb (const Operand &op, const Xmm &x) |
void | vpmovdw (const Operand &op, const Xmm &x) |
void | vpmovm2b (const Xmm &x, const Opmask &k) |
void | vpmovm2d (const Xmm &x, const Opmask &k) |
void | vpmovm2q (const Xmm &x, const Opmask &k) |
void | vpmovm2w (const Xmm &x, const Opmask &k) |
void | vpmovq2m (const Opmask &k, const Xmm &x) |
void | vpmovqb (const Operand &op, const Xmm &x) |
void | vpmovqd (const Operand &op, const Xmm &x) |
void | vpmovqw (const Operand &op, const Xmm &x) |
void | vpmovsdb (const Operand &op, const Xmm &x) |
void | vpmovsdw (const Operand &op, const Xmm &x) |
void | vpmovsqb (const Operand &op, const Xmm &x) |
void | vpmovsqd (const Operand &op, const Xmm &x) |
void | vpmovsqw (const Operand &op, const Xmm &x) |
void | vpmovswb (const Operand &op, const Xmm &x) |
void | vpmovusdb (const Operand &op, const Xmm &x) |
void | vpmovusdw (const Operand &op, const Xmm &x) |
void | vpmovusqb (const Operand &op, const Xmm &x) |
void | vpmovusqd (const Operand &op, const Xmm &x) |
void | vpmovusqw (const Operand &op, const Xmm &x) |
void | vpmovuswb (const Operand &op, const Xmm &x) |
void | vpmovw2m (const Opmask &k, const Xmm &x) |
void | vpmovwb (const Operand &op, const Xmm &x) |
void | vpmullq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpmultishiftqb (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpopcntb (const Xmm &x, const Operand &op) |
void | vpopcntd (const Xmm &x, const Operand &op) |
void | vpopcntq (const Xmm &x, const Operand &op) |
void | vpopcntw (const Xmm &x, const Operand &op) |
void | vpord (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vporq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vprold (const Xmm &x, const Operand &op, uint8 imm) |
void | vprolq (const Xmm &x, const Operand &op, uint8 imm) |
void | vprolvd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vprolvq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vprord (const Xmm &x, const Operand &op, uint8 imm) |
void | vprorq (const Xmm &x, const Operand &op, uint8 imm) |
void | vprorvd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vprorvq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpscatterdd (const Address &addr, const Xmm &x) |
void | vpscatterdq (const Address &addr, const Xmm &x) |
void | vpscatterqd (const Address &addr, const Xmm &x) |
void | vpscatterqq (const Address &addr, const Xmm &x) |
void | vpshldd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpshldq (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpshldvd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpshldvq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpshldvw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpshldw (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpshrdd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpshrdq (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpshrdvd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpshrdvq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpshrdvw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpshrdw (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpshufbitqmb (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpsllvw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsraq (const Xmm &x, const Operand &op, uint8 imm) |
void | vpsraq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsravq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsravw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpsrlvw (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpternlogd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vpternlogq (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vptestmb (const Opmask &k, const Xmm &x, const Operand &op) |
void | vptestmd (const Opmask &k, const Xmm &x, const Operand &op) |
void | vptestmq (const Opmask &k, const Xmm &x, const Operand &op) |
void | vptestmw (const Opmask &k, const Xmm &x, const Operand &op) |
void | vptestnmb (const Opmask &k, const Xmm &x, const Operand &op) |
void | vptestnmd (const Opmask &k, const Xmm &x, const Operand &op) |
void | vptestnmq (const Opmask &k, const Xmm &x, const Operand &op) |
void | vptestnmw (const Opmask &k, const Xmm &x, const Operand &op) |
void | vpxord (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vpxorq (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vrangepd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vrangeps (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vrangesd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vrangess (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vrcp14pd (const Xmm &x, const Operand &op) |
void | vrcp14ps (const Xmm &x, const Operand &op) |
void | vrcp14sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vrcp14ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vrcp28pd (const Zmm &z, const Operand &op) |
void | vrcp28ps (const Zmm &z, const Operand &op) |
void | vrcp28sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vrcp28ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vreducepd (const Xmm &x, const Operand &op, uint8 imm) |
void | vreduceps (const Xmm &x, const Operand &op, uint8 imm) |
void | vreducesd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vreducess (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vrndscalepd (const Xmm &x, const Operand &op, uint8 imm) |
void | vrndscaleps (const Xmm &x, const Operand &op, uint8 imm) |
void | vrndscalesd (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vrndscaless (const Xmm &x1, const Xmm &x2, const Operand &op, uint8 imm) |
void | vrsqrt14pd (const Xmm &x, const Operand &op) |
void | vrsqrt14ps (const Xmm &x, const Operand &op) |
void | vrsqrt14sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vrsqrt14ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vrsqrt28pd (const Zmm &z, const Operand &op) |
void | vrsqrt28ps (const Zmm &z, const Operand &op) |
void | vrsqrt28sd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vrsqrt28ss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vscalefpd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vscalefps (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vscalefsd (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vscalefss (const Xmm &x1, const Xmm &x2, const Operand &op) |
void | vscatterdpd (const Address &addr, const Xmm &x) |
void | vscatterdps (const Address &addr, const Xmm &x) |
void | vscatterpf0dpd (const Address &addr) |
void | vscatterpf0dps (const Address &addr) |
void | vscatterpf0qpd (const Address &addr) |
void | vscatterpf0qps (const Address &addr) |
void | vscatterpf1dpd (const Address &addr) |
void | vscatterpf1dps (const Address &addr) |
void | vscatterpf1qpd (const Address &addr) |
void | vscatterpf1qps (const Address &addr) |
void | vscatterqpd (const Address &addr, const Xmm &x) |
void | vscatterqps (const Address &addr, const Xmm &x) |
void | vshuff32x4 (const Ymm &y1, const Ymm &y2, const Operand &op, uint8 imm) |
void | vshuff64x2 (const Ymm &y1, const Ymm &y2, const Operand &op, uint8 imm) |
void | vshufi32x4 (const Ymm &y1, const Ymm &y2, const Operand &op, uint8 imm) |
void | vshufi64x2 (const Ymm &y1, const Ymm &y2, const Operand &op, uint8 imm) |
void aaa | ( | ) |
Definition at line 1565 of file xbyak_mnemonic.h.
void aad | ( | ) |
Definition at line 1566 of file xbyak_mnemonic.h.
void aam | ( | ) |
Definition at line 1567 of file xbyak_mnemonic.h.
void aas | ( | ) |
Definition at line 1568 of file xbyak_mnemonic.h.
Definition at line 2 of file xbyak_mnemonic.h.
Definition at line 3 of file xbyak_mnemonic.h.
void adcx | ( | const Reg32e & | reg, |
const Operand & | op ) |
Definition at line 4 of file xbyak_mnemonic.h.
Definition at line 5 of file xbyak_mnemonic.h.
Definition at line 6 of file xbyak_mnemonic.h.
void addpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 7 of file xbyak_mnemonic.h.
void addps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 8 of file xbyak_mnemonic.h.
void addsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 9 of file xbyak_mnemonic.h.
void addss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 10 of file xbyak_mnemonic.h.
void addsubpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 11 of file xbyak_mnemonic.h.
void addsubps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 12 of file xbyak_mnemonic.h.
void adox | ( | const Reg32e & | reg, |
const Operand & | op ) |
Definition at line 13 of file xbyak_mnemonic.h.
void aesdec | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 14 of file xbyak_mnemonic.h.
void aesdeclast | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 15 of file xbyak_mnemonic.h.
void aesenc | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 16 of file xbyak_mnemonic.h.
void aesenclast | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 17 of file xbyak_mnemonic.h.
void aesimc | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 18 of file xbyak_mnemonic.h.
Definition at line 19 of file xbyak_mnemonic.h.
Definition at line 1579 of file xbyak_mnemonic.h.
Definition at line 20 of file xbyak_mnemonic.h.
Definition at line 21 of file xbyak_mnemonic.h.
void andn | ( | const Reg32e & | r1, |
const Reg32e & | r2, | ||
const Operand & | op ) |
Definition at line 22 of file xbyak_mnemonic.h.
void andnpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 23 of file xbyak_mnemonic.h.
void andnps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 24 of file xbyak_mnemonic.h.
void andpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 25 of file xbyak_mnemonic.h.
void andps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 26 of file xbyak_mnemonic.h.
void bextr | ( | const Reg32e & | r1, |
const Operand & | op, | ||
const Reg32e & | r2 ) |
Definition at line 27 of file xbyak_mnemonic.h.
void blendpd | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 28 of file xbyak_mnemonic.h.
void blendps | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 29 of file xbyak_mnemonic.h.
void blendvpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 30 of file xbyak_mnemonic.h.
void blendvps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 31 of file xbyak_mnemonic.h.
void blsi | ( | const Reg32e & | r, |
const Operand & | op ) |
void blsmsk | ( | const Reg32e & | r, |
const Operand & | op ) |
void blsr | ( | const Reg32e & | r, |
const Operand & | op ) |
void bnd | ( | ) |
Definition at line 35 of file xbyak_mnemonic.h.
void bndcl | ( | const BoundsReg & | bnd, |
const Operand & | op ) |
void bndcn | ( | const BoundsReg & | bnd, |
const Operand & | op ) |
void bndcu | ( | const BoundsReg & | bnd, |
const Operand & | op ) |
void bndldx | ( | const BoundsReg & | bnd, |
const Address & | addr ) |
Definition at line 39 of file xbyak_mnemonic.h.
void bndmk | ( | const BoundsReg & | bnd, |
const Address & | addr ) |
Definition at line 40 of file xbyak_mnemonic.h.
void bndmov | ( | const Address & | addr, |
const BoundsReg & | bnd ) |
Definition at line 41 of file xbyak_mnemonic.h.
void bndmov | ( | const BoundsReg & | bnd, |
const Operand & | op ) |
void bndstx | ( | const Address & | addr, |
const BoundsReg & | bnd ) |
Definition at line 43 of file xbyak_mnemonic.h.
Definition at line 45 of file xbyak_mnemonic.h.
void bswap | ( | const Reg32e & | reg | ) |
Definition at line 46 of file xbyak_mnemonic.h.
Definition at line 48 of file xbyak_mnemonic.h.
Definition at line 50 of file xbyak_mnemonic.h.
Definition at line 52 of file xbyak_mnemonic.h.
Definition at line 54 of file xbyak_mnemonic.h.
void bzhi | ( | const Reg32e & | r1, |
const Operand & | op, | ||
const Reg32e & | r2 ) |
Definition at line 55 of file xbyak_mnemonic.h.
void cbw | ( | ) |
Definition at line 56 of file xbyak_mnemonic.h.
void cdq | ( | ) |
Definition at line 57 of file xbyak_mnemonic.h.
void clc | ( | ) |
Definition at line 58 of file xbyak_mnemonic.h.
void cld | ( | ) |
Definition at line 59 of file xbyak_mnemonic.h.
void clflush | ( | const Address & | addr | ) |
Definition at line 60 of file xbyak_mnemonic.h.
void cli | ( | ) |
Definition at line 61 of file xbyak_mnemonic.h.
void cmc | ( | ) |
Definition at line 62 of file xbyak_mnemonic.h.
Definition at line 63 of file xbyak_mnemonic.h.
Definition at line 64 of file xbyak_mnemonic.h.
Definition at line 65 of file xbyak_mnemonic.h.
Definition at line 66 of file xbyak_mnemonic.h.
Definition at line 67 of file xbyak_mnemonic.h.
Definition at line 68 of file xbyak_mnemonic.h.
Definition at line 69 of file xbyak_mnemonic.h.
Definition at line 70 of file xbyak_mnemonic.h.
Definition at line 71 of file xbyak_mnemonic.h.
Definition at line 72 of file xbyak_mnemonic.h.
Definition at line 73 of file xbyak_mnemonic.h.
Definition at line 74 of file xbyak_mnemonic.h.
Definition at line 75 of file xbyak_mnemonic.h.
Definition at line 76 of file xbyak_mnemonic.h.
Definition at line 77 of file xbyak_mnemonic.h.
Definition at line 78 of file xbyak_mnemonic.h.
Definition at line 79 of file xbyak_mnemonic.h.
Definition at line 80 of file xbyak_mnemonic.h.
Definition at line 81 of file xbyak_mnemonic.h.
Definition at line 82 of file xbyak_mnemonic.h.
Definition at line 83 of file xbyak_mnemonic.h.
Definition at line 84 of file xbyak_mnemonic.h.
Definition at line 85 of file xbyak_mnemonic.h.
Definition at line 86 of file xbyak_mnemonic.h.
Definition at line 87 of file xbyak_mnemonic.h.
Definition at line 88 of file xbyak_mnemonic.h.
Definition at line 89 of file xbyak_mnemonic.h.
Definition at line 90 of file xbyak_mnemonic.h.
Definition at line 91 of file xbyak_mnemonic.h.
Definition at line 92 of file xbyak_mnemonic.h.
Definition at line 93 of file xbyak_mnemonic.h.
Definition at line 94 of file xbyak_mnemonic.h.
void cmpeqpd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpeqps | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpeqsd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpeqss | ( | const Xmm & | x, |
const Operand & | op ) |
void cmplepd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpleps | ( | const Xmm & | x, |
const Operand & | op ) |
void cmplesd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpless | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpltpd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpltps | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpltsd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpltss | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpneqpd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpneqps | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpneqsd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpneqss | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpnlepd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpnleps | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpnlesd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpnless | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpnltpd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpnltps | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpnltsd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpnltss | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpordpd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpordps | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpordsd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpordss | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 123 of file xbyak_mnemonic.h.
Definition at line 124 of file xbyak_mnemonic.h.
Definition at line 125 of file xbyak_mnemonic.h.
Definition at line 126 of file xbyak_mnemonic.h.
void cmpunordpd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpunordps | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpunordsd | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpunordss | ( | const Xmm & | x, |
const Operand & | op ) |
void cmpxchg8b | ( | const Address & | addr | ) |
Definition at line 132 of file xbyak_mnemonic.h.
void comisd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 133 of file xbyak_mnemonic.h.
void comiss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 134 of file xbyak_mnemonic.h.
void cpuid | ( | ) |
Definition at line 135 of file xbyak_mnemonic.h.
void crc32 | ( | const Reg32e & | reg, |
const Operand & | op ) |
void cvtdq2pd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 137 of file xbyak_mnemonic.h.
void cvtdq2ps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 138 of file xbyak_mnemonic.h.
void cvtpd2dq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 139 of file xbyak_mnemonic.h.
Definition at line 140 of file xbyak_mnemonic.h.
void cvtpd2ps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 141 of file xbyak_mnemonic.h.
Definition at line 142 of file xbyak_mnemonic.h.
Definition at line 143 of file xbyak_mnemonic.h.
void cvtps2dq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 144 of file xbyak_mnemonic.h.
void cvtps2pd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 145 of file xbyak_mnemonic.h.
Definition at line 146 of file xbyak_mnemonic.h.
Definition at line 147 of file xbyak_mnemonic.h.
void cvtsd2ss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 148 of file xbyak_mnemonic.h.
Definition at line 149 of file xbyak_mnemonic.h.
Definition at line 150 of file xbyak_mnemonic.h.
void cvtss2sd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 151 of file xbyak_mnemonic.h.
Definition at line 152 of file xbyak_mnemonic.h.
void cvttpd2dq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 153 of file xbyak_mnemonic.h.
Definition at line 154 of file xbyak_mnemonic.h.
void cvttps2dq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 155 of file xbyak_mnemonic.h.
Definition at line 156 of file xbyak_mnemonic.h.
Definition at line 157 of file xbyak_mnemonic.h.
Definition at line 158 of file xbyak_mnemonic.h.
void cwd | ( | ) |
Definition at line 159 of file xbyak_mnemonic.h.
void cwde | ( | ) |
Definition at line 160 of file xbyak_mnemonic.h.
void daa | ( | ) |
Definition at line 1569 of file xbyak_mnemonic.h.
void das | ( | ) |
Definition at line 1570 of file xbyak_mnemonic.h.
void dec | ( | const Operand & | op | ) |
Definition at line 161 of file xbyak_mnemonic.h.
void div | ( | const Operand & | op | ) |
Definition at line 162 of file xbyak_mnemonic.h.
void divpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 163 of file xbyak_mnemonic.h.
void divps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 164 of file xbyak_mnemonic.h.
void divsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 165 of file xbyak_mnemonic.h.
void divss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 166 of file xbyak_mnemonic.h.
void dppd | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 167 of file xbyak_mnemonic.h.
void dpps | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 168 of file xbyak_mnemonic.h.
void emms | ( | ) |
Definition at line 169 of file xbyak_mnemonic.h.
Definition at line 170 of file xbyak_mnemonic.h.
void f2xm1 | ( | ) |
Definition at line 171 of file xbyak_mnemonic.h.
void fabs | ( | ) |
Definition at line 172 of file xbyak_mnemonic.h.
void fadd | ( | const Address & | addr | ) |
Definition at line 173 of file xbyak_mnemonic.h.
void fadd | ( | const Fpu & | reg1 | ) |
Definition at line 174 of file xbyak_mnemonic.h.
void fadd | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 175 of file xbyak_mnemonic.h.
void faddp | ( | ) |
Definition at line 176 of file xbyak_mnemonic.h.
void faddp | ( | const Fpu & | reg1 | ) |
Definition at line 177 of file xbyak_mnemonic.h.
void faddp | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 178 of file xbyak_mnemonic.h.
void fchs | ( | ) |
Definition at line 179 of file xbyak_mnemonic.h.
void fcmovb | ( | const Fpu & | reg1 | ) |
Definition at line 180 of file xbyak_mnemonic.h.
void fcmovb | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 181 of file xbyak_mnemonic.h.
void fcmovbe | ( | const Fpu & | reg1 | ) |
Definition at line 182 of file xbyak_mnemonic.h.
void fcmovbe | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 183 of file xbyak_mnemonic.h.
void fcmove | ( | const Fpu & | reg1 | ) |
Definition at line 184 of file xbyak_mnemonic.h.
void fcmove | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 185 of file xbyak_mnemonic.h.
void fcmovnb | ( | const Fpu & | reg1 | ) |
Definition at line 186 of file xbyak_mnemonic.h.
void fcmovnb | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 187 of file xbyak_mnemonic.h.
void fcmovnbe | ( | const Fpu & | reg1 | ) |
Definition at line 188 of file xbyak_mnemonic.h.
void fcmovnbe | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 189 of file xbyak_mnemonic.h.
void fcmovne | ( | const Fpu & | reg1 | ) |
Definition at line 190 of file xbyak_mnemonic.h.
void fcmovne | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 191 of file xbyak_mnemonic.h.
void fcmovnu | ( | const Fpu & | reg1 | ) |
Definition at line 192 of file xbyak_mnemonic.h.
void fcmovnu | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 193 of file xbyak_mnemonic.h.
void fcmovu | ( | const Fpu & | reg1 | ) |
Definition at line 194 of file xbyak_mnemonic.h.
void fcmovu | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 195 of file xbyak_mnemonic.h.
void fcom | ( | ) |
Definition at line 196 of file xbyak_mnemonic.h.
void fcom | ( | const Address & | addr | ) |
Definition at line 197 of file xbyak_mnemonic.h.
void fcom | ( | const Fpu & | reg | ) |
Definition at line 198 of file xbyak_mnemonic.h.
void fcomi | ( | const Fpu & | reg1 | ) |
Definition at line 199 of file xbyak_mnemonic.h.
void fcomi | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 200 of file xbyak_mnemonic.h.
void fcomip | ( | const Fpu & | reg1 | ) |
Definition at line 201 of file xbyak_mnemonic.h.
void fcomip | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 202 of file xbyak_mnemonic.h.
void fcomp | ( | ) |
Definition at line 203 of file xbyak_mnemonic.h.
void fcomp | ( | const Address & | addr | ) |
Definition at line 204 of file xbyak_mnemonic.h.
void fcomp | ( | const Fpu & | reg | ) |
Definition at line 205 of file xbyak_mnemonic.h.
void fcompp | ( | ) |
Definition at line 206 of file xbyak_mnemonic.h.
void fcos | ( | ) |
Definition at line 207 of file xbyak_mnemonic.h.
void fdecstp | ( | ) |
Definition at line 208 of file xbyak_mnemonic.h.
void fdiv | ( | const Address & | addr | ) |
Definition at line 209 of file xbyak_mnemonic.h.
void fdiv | ( | const Fpu & | reg1 | ) |
Definition at line 210 of file xbyak_mnemonic.h.
void fdiv | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 211 of file xbyak_mnemonic.h.
void fdivp | ( | ) |
Definition at line 212 of file xbyak_mnemonic.h.
void fdivp | ( | const Fpu & | reg1 | ) |
Definition at line 213 of file xbyak_mnemonic.h.
void fdivp | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 214 of file xbyak_mnemonic.h.
void fdivr | ( | const Address & | addr | ) |
Definition at line 215 of file xbyak_mnemonic.h.
void fdivr | ( | const Fpu & | reg1 | ) |
Definition at line 216 of file xbyak_mnemonic.h.
void fdivr | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 217 of file xbyak_mnemonic.h.
void fdivrp | ( | ) |
Definition at line 218 of file xbyak_mnemonic.h.
void fdivrp | ( | const Fpu & | reg1 | ) |
Definition at line 219 of file xbyak_mnemonic.h.
void fdivrp | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 220 of file xbyak_mnemonic.h.
void ffree | ( | const Fpu & | reg | ) |
Definition at line 221 of file xbyak_mnemonic.h.
void fiadd | ( | const Address & | addr | ) |
Definition at line 222 of file xbyak_mnemonic.h.
void ficom | ( | const Address & | addr | ) |
Definition at line 223 of file xbyak_mnemonic.h.
void ficomp | ( | const Address & | addr | ) |
Definition at line 224 of file xbyak_mnemonic.h.
void fidiv | ( | const Address & | addr | ) |
Definition at line 225 of file xbyak_mnemonic.h.
void fidivr | ( | const Address & | addr | ) |
Definition at line 226 of file xbyak_mnemonic.h.
void fild | ( | const Address & | addr | ) |
Definition at line 227 of file xbyak_mnemonic.h.
void fimul | ( | const Address & | addr | ) |
Definition at line 228 of file xbyak_mnemonic.h.
void fincstp | ( | ) |
Definition at line 229 of file xbyak_mnemonic.h.
void finit | ( | ) |
Definition at line 230 of file xbyak_mnemonic.h.
void fist | ( | const Address & | addr | ) |
Definition at line 231 of file xbyak_mnemonic.h.
void fistp | ( | const Address & | addr | ) |
Definition at line 232 of file xbyak_mnemonic.h.
void fisttp | ( | const Address & | addr | ) |
Definition at line 233 of file xbyak_mnemonic.h.
void fisub | ( | const Address & | addr | ) |
Definition at line 234 of file xbyak_mnemonic.h.
void fisubr | ( | const Address & | addr | ) |
Definition at line 235 of file xbyak_mnemonic.h.
void fld | ( | const Address & | addr | ) |
Definition at line 236 of file xbyak_mnemonic.h.
void fld | ( | const Fpu & | reg | ) |
Definition at line 237 of file xbyak_mnemonic.h.
void fld1 | ( | ) |
Definition at line 238 of file xbyak_mnemonic.h.
void fldcw | ( | const Address & | addr | ) |
Definition at line 239 of file xbyak_mnemonic.h.
void fldl2e | ( | ) |
Definition at line 240 of file xbyak_mnemonic.h.
void fldl2t | ( | ) |
Definition at line 241 of file xbyak_mnemonic.h.
void fldlg2 | ( | ) |
Definition at line 242 of file xbyak_mnemonic.h.
void fldln2 | ( | ) |
Definition at line 243 of file xbyak_mnemonic.h.
void fldpi | ( | ) |
Definition at line 244 of file xbyak_mnemonic.h.
void fldz | ( | ) |
Definition at line 245 of file xbyak_mnemonic.h.
void fmul | ( | const Address & | addr | ) |
Definition at line 246 of file xbyak_mnemonic.h.
void fmul | ( | const Fpu & | reg1 | ) |
Definition at line 247 of file xbyak_mnemonic.h.
void fmul | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 248 of file xbyak_mnemonic.h.
void fmulp | ( | ) |
Definition at line 249 of file xbyak_mnemonic.h.
void fmulp | ( | const Fpu & | reg1 | ) |
Definition at line 250 of file xbyak_mnemonic.h.
void fmulp | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 251 of file xbyak_mnemonic.h.
void fninit | ( | ) |
Definition at line 252 of file xbyak_mnemonic.h.
void fnop | ( | ) |
Definition at line 253 of file xbyak_mnemonic.h.
void fpatan | ( | ) |
Definition at line 254 of file xbyak_mnemonic.h.
void fprem | ( | ) |
Definition at line 255 of file xbyak_mnemonic.h.
void fprem1 | ( | ) |
Definition at line 256 of file xbyak_mnemonic.h.
void fptan | ( | ) |
Definition at line 257 of file xbyak_mnemonic.h.
void frndint | ( | ) |
Definition at line 258 of file xbyak_mnemonic.h.
void fscale | ( | ) |
Definition at line 259 of file xbyak_mnemonic.h.
void fsin | ( | ) |
Definition at line 260 of file xbyak_mnemonic.h.
void fsincos | ( | ) |
Definition at line 261 of file xbyak_mnemonic.h.
void fsqrt | ( | ) |
Definition at line 262 of file xbyak_mnemonic.h.
void fst | ( | const Address & | addr | ) |
Definition at line 263 of file xbyak_mnemonic.h.
void fst | ( | const Fpu & | reg | ) |
Definition at line 264 of file xbyak_mnemonic.h.
void fstcw | ( | const Address & | addr | ) |
Definition at line 265 of file xbyak_mnemonic.h.
void fstp | ( | const Address & | addr | ) |
Definition at line 266 of file xbyak_mnemonic.h.
void fstp | ( | const Fpu & | reg | ) |
Definition at line 267 of file xbyak_mnemonic.h.
void fsub | ( | const Address & | addr | ) |
Definition at line 268 of file xbyak_mnemonic.h.
void fsub | ( | const Fpu & | reg1 | ) |
Definition at line 269 of file xbyak_mnemonic.h.
void fsub | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 270 of file xbyak_mnemonic.h.
void fsubp | ( | ) |
Definition at line 271 of file xbyak_mnemonic.h.
void fsubp | ( | const Fpu & | reg1 | ) |
Definition at line 272 of file xbyak_mnemonic.h.
void fsubp | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 273 of file xbyak_mnemonic.h.
void fsubr | ( | const Address & | addr | ) |
Definition at line 274 of file xbyak_mnemonic.h.
void fsubr | ( | const Fpu & | reg1 | ) |
Definition at line 275 of file xbyak_mnemonic.h.
void fsubr | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 276 of file xbyak_mnemonic.h.
void fsubrp | ( | ) |
Definition at line 277 of file xbyak_mnemonic.h.
void fsubrp | ( | const Fpu & | reg1 | ) |
Definition at line 278 of file xbyak_mnemonic.h.
void fsubrp | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 279 of file xbyak_mnemonic.h.
void ftst | ( | ) |
Definition at line 280 of file xbyak_mnemonic.h.
void fucom | ( | ) |
Definition at line 281 of file xbyak_mnemonic.h.
void fucom | ( | const Fpu & | reg | ) |
Definition at line 282 of file xbyak_mnemonic.h.
void fucomi | ( | const Fpu & | reg1 | ) |
Definition at line 283 of file xbyak_mnemonic.h.
void fucomi | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 284 of file xbyak_mnemonic.h.
void fucomip | ( | const Fpu & | reg1 | ) |
Definition at line 285 of file xbyak_mnemonic.h.
void fucomip | ( | const Fpu & | reg1, |
const Fpu & | reg2 ) |
Definition at line 286 of file xbyak_mnemonic.h.
void fucomp | ( | ) |
Definition at line 287 of file xbyak_mnemonic.h.
void fucomp | ( | const Fpu & | reg | ) |
Definition at line 288 of file xbyak_mnemonic.h.
void fucompp | ( | ) |
Definition at line 289 of file xbyak_mnemonic.h.
void fwait | ( | ) |
Definition at line 290 of file xbyak_mnemonic.h.
void fxam | ( | ) |
Definition at line 291 of file xbyak_mnemonic.h.
void fxch | ( | ) |
Definition at line 292 of file xbyak_mnemonic.h.
void fxch | ( | const Fpu & | reg | ) |
Definition at line 293 of file xbyak_mnemonic.h.
void fxtract | ( | ) |
Definition at line 294 of file xbyak_mnemonic.h.
void fyl2x | ( | ) |
Definition at line 295 of file xbyak_mnemonic.h.
void fyl2xp1 | ( | ) |
Definition at line 296 of file xbyak_mnemonic.h.
const char * getVersionString | ( | ) | const |
Definition at line 1 of file xbyak_mnemonic.h.
void gf2p8affineinvqb | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 297 of file xbyak_mnemonic.h.
void gf2p8affineqb | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 298 of file xbyak_mnemonic.h.
void gf2p8mulb | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 299 of file xbyak_mnemonic.h.
void haddpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 300 of file xbyak_mnemonic.h.
void haddps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 301 of file xbyak_mnemonic.h.
void hsubpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 302 of file xbyak_mnemonic.h.
void hsubps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 303 of file xbyak_mnemonic.h.
void idiv | ( | const Operand & | op | ) |
Definition at line 304 of file xbyak_mnemonic.h.
void imul | ( | const Operand & | op | ) |
Definition at line 305 of file xbyak_mnemonic.h.
void inc | ( | const Operand & | op | ) |
Definition at line 306 of file xbyak_mnemonic.h.
Definition at line 307 of file xbyak_mnemonic.h.
void ja | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void ja | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void ja | ( | const void * | addr | ) |
Definition at line 310 of file xbyak_mnemonic.h.
void ja | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 311 of file xbyak_mnemonic.h.
void jae | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jae | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jae | ( | const void * | addr | ) |
Definition at line 314 of file xbyak_mnemonic.h.
void jae | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 315 of file xbyak_mnemonic.h.
void jb | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jb | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jb | ( | const void * | addr | ) |
Definition at line 318 of file xbyak_mnemonic.h.
void jb | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 319 of file xbyak_mnemonic.h.
void jbe | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jbe | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jbe | ( | const void * | addr | ) |
Definition at line 322 of file xbyak_mnemonic.h.
void jbe | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 323 of file xbyak_mnemonic.h.
void jc | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jc | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jc | ( | const void * | addr | ) |
Definition at line 326 of file xbyak_mnemonic.h.
void jc | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 327 of file xbyak_mnemonic.h.
void jcxz | ( | const Label & | label | ) |
Definition at line 1562 of file xbyak_mnemonic.h.
void jcxz | ( | std::string | label | ) |
Definition at line 1561 of file xbyak_mnemonic.h.
void je | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void je | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void je | ( | const void * | addr | ) |
Definition at line 330 of file xbyak_mnemonic.h.
void je | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 331 of file xbyak_mnemonic.h.
void jecxz | ( | const Label & | label | ) |
Definition at line 1564 of file xbyak_mnemonic.h.
void jecxz | ( | std::string | label | ) |
Definition at line 1563 of file xbyak_mnemonic.h.
void jg | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jg | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jg | ( | const void * | addr | ) |
Definition at line 334 of file xbyak_mnemonic.h.
void jg | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 335 of file xbyak_mnemonic.h.
void jge | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jge | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jge | ( | const void * | addr | ) |
Definition at line 338 of file xbyak_mnemonic.h.
void jge | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 339 of file xbyak_mnemonic.h.
void jl | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jl | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jl | ( | const void * | addr | ) |
Definition at line 342 of file xbyak_mnemonic.h.
void jl | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 343 of file xbyak_mnemonic.h.
void jle | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jle | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jle | ( | const void * | addr | ) |
Definition at line 346 of file xbyak_mnemonic.h.
void jle | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 347 of file xbyak_mnemonic.h.
void jna | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jna | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jna | ( | const void * | addr | ) |
Definition at line 350 of file xbyak_mnemonic.h.
void jna | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 351 of file xbyak_mnemonic.h.
void jnae | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnae | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnae | ( | const void * | addr | ) |
Definition at line 354 of file xbyak_mnemonic.h.
void jnae | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 355 of file xbyak_mnemonic.h.
void jnb | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnb | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnb | ( | const void * | addr | ) |
Definition at line 358 of file xbyak_mnemonic.h.
void jnb | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 359 of file xbyak_mnemonic.h.
void jnbe | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnbe | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnbe | ( | const void * | addr | ) |
Definition at line 362 of file xbyak_mnemonic.h.
void jnbe | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 363 of file xbyak_mnemonic.h.
void jnc | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnc | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnc | ( | const void * | addr | ) |
Definition at line 366 of file xbyak_mnemonic.h.
void jnc | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 367 of file xbyak_mnemonic.h.
void jne | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jne | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jne | ( | const void * | addr | ) |
Definition at line 370 of file xbyak_mnemonic.h.
void jne | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 371 of file xbyak_mnemonic.h.
void jng | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jng | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jng | ( | const void * | addr | ) |
Definition at line 374 of file xbyak_mnemonic.h.
void jng | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 375 of file xbyak_mnemonic.h.
void jnge | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnge | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnge | ( | const void * | addr | ) |
Definition at line 378 of file xbyak_mnemonic.h.
void jnge | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 379 of file xbyak_mnemonic.h.
void jnl | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnl | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnl | ( | const void * | addr | ) |
Definition at line 382 of file xbyak_mnemonic.h.
void jnl | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 383 of file xbyak_mnemonic.h.
void jnle | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnle | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnle | ( | const void * | addr | ) |
Definition at line 386 of file xbyak_mnemonic.h.
void jnle | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 387 of file xbyak_mnemonic.h.
void jno | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jno | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jno | ( | const void * | addr | ) |
Definition at line 390 of file xbyak_mnemonic.h.
void jno | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 391 of file xbyak_mnemonic.h.
void jnp | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnp | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnp | ( | const void * | addr | ) |
Definition at line 394 of file xbyak_mnemonic.h.
void jnp | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 395 of file xbyak_mnemonic.h.
void jns | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jns | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jns | ( | const void * | addr | ) |
Definition at line 398 of file xbyak_mnemonic.h.
void jns | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 399 of file xbyak_mnemonic.h.
void jnz | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jnz | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jnz | ( | const void * | addr | ) |
Definition at line 402 of file xbyak_mnemonic.h.
void jnz | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 403 of file xbyak_mnemonic.h.
void jo | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jo | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jo | ( | const void * | addr | ) |
Definition at line 406 of file xbyak_mnemonic.h.
void jo | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 407 of file xbyak_mnemonic.h.
void jp | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jp | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jp | ( | const void * | addr | ) |
Definition at line 410 of file xbyak_mnemonic.h.
void jp | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 411 of file xbyak_mnemonic.h.
void jpe | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jpe | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jpe | ( | const void * | addr | ) |
Definition at line 414 of file xbyak_mnemonic.h.
void jpe | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 415 of file xbyak_mnemonic.h.
void jpo | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jpo | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jpo | ( | const void * | addr | ) |
Definition at line 418 of file xbyak_mnemonic.h.
void jpo | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 419 of file xbyak_mnemonic.h.
void js | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void js | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void js | ( | const void * | addr | ) |
Definition at line 422 of file xbyak_mnemonic.h.
void js | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 423 of file xbyak_mnemonic.h.
void jz | ( | const char * | label, |
LabelType | type = T_AUTO ) |
void jz | ( | const Label & | label, |
LabelType | type = T_AUTO ) |
void jz | ( | const void * | addr | ) |
Definition at line 426 of file xbyak_mnemonic.h.
void jz | ( | std::string | label, |
LabelType | type = T_AUTO ) |
Definition at line 427 of file xbyak_mnemonic.h.
void kaddb | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1588 of file xbyak_mnemonic.h.
void kaddd | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1589 of file xbyak_mnemonic.h.
void kaddq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1590 of file xbyak_mnemonic.h.
void kaddw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1591 of file xbyak_mnemonic.h.
void kandb | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kandd | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kandnb | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kandnd | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kandnq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1596 of file xbyak_mnemonic.h.
void kandnw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1597 of file xbyak_mnemonic.h.
void kandq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1598 of file xbyak_mnemonic.h.
void kandw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1599 of file xbyak_mnemonic.h.
void kmovb | ( | const Address & | addr, |
const Opmask & | k ) |
Definition at line 1600 of file xbyak_mnemonic.h.
void kmovb | ( | const Opmask & | k, |
const Operand & | op ) |
void kmovb | ( | const Opmask & | k, |
const Reg32 & | r ) |
void kmovb | ( | const Reg32 & | r, |
const Opmask & | k ) |
void kmovd | ( | const Address & | addr, |
const Opmask & | k ) |
void kmovd | ( | const Opmask & | k, |
const Operand & | op ) |
void kmovd | ( | const Opmask & | k, |
const Reg32 & | r ) |
Definition at line 1606 of file xbyak_mnemonic.h.
void kmovd | ( | const Reg32 & | r, |
const Opmask & | k ) |
void kmovq | ( | const Address & | addr, |
const Opmask & | k ) |
Definition at line 1608 of file xbyak_mnemonic.h.
void kmovq | ( | const Opmask & | k, |
const Operand & | op ) |
void kmovw | ( | const Address & | addr, |
const Opmask & | k ) |
Definition at line 1610 of file xbyak_mnemonic.h.
void kmovw | ( | const Opmask & | k, |
const Operand & | op ) |
void kmovw | ( | const Opmask & | k, |
const Reg32 & | r ) |
void kmovw | ( | const Reg32 & | r, |
const Opmask & | k ) |
void knotb | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1614 of file xbyak_mnemonic.h.
void knotd | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1615 of file xbyak_mnemonic.h.
void knotq | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1616 of file xbyak_mnemonic.h.
void knotw | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1617 of file xbyak_mnemonic.h.
void korb | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kord | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void korq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1620 of file xbyak_mnemonic.h.
void kortestb | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1621 of file xbyak_mnemonic.h.
void kortestd | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1622 of file xbyak_mnemonic.h.
void kortestq | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1623 of file xbyak_mnemonic.h.
void kortestw | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1624 of file xbyak_mnemonic.h.
void korw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1625 of file xbyak_mnemonic.h.
void kshiftlb | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
uint8 | imm ) |
Definition at line 1626 of file xbyak_mnemonic.h.
void kshiftld | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
uint8 | imm ) |
Definition at line 1627 of file xbyak_mnemonic.h.
void kshiftlq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
uint8 | imm ) |
Definition at line 1628 of file xbyak_mnemonic.h.
void kshiftlw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
uint8 | imm ) |
Definition at line 1629 of file xbyak_mnemonic.h.
void kshiftrb | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
uint8 | imm ) |
Definition at line 1630 of file xbyak_mnemonic.h.
void kshiftrd | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
uint8 | imm ) |
Definition at line 1631 of file xbyak_mnemonic.h.
void kshiftrq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
uint8 | imm ) |
Definition at line 1632 of file xbyak_mnemonic.h.
void kshiftrw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
uint8 | imm ) |
Definition at line 1633 of file xbyak_mnemonic.h.
void ktestb | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1634 of file xbyak_mnemonic.h.
void ktestd | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1635 of file xbyak_mnemonic.h.
void ktestq | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1636 of file xbyak_mnemonic.h.
void ktestw | ( | const Opmask & | r1, |
const Opmask & | r2 ) |
Definition at line 1637 of file xbyak_mnemonic.h.
void kunpckbw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kunpckdq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1639 of file xbyak_mnemonic.h.
void kunpckwd | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1640 of file xbyak_mnemonic.h.
void kxnorb | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kxnord | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kxnorq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1643 of file xbyak_mnemonic.h.
void kxnorw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1644 of file xbyak_mnemonic.h.
void kxorb | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kxord | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
void kxorq | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1647 of file xbyak_mnemonic.h.
void kxorw | ( | const Opmask & | r1, |
const Opmask & | r2, | ||
const Opmask & | r3 ) |
Definition at line 1648 of file xbyak_mnemonic.h.
void lahf | ( | ) |
Definition at line 428 of file xbyak_mnemonic.h.
void lddqu | ( | const Xmm & | xmm, |
const Address & | addr ) |
Definition at line 429 of file xbyak_mnemonic.h.
void ldmxcsr | ( | const Address & | addr | ) |
Definition at line 430 of file xbyak_mnemonic.h.
void lea | ( | const Reg & | reg, |
const Address & | addr ) |
void lfence | ( | ) |
Definition at line 432 of file xbyak_mnemonic.h.
void lock | ( | ) |
Definition at line 433 of file xbyak_mnemonic.h.
Definition at line 434 of file xbyak_mnemonic.h.
void maskmovdqu | ( | const Xmm & | reg1, |
const Xmm & | reg2 ) |
Definition at line 435 of file xbyak_mnemonic.h.
void maskmovq | ( | const Mmx & | reg1, |
const Mmx & | reg2 ) |
Definition at line 436 of file xbyak_mnemonic.h.
void maxpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 437 of file xbyak_mnemonic.h.
void maxps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 438 of file xbyak_mnemonic.h.
void maxsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 439 of file xbyak_mnemonic.h.
void maxss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 440 of file xbyak_mnemonic.h.
void mfence | ( | ) |
Definition at line 441 of file xbyak_mnemonic.h.
void minpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 442 of file xbyak_mnemonic.h.
void minps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 443 of file xbyak_mnemonic.h.
void minsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 444 of file xbyak_mnemonic.h.
void minss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 445 of file xbyak_mnemonic.h.
void monitor | ( | ) |
Definition at line 446 of file xbyak_mnemonic.h.
void movapd | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 447 of file xbyak_mnemonic.h.
void movapd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 448 of file xbyak_mnemonic.h.
void movaps | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 449 of file xbyak_mnemonic.h.
void movaps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 450 of file xbyak_mnemonic.h.
void movbe | ( | const Address & | addr, |
const Reg & | reg ) |
Definition at line 451 of file xbyak_mnemonic.h.
void movbe | ( | const Reg & | reg, |
const Address & | addr ) |
Definition at line 452 of file xbyak_mnemonic.h.
void movd | ( | const Address & | addr, |
const Mmx & | mmx ) |
Definition at line 453 of file xbyak_mnemonic.h.
void movd | ( | const Mmx & | mmx, |
const Address & | addr ) |
Definition at line 454 of file xbyak_mnemonic.h.
void movd | ( | const Mmx & | mmx, |
const Reg32 & | reg ) |
Definition at line 455 of file xbyak_mnemonic.h.
void movd | ( | const Reg32 & | reg, |
const Mmx & | mmx ) |
Definition at line 456 of file xbyak_mnemonic.h.
void movddup | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 457 of file xbyak_mnemonic.h.
void movdq2q | ( | const Mmx & | mmx, |
const Xmm & | xmm ) |
Definition at line 458 of file xbyak_mnemonic.h.
void movdqa | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 459 of file xbyak_mnemonic.h.
void movdqa | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 460 of file xbyak_mnemonic.h.
void movdqu | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 461 of file xbyak_mnemonic.h.
void movdqu | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 462 of file xbyak_mnemonic.h.
void movhlps | ( | const Xmm & | reg1, |
const Xmm & | reg2 ) |
Definition at line 463 of file xbyak_mnemonic.h.
Definition at line 464 of file xbyak_mnemonic.h.
Definition at line 465 of file xbyak_mnemonic.h.
void movlhps | ( | const Xmm & | reg1, |
const Xmm & | reg2 ) |
Definition at line 466 of file xbyak_mnemonic.h.
Definition at line 467 of file xbyak_mnemonic.h.
Definition at line 468 of file xbyak_mnemonic.h.
void movmskpd | ( | const Reg32e & | reg, |
const Xmm & | xmm ) |
Definition at line 469 of file xbyak_mnemonic.h.
void movmskps | ( | const Reg32e & | reg, |
const Xmm & | xmm ) |
Definition at line 470 of file xbyak_mnemonic.h.
void movntdq | ( | const Address & | addr, |
const Xmm & | reg ) |
Definition at line 471 of file xbyak_mnemonic.h.
void movntdqa | ( | const Xmm & | xmm, |
const Address & | addr ) |
Definition at line 472 of file xbyak_mnemonic.h.
void movnti | ( | const Address & | addr, |
const Reg32e & | reg ) |
Definition at line 473 of file xbyak_mnemonic.h.
void movntpd | ( | const Address & | addr, |
const Xmm & | reg ) |
Definition at line 474 of file xbyak_mnemonic.h.
void movntps | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 475 of file xbyak_mnemonic.h.
void movntq | ( | const Address & | addr, |
const Mmx & | mmx ) |
Definition at line 476 of file xbyak_mnemonic.h.
void movq | ( | const Address & | addr, |
const Mmx & | mmx ) |
Definition at line 477 of file xbyak_mnemonic.h.
void movq | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 478 of file xbyak_mnemonic.h.
void movq2dq | ( | const Xmm & | xmm, |
const Mmx & | mmx ) |
Definition at line 479 of file xbyak_mnemonic.h.
void movsb | ( | ) |
Definition at line 480 of file xbyak_mnemonic.h.
void movsd | ( | ) |
Definition at line 481 of file xbyak_mnemonic.h.
void movsd | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 482 of file xbyak_mnemonic.h.
void movsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 483 of file xbyak_mnemonic.h.
void movshdup | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 484 of file xbyak_mnemonic.h.
void movsldup | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 485 of file xbyak_mnemonic.h.
void movss | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 486 of file xbyak_mnemonic.h.
void movss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 487 of file xbyak_mnemonic.h.
void movsw | ( | ) |
Definition at line 488 of file xbyak_mnemonic.h.
Definition at line 489 of file xbyak_mnemonic.h.
void movupd | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 490 of file xbyak_mnemonic.h.
void movupd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 491 of file xbyak_mnemonic.h.
void movups | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 492 of file xbyak_mnemonic.h.
void movups | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 493 of file xbyak_mnemonic.h.
Definition at line 494 of file xbyak_mnemonic.h.
void mpsadbw | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 495 of file xbyak_mnemonic.h.
void mul | ( | const Operand & | op | ) |
Definition at line 496 of file xbyak_mnemonic.h.
void mulpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 497 of file xbyak_mnemonic.h.
void mulps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 498 of file xbyak_mnemonic.h.
void mulsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 499 of file xbyak_mnemonic.h.
void mulss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 500 of file xbyak_mnemonic.h.
void mulx | ( | const Reg32e & | r1, |
const Reg32e & | r2, | ||
const Operand & | op ) |
Definition at line 501 of file xbyak_mnemonic.h.
void mwait | ( | ) |
Definition at line 502 of file xbyak_mnemonic.h.
void neg | ( | const Operand & | op | ) |
Definition at line 503 of file xbyak_mnemonic.h.
void not | ( | const Operand & | op | ) |
void not_ | ( | const Operand & | op | ) |
Definition at line 504 of file xbyak_mnemonic.h.
Definition at line 1581 of file xbyak_mnemonic.h.
Definition at line 505 of file xbyak_mnemonic.h.
Definition at line 506 of file xbyak_mnemonic.h.
void orpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 507 of file xbyak_mnemonic.h.
void orps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 508 of file xbyak_mnemonic.h.
void pabsb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 509 of file xbyak_mnemonic.h.
void pabsd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 510 of file xbyak_mnemonic.h.
void pabsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 511 of file xbyak_mnemonic.h.
void packssdw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 512 of file xbyak_mnemonic.h.
void packsswb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 513 of file xbyak_mnemonic.h.
void packusdw | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 514 of file xbyak_mnemonic.h.
void packuswb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 515 of file xbyak_mnemonic.h.
void paddb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 516 of file xbyak_mnemonic.h.
void paddd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 517 of file xbyak_mnemonic.h.
void paddq | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 518 of file xbyak_mnemonic.h.
void paddsb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 519 of file xbyak_mnemonic.h.
void paddsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 520 of file xbyak_mnemonic.h.
void paddusb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 521 of file xbyak_mnemonic.h.
void paddusw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 522 of file xbyak_mnemonic.h.
void paddw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 523 of file xbyak_mnemonic.h.
void palignr | ( | const Mmx & | mmx, |
const Operand & | op, | ||
int | imm ) |
Definition at line 524 of file xbyak_mnemonic.h.
void pand | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 525 of file xbyak_mnemonic.h.
void pandn | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 526 of file xbyak_mnemonic.h.
void pause | ( | ) |
Definition at line 527 of file xbyak_mnemonic.h.
void pavgb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 528 of file xbyak_mnemonic.h.
void pavgw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 529 of file xbyak_mnemonic.h.
void pblendvb | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 530 of file xbyak_mnemonic.h.
void pblendw | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 531 of file xbyak_mnemonic.h.
void pclmulhqhdq | ( | const Xmm & | xmm, |
const Operand & | op ) |
void pclmulhqlqdq | ( | const Xmm & | xmm, |
const Operand & | op ) |
void pclmullqhdq | ( | const Xmm & | xmm, |
const Operand & | op ) |
void pclmullqlqdq | ( | const Xmm & | xmm, |
const Operand & | op ) |
void pclmulqdq | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
void pcmpeqb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 537 of file xbyak_mnemonic.h.
void pcmpeqd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 538 of file xbyak_mnemonic.h.
void pcmpeqq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 539 of file xbyak_mnemonic.h.
void pcmpeqw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 540 of file xbyak_mnemonic.h.
Definition at line 541 of file xbyak_mnemonic.h.
Definition at line 542 of file xbyak_mnemonic.h.
void pcmpgtb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 543 of file xbyak_mnemonic.h.
void pcmpgtd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 544 of file xbyak_mnemonic.h.
void pcmpgtq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 545 of file xbyak_mnemonic.h.
void pcmpgtw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 546 of file xbyak_mnemonic.h.
Definition at line 547 of file xbyak_mnemonic.h.
Definition at line 548 of file xbyak_mnemonic.h.
void pdep | ( | const Reg32e & | r1, |
const Reg32e & | r2, | ||
const Operand & | op ) |
Definition at line 549 of file xbyak_mnemonic.h.
void pext | ( | const Reg32e & | r1, |
const Reg32e & | r2, | ||
const Operand & | op ) |
Definition at line 550 of file xbyak_mnemonic.h.
Definition at line 551 of file xbyak_mnemonic.h.
Definition at line 552 of file xbyak_mnemonic.h.
Definition at line 553 of file xbyak_mnemonic.h.
void phaddd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 554 of file xbyak_mnemonic.h.
void phaddsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 555 of file xbyak_mnemonic.h.
void phaddw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 556 of file xbyak_mnemonic.h.
void phminposuw | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 557 of file xbyak_mnemonic.h.
void phsubd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 558 of file xbyak_mnemonic.h.
void phsubsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 559 of file xbyak_mnemonic.h.
void phsubw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 560 of file xbyak_mnemonic.h.
Definition at line 561 of file xbyak_mnemonic.h.
Definition at line 562 of file xbyak_mnemonic.h.
void pinsrw | ( | const Mmx & | mmx, |
const Operand & | op, | ||
int | imm ) |
void pmaddubsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 564 of file xbyak_mnemonic.h.
void pmaddwd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 565 of file xbyak_mnemonic.h.
void pmaxsb | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 566 of file xbyak_mnemonic.h.
void pmaxsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 567 of file xbyak_mnemonic.h.
void pmaxsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 568 of file xbyak_mnemonic.h.
void pmaxub | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 569 of file xbyak_mnemonic.h.
void pmaxud | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 570 of file xbyak_mnemonic.h.
void pmaxuw | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 571 of file xbyak_mnemonic.h.
void pminsb | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 572 of file xbyak_mnemonic.h.
void pminsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 573 of file xbyak_mnemonic.h.
void pminsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 574 of file xbyak_mnemonic.h.
void pminub | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 575 of file xbyak_mnemonic.h.
void pminud | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 576 of file xbyak_mnemonic.h.
void pminuw | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 577 of file xbyak_mnemonic.h.
void pmovmskb | ( | const Reg32e & | reg, |
const Mmx & | mmx ) |
Definition at line 578 of file xbyak_mnemonic.h.
void pmovsxbd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 579 of file xbyak_mnemonic.h.
void pmovsxbq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 580 of file xbyak_mnemonic.h.
void pmovsxbw | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 581 of file xbyak_mnemonic.h.
void pmovsxdq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 582 of file xbyak_mnemonic.h.
void pmovsxwd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 583 of file xbyak_mnemonic.h.
void pmovsxwq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 584 of file xbyak_mnemonic.h.
void pmovzxbd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 585 of file xbyak_mnemonic.h.
void pmovzxbq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 586 of file xbyak_mnemonic.h.
void pmovzxbw | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 587 of file xbyak_mnemonic.h.
void pmovzxdq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 588 of file xbyak_mnemonic.h.
void pmovzxwd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 589 of file xbyak_mnemonic.h.
void pmovzxwq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 590 of file xbyak_mnemonic.h.
void pmuldq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 591 of file xbyak_mnemonic.h.
void pmulhrsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 592 of file xbyak_mnemonic.h.
void pmulhuw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 593 of file xbyak_mnemonic.h.
void pmulhw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 594 of file xbyak_mnemonic.h.
void pmulld | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 595 of file xbyak_mnemonic.h.
void pmullw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 596 of file xbyak_mnemonic.h.
void pmuludq | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 597 of file xbyak_mnemonic.h.
void popa | ( | ) |
Definition at line 1576 of file xbyak_mnemonic.h.
void popad | ( | ) |
Definition at line 1571 of file xbyak_mnemonic.h.
Definition at line 598 of file xbyak_mnemonic.h.
void popf | ( | ) |
Definition at line 599 of file xbyak_mnemonic.h.
void popfd | ( | ) |
Definition at line 1572 of file xbyak_mnemonic.h.
void por | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 600 of file xbyak_mnemonic.h.
void prefetchnta | ( | const Address & | addr | ) |
Definition at line 601 of file xbyak_mnemonic.h.
void prefetcht0 | ( | const Address & | addr | ) |
Definition at line 602 of file xbyak_mnemonic.h.
void prefetcht1 | ( | const Address & | addr | ) |
Definition at line 603 of file xbyak_mnemonic.h.
void prefetcht2 | ( | const Address & | addr | ) |
Definition at line 604 of file xbyak_mnemonic.h.
void prefetchw | ( | const Address & | addr | ) |
Definition at line 605 of file xbyak_mnemonic.h.
void prefetchwt1 | ( | const Address & | addr | ) |
Definition at line 606 of file xbyak_mnemonic.h.
void psadbw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 607 of file xbyak_mnemonic.h.
void pshufb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 608 of file xbyak_mnemonic.h.
Definition at line 609 of file xbyak_mnemonic.h.
Definition at line 610 of file xbyak_mnemonic.h.
Definition at line 611 of file xbyak_mnemonic.h.
Definition at line 612 of file xbyak_mnemonic.h.
void psignb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 613 of file xbyak_mnemonic.h.
void psignd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 614 of file xbyak_mnemonic.h.
void psignw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 615 of file xbyak_mnemonic.h.
void pslld | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 616 of file xbyak_mnemonic.h.
void pslld | ( | const Mmx & | mmx, |
int | imm8 ) |
Definition at line 617 of file xbyak_mnemonic.h.
void pslldq | ( | const Xmm & | xmm, |
int | imm8 ) |
Definition at line 618 of file xbyak_mnemonic.h.
void psllq | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 619 of file xbyak_mnemonic.h.
void psllq | ( | const Mmx & | mmx, |
int | imm8 ) |
Definition at line 620 of file xbyak_mnemonic.h.
void psllw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 621 of file xbyak_mnemonic.h.
void psllw | ( | const Mmx & | mmx, |
int | imm8 ) |
Definition at line 622 of file xbyak_mnemonic.h.
void psrad | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 623 of file xbyak_mnemonic.h.
void psrad | ( | const Mmx & | mmx, |
int | imm8 ) |
Definition at line 624 of file xbyak_mnemonic.h.
void psraw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 625 of file xbyak_mnemonic.h.
void psraw | ( | const Mmx & | mmx, |
int | imm8 ) |
Definition at line 626 of file xbyak_mnemonic.h.
void psrld | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 627 of file xbyak_mnemonic.h.
void psrld | ( | const Mmx & | mmx, |
int | imm8 ) |
Definition at line 628 of file xbyak_mnemonic.h.
void psrldq | ( | const Xmm & | xmm, |
int | imm8 ) |
Definition at line 629 of file xbyak_mnemonic.h.
void psrlq | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 630 of file xbyak_mnemonic.h.
void psrlq | ( | const Mmx & | mmx, |
int | imm8 ) |
Definition at line 631 of file xbyak_mnemonic.h.
void psrlw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 632 of file xbyak_mnemonic.h.
void psrlw | ( | const Mmx & | mmx, |
int | imm8 ) |
Definition at line 633 of file xbyak_mnemonic.h.
void psubb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 634 of file xbyak_mnemonic.h.
void psubd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 635 of file xbyak_mnemonic.h.
void psubq | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 636 of file xbyak_mnemonic.h.
void psubsb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 637 of file xbyak_mnemonic.h.
void psubsw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 638 of file xbyak_mnemonic.h.
void psubusb | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 639 of file xbyak_mnemonic.h.
void psubusw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 640 of file xbyak_mnemonic.h.
void psubw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 641 of file xbyak_mnemonic.h.
void ptest | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 642 of file xbyak_mnemonic.h.
void punpckhbw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 643 of file xbyak_mnemonic.h.
void punpckhdq | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 644 of file xbyak_mnemonic.h.
void punpckhqdq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 645 of file xbyak_mnemonic.h.
void punpckhwd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 646 of file xbyak_mnemonic.h.
void punpcklbw | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 647 of file xbyak_mnemonic.h.
void punpckldq | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 648 of file xbyak_mnemonic.h.
void punpcklqdq | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 649 of file xbyak_mnemonic.h.
void punpcklwd | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 650 of file xbyak_mnemonic.h.
void pusha | ( | ) |
Definition at line 1573 of file xbyak_mnemonic.h.
void pushad | ( | ) |
Definition at line 1574 of file xbyak_mnemonic.h.
void pushf | ( | ) |
Definition at line 651 of file xbyak_mnemonic.h.
void pushfd | ( | ) |
Definition at line 1575 of file xbyak_mnemonic.h.
void pxor | ( | const Mmx & | mmx, |
const Operand & | op ) |
Definition at line 652 of file xbyak_mnemonic.h.
void rcl | ( | const Operand & | op, |
const Reg8 & | _cl ) |
Definition at line 653 of file xbyak_mnemonic.h.
void rcl | ( | const Operand & | op, |
int | imm ) |
Definition at line 654 of file xbyak_mnemonic.h.
void rcpps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 655 of file xbyak_mnemonic.h.
void rcpss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 656 of file xbyak_mnemonic.h.
void rcr | ( | const Operand & | op, |
const Reg8 & | _cl ) |
Definition at line 657 of file xbyak_mnemonic.h.
void rcr | ( | const Operand & | op, |
int | imm ) |
Definition at line 658 of file xbyak_mnemonic.h.
void rdmsr | ( | ) |
Definition at line 659 of file xbyak_mnemonic.h.
void rdpmc | ( | ) |
Definition at line 660 of file xbyak_mnemonic.h.
void rdrand | ( | const Reg & | r | ) |
void rdseed | ( | const Reg & | r | ) |
void rdtsc | ( | ) |
Definition at line 663 of file xbyak_mnemonic.h.
void rdtscp | ( | ) |
Definition at line 664 of file xbyak_mnemonic.h.
void rep | ( | ) |
Definition at line 665 of file xbyak_mnemonic.h.
void ret | ( | int | imm = 0 | ) |
Definition at line 666 of file xbyak_mnemonic.h.
void rol | ( | const Operand & | op, |
const Reg8 & | _cl ) |
Definition at line 667 of file xbyak_mnemonic.h.
void rol | ( | const Operand & | op, |
int | imm ) |
Definition at line 668 of file xbyak_mnemonic.h.
void ror | ( | const Operand & | op, |
const Reg8 & | _cl ) |
Definition at line 669 of file xbyak_mnemonic.h.
void ror | ( | const Operand & | op, |
int | imm ) |
Definition at line 670 of file xbyak_mnemonic.h.
Definition at line 672 of file xbyak_mnemonic.h.
Definition at line 673 of file xbyak_mnemonic.h.
void roundsd | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 674 of file xbyak_mnemonic.h.
void roundss | ( | const Xmm & | xmm, |
const Operand & | op, | ||
int | imm ) |
Definition at line 675 of file xbyak_mnemonic.h.
void rsqrtps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 676 of file xbyak_mnemonic.h.
void rsqrtss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 677 of file xbyak_mnemonic.h.
void sahf | ( | ) |
Definition at line 678 of file xbyak_mnemonic.h.
void sal | ( | const Operand & | op, |
const Reg8 & | _cl ) |
Definition at line 679 of file xbyak_mnemonic.h.
void sal | ( | const Operand & | op, |
int | imm ) |
Definition at line 680 of file xbyak_mnemonic.h.
void sar | ( | const Operand & | op, |
const Reg8 & | _cl ) |
Definition at line 681 of file xbyak_mnemonic.h.
void sar | ( | const Operand & | op, |
int | imm ) |
Definition at line 682 of file xbyak_mnemonic.h.
void sarx | ( | const Reg32e & | r1, |
const Operand & | op, | ||
const Reg32e & | r2 ) |
Definition at line 683 of file xbyak_mnemonic.h.
Definition at line 684 of file xbyak_mnemonic.h.
Definition at line 685 of file xbyak_mnemonic.h.
void seta | ( | const Operand & | op | ) |
Definition at line 686 of file xbyak_mnemonic.h.
void setae | ( | const Operand & | op | ) |
Definition at line 687 of file xbyak_mnemonic.h.
void setb | ( | const Operand & | op | ) |
Definition at line 688 of file xbyak_mnemonic.h.
void setbe | ( | const Operand & | op | ) |
Definition at line 689 of file xbyak_mnemonic.h.
void setc | ( | const Operand & | op | ) |
Definition at line 690 of file xbyak_mnemonic.h.
void sete | ( | const Operand & | op | ) |
Definition at line 691 of file xbyak_mnemonic.h.
void setg | ( | const Operand & | op | ) |
Definition at line 692 of file xbyak_mnemonic.h.
void setge | ( | const Operand & | op | ) |
Definition at line 693 of file xbyak_mnemonic.h.
void setl | ( | const Operand & | op | ) |
Definition at line 694 of file xbyak_mnemonic.h.
void setle | ( | const Operand & | op | ) |
Definition at line 695 of file xbyak_mnemonic.h.
void setna | ( | const Operand & | op | ) |
Definition at line 696 of file xbyak_mnemonic.h.
void setnae | ( | const Operand & | op | ) |
Definition at line 697 of file xbyak_mnemonic.h.
void setnb | ( | const Operand & | op | ) |
Definition at line 698 of file xbyak_mnemonic.h.
void setnbe | ( | const Operand & | op | ) |
Definition at line 699 of file xbyak_mnemonic.h.
void setnc | ( | const Operand & | op | ) |
Definition at line 700 of file xbyak_mnemonic.h.
void setne | ( | const Operand & | op | ) |
Definition at line 701 of file xbyak_mnemonic.h.
void setng | ( | const Operand & | op | ) |
Definition at line 702 of file xbyak_mnemonic.h.
void setnge | ( | const Operand & | op | ) |
Definition at line 703 of file xbyak_mnemonic.h.
void setnl | ( | const Operand & | op | ) |
Definition at line 704 of file xbyak_mnemonic.h.
void setnle | ( | const Operand & | op | ) |
Definition at line 705 of file xbyak_mnemonic.h.
void setno | ( | const Operand & | op | ) |
Definition at line 706 of file xbyak_mnemonic.h.
void setnp | ( | const Operand & | op | ) |
Definition at line 707 of file xbyak_mnemonic.h.
void setns | ( | const Operand & | op | ) |
Definition at line 708 of file xbyak_mnemonic.h.
void setnz | ( | const Operand & | op | ) |
Definition at line 709 of file xbyak_mnemonic.h.
void seto | ( | const Operand & | op | ) |
Definition at line 710 of file xbyak_mnemonic.h.
void setp | ( | const Operand & | op | ) |
Definition at line 711 of file xbyak_mnemonic.h.
void setpe | ( | const Operand & | op | ) |
Definition at line 712 of file xbyak_mnemonic.h.
void setpo | ( | const Operand & | op | ) |
Definition at line 713 of file xbyak_mnemonic.h.
void sets | ( | const Operand & | op | ) |
Definition at line 714 of file xbyak_mnemonic.h.
void setz | ( | const Operand & | op | ) |
Definition at line 715 of file xbyak_mnemonic.h.
void sfence | ( | ) |
Definition at line 716 of file xbyak_mnemonic.h.
void sha1msg1 | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 717 of file xbyak_mnemonic.h.
void sha1msg2 | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 718 of file xbyak_mnemonic.h.
void sha1nexte | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 719 of file xbyak_mnemonic.h.
Definition at line 720 of file xbyak_mnemonic.h.
void sha256msg1 | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 721 of file xbyak_mnemonic.h.
void sha256msg2 | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 722 of file xbyak_mnemonic.h.
void sha256rnds2 | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 723 of file xbyak_mnemonic.h.
void shl | ( | const Operand & | op, |
const Reg8 & | _cl ) |
Definition at line 724 of file xbyak_mnemonic.h.
void shl | ( | const Operand & | op, |
int | imm ) |
Definition at line 725 of file xbyak_mnemonic.h.
Definition at line 726 of file xbyak_mnemonic.h.
Definition at line 727 of file xbyak_mnemonic.h.
void shlx | ( | const Reg32e & | r1, |
const Operand & | op, | ||
const Reg32e & | r2 ) |
Definition at line 728 of file xbyak_mnemonic.h.
void shr | ( | const Operand & | op, |
const Reg8 & | _cl ) |
Definition at line 729 of file xbyak_mnemonic.h.
void shr | ( | const Operand & | op, |
int | imm ) |
Definition at line 730 of file xbyak_mnemonic.h.
Definition at line 731 of file xbyak_mnemonic.h.
Definition at line 732 of file xbyak_mnemonic.h.
void shrx | ( | const Reg32e & | r1, |
const Operand & | op, | ||
const Reg32e & | r2 ) |
Definition at line 733 of file xbyak_mnemonic.h.
Definition at line 734 of file xbyak_mnemonic.h.
Definition at line 735 of file xbyak_mnemonic.h.
void sqrtpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 736 of file xbyak_mnemonic.h.
void sqrtps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 737 of file xbyak_mnemonic.h.
void sqrtsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 738 of file xbyak_mnemonic.h.
void sqrtss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 739 of file xbyak_mnemonic.h.
void stac | ( | ) |
Definition at line 740 of file xbyak_mnemonic.h.
void stc | ( | ) |
Definition at line 741 of file xbyak_mnemonic.h.
void std | ( | ) |
Definition at line 742 of file xbyak_mnemonic.h.
void sti | ( | ) |
Definition at line 743 of file xbyak_mnemonic.h.
void stmxcsr | ( | const Address & | addr | ) |
Definition at line 744 of file xbyak_mnemonic.h.
Definition at line 745 of file xbyak_mnemonic.h.
Definition at line 746 of file xbyak_mnemonic.h.
void subpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 747 of file xbyak_mnemonic.h.
void subps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 748 of file xbyak_mnemonic.h.
void subsd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 749 of file xbyak_mnemonic.h.
void subss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 750 of file xbyak_mnemonic.h.
Definition at line 751 of file xbyak_mnemonic.h.
void ucomisd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 752 of file xbyak_mnemonic.h.
void ucomiss | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 753 of file xbyak_mnemonic.h.
void ud2 | ( | ) |
Definition at line 754 of file xbyak_mnemonic.h.
void unpckhpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 755 of file xbyak_mnemonic.h.
void unpckhps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 756 of file xbyak_mnemonic.h.
void unpcklpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 757 of file xbyak_mnemonic.h.
void unpcklps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 758 of file xbyak_mnemonic.h.
void v4fmaddps | ( | const Zmm & | z1, |
const Zmm & | z2, | ||
const Address & | addr ) |
Definition at line 1649 of file xbyak_mnemonic.h.
void v4fmaddss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Address & | addr ) |
Definition at line 1650 of file xbyak_mnemonic.h.
void v4fnmaddps | ( | const Zmm & | z1, |
const Zmm & | z2, | ||
const Address & | addr ) |
Definition at line 1651 of file xbyak_mnemonic.h.
void v4fnmaddss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Address & | addr ) |
Definition at line 1652 of file xbyak_mnemonic.h.
Definition at line 759 of file xbyak_mnemonic.h.
Definition at line 760 of file xbyak_mnemonic.h.
Definition at line 761 of file xbyak_mnemonic.h.
Definition at line 762 of file xbyak_mnemonic.h.
Definition at line 763 of file xbyak_mnemonic.h.
Definition at line 764 of file xbyak_mnemonic.h.
void vaesimc | ( | const Xmm & | xm, |
const Operand & | op ) |
Definition at line 770 of file xbyak_mnemonic.h.
Definition at line 1653 of file xbyak_mnemonic.h.
Definition at line 1654 of file xbyak_mnemonic.h.
void vblendmpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1655 of file xbyak_mnemonic.h.
void vblendmps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1656 of file xbyak_mnemonic.h.
void vblendvpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op, | ||
const Xmm & | x4 ) |
void vblendvps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op, | ||
const Xmm & | x4 ) |
void vbroadcastf128 | ( | const Ymm & | y, |
const Address & | addr ) |
void vbroadcastf32x2 | ( | const Ymm & | y, |
const Operand & | op ) |
Definition at line 1657 of file xbyak_mnemonic.h.
void vbroadcastf32x4 | ( | const Ymm & | y, |
const Address & | addr ) |
Definition at line 1658 of file xbyak_mnemonic.h.
void vbroadcastf32x8 | ( | const Zmm & | y, |
const Address & | addr ) |
Definition at line 1659 of file xbyak_mnemonic.h.
void vbroadcastf64x2 | ( | const Ymm & | y, |
const Address & | addr ) |
Definition at line 1660 of file xbyak_mnemonic.h.
void vbroadcastf64x4 | ( | const Zmm & | y, |
const Address & | addr ) |
Definition at line 1661 of file xbyak_mnemonic.h.
void vbroadcasti128 | ( | const Ymm & | y, |
const Address & | addr ) |
void vbroadcasti32x2 | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1662 of file xbyak_mnemonic.h.
void vbroadcasti32x4 | ( | const Ymm & | y, |
const Operand & | op ) |
Definition at line 1663 of file xbyak_mnemonic.h.
void vbroadcasti32x8 | ( | const Zmm & | z, |
const Operand & | op ) |
Definition at line 1664 of file xbyak_mnemonic.h.
void vbroadcasti64x2 | ( | const Ymm & | y, |
const Operand & | op ) |
Definition at line 1665 of file xbyak_mnemonic.h.
void vbroadcasti64x4 | ( | const Zmm & | z, |
const Operand & | op ) |
Definition at line 1666 of file xbyak_mnemonic.h.
void vbroadcastsd | ( | const Ymm & | y, |
const Operand & | op ) |
void vbroadcastss | ( | const Xmm & | x, |
const Operand & | op ) |
void vcmpeq_ospd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 783 of file xbyak_mnemonic.h.
void vcmpeq_osps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 784 of file xbyak_mnemonic.h.
void vcmpeq_ossd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 785 of file xbyak_mnemonic.h.
void vcmpeq_osss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 786 of file xbyak_mnemonic.h.
void vcmpeq_uqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeq_uqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeq_uqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeq_uqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeq_uspd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeq_usps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeq_ussd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeq_usss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpeqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpfalse_ospd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpfalse_osps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpfalse_ossd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpfalse_osss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpfalsepd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpfalseps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpfalsesd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpfalsess | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpge_oqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpge_oqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpge_oqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpge_oqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgepd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgeps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgesd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgess | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgt_oqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgt_oqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgt_oqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgt_oqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgtpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgtps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgtsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpgtss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmple_oqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmple_oqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmple_oqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmple_oqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmplepd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpleps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmplesd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpless | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmplt_oqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmplt_oqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmplt_oqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmplt_oqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpltpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpltps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpltsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpltss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_oqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_oqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_oqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_oqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_ospd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_osps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_ossd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_osss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_uspd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_usps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_ussd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneq_usss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpneqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnge_uqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnge_uqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnge_uqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnge_uqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngepd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngeps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngesd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngess | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngt_uqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngt_uqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngt_uqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngt_uqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngtpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngtps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngtsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpngtss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnle_uqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnle_uqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnle_uqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnle_uqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnlepd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnleps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnlesd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnless | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnlt_uqpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnlt_uqps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnlt_uqsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnlt_uqss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnltpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnltps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnltsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpnltss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpord_spd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpord_sps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpord_ssd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpord_sss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpordpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpordps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpordsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpordss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1667 of file xbyak_mnemonic.h.
Definition at line 1668 of file xbyak_mnemonic.h.
Definition at line 1669 of file xbyak_mnemonic.h.
Definition at line 1670 of file xbyak_mnemonic.h.
void vcmptrue_uspd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmptrue_usps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmptrue_ussd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmptrue_usss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmptruepd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmptrueps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmptruesd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmptruess | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpunord_spd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpunord_sps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpunord_ssd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpunord_sss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpunordpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpunordps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpunordsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcmpunordss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcomisd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vcomiss | ( | const Xmm & | xm, |
const Operand & | op ) |
void vcompressb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1671 of file xbyak_mnemonic.h.
void vcompresspd | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1672 of file xbyak_mnemonic.h.
void vcompressps | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1673 of file xbyak_mnemonic.h.
void vcompressw | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1674 of file xbyak_mnemonic.h.
void vcvtdq2pd | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvtdq2ps | ( | const Xmm & | xm, |
const Operand & | op ) |
void vcvtpd2dq | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvtpd2ps | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvtpd2qq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1675 of file xbyak_mnemonic.h.
void vcvtpd2udq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1676 of file xbyak_mnemonic.h.
void vcvtpd2uqq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1677 of file xbyak_mnemonic.h.
void vcvtph2ps | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvtps2dq | ( | const Xmm & | xm, |
const Operand & | op ) |
void vcvtps2pd | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvtps2qq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1678 of file xbyak_mnemonic.h.
void vcvtps2udq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1679 of file xbyak_mnemonic.h.
void vcvtps2uqq | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvtqq2pd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1681 of file xbyak_mnemonic.h.
void vcvtqq2ps | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1682 of file xbyak_mnemonic.h.
void vcvtsd2si | ( | const Reg32 & | r, |
const Operand & | op ) |
void vcvtsd2ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcvtsd2usi | ( | const Reg32e & | r, |
const Operand & | op ) |
void vcvtsi2sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcvtsi2ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcvtss2sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcvtss2si | ( | const Reg32 & | r, |
const Operand & | op ) |
void vcvtss2usi | ( | const Reg32e & | r, |
const Operand & | op ) |
void vcvttpd2dq | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvttpd2qq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1685 of file xbyak_mnemonic.h.
void vcvttpd2udq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1686 of file xbyak_mnemonic.h.
void vcvttpd2uqq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1687 of file xbyak_mnemonic.h.
void vcvttps2dq | ( | const Xmm & | xm, |
const Operand & | op ) |
void vcvttps2qq | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvttps2udq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1689 of file xbyak_mnemonic.h.
void vcvttps2uqq | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvttsd2si | ( | const Reg32 & | r, |
const Operand & | op ) |
void vcvttsd2usi | ( | const Reg32e & | r, |
const Operand & | op ) |
void vcvttss2si | ( | const Reg32 & | r, |
const Operand & | op ) |
void vcvttss2usi | ( | const Reg32e & | r, |
const Operand & | op ) |
void vcvtudq2pd | ( | const Xmm & | x, |
const Operand & | op ) |
void vcvtudq2ps | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1694 of file xbyak_mnemonic.h.
void vcvtuqq2pd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1695 of file xbyak_mnemonic.h.
void vcvtuqq2ps | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1696 of file xbyak_mnemonic.h.
void vcvtusi2sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vcvtusi2ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1699 of file xbyak_mnemonic.h.
void vexp2pd | ( | const Zmm & | z, |
const Operand & | op ) |
Definition at line 1700 of file xbyak_mnemonic.h.
void vexp2ps | ( | const Zmm & | z, |
const Operand & | op ) |
Definition at line 1701 of file xbyak_mnemonic.h.
void vexpandpd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1702 of file xbyak_mnemonic.h.
void vexpandps | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1703 of file xbyak_mnemonic.h.
Definition at line 1712 of file xbyak_mnemonic.h.
Definition at line 1713 of file xbyak_mnemonic.h.
Definition at line 1714 of file xbyak_mnemonic.h.
Definition at line 1715 of file xbyak_mnemonic.h.
void vfmadd132pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd132ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd132sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd132ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd213pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd213ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd213sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd213ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd231pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd231ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd231sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmadd231ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmaddsub132pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmaddsub132ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmaddsub213pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmaddsub213ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmaddsub231pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmaddsub231ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub132pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub132ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub132sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub132ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub213pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub213ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub213sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub213ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub231pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub231ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub231sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsub231ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsubadd132pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsubadd132ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsubadd213pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsubadd213ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsubadd231pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfmsubadd231ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd132pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd132ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd132sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd132ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd213pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd213ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd213sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd213ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd231pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd231ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd231sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmadd231ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub132pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub132ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub132sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub132ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub213pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub213ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub213sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub213ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub231pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub231ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub231sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vfnmsub231ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1718 of file xbyak_mnemonic.h.
Definition at line 1719 of file xbyak_mnemonic.h.
void vgatherdpd | ( | const Xmm & | x, |
const Address & | addr ) |
Definition at line 1720 of file xbyak_mnemonic.h.
void vgatherdpd | ( | const Xmm & | x1, |
const Address & | addr, | ||
const Xmm & | x2 ) |
Definition at line 1004 of file xbyak_mnemonic.h.
void vgatherdps | ( | const Xmm & | x, |
const Address & | addr ) |
Definition at line 1721 of file xbyak_mnemonic.h.
void vgatherdps | ( | const Xmm & | x1, |
const Address & | addr, | ||
const Xmm & | x2 ) |
Definition at line 1005 of file xbyak_mnemonic.h.
void vgatherpf0dpd | ( | const Address & | addr | ) |
Definition at line 1722 of file xbyak_mnemonic.h.
void vgatherpf0dps | ( | const Address & | addr | ) |
Definition at line 1723 of file xbyak_mnemonic.h.
void vgatherpf0qpd | ( | const Address & | addr | ) |
Definition at line 1724 of file xbyak_mnemonic.h.
void vgatherpf0qps | ( | const Address & | addr | ) |
Definition at line 1725 of file xbyak_mnemonic.h.
void vgatherpf1dpd | ( | const Address & | addr | ) |
Definition at line 1726 of file xbyak_mnemonic.h.
void vgatherpf1dps | ( | const Address & | addr | ) |
Definition at line 1727 of file xbyak_mnemonic.h.
void vgatherpf1qpd | ( | const Address & | addr | ) |
Definition at line 1728 of file xbyak_mnemonic.h.
void vgatherpf1qps | ( | const Address & | addr | ) |
Definition at line 1729 of file xbyak_mnemonic.h.
void vgatherqpd | ( | const Xmm & | x, |
const Address & | addr ) |
Definition at line 1730 of file xbyak_mnemonic.h.
void vgatherqpd | ( | const Xmm & | x1, |
const Address & | addr, | ||
const Xmm & | x2 ) |
Definition at line 1006 of file xbyak_mnemonic.h.
void vgatherqps | ( | const Xmm & | x, |
const Address & | addr ) |
Definition at line 1731 of file xbyak_mnemonic.h.
void vgatherqps | ( | const Xmm & | x1, |
const Address & | addr, | ||
const Xmm & | x2 ) |
Definition at line 1007 of file xbyak_mnemonic.h.
void vgetexppd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1732 of file xbyak_mnemonic.h.
void vgetexpps | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1733 of file xbyak_mnemonic.h.
void vgetexpsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1734 of file xbyak_mnemonic.h.
void vgetexpss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1735 of file xbyak_mnemonic.h.
Definition at line 1736 of file xbyak_mnemonic.h.
Definition at line 1737 of file xbyak_mnemonic.h.
Definition at line 1738 of file xbyak_mnemonic.h.
Definition at line 1739 of file xbyak_mnemonic.h.
void vgf2p8mulb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1011 of file xbyak_mnemonic.h.
Definition at line 1012 of file xbyak_mnemonic.h.
Definition at line 1013 of file xbyak_mnemonic.h.
Definition at line 1014 of file xbyak_mnemonic.h.
void vlddqu | ( | const Xmm & | x, |
const Address & | addr ) |
void vldmxcsr | ( | const Address & | addr | ) |
Definition at line 1019 of file xbyak_mnemonic.h.
void vmaskmovdqu | ( | const Xmm & | x1, |
const Xmm & | x2 ) |
Definition at line 1020 of file xbyak_mnemonic.h.
void vmaskmovpd | ( | const Address & | addr, |
const Xmm & | x1, | ||
const Xmm & | x2 ) |
void vmaskmovpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Address & | addr ) |
void vmaskmovps | ( | const Address & | addr, |
const Xmm & | x1, | ||
const Xmm & | x2 ) |
void vmaskmovps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Address & | addr ) |
void vmovapd | ( | const Address & | addr, |
const Xmm & | xmm ) |
void vmovapd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vmovaps | ( | const Address & | addr, |
const Xmm & | xmm ) |
void vmovaps | ( | const Xmm & | xm, |
const Operand & | op ) |
void vmovd | ( | const Operand & | op, |
const Xmm & | x ) |
void vmovd | ( | const Xmm & | x, |
const Operand & | op ) |
void vmovddup | ( | const Xmm & | xm, |
const Operand & | op ) |
void vmovdqa | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 1040 of file xbyak_mnemonic.h.
void vmovdqa | ( | const Xmm & | xm, |
const Operand & | op ) |
void vmovdqa32 | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovdqa32 | ( | const Xmm & | x, |
const Operand & | op ) |
void vmovdqa64 | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovdqa64 | ( | const Xmm & | x, |
const Operand & | op ) |
void vmovdqu | ( | const Address & | addr, |
const Xmm & | xmm ) |
Definition at line 1042 of file xbyak_mnemonic.h.
void vmovdqu | ( | const Xmm & | xm, |
const Operand & | op ) |
void vmovdqu16 | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovdqu16 | ( | const Xmm & | x, |
const Operand & | op ) |
void vmovdqu32 | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovdqu32 | ( | const Xmm & | x, |
const Operand & | op ) |
void vmovdqu64 | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovdqu64 | ( | const Xmm & | x, |
const Operand & | op ) |
void vmovdqu8 | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovdqu8 | ( | const Xmm & | x, |
const Operand & | op ) |
void vmovhpd | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovhps | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovlpd | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovlps | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovmskpd | ( | const Reg & | r, |
const Xmm & | x ) |
void vmovmskps | ( | const Reg & | r, |
const Xmm & | x ) |
void vmovntdq | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovntdqa | ( | const Xmm & | x, |
const Address & | addr ) |
void vmovntpd | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovntps | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovq | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovq | ( | const Xmm & | x, |
const Address & | addr ) |
void vmovq | ( | const Xmm & | x1, |
const Xmm & | x2 ) |
void vmovsd | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovsd | ( | const Xmm & | x, |
const Address & | addr ) |
void vmovshdup | ( | const Xmm & | xm, |
const Operand & | op ) |
void vmovsldup | ( | const Xmm & | xm, |
const Operand & | op ) |
void vmovss | ( | const Address & | addr, |
const Xmm & | x ) |
void vmovss | ( | const Xmm & | x, |
const Address & | addr ) |
void vmovupd | ( | const Address & | addr, |
const Xmm & | xmm ) |
void vmovupd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vmovups | ( | const Address & | addr, |
const Xmm & | xmm ) |
void vmovups | ( | const Xmm & | xm, |
const Operand & | op ) |
void vp4dpwssd | ( | const Zmm & | z1, |
const Zmm & | z2, | ||
const Address & | addr ) |
Definition at line 1760 of file xbyak_mnemonic.h.
void vp4dpwssds | ( | const Zmm & | z1, |
const Zmm & | z2, | ||
const Address & | addr ) |
Definition at line 1761 of file xbyak_mnemonic.h.
void vpabsb | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpabsd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpabsq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1762 of file xbyak_mnemonic.h.
void vpabsw | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpackssdw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpacksswb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpackusdw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpackuswb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpaddb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpaddd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpaddq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpaddsb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpaddsw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpaddusb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpaddusw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpaddw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpand | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpandd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1763 of file xbyak_mnemonic.h.
void vpandn | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpandnd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1764 of file xbyak_mnemonic.h.
void vpandnq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1765 of file xbyak_mnemonic.h.
void vpandq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1766 of file xbyak_mnemonic.h.
void vpavgb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpavgw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpblendmb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1767 of file xbyak_mnemonic.h.
void vpblendmd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1768 of file xbyak_mnemonic.h.
void vpblendmq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1769 of file xbyak_mnemonic.h.
void vpblendmw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1770 of file xbyak_mnemonic.h.
void vpblendvb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op, | ||
const Xmm & | x4 ) |
void vpbroadcastb | ( | const Xmm & | x, |
const Operand & | op ) |
void vpbroadcastb | ( | const Xmm & | x, |
const Reg8 & | r ) |
Definition at line 1771 of file xbyak_mnemonic.h.
void vpbroadcastd | ( | const Xmm & | x, |
const Operand & | op ) |
void vpbroadcastd | ( | const Xmm & | x, |
const Reg32 & | r ) |
Definition at line 1772 of file xbyak_mnemonic.h.
void vpbroadcastmb2q | ( | const Xmm & | x, |
const Opmask & | k ) |
Definition at line 1773 of file xbyak_mnemonic.h.
void vpbroadcastmw2d | ( | const Xmm & | x, |
const Opmask & | k ) |
Definition at line 1774 of file xbyak_mnemonic.h.
void vpbroadcastq | ( | const Xmm & | x, |
const Operand & | op ) |
void vpbroadcastw | ( | const Xmm & | x, |
const Operand & | op ) |
void vpbroadcastw | ( | const Xmm & | x, |
const Reg16 & | r ) |
Definition at line 1775 of file xbyak_mnemonic.h.
Definition at line 1776 of file xbyak_mnemonic.h.
Definition at line 1777 of file xbyak_mnemonic.h.
void vpcmpeqb | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1778 of file xbyak_mnemonic.h.
void vpcmpeqb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpcmpeqd | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1779 of file xbyak_mnemonic.h.
void vpcmpeqd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpcmpeqq | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1780 of file xbyak_mnemonic.h.
void vpcmpeqq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpcmpeqw | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1781 of file xbyak_mnemonic.h.
void vpcmpeqw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1114 of file xbyak_mnemonic.h.
Definition at line 1115 of file xbyak_mnemonic.h.
void vpcmpgtb | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1782 of file xbyak_mnemonic.h.
void vpcmpgtb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpcmpgtd | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1783 of file xbyak_mnemonic.h.
void vpcmpgtd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpcmpgtq | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1784 of file xbyak_mnemonic.h.
void vpcmpgtq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpcmpgtw | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1785 of file xbyak_mnemonic.h.
void vpcmpgtw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1120 of file xbyak_mnemonic.h.
Definition at line 1121 of file xbyak_mnemonic.h.
Definition at line 1786 of file xbyak_mnemonic.h.
Definition at line 1787 of file xbyak_mnemonic.h.
Definition at line 1788 of file xbyak_mnemonic.h.
Definition at line 1789 of file xbyak_mnemonic.h.
Definition at line 1790 of file xbyak_mnemonic.h.
Definition at line 1791 of file xbyak_mnemonic.h.
void vpcompressd | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1792 of file xbyak_mnemonic.h.
void vpcompressq | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1793 of file xbyak_mnemonic.h.
void vpconflictd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1794 of file xbyak_mnemonic.h.
void vpconflictq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1795 of file xbyak_mnemonic.h.
void vpdpbusd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1796 of file xbyak_mnemonic.h.
void vpdpbusds | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1797 of file xbyak_mnemonic.h.
void vpdpwssd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1798 of file xbyak_mnemonic.h.
void vpdpwssds | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1799 of file xbyak_mnemonic.h.
void vpermb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1800 of file xbyak_mnemonic.h.
void vpermd | ( | const Ymm & | y1, |
const Ymm & | y2, | ||
const Operand & | op ) |
void vpermi2b | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1801 of file xbyak_mnemonic.h.
void vpermi2d | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1802 of file xbyak_mnemonic.h.
void vpermi2pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1803 of file xbyak_mnemonic.h.
void vpermi2ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1804 of file xbyak_mnemonic.h.
void vpermi2q | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1805 of file xbyak_mnemonic.h.
void vpermi2w | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1806 of file xbyak_mnemonic.h.
void vpermilpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpermilps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpermpd | ( | const Ymm & | y1, |
const Ymm & | y2, | ||
const Operand & | op ) |
Definition at line 1130 of file xbyak_mnemonic.h.
void vpermps | ( | const Ymm & | y1, |
const Ymm & | y2, | ||
const Operand & | op ) |
void vpermq | ( | const Ymm & | y1, |
const Ymm & | y2, | ||
const Operand & | op ) |
void vpermt2b | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1807 of file xbyak_mnemonic.h.
void vpermt2d | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1808 of file xbyak_mnemonic.h.
void vpermt2pd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1809 of file xbyak_mnemonic.h.
void vpermt2ps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1810 of file xbyak_mnemonic.h.
void vpermt2q | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1811 of file xbyak_mnemonic.h.
void vpermt2w | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1812 of file xbyak_mnemonic.h.
void vpermw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1813 of file xbyak_mnemonic.h.
void vpexpandb | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1814 of file xbyak_mnemonic.h.
void vpexpandd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1815 of file xbyak_mnemonic.h.
void vpexpandq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1816 of file xbyak_mnemonic.h.
void vpexpandw | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1817 of file xbyak_mnemonic.h.
Definition at line 1137 of file xbyak_mnemonic.h.
void vpgatherdd | ( | const Xmm & | x, |
const Address & | addr ) |
Definition at line 1818 of file xbyak_mnemonic.h.
void vpgatherdd | ( | const Xmm & | x1, |
const Address & | addr, | ||
const Xmm & | x2 ) |
Definition at line 1138 of file xbyak_mnemonic.h.
void vpgatherdq | ( | const Xmm & | x, |
const Address & | addr ) |
Definition at line 1819 of file xbyak_mnemonic.h.
void vpgatherdq | ( | const Xmm & | x1, |
const Address & | addr, | ||
const Xmm & | x2 ) |
Definition at line 1139 of file xbyak_mnemonic.h.
void vpgatherqd | ( | const Xmm & | x, |
const Address & | addr ) |
Definition at line 1820 of file xbyak_mnemonic.h.
void vpgatherqd | ( | const Xmm & | x1, |
const Address & | addr, | ||
const Xmm & | x2 ) |
Definition at line 1140 of file xbyak_mnemonic.h.
void vpgatherqq | ( | const Xmm & | x, |
const Address & | addr ) |
Definition at line 1821 of file xbyak_mnemonic.h.
void vpgatherqq | ( | const Xmm & | x1, |
const Address & | addr, | ||
const Xmm & | x2 ) |
Definition at line 1141 of file xbyak_mnemonic.h.
void vphaddd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vphaddsw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vphaddw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vphminposuw | ( | const Xmm & | xm, |
const Operand & | op ) |
Definition at line 1145 of file xbyak_mnemonic.h.
void vphsubd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vphsubsw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vphsubw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vplzcntd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1822 of file xbyak_mnemonic.h.
void vplzcntq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1823 of file xbyak_mnemonic.h.
void vpmadd52huq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1824 of file xbyak_mnemonic.h.
void vpmadd52luq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1825 of file xbyak_mnemonic.h.
void vpmaddubsw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmaddwd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmaskmovd | ( | const Address & | addr, |
const Xmm & | x1, | ||
const Xmm & | x2 ) |
void vpmaskmovd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Address & | addr ) |
void vpmaskmovq | ( | const Address & | addr, |
const Xmm & | x1, | ||
const Xmm & | x2 ) |
void vpmaskmovq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Address & | addr ) |
void vpmaxsb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmaxsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmaxsq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1826 of file xbyak_mnemonic.h.
void vpmaxsw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmaxub | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmaxud | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmaxuq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1827 of file xbyak_mnemonic.h.
void vpmaxuw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpminsb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpminsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpminsq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1828 of file xbyak_mnemonic.h.
void vpminsw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpminub | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpminud | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpminuq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1829 of file xbyak_mnemonic.h.
void vpminuw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmovb2m | ( | const Opmask & | k, |
const Xmm & | x ) |
Definition at line 1830 of file xbyak_mnemonic.h.
void vpmovd2m | ( | const Opmask & | k, |
const Xmm & | x ) |
Definition at line 1831 of file xbyak_mnemonic.h.
void vpmovdb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1832 of file xbyak_mnemonic.h.
void vpmovdw | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1833 of file xbyak_mnemonic.h.
void vpmovm2b | ( | const Xmm & | x, |
const Opmask & | k ) |
Definition at line 1834 of file xbyak_mnemonic.h.
void vpmovm2d | ( | const Xmm & | x, |
const Opmask & | k ) |
Definition at line 1835 of file xbyak_mnemonic.h.
void vpmovm2q | ( | const Xmm & | x, |
const Opmask & | k ) |
Definition at line 1836 of file xbyak_mnemonic.h.
void vpmovm2w | ( | const Xmm & | x, |
const Opmask & | k ) |
Definition at line 1837 of file xbyak_mnemonic.h.
void vpmovmskb | ( | const Reg32e & | r, |
const Xmm & | x ) |
void vpmovq2m | ( | const Opmask & | k, |
const Xmm & | x ) |
Definition at line 1838 of file xbyak_mnemonic.h.
void vpmovqb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1839 of file xbyak_mnemonic.h.
void vpmovqd | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1840 of file xbyak_mnemonic.h.
void vpmovqw | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1841 of file xbyak_mnemonic.h.
void vpmovsdb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1842 of file xbyak_mnemonic.h.
void vpmovsdw | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1843 of file xbyak_mnemonic.h.
void vpmovsqb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1844 of file xbyak_mnemonic.h.
void vpmovsqd | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1845 of file xbyak_mnemonic.h.
void vpmovsqw | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1846 of file xbyak_mnemonic.h.
void vpmovswb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1847 of file xbyak_mnemonic.h.
void vpmovsxbd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovsxbq | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovsxbw | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovsxdq | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovsxwd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovsxwq | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovusdb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1848 of file xbyak_mnemonic.h.
void vpmovusdw | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1849 of file xbyak_mnemonic.h.
void vpmovusqb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1850 of file xbyak_mnemonic.h.
void vpmovusqd | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1851 of file xbyak_mnemonic.h.
void vpmovusqw | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1852 of file xbyak_mnemonic.h.
void vpmovuswb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1853 of file xbyak_mnemonic.h.
void vpmovw2m | ( | const Opmask & | k, |
const Xmm & | x ) |
Definition at line 1854 of file xbyak_mnemonic.h.
void vpmovwb | ( | const Operand & | op, |
const Xmm & | x ) |
Definition at line 1855 of file xbyak_mnemonic.h.
void vpmovzxbd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovzxbq | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovzxbw | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovzxdq | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovzxwd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmovzxwq | ( | const Xmm & | xm, |
const Operand & | op ) |
void vpmuldq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmulhrsw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmulhuw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmulhw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmulld | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmullq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1856 of file xbyak_mnemonic.h.
void vpmullw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpmultishiftqb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1857 of file xbyak_mnemonic.h.
void vpmuludq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpopcntb | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1858 of file xbyak_mnemonic.h.
void vpopcntd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1859 of file xbyak_mnemonic.h.
void vpopcntq | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1860 of file xbyak_mnemonic.h.
void vpopcntw | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1861 of file xbyak_mnemonic.h.
void vpor | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpord | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1862 of file xbyak_mnemonic.h.
void vporq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1863 of file xbyak_mnemonic.h.
Definition at line 1864 of file xbyak_mnemonic.h.
Definition at line 1865 of file xbyak_mnemonic.h.
void vprolvd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1866 of file xbyak_mnemonic.h.
void vprolvq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1867 of file xbyak_mnemonic.h.
Definition at line 1868 of file xbyak_mnemonic.h.
Definition at line 1869 of file xbyak_mnemonic.h.
void vprorvd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1870 of file xbyak_mnemonic.h.
void vprorvq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1871 of file xbyak_mnemonic.h.
void vpsadbw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpscatterdd | ( | const Address & | addr, |
const Xmm & | x ) |
Definition at line 1872 of file xbyak_mnemonic.h.
void vpscatterdq | ( | const Address & | addr, |
const Xmm & | x ) |
Definition at line 1873 of file xbyak_mnemonic.h.
void vpscatterqd | ( | const Address & | addr, |
const Xmm & | x ) |
Definition at line 1874 of file xbyak_mnemonic.h.
void vpscatterqq | ( | const Address & | addr, |
const Xmm & | x ) |
Definition at line 1875 of file xbyak_mnemonic.h.
Definition at line 1876 of file xbyak_mnemonic.h.
Definition at line 1877 of file xbyak_mnemonic.h.
void vpshldvd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1878 of file xbyak_mnemonic.h.
void vpshldvq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1879 of file xbyak_mnemonic.h.
void vpshldvw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1880 of file xbyak_mnemonic.h.
Definition at line 1881 of file xbyak_mnemonic.h.
Definition at line 1882 of file xbyak_mnemonic.h.
Definition at line 1883 of file xbyak_mnemonic.h.
void vpshrdvd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1884 of file xbyak_mnemonic.h.
void vpshrdvq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1885 of file xbyak_mnemonic.h.
void vpshrdvw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1886 of file xbyak_mnemonic.h.
Definition at line 1887 of file xbyak_mnemonic.h.
void vpshufb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpshufbitqmb | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1888 of file xbyak_mnemonic.h.
void vpsignb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsignd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsignw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpslld | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsllq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsllvd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsllvq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsllvw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1889 of file xbyak_mnemonic.h.
void vpsllw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsrad | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1890 of file xbyak_mnemonic.h.
void vpsraq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1891 of file xbyak_mnemonic.h.
void vpsravd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsravq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1892 of file xbyak_mnemonic.h.
void vpsravw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1893 of file xbyak_mnemonic.h.
void vpsraw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsrld | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsrlq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsrlvd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsrlvq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsrlvw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1894 of file xbyak_mnemonic.h.
void vpsrlw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsubb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsubd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsubq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsubsb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsubsw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsubusb | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsubusw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpsubw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1895 of file xbyak_mnemonic.h.
Definition at line 1896 of file xbyak_mnemonic.h.
void vptest | ( | const Xmm & | xm, |
const Operand & | op ) |
void vptestmb | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1897 of file xbyak_mnemonic.h.
void vptestmd | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1898 of file xbyak_mnemonic.h.
void vptestmq | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1899 of file xbyak_mnemonic.h.
void vptestmw | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1900 of file xbyak_mnemonic.h.
void vptestnmb | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1901 of file xbyak_mnemonic.h.
void vptestnmd | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1902 of file xbyak_mnemonic.h.
void vptestnmq | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1903 of file xbyak_mnemonic.h.
void vptestnmw | ( | const Opmask & | k, |
const Xmm & | x, | ||
const Operand & | op ) |
Definition at line 1904 of file xbyak_mnemonic.h.
void vpunpckhbw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpunpckhdq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpunpckhqdq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpunpckhwd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpunpcklbw | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpunpckldq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpunpcklqdq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpunpcklwd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpxor | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vpxord | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1905 of file xbyak_mnemonic.h.
void vpxorq | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1906 of file xbyak_mnemonic.h.
Definition at line 1907 of file xbyak_mnemonic.h.
Definition at line 1908 of file xbyak_mnemonic.h.
Definition at line 1909 of file xbyak_mnemonic.h.
Definition at line 1910 of file xbyak_mnemonic.h.
void vrcp14pd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1911 of file xbyak_mnemonic.h.
void vrcp14ps | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1912 of file xbyak_mnemonic.h.
void vrcp14sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1913 of file xbyak_mnemonic.h.
void vrcp14ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1914 of file xbyak_mnemonic.h.
void vrcp28pd | ( | const Zmm & | z, |
const Operand & | op ) |
Definition at line 1915 of file xbyak_mnemonic.h.
void vrcp28ps | ( | const Zmm & | z, |
const Operand & | op ) |
Definition at line 1916 of file xbyak_mnemonic.h.
void vrcp28sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1917 of file xbyak_mnemonic.h.
void vrcp28ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1918 of file xbyak_mnemonic.h.
void vrcpps | ( | const Xmm & | xm, |
const Operand & | op ) |
Definition at line 1241 of file xbyak_mnemonic.h.
void vrcpss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1242 of file xbyak_mnemonic.h.
Definition at line 1919 of file xbyak_mnemonic.h.
Definition at line 1920 of file xbyak_mnemonic.h.
Definition at line 1921 of file xbyak_mnemonic.h.
Definition at line 1922 of file xbyak_mnemonic.h.
Definition at line 1923 of file xbyak_mnemonic.h.
Definition at line 1924 of file xbyak_mnemonic.h.
Definition at line 1925 of file xbyak_mnemonic.h.
Definition at line 1926 of file xbyak_mnemonic.h.
void vrsqrt14pd | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1927 of file xbyak_mnemonic.h.
void vrsqrt14ps | ( | const Xmm & | x, |
const Operand & | op ) |
Definition at line 1928 of file xbyak_mnemonic.h.
void vrsqrt14sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1929 of file xbyak_mnemonic.h.
void vrsqrt14ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1930 of file xbyak_mnemonic.h.
void vrsqrt28pd | ( | const Zmm & | z, |
const Operand & | op ) |
Definition at line 1931 of file xbyak_mnemonic.h.
void vrsqrt28ps | ( | const Zmm & | z, |
const Operand & | op ) |
Definition at line 1932 of file xbyak_mnemonic.h.
void vrsqrt28sd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1933 of file xbyak_mnemonic.h.
void vrsqrt28ss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1934 of file xbyak_mnemonic.h.
void vrsqrtps | ( | const Xmm & | xm, |
const Operand & | op ) |
Definition at line 1247 of file xbyak_mnemonic.h.
void vrsqrtss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1248 of file xbyak_mnemonic.h.
void vscalefpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1935 of file xbyak_mnemonic.h.
void vscalefps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1936 of file xbyak_mnemonic.h.
void vscalefsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1937 of file xbyak_mnemonic.h.
void vscalefss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
Definition at line 1938 of file xbyak_mnemonic.h.
void vscatterdpd | ( | const Address & | addr, |
const Xmm & | x ) |
Definition at line 1939 of file xbyak_mnemonic.h.
void vscatterdps | ( | const Address & | addr, |
const Xmm & | x ) |
Definition at line 1940 of file xbyak_mnemonic.h.
void vscatterpf0dpd | ( | const Address & | addr | ) |
Definition at line 1941 of file xbyak_mnemonic.h.
void vscatterpf0dps | ( | const Address & | addr | ) |
Definition at line 1942 of file xbyak_mnemonic.h.
void vscatterpf0qpd | ( | const Address & | addr | ) |
Definition at line 1943 of file xbyak_mnemonic.h.
void vscatterpf0qps | ( | const Address & | addr | ) |
Definition at line 1944 of file xbyak_mnemonic.h.
void vscatterpf1dpd | ( | const Address & | addr | ) |
Definition at line 1945 of file xbyak_mnemonic.h.
void vscatterpf1dps | ( | const Address & | addr | ) |
Definition at line 1946 of file xbyak_mnemonic.h.
void vscatterpf1qpd | ( | const Address & | addr | ) |
Definition at line 1947 of file xbyak_mnemonic.h.
void vscatterpf1qps | ( | const Address & | addr | ) |
Definition at line 1948 of file xbyak_mnemonic.h.
void vscatterqpd | ( | const Address & | addr, |
const Xmm & | x ) |
Definition at line 1949 of file xbyak_mnemonic.h.
void vscatterqps | ( | const Address & | addr, |
const Xmm & | x ) |
Definition at line 1950 of file xbyak_mnemonic.h.
Definition at line 1951 of file xbyak_mnemonic.h.
Definition at line 1952 of file xbyak_mnemonic.h.
Definition at line 1953 of file xbyak_mnemonic.h.
Definition at line 1954 of file xbyak_mnemonic.h.
void vsqrtpd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vsqrtps | ( | const Xmm & | xm, |
const Operand & | op ) |
void vsqrtsd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vsqrtss | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vstmxcsr | ( | const Address & | addr | ) |
Definition at line 1255 of file xbyak_mnemonic.h.
void vtestpd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vtestps | ( | const Xmm & | xm, |
const Operand & | op ) |
void vucomisd | ( | const Xmm & | xm, |
const Operand & | op ) |
void vucomiss | ( | const Xmm & | xm, |
const Operand & | op ) |
void vunpckhpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vunpckhps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vunpcklpd | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vunpcklps | ( | const Xmm & | x1, |
const Xmm & | x2, | ||
const Operand & | op ) |
void vzeroall | ( | ) |
Definition at line 1270 of file xbyak_mnemonic.h.
void vzeroupper | ( | ) |
Definition at line 1271 of file xbyak_mnemonic.h.
void wait | ( | ) |
Definition at line 1272 of file xbyak_mnemonic.h.
void wbinvd | ( | ) |
Definition at line 1273 of file xbyak_mnemonic.h.
void wrmsr | ( | ) |
Definition at line 1274 of file xbyak_mnemonic.h.
void xgetbv | ( | ) |
Definition at line 1276 of file xbyak_mnemonic.h.
void xlatb | ( | ) |
Definition at line 1277 of file xbyak_mnemonic.h.
Definition at line 1583 of file xbyak_mnemonic.h.
Definition at line 1278 of file xbyak_mnemonic.h.
Definition at line 1279 of file xbyak_mnemonic.h.
void xorpd | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 1280 of file xbyak_mnemonic.h.
void xorps | ( | const Xmm & | xmm, |
const Operand & | op ) |
Definition at line 1281 of file xbyak_mnemonic.h.