Package com.kenai.jnr.x86asm
Class SerializerIntrinsics
- java.lang.Object
-
- com.kenai.jnr.x86asm.SerializerCore
-
- com.kenai.jnr.x86asm.SerializerIntrinsics
-
- Direct Known Subclasses:
Serializer
@Deprecated public abstract class SerializerIntrinsics extends SerializerCore
Deprecated.Assembler instruction serializer.
-
-
Field Summary
-
Fields inherited from class com.kenai.jnr.x86asm.SerializerCore
_cmovcctable, _jcctable, _none, _setcctable
-
-
Constructor Summary
Constructors Constructor Description SerializerIntrinsics()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidadc(Mem dst, Immediate src)Deprecated.Add with Carry.voidadc(Mem dst, Register src)Deprecated.Add with Carry.voidadc(Register dst, Immediate src)Deprecated.Add with Carry.voidadc(Register dst, Mem src)Deprecated.Add with Carry.voidadc(Register dst, Register src)Deprecated.Add with Carry.voidadd(Mem dst, Immediate src)Deprecated.Add.voidadd(Mem dst, Register src)Deprecated.Add.voidadd(Register dst, Immediate src)Deprecated.Add.voidadd(Register dst, Mem src)Deprecated.Add.voidadd(Register dst, Register src)Deprecated.Add.voidaddpd(XMMRegister dst, Mem src)Deprecated.Packed DP-FP Add (SSE2).voidaddpd(XMMRegister dst, XMMRegister src)Deprecated.Packed DP-FP Add (SSE2).voidaddps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Add (SSE).voidaddps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Add (SSE).voidaddsd(XMMRegister dst, Mem src)Deprecated.Scalar DP-FP Add (SSE2).voidaddsd(XMMRegister dst, XMMRegister src)Deprecated.Scalar DP-FP Add (SSE2).voidaddss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Add (SSE).voidaddss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Add (SSE).voidaddsubpd(XMMRegister dst, Mem src)Deprecated.Packed DP-FP Add/Subtract (SSE3).voidaddsubpd(XMMRegister dst, XMMRegister src)Deprecated.Packed DP-FP Add/Subtract (SSE3).voidaddsubps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Add/Subtract (SSE3).voidaddsubps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Add/Subtract (SSE3).voidamd_prefetch(Mem mem)Deprecated.Prefetch (3dNow - Amd).voidamd_prefetchw(Mem mem)Deprecated.Prefetch and set cache to modified (3dNow - Amd).voidand_(Mem dst, Immediate src)Deprecated.Logical And.voidand_(Mem dst, Register src)Deprecated.Logical And.voidand_(Register dst, Immediate src)Deprecated.Logical And.voidand_(Register dst, Mem src)Deprecated.Logical And.voidand_(Register dst, Register src)Deprecated.Logical And.voidandnpd(XMMRegister dst, Mem src)Deprecated.Bit-wise Logical And Not For DP-FP (SSE2).voidandnpd(XMMRegister dst, XMMRegister src)Deprecated.Bit-wise Logical And Not For DP-FP (SSE2).voidandnps(XMMRegister dst, Mem src)Deprecated.Bit-wise Logical And Not For SP-FP (SSE).voidandnps(XMMRegister dst, XMMRegister src)Deprecated.Bit-wise Logical And Not For SP-FP (SSE).voidandpd(XMMRegister dst, Mem src)Deprecated.Bit-wise Logical And For DP-FP (SSE2).voidandpd(XMMRegister dst, XMMRegister src)Deprecated.Bit-wise Logical And For DP-FP (SSE2).voidandps(XMMRegister dst, Mem src)Deprecated.Bit-wise Logical And For SP-FP (SSE).voidandps(XMMRegister dst, XMMRegister src)Deprecated.Bit-wise Logical And For SP-FP (SSE).voidblendpd(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Blend Packed DP-FP Values (SSE4.1).voidblendpd(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Blend Packed DP-FP Values (SSE4.1).voidblendps(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Blend Packed SP-FP Values (SSE4.1).voidblendps(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Blend Packed SP-FP Values (SSE4.1).voidblendvpd(XMMRegister dst, Mem src)Deprecated.Variable Blend Packed DP-FP Values (SSE4.1).voidblendvpd(XMMRegister dst, XMMRegister src)Deprecated.Variable Blend Packed DP-FP Values (SSE4.1).voidblendvps(XMMRegister dst, Mem src)Deprecated.Variable Blend Packed SP-FP Values (SSE4.1).voidblendvps(XMMRegister dst, XMMRegister src)Deprecated.Variable Blend Packed SP-FP Values (SSE4.1).voidbsf(Register dst, Mem src)Deprecated.Bit Scan Forward.voidbsf(Register dst, Register src)Deprecated.Bit Scan Forward.voidbsr(Register dst, Mem src)Deprecated.Bit Scan Reverse.voidbsr(Register dst, Register src)Deprecated.Bit Scan Reverse.voidbswap(Register dst)Deprecated.Byte swap (32 bit or 64 bit registers only) (i486).voidbt(Mem dst, Immediate src)Deprecated.Bit test.voidbt(Mem dst, Register src)Deprecated.Bit test.voidbt(Register dst, Immediate src)Deprecated.Bit test.voidbt(Register dst, Register src)Deprecated.Bit test.voidbtc(Mem dst, Immediate src)Deprecated.Bit test and complement.voidbtc(Mem dst, Register src)Deprecated.Bit test and complement.voidbtc(Register dst, Immediate src)Deprecated.Bit test and complement.voidbtc(Register dst, Register src)Deprecated.Bit test and complement.voidbtr(Mem dst, Immediate src)Deprecated.Bit test and reset.voidbtr(Mem dst, Register src)Deprecated.Bit test and reset.voidbtr(Register dst, Immediate src)Deprecated.Bit test and reset.voidbtr(Register dst, Register src)Deprecated.Bit test and reset.voidbts(Mem dst, Immediate src)Deprecated.Bit test and set.voidbts(Mem dst, Register src)Deprecated.Bit test and set.voidbts(Register dst, Immediate src)Deprecated.Bit test and set.voidbts(Register dst, Register src)Deprecated.Bit test and set.voidcall(long dst)Deprecated.Jump.voidcall(Immediate dst)Deprecated.Call Procedure.voidcall(Label label)Deprecated.Call Procedure.voidcall(Mem dst)Deprecated.Call Procedure.voidcall(Register dst)Deprecated.Call Procedure.voidcbw()Deprecated.Convert Byte to Word (Sign Extend).voidcdqe()Deprecated.Convert DWord to QWord (Sign Extend).voidclc()Deprecated.Clear CARRY flagvoidcld()Deprecated.Clear Direction flagvoidclflush(Mem mem)Deprecated.Flush Cache Line (SSE2).voidcmc()Deprecated.Complement Carry Flag.voidcmov(CONDITION cc, Register dst, Mem src)Deprecated.Conditional Move.voidcmov(CONDITION cc, Register dst, Register src)Deprecated.Conditional Move.voidcmova(Register dst, Mem src)Deprecated.Conditional Move.voidcmova(Register dst, Register src)Deprecated.Conditional Move.voidcmovae(Register dst, Mem src)Deprecated.Conditional Move.voidcmovae(Register dst, Register src)Deprecated.Conditional Move.voidcmovb(Register dst, Mem src)Deprecated.Conditional Move.voidcmovb(Register dst, Register src)Deprecated.Conditional Move.voidcmovbe(Register dst, Mem src)Deprecated.Conditional Move.voidcmovbe(Register dst, Register src)Deprecated.Conditional Move.voidcmovc(Register dst, Mem src)Deprecated.Conditional Move.voidcmovc(Register dst, Register src)Deprecated.Conditional Move.voidcmove(Register dst, Mem src)Deprecated.Conditional Move.voidcmove(Register dst, Register src)Deprecated.Conditional Move.voidcmovg(Register dst, Mem src)Deprecated.Conditional Move.voidcmovg(Register dst, Register src)Deprecated.Conditional Move.voidcmovge(Register dst, Mem src)Deprecated.Conditional Move.voidcmovge(Register dst, Register src)Deprecated.Conditional Move.voidcmovl(Register dst, Mem src)Deprecated.Conditional Move.voidcmovl(Register dst, Register src)Deprecated.Conditional Move.voidcmovle(Register dst, Mem src)Deprecated.Conditional Move.voidcmovle(Register dst, Register src)Deprecated.Conditional Move.voidcmovna(Register dst, Mem src)Deprecated.Conditional Move.voidcmovna(Register dst, Register src)Deprecated.Conditional Move.voidcmovnae(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnae(Register dst, Register src)Deprecated.Conditional Move.voidcmovnb(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnb(Register dst, Register src)Deprecated.Conditional Move.voidcmovnbe(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnbe(Register dst, Register src)Deprecated.Conditional Move.voidcmovnc(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnc(Register dst, Register src)Deprecated.Conditional Move.voidcmovne(Register dst, Mem src)Deprecated.Conditional Move.voidcmovne(Register dst, Register src)Deprecated.Conditional Move.voidcmovng(Register dst, Mem src)Deprecated.Conditional Move.voidcmovng(Register dst, Register src)Deprecated.Conditional Move.voidcmovnge(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnge(Register dst, Register src)Deprecated.Conditional Move.voidcmovnl(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnl(Register dst, Register src)Deprecated.Conditional Move.voidcmovnle(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnle(Register dst, Register src)Deprecated.Conditional Move.voidcmovno(Register dst, Mem src)Deprecated.Conditional Move.voidcmovno(Register dst, Register src)Deprecated.Conditional Move.voidcmovnp(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnp(Register dst, Register src)Deprecated.Conditional Move.voidcmovns(Register dst, Mem src)Deprecated.Conditional Move.voidcmovns(Register dst, Register src)Deprecated.Conditional Move.voidcmovnz(Register dst, Mem src)Deprecated.Conditional Move.voidcmovnz(Register dst, Register src)Deprecated.Conditional Move.voidcmovo(Register dst, Mem src)Deprecated.Conditional Move.voidcmovo(Register dst, Register src)Deprecated.Conditional Move.voidcmovp(Register dst, Mem src)Deprecated.Conditional Move.voidcmovp(Register dst, Register src)Deprecated.Conditional Move.voidcmovpe(Register dst, Mem src)Deprecated.Conditional Move.voidcmovpe(Register dst, Register src)Deprecated.Conditional Move.voidcmovpo(Register dst, Mem src)Deprecated.Conditional Move.voidcmovpo(Register dst, Register src)Deprecated.Conditional Move.voidcmovs(Register dst, Mem src)Deprecated.Conditional Move.voidcmovs(Register dst, Register src)Deprecated.Conditional Move.voidcmovz(Register dst, Mem src)Deprecated.Conditional Move.voidcmovz(Register dst, Register src)Deprecated.Conditional Move.voidcmp(Mem dst, Immediate src)Deprecated.Compare Two Operands.voidcmp(Mem dst, Register src)Deprecated.Compare Two Operands.voidcmp(Register dst, Immediate src)Deprecated.Compare Two Operands.voidcmp(Register dst, Mem src)Deprecated.Compare Two Operands.voidcmp(Register dst, Register src)Deprecated.Compare Two Operands.voidcmppd(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Packed DP-FP Compare (SSE2).voidcmppd(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Packed DP-FP Compare (SSE2).voidcmpps(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Packed SP-FP Compare (SSE).voidcmpps(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Packed SP-FP Compare (SSE).voidcmpsd(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Compare Scalar SP-FP Values (SSE2).voidcmpsd(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Compare Scalar SP-FP Values (SSE2).voidcmpss(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Compare Scalar SP-FP Values (SSE).voidcmpss(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Compare Scalar SP-FP Values (SSE).voidcmpxchg(Mem dst, Register src)Deprecated.Compare and Exchange (i486).voidcmpxchg(Register dst, Register src)Deprecated.Compare and Exchange (i486).voidcmpxchg16b(Mem dst)Deprecated.Compares the 128-bit value in RDX:RAX with the memory operand.voidcmpxchg8b(Mem dst)Deprecated.Compares the 64-bit value in EDX:EAX with the memory operand (Pentium).voidcomisd(XMMRegister dst, Mem src)Deprecated.Scalar Ordered DP-FP Compare and Set EFLAGS (SSE2).voidcomisd(XMMRegister dst, XMMRegister src)Deprecated.Scalar Ordered DP-FP Compare and Set EFLAGS (SSE2).voidcomiss(XMMRegister dst, Mem src)Deprecated.Scalar Ordered SP-FP Compare and Set EFLAGS (SSE).voidcomiss(XMMRegister dst, XMMRegister src)Deprecated.Scalar Ordered SP-FP Compare and Set EFLAGS (SSE).voidcpuid()Deprecated.CPU Identification (i486).voidcrc32(Register dst, Mem src)Deprecated.Accumulate CRC32 Value (polynomial 0x11EDC6F41) (SSE4.2).voidcrc32(Register dst, Register src)Deprecated.Accumulate CRC32 Value (polynomial 0x11EDC6F41) (SSE4.2).voidcvtdq2pd(XMMRegister dst, Mem src)Deprecated.Convert Packed Dword Integers to Packed DP-FP Values (SSE2).voidcvtdq2pd(XMMRegister dst, XMMRegister src)Deprecated.Convert Packed Dword Integers to Packed DP-FP Values (SSE2).voidcvtdq2ps(XMMRegister dst, Mem src)Deprecated.Convert Packed Dword Integers to Packed SP-FP Values (SSE2).voidcvtdq2ps(XMMRegister dst, XMMRegister src)Deprecated.Convert Packed Dword Integers to Packed SP-FP Values (SSE2).voidcvtpd2dq(XMMRegister dst, Mem src)Deprecated.Convert Packed DP-FP Values to Packed Dword Integers (SSE2).voidcvtpd2dq(XMMRegister dst, XMMRegister src)Deprecated.Convert Packed DP-FP Values to Packed Dword Integers (SSE2).voidcvtpd2pi(MMRegister dst, Mem src)Deprecated.Convert Packed DP-FP Values to Packed Dword Integers (SSE2).voidcvtpd2pi(MMRegister dst, XMMRegister src)Deprecated.Convert Packed DP-FP Values to Packed Dword Integers (SSE2).voidcvtpd2ps(XMMRegister dst, Mem src)Deprecated.Convert Packed DP-FP Values to Packed SP-FP Values (SSE2).voidcvtpd2ps(XMMRegister dst, XMMRegister src)Deprecated.Convert Packed DP-FP Values to Packed SP-FP Values (SSE2).voidcvtpi2pd(XMMRegister dst, Mem src)Deprecated.Convert Packed Dword Integers to Packed DP-FP Values (SSE2).voidcvtpi2pd(XMMRegister dst, MMRegister src)Deprecated.Convert Packed Dword Integers to Packed DP-FP Values (SSE2).voidcvtpi2ps(XMMRegister dst, Mem src)Deprecated.Packed Signed INT32 to Packed SP-FP Conversion (SSE).voidcvtpi2ps(XMMRegister dst, MMRegister src)Deprecated.Packed Signed INT32 to Packed SP-FP Conversion (SSE).voidcvtps2dq(XMMRegister dst, Mem src)Deprecated.Convert Packed SP-FP Values to Packed Dword Integers (SSE2).voidcvtps2dq(XMMRegister dst, XMMRegister src)Deprecated.Convert Packed SP-FP Values to Packed Dword Integers (SSE2).voidcvtps2pd(XMMRegister dst, Mem src)Deprecated.Convert Packed SP-FP Values to Packed DP-FP Values (SSE2).voidcvtps2pd(XMMRegister dst, XMMRegister src)Deprecated.Convert Packed SP-FP Values to Packed DP-FP Values (SSE2).voidcvtps2pi(MMRegister dst, Mem src)Deprecated.Packed SP-FP to Packed INT32 Conversion (SSE).voidcvtps2pi(MMRegister dst, XMMRegister src)Deprecated.Packed SP-FP to Packed INT32 Conversion (SSE).voidcvtsd2si(Register dst, Mem src)Deprecated.Convert Scalar DP-FP Value to Dword Integer (SSE2).voidcvtsd2si(Register dst, XMMRegister src)Deprecated.Convert Scalar DP-FP Value to Dword Integer (SSE2).voidcvtsd2ss(XMMRegister dst, Mem src)Deprecated.Convert Scalar DP-FP Value to Scalar SP-FP Value (SSE2).voidcvtsd2ss(XMMRegister dst, XMMRegister src)Deprecated.Convert Scalar DP-FP Value to Scalar SP-FP Value (SSE2).voidcvtsi2sd(XMMRegister dst, Mem src)Deprecated.Convert Dword Integer to Scalar DP-FP Value (SSE2).voidcvtsi2sd(XMMRegister dst, Register src)Deprecated.Convert Dword Integer to Scalar DP-FP Value (SSE2).voidcvtsi2ss(XMMRegister dst, Mem src)Deprecated.Scalar Signed INT32 to SP-FP Conversion (SSE).voidcvtsi2ss(XMMRegister dst, Register src)Deprecated.Scalar Signed INT32 to SP-FP Conversion (SSE).voidcvtss2sd(XMMRegister dst, Mem src)Deprecated.Convert Scalar SP-FP Value to Scalar DP-FP Value (SSE2).voidcvtss2sd(XMMRegister dst, XMMRegister src)Deprecated.Convert Scalar SP-FP Value to Scalar DP-FP Value (SSE2).voidcvtss2si(Register dst, Mem src)Deprecated.Scalar SP-FP to Signed INT32 Conversion (SSE).voidcvtss2si(Register dst, XMMRegister src)Deprecated.Scalar SP-FP to Signed INT32 Conversion (SSE).voidcvttpd2dq(XMMRegister dst, Mem src)Deprecated.Convert with Truncation Packed DP-FP Values to Packed Dword Integers (SSE2).voidcvttpd2dq(XMMRegister dst, XMMRegister src)Deprecated.Convert with Truncation Packed DP-FP Values to Packed Dword Integers (SSE2).voidcvttpd2pi(MMRegister dst, Mem src)Deprecated.Convert with Truncation Packed DP-FP Values to Packed Dword Integers (SSE2).voidcvttpd2pi(MMRegister dst, XMMRegister src)Deprecated.Convert with Truncation Packed DP-FP Values to Packed Dword Integers (SSE2).voidcvttps2dq(XMMRegister dst, Mem src)Deprecated.Convert with Truncation Packed SP-FP Values to Packed Dword Integers (SSE2).voidcvttps2dq(XMMRegister dst, XMMRegister src)Deprecated.Convert with Truncation Packed SP-FP Values to Packed Dword Integers (SSE2).voidcvttps2pi(MMRegister dst, Mem src)Deprecated.Packed SP-FP to Packed INT32 Conversion (truncate) (SSE).voidcvttps2pi(MMRegister dst, XMMRegister src)Deprecated.Packed SP-FP to Packed INT32 Conversion (truncate) (SSE).voidcvttsd2si(Register dst, Mem src)Deprecated.Convert with Truncation Scalar DP-FP Value to Signed Dword Integer (SSE2).voidcvttsd2si(Register dst, XMMRegister src)Deprecated.Convert with Truncation Scalar DP-FP Value to Signed Dword Integer (SSE2).voidcvttss2si(Register dst, Mem src)Deprecated.Scalar SP-FP to Signed INT32 Conversion (truncate) (SSE).voidcvttss2si(Register dst, XMMRegister src)Deprecated.Scalar SP-FP to Signed INT32 Conversion (truncate) (SSE).voidcwde()Deprecated.Convert Word to DWord (Sign Extend).voiddaa()Deprecated.Decimal adjust AL after additionvoiddas()Deprecated.Decimal adjust AL after subtractionvoiddec(Mem dst)Deprecated.Decrement by 1.voiddec(Register dst)Deprecated.Decrement by 1.voiddiv(Mem src)Deprecated.Unsigned divide.voiddiv(Register src)Deprecated.Unsigned divide.voiddivpd(XMMRegister dst, Mem src)Deprecated.Packed DP-FP Divide (SSE2).voiddivpd(XMMRegister dst, XMMRegister src)Deprecated.Packed DP-FP Divide (SSE2).voiddivps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Divide (SSE).voiddivps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Divide (SSE).voiddivsd(XMMRegister dst, Mem src)Deprecated.Scalar DP-FP Divide (SSE2).voiddivsd(XMMRegister dst, XMMRegister src)Deprecated.Scalar DP-FP Divide (SSE2).voiddivss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Divide (SSE).voiddivss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Divide (SSE).voiddppd(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Dot Product of Packed DP-FP Values (SSE4.1).voiddppd(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Dot Product of Packed DP-FP Values (SSE4.1).voiddpps(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Dot Product of Packed SP-FP Values (SSE4.1).voiddpps(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Dot Product of Packed SP-FP Values (SSE4.1).voidemms()Deprecated.Empty MMX state.voidenter(Immediate imm16, Immediate imm8)Deprecated.Make Stack Frame for Procedure Parameters.voidextractps(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Extract Packed SP-FP Value @brief (SSE4.1).voidextractps(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Extract Packed SP-FP Value @brief (SSE4.1).voidf2xm1()Deprecated.Compute 2^x - 1 (FPU).voidfabs()Deprecated.Absolute Value of st(0) (FPU).voidfadd(Mem src)Deprecated.Add @a src to st(0) and store result in st(0) (FPU).voidfadd(X87Register dst, X87Register src)Deprecated.Add @a src to @a dst and store result in @a dst (FPU).voidfaddp()Deprecated.Add st(0) to @a dst and POP register stack (FPU).voidfaddp(X87Register dst)Deprecated.Add st(0) to @a dst and POP register stack (FPU).voidfbld(Mem src)Deprecated.Load Binary Coded Decimal (FPU).voidfbstp(Mem dst)Deprecated.Store BCD Integer and Pop (FPU).voidfchs()Deprecated.Change st(0) Sign (FPU).voidfclex()Deprecated.Clear Exceptions (FPU).voidfcmovb(X87Register src)Deprecated.FP Conditional Move (FPU).voidfcmovbe(X87Register src)Deprecated.FP Conditional Move (FPU).voidfcmove(X87Register src)Deprecated.FP Conditional Move (FPU).voidfcmovnb(X87Register src)Deprecated.FP Conditional Move (FPU).voidfcmovnbe(X87Register src)Deprecated.FP Conditional Move (FPU).voidfcmovne(X87Register src)Deprecated.FP Conditional Move (FPU).voidfcmovnu(X87Register src)Deprecated.FP Conditional Move (FPU).voidfcmovu(X87Register src)Deprecated.FP Conditional Move (FPU).voidfcom()Deprecated.voidfcom(Mem src)Deprecated.Compare st(0) with 4 byte or 8 byte FP at @a src (FPU).voidfcom(X87Register reg)Deprecated.Compare st(0) with @a reg (FPU).voidfcomi(X87Register reg)Deprecated.Compare st(0) and @a reg and Set EFLAGS (FPU).voidfcomip(X87Register reg)Deprecated.Compare st(0) and @a reg and Set EFLAGS and pop the stack (FPU).voidfcomp()Deprecated.voidfcomp(Mem mem)Deprecated.Compare st(0) with 4 byte or 8 byte FP at @a adr and pop thevoidfcomp(X87Register reg)Deprecated.Compare st(0) with @a reg and pop the stack (FPU).voidfcompp()Deprecated.Compare st(0) with st(1) and pop register stack twice (FPU).voidfcos()Deprecated.Cosine (FPU).voidfdecstp()Deprecated.Decrement Stack-Top Pointer (FPU).voidfdiv(Mem src)Deprecated.Divide st(0) by 32 bit or 64 bit FP value (FPU).voidfdiv(X87Register dst, X87Register src)Deprecated.Divide @a dst by @a src (FPU).voidfdivp()Deprecated.voidfdivp(X87Register reg)Deprecated.Divide @a reg by st(0) (FPU).voidfdivr(Mem src)Deprecated.Reverse Divide st(0) by 32 bit or 64 bit FP value (FPU).voidfdivr(X87Register dst, X87Register src)Deprecated.Reverse Divide @a dst by @a src (FPU).voidfdivrp()Deprecated.voidfdivrp(X87Register reg)Deprecated.Reverse Divide @a reg by st(0) (FPU).voidfemms()Deprecated.Faster EMMS (3dNow!).voidffree(X87Register reg)Deprecated.Free Floating-Point Register (FPU).voidfiadd(Mem src)Deprecated.Add 16 bit or 32 bit integer to st(0) (FPU).voidficom(Mem src)Deprecated.Compare st(0) with 16 bit or 32 bit Integer (FPU).voidficomp(Mem src)Deprecated.Compare st(0) with 16 bit or 32 bit Integer and pop the stack (FPU).voidfidiv(Mem src)Deprecated.Divide st(0) by 32 bit or 16 bit integer (@a src) (FPU).voidfidivr(Mem src)Deprecated.Reverse Divide st(0) by 32 bit or 16 bit integer (@a src) (FPU).voidfild(Mem src)Deprecated.Load 16 bit, 32 bit or 64 bit Integer and push it to the stack (FPU).voidfimul(Mem src)Deprecated.Multiply st(0) by 16 bit or 32 bit integer and store itvoidfincstp()Deprecated.Increment Stack-Top Pointer (FPU).voidfinit()Deprecated.Initialize Floating-Point Unit (FPU).voidfist(Mem dst)Deprecated.Store st(0) as 16 bit or 32 bit Integer to @a dst (FPU).voidfistp(Mem dst)Deprecated.Store st(0) as 16 bit, 32 bit or 64 bit Integer to @a dst and popvoidfisttp(Mem dst)Deprecated.Store Integer with Truncation (SSE3).voidfisub(Mem src)Deprecated.Subtract 16 bit or 32 bit integer from st(0) and store result tovoidfisubr(Mem src)Deprecated.Reverse Subtract 16 bit or 32 bit integer from st(0) andvoidfld(Mem src)Deprecated.Push 32 bit, 64 bit or 80 bit Floating Point Value onto the FPUvoidfld(X87Register reg)Deprecated.Push @a reg onto the FPU register stack (FPU).voidfld1()Deprecated.Push +1.0 onto the FPU register stack (FPU).voidfldcw(Mem src)Deprecated.Load x87 FPU Control Word (2 bytes) (FPU).voidfldenv(Mem src)Deprecated.Load x87 FPU Environment (14 or 28 bytes) (FPU).voidfldl2e()Deprecated.Push log2(e) onto the FPU register stack (FPU).voidfldl2t()Deprecated.Push log2(10) onto the FPU register stack (FPU).voidfldlg2()Deprecated.Push log10(2) onto the FPU register stack (FPU).voidfldln2()Deprecated.Push ln(2) onto the FPU register stack (FPU).voidfldpi()Deprecated.Push pi onto the FPU register stack (FPU).voidfldz()Deprecated.Push +0.0 onto the FPU register stack (FPU).voidfmul(Mem src)Deprecated.Multiply st(0) by @a src and store result in st(0) (FPU).voidfmul(X87Register dst, X87Register src)Deprecated.Multiply @a dst by @a src and store result in @a dst (FPU).voidfmulp()Deprecated.voidfmulp(X87Register dst)Deprecated.Multiply st(0) by @a dst and POP register stack (FPU).voidfnclex()Deprecated.Clear Exceptions (FPU).voidfninit()Deprecated.Initialize Floating-Point Unit (FPU).voidfnop()Deprecated.No Operation (FPU).voidfnsave(Mem dst)Deprecated.Save FPU State (FPU).voidfnstcw(Mem dst)Deprecated.Store x87 FPU Control Word (FPU).voidfnstenv(Mem dst)Deprecated.Store x87 FPU Environment (FPU).voidfnstsw(Mem dst)Deprecated.Store x87 FPU Status Word (2 Bytes) (FPU).voidfnstsw(Register dst)Deprecated.Store x87 FPU Status Word (2 Bytes) (FPU).voidfpatan()Deprecated.Partial Arctangent (FPU).voidfprem()Deprecated.Partial Remainder (FPU).voidfprem1()Deprecated.Partial Remainder (FPU).voidfptan()Deprecated.Partial Tangent (FPU).voidfrndint()Deprecated.Round to Integer (FPU).voidfrstor(Mem src)Deprecated.Restore FPU State (FPU).voidfsave(Mem dst)Deprecated.Save FPU State (FPU).voidfscale()Deprecated.Scale (FPU).voidfsin()Deprecated.Sine (FPU).voidfsincos()Deprecated.Sine and Cosine (FPU).voidfsqrt()Deprecated.Square Root (FPU).voidfst(Mem dst)Deprecated.Store Floating Point Value (FPU).voidfst(X87Register reg)Deprecated.Store Floating Point Value (FPU).voidfstcw(Mem dst)Deprecated.Store x87 FPU Control Word (FPU).voidfstenv(Mem dst)Deprecated.Store x87 FPU Environment (FPU).voidfstp(Mem dst)Deprecated.Store Floating Point Value and Pop Register Stack (FPU).voidfstp(X87Register reg)Deprecated.Store Floating Point Value and Pop Register Stack (FPU).voidfstsw(Mem dst)Deprecated.Store x87 FPU Status Word (2 Bytes) (FPU).voidfstsw(Register dst)Deprecated.Store x87 FPU Status Word (2 Bytes) (FPU).voidfsub(Mem src)Deprecated.Subtract @a src from st(0) and store result in st(0) (FPU).voidfsub(X87Register dst, X87Register src)Deprecated.Subtract @a src from @a dst and store result in @a dst (FPU).voidfsubp()Deprecated.voidfsubp(X87Register dst)Deprecated.Subtract st(0) from @a dst and POP register stack (FPU).voidfsubr(Mem src)Deprecated.Reverse Subtract @a src from st(0) and store result in st(0) (FPU).voidfsubr(X87Register dst, X87Register src)Deprecated.Reverse Subtract @a src from @a dst and store result in @a dst (FPU).voidfsubrp()Deprecated.voidfsubrp(X87Register dst)Deprecated.Reverse Subtract st(0) from @a dst and POP register stack (FPU).voidftst()Deprecated.Floating point test - Compare st(0) with 0.0.voidfucom()Deprecated.voidfucom(X87Register reg)Deprecated.Unordered Compare st(0) with @a reg (FPU).voidfucomi(X87Register reg)Deprecated.Unordered Compare st(0) and @a reg, check for ordered valuesvoidfucomip()Deprecated.voidfucomip(X87Register reg)Deprecated.UnorderedCompare st(0) and @a reg, Check for ordered valuesvoidfucomp()Deprecated.voidfucomp(X87Register reg)Deprecated.Unordered Compare st(0) with @a reg and pop register stack (FPU).voidfucompp()Deprecated.Unordered compare st(0) with st(1) and pop register stack twicevoidfwait()Deprecated.voidfxam()Deprecated.Examine st(0) (FPU).voidfxch()Deprecated.voidfxch(X87Register reg)Deprecated.Exchange Register Contents (FPU).voidfxrstor(Mem src)Deprecated.Restore FP And MMX(tm) State And Streaming SIMD Extension Statevoidfxsave(Mem dst)Deprecated.Store FP and MMX(tm) State and Streaming SIMD Extension Statevoidfxtract()Deprecated.Extract Exponent and Significand (FPU).voidfyl2x()Deprecated.Compute y * log2(x).voidfyl2xp1()Deprecated.Compute y * log_2(x+1).voidhaddpd(XMMRegister dst, Mem src)Deprecated.Packed DP-FP Horizontal Add (SSE3).voidhaddpd(XMMRegister dst, XMMRegister src)Deprecated.Packed DP-FP Horizontal Add (SSE3).voidhaddps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Horizontal Add (SSE3).voidhaddps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Horizontal Add (SSE3).voidhsubpd(XMMRegister dst, Mem src)Deprecated.Packed DP-FP Horizontal Subtract (SSE3).voidhsubpd(XMMRegister dst, XMMRegister src)Deprecated.Packed DP-FP Horizontal Subtract (SSE3).voidhsubps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Horizontal Subtract (SSE3).voidhsubps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Horizontal Subtract (SSE3).voididiv(Mem src)Deprecated.Signed divide.voididiv(Register src)Deprecated.Signed divide.voidimul(Mem src)Deprecated.voidimul(Register src)Deprecated.Signed multiply.voidimul(Register dst, Immediate src)Deprecated.Signed multiply.voidimul(Register dst, Mem src)Deprecated.Signed multiply.voidimul(Register dst, Mem src, Immediate imm)Deprecated.voidimul(Register dst, Register src)Deprecated.Signed multiply.voidimul(Register dst, Register src, Immediate imm)Deprecated.Signed multiply.voidinc(Mem dst)Deprecated.Increment by 1.voidinc(Register dst)Deprecated.Increment by 1.voidint3()Deprecated.Interrupt 3 � trap to debugger.voidj(CONDITION cc, Label label, int hint)Deprecated.Jump to label @a label if condition @a cc is met.voidj_short(CONDITION cc, Label label, int hint)Deprecated.Jump to label @a label if condition @a cc is met.voidja(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidja_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjae(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjae_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjb(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjb_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjbe(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjbe_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjc(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjc_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidje(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidje_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjg(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjg_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjge(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjge_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjl(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjl_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjle(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjle_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjmp(long dst)Deprecated.Jump.voidjmp(Immediate dst)Deprecated.Jump.voidjmp(Label label)Deprecated.Jump.voidjmp(Mem dst)Deprecated.Jump.voidjmp(Register dst)Deprecated.Jump.voidjmp_short(Label label)Deprecated.Jump, see @c jmp().voidjna(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjna_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnae(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnae_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnb(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnb_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnbe(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnbe_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnc(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnc_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjne(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjne_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjng(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjng_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnge(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnge_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnl(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnl_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnle(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnle_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjno(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjno_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnp(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnp_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjns(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjns_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnz(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjnz_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjo(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjo_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjp(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjp_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjpe(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjpe_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjpo(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjpo_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjs(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjs_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjz(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidjz_short(Label label, int hint)Deprecated.Jump to label @a label if condition is met.voidlddqu(XMMRegister dst, Mem src)Deprecated.Load Unaligned Integer 128 Bits (SSE3).voidldmxcsr(Mem src)Deprecated.Load Streaming SIMD Extension Control/Status (SSE).voidlea(Register dst, Mem src)Deprecated.Load Effective Addressvoidleave()Deprecated.High Level Procedure Exit.voidlfence()Deprecated.Load Fence (SSE2).voidlock()Deprecated.Assert LOCK# Signal Prefix.voidmaskmovdqu(XMMRegister src, XMMRegister mask)Deprecated.Store Selected Bytes of Double Quadword (SSE2).voidmaskmovq(MMRegister data, MMRegister mask)Deprecated.Byte Mask Write (SSE).voidmaxpd(XMMRegister dst, Mem src)Deprecated.Return Maximum Packed Double-Precision FP Values (SSE2).voidmaxpd(XMMRegister dst, XMMRegister src)Deprecated.Return Maximum Packed Double-Precision FP Values (SSE2).voidmaxps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Maximum (SSE).voidmaxps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Maximum (SSE).voidmaxsd(XMMRegister dst, Mem src)Deprecated.Return Maximum Scalar Double-Precision FP Value (SSE2).voidmaxsd(XMMRegister dst, XMMRegister src)Deprecated.Return Maximum Scalar Double-Precision FP Value (SSE2).voidmaxss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Maximum (SSE).voidmaxss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Maximum (SSE).voidmfence()Deprecated.Memory Fence (SSE2).voidminpd(XMMRegister dst, Mem src)Deprecated.Return Minimum Packed DP-FP Values (SSE2).voidminpd(XMMRegister dst, XMMRegister src)Deprecated.Return Minimum Packed DP-FP Values (SSE2).voidminps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Minimum (SSE).voidminps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Minimum (SSE).voidminsd(XMMRegister dst, Mem src)Deprecated.Return Minimum Scalar DP-FP Value (SSE2).voidminsd(XMMRegister dst, XMMRegister src)Deprecated.Return Minimum Scalar DP-FP Value (SSE2).voidminss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Minimum (SSE).voidminss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Minimum (SSE).voidmonitor()Deprecated.Set Up Monitor Address (SSE3).voidmov(Mem dst, Immediate src)Deprecated.Move.voidmov(Mem dst, Register src)Deprecated.Move.voidmov(Register dst, Immediate src)Deprecated.Move.voidmov(Register dst, Mem src)Deprecated.Move.voidmov(Register dst, Register src)Deprecated.Move data from one register to another.voidmov_ptr(long dst, Register src)Deprecated.Move byte, word, dword or qword from AL, AX, EAX or RAX register to absolute address @a dst.voidmov_ptr(Register dst, long src)Deprecated.Move byte, word, dword or qword from absolute address @a src to AL, AX, EAX or RAX register.voidmovapd(Mem dst, XMMRegister src)Deprecated.Move Aligned Packed Double-Precision FP Values (SSE2).voidmovapd(XMMRegister dst, Mem src)Deprecated.Move Aligned Packed Double-Precision FP Values (SSE2).voidmovapd(XMMRegister dst, XMMRegister src)Deprecated.Move Aligned Packed Double-Precision FP Values (SSE2).voidmovaps(Mem dst, XMMRegister src)Deprecated.Move Aligned Packed SP-FP Values (SSE).voidmovaps(XMMRegister dst, Mem src)Deprecated.Move Aligned Packed SP-FP Values (SSE).voidmovaps(XMMRegister dst, XMMRegister src)Deprecated.Move Aligned Packed SP-FP Values (SSE).voidmovbe(Mem dst, Register src)Deprecated.Move Data After Swapping Bytes (SSE3 - Intel Atom).voidmovbe(Register dst, Mem src)Deprecated.Move Data After Swapping Bytes (SSE3 - Intel Atom).voidmovd(Mem dst, MMRegister src)Deprecated.Move DWord (MMX).voidmovd(Mem dst, XMMRegister src)Deprecated.Move DWord.voidmovd(MMRegister dst, Mem src)Deprecated.Move DWord (MMX).voidmovd(MMRegister dst, Register src)Deprecated.Move DWord (MMX).voidmovd(Register dst, MMRegister src)Deprecated.Move DWord (MMX).voidmovd(Register dst, XMMRegister src)Deprecated.Move DWord.voidmovd(XMMRegister dst, Mem src)Deprecated.Move DWord.voidmovd(XMMRegister dst, Register src)Deprecated.Move DWord.voidmovddup(XMMRegister dst, Mem src)Deprecated.Move One DP-FP and Duplicate (SSE3).voidmovddup(XMMRegister dst, XMMRegister src)Deprecated.Move One DP-FP and Duplicate (SSE3).voidmovdq2q(MMRegister dst, XMMRegister src)Deprecated.Move Quadword from XMM to MMX Technology Register (SSE2).voidmovdqa(Mem dst, XMMRegister src)Deprecated.Move Aligned DQWord (SSE2).voidmovdqa(XMMRegister dst, Mem src)Deprecated.Move Aligned DQWord (SSE2).voidmovdqa(XMMRegister dst, XMMRegister src)Deprecated.Move Aligned DQWord (SSE2).voidmovdqu(Mem dst, XMMRegister src)Deprecated.Move Unaligned Double Quadword (SSE2).voidmovdqu(XMMRegister dst, Mem src)Deprecated.Move Unaligned Double Quadword (SSE2).voidmovdqu(XMMRegister dst, XMMRegister src)Deprecated.Move Unaligned Double Quadword (SSE2).voidmovhlps(XMMRegister dst, XMMRegister src)Deprecated.High to Low Packed SP-FP (SSE).voidmovhpd(Mem dst, XMMRegister src)Deprecated.Move High Packed Double-Precision FP Value (SSE2).voidmovhpd(XMMRegister dst, Mem src)Deprecated.Move High Packed Double-Precision FP Value (SSE2).voidmovhps(Mem dst, XMMRegister src)Deprecated.Move High Packed SP-FP (SSE).voidmovhps(XMMRegister dst, Mem src)Deprecated.Move High Packed SP-FP (SSE).voidmovlhps(XMMRegister dst, XMMRegister src)Deprecated.Move Low to High Packed SP-FP (SSE).voidmovlpd(Mem dst, XMMRegister src)Deprecated.Move Low Packed Double-Precision FP Value (SSE2).voidmovlpd(XMMRegister dst, Mem src)Deprecated.Move Low Packed Double-Precision FP Value (SSE2).voidmovlps(Mem dst, XMMRegister src)Deprecated.Move Low Packed SP-FP (SSE).voidmovlps(XMMRegister dst, Mem src)Deprecated.Move Low Packed SP-FP (SSE).voidmovmskpd(Register dst, XMMRegister src)Deprecated.Extract Packed DP-FP Sign Mask (SSE2).voidmovmskps(Register dst, XMMRegister src)Deprecated.Extract Packed SP-FP Sign Mask (SSE2).voidmovntdq(Mem dst, XMMRegister src)Deprecated.Store Double Quadword Using Non-Temporal Hint (SSE2).voidmovntdqa(XMMRegister dst, Mem src)Deprecated.Load Double Quadword Non-Temporal Aligned Hint (SSE4.1).voidmovnti(Mem dst, Register src)Deprecated.Store Store DWORD Using Non-Temporal Hint (SSE2).voidmovntpd(Mem dst, XMMRegister src)Deprecated.Store Packed Double-Precision FP Values Using Non-Temporal Hint (SSE2).voidmovntps(Mem dst, XMMRegister src)Deprecated.Move Aligned Four Packed SP-FP Non Temporal (SSE).voidmovntq(Mem dst, MMRegister src)Deprecated.Move 64 Bits Non Temporal (SSE).voidmovq(Mem dst, MMRegister src)Deprecated.Move QWord (MMX).voidmovq(Mem dst, XMMRegister src)Deprecated.Move QWord (SSE).voidmovq(MMRegister dst, Mem src)Deprecated.Move QWord (MMX).voidmovq(MMRegister dst, MMRegister src)Deprecated.Move QWord (MMX).voidmovq(MMRegister dst, Register src)Deprecated.Move QWord (MMX).voidmovq(Register dst, MMRegister src)Deprecated.Move QWord (MMX).voidmovq(Register dst, XMMRegister src)Deprecated.Move QWord (SSE).voidmovq(XMMRegister dst, Mem src)Deprecated.Move QWord (SSE).voidmovq(XMMRegister dst, Register src)Deprecated.Move QWord (SSE).voidmovq(XMMRegister dst, XMMRegister src)Deprecated.Move QWord (SSE).voidmovq2dq(XMMRegister dst, MMRegister src)Deprecated.Move Quadword from MMX Technology to XMM Register (SSE2).voidmovsd(Mem dst, XMMRegister src)Deprecated.Move Scalar Double-Precision FP Value (SSE2).voidmovsd(XMMRegister dst, Mem src)Deprecated.Move Scalar Double-Precision FP Value (SSE2).voidmovsd(XMMRegister dst, XMMRegister src)Deprecated.Move Scalar Double-Precision FP Value (SSE2).voidmovshdup(XMMRegister dst, Mem src)Deprecated.Move Packed SP-FP High and Duplicate (SSE3).voidmovshdup(XMMRegister dst, XMMRegister src)Deprecated.Move Packed SP-FP High and Duplicate (SSE3).voidmovsldup(XMMRegister dst, Mem src)Deprecated.Move Packed SP-FP Low and Duplicate (SSE3).voidmovsldup(XMMRegister dst, XMMRegister src)Deprecated.Move Packed SP-FP Low and Duplicate (SSE3).voidmovss(Mem dst, XMMRegister src)Deprecated.Move Scalar SP-FP (SSE).voidmovss(XMMRegister dst, Mem src)Deprecated.Move Scalar SP-FP (SSE).voidmovss(XMMRegister dst, XMMRegister src)Deprecated.Move Scalar SP-FP (SSE).voidmovsx(Register dst, Mem src)Deprecated.Move with Sign-Extension.voidmovsx(Register dst, Register src)Deprecated.Move with Sign-Extension.voidmovsxd(Register dst, Mem src)Deprecated.Move DWord to QWord with sign-extension.voidmovsxd(Register dst, Register src)Deprecated.Move DWord to QWord with sign-extension.voidmovupd(Mem dst, XMMRegister src)Deprecated.Move Unaligned Packed Double-Precision FP Values (SSE2).voidmovupd(XMMRegister dst, Mem src)Deprecated.Move Unaligned Packed Double-Precision FP Values (SSE2).voidmovups(Mem dst, XMMRegister src)Deprecated.Move Unaligned Packed SP-FP Values (SSE).voidmovups(XMMRegister dst, Mem src)Deprecated.Move Unaligned Packed SP-FP Values (SSE).voidmovups(XMMRegister dst, XMMRegister src)Deprecated.Move Unaligned Packed SP-FP Values (SSE).voidmovzx(Register dst, Mem src)Deprecated.Move with Zero-Extend.voidmovzx(Register dst, Register src)Deprecated.Move with Zero-Extend.voidmpsadbw(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Compute Multiple Packed Sums of Absolute Difference (SSE4.1).voidmpsadbw(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Compute Multiple Packed Sums of Absolute Difference (SSE4.1).voidmul(Mem src)Deprecated.Unsigned multiply.voidmul(Register src)Deprecated.Unsigned multiply.voidmulpd(XMMRegister dst, Mem src)Deprecated.Packed DP-FP Multiply (SSE2).voidmulpd(XMMRegister dst, XMMRegister src)Deprecated.Packed DP-FP Multiply (SSE2).voidmulps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Multiply (SSE).voidmulps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Multiply (SSE).voidmulsd(XMMRegister dst, Mem src)Deprecated.Scalar DP-FP Multiply (SSE2).voidmulsd(XMMRegister dst, XMMRegister src)Deprecated.Scalar DP-FP Multiply (SSE2).voidmulss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Multiply (SSE).voidmulss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Multiply (SSE).voidmwait()Deprecated.Monitor Wait (SSE3).voidneg(Mem dst)Deprecated.Two's Complement Negation.voidneg(Register dst)Deprecated.Two's Complement Negation.voidnop()Deprecated.No Operation.voidnot_(Mem dst)Deprecated.One's Complement Negation.voidnot_(Register dst)Deprecated.One's Complement Negation.voidor_(Mem dst, Immediate src)Deprecated.Logical Inclusive OR.voidor_(Mem dst, Register src)Deprecated.Logical Inclusive OR.voidor_(Register dst, Immediate src)Deprecated.Logical Inclusive OR.voidor_(Register dst, Mem src)Deprecated.Logical Inclusive OR.voidor_(Register dst, Register src)Deprecated.Logical Inclusive OR.voidorpd(XMMRegister dst, Mem src)Deprecated.Bit-wise Logical OR for DP-FP Data (SSE2).voidorpd(XMMRegister dst, XMMRegister src)Deprecated.Bit-wise Logical OR for DP-FP Data (SSE2).voidorps(XMMRegister dst, Mem src)Deprecated.Bit-wise Logical OR for SP-FP Data (SSE).voidorps(XMMRegister dst, XMMRegister src)Deprecated.Bit-wise Logical OR for SP-FP Data (SSE).voidpabsb(MMRegister dst, Mem src)Deprecated.Packed Absolute Value (SSSE3).voidpabsb(MMRegister dst, MMRegister src)Deprecated.Packed Absolute Value (SSSE3).voidpabsb(XMMRegister dst, Mem src)Deprecated.Packed Absolute Value (SSSE3).voidpabsb(XMMRegister dst, XMMRegister src)Deprecated.Packed Absolute Value (SSSE3).voidpabsd(MMRegister dst, Mem src)Deprecated.Packed Absolute Value (SSSE3).voidpabsd(MMRegister dst, MMRegister src)Deprecated.Packed Absolute Value (SSSE3).voidpabsd(XMMRegister dst, Mem src)Deprecated.Packed Absolute Value (SSSE3).voidpabsd(XMMRegister dst, XMMRegister src)Deprecated.Packed Absolute Value (SSSE3).voidpabsw(MMRegister dst, Mem src)Deprecated.Packed Absolute Value (SSSE3).voidpabsw(MMRegister dst, MMRegister src)Deprecated.Packed Absolute Value (SSSE3).voidpabsw(XMMRegister dst, Mem src)Deprecated.Packed Absolute Value (SSSE3).voidpabsw(XMMRegister dst, XMMRegister src)Deprecated.Packed Absolute Value (SSSE3).voidpackssdw(XMMRegister dst, Mem src)Deprecated.Pack with Signed Saturation (SSE2).voidpackssdw(XMMRegister dst, XMMRegister src)Deprecated.Pack with Signed Saturation (SSE2).voidpacksswb(XMMRegister dst, Mem src)Deprecated.Pack with Signed Saturation (SSE2).voidpacksswb(XMMRegister dst, XMMRegister src)Deprecated.Pack with Signed Saturation (SSE2).voidpackusdw(XMMRegister dst, Mem src)Deprecated.Pack with Unsigned Saturation (SSE4.1).voidpackusdw(XMMRegister dst, XMMRegister src)Deprecated.Pack with Unsigned Saturation (SSE4.1).voidpackuswb(MMRegister dst, Mem src)Deprecated.Pack with Unsigned Saturation (MMX).voidpackuswb(MMRegister dst, MMRegister src)Deprecated.Pack with Unsigned Saturation (MMX).voidpackuswb(XMMRegister dst, Mem src)Deprecated.Pack with Unsigned Saturation (SSE2).voidpackuswb(XMMRegister dst, XMMRegister src)Deprecated.Pack with Unsigned Saturation (SSE2).voidpaddb(MMRegister dst, Mem src)Deprecated.Packed BYTE Add (MMX).voidpaddb(MMRegister dst, MMRegister src)Deprecated.Packed BYTE Add (MMX).voidpaddb(XMMRegister dst, Mem src)Deprecated.Packed BYTE Add (SSE2).voidpaddb(XMMRegister dst, XMMRegister src)Deprecated.Packed BYTE Add (SSE2).voidpaddd(MMRegister dst, Mem src)Deprecated.Packed DWORD Add (MMX).voidpaddd(MMRegister dst, MMRegister src)Deprecated.Packed DWORD Add (MMX).voidpaddd(XMMRegister dst, Mem src)Deprecated.Packed DWORD Add (SSE2).voidpaddd(XMMRegister dst, XMMRegister src)Deprecated.Packed DWORD Add (SSE2).voidpaddq(MMRegister dst, Mem src)Deprecated.Packed QWORD Add (SSE2).voidpaddq(MMRegister dst, MMRegister src)Deprecated.Packed QWORD Add (SSE2).voidpaddq(XMMRegister dst, Mem src)Deprecated.Packed QWORD Add (SSE2).voidpaddq(XMMRegister dst, XMMRegister src)Deprecated.Packed QWORD Add (SSE2).voidpaddsb(MMRegister dst, Mem src)Deprecated.Packed Add with Saturation (MMX).voidpaddsb(MMRegister dst, MMRegister src)Deprecated.Packed Add with Saturation (MMX).voidpaddsb(XMMRegister dst, Mem src)Deprecated.Packed Add with Saturation (SSE2).voidpaddsb(XMMRegister dst, XMMRegister src)Deprecated.Packed Add with Saturation (SSE2).voidpaddsw(MMRegister dst, Mem src)Deprecated.Packed Add with Saturation (MMX).voidpaddsw(MMRegister dst, MMRegister src)Deprecated.Packed Add with Saturation (MMX).voidpaddsw(XMMRegister dst, Mem src)Deprecated.Packed Add with Saturation (SSE2).voidpaddsw(XMMRegister dst, XMMRegister src)Deprecated.Packed Add with Saturation (SSE2).voidpaddusb(MMRegister dst, Mem src)Deprecated.Packed Add Unsigned with Saturation (MMX).voidpaddusb(MMRegister dst, MMRegister src)Deprecated.Packed Add Unsigned with Saturation (MMX).voidpaddusb(XMMRegister dst, Mem src)Deprecated.Packed Add Unsigned with Saturation (SSE2).voidpaddusb(XMMRegister dst, XMMRegister src)Deprecated.Packed Add Unsigned with Saturation (SSE2).voidpaddusw(MMRegister dst, Mem src)Deprecated.Packed Add Unsigned with Saturation (MMX).voidpaddusw(MMRegister dst, MMRegister src)Deprecated.Packed Add Unsigned with Saturation (MMX).voidpaddusw(XMMRegister dst, Mem src)Deprecated.Packed Add Unsigned with Saturation (SSE2).voidpaddusw(XMMRegister dst, XMMRegister src)Deprecated.Packed Add Unsigned with Saturation (SSE2).voidpaddw(MMRegister dst, Mem src)Deprecated.Packed WORD Add (MMX).voidpaddw(MMRegister dst, MMRegister src)Deprecated.Packed WORD Add (MMX).voidpaddw(XMMRegister dst, Mem src)Deprecated.Packed WORD Add (SSE2).voidpaddw(XMMRegister dst, XMMRegister src)Deprecated.Packed WORD Add (SSE2).voidpalignr(MMRegister dst, Mem src, Immediate imm8)Deprecated.Packed Shuffle Bytes (SSSE3).voidpalignr(MMRegister dst, MMRegister src, Immediate imm8)Deprecated.Packed Shuffle Bytes (SSSE3).voidpalignr(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Packed Shuffle Bytes (SSSE3).voidpalignr(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Packed Shuffle Bytes (SSSE3).voidpand(MMRegister dst, Mem src)Deprecated.Logical AND (MMX).voidpand(MMRegister dst, MMRegister src)Deprecated.Logical AND (MMX).voidpand(XMMRegister dst, Mem src)Deprecated.Logical AND (SSE2).voidpand(XMMRegister dst, XMMRegister src)Deprecated.Logical AND (SSE2).voidpandn(MMRegister dst, Mem src)Deprecated.Logical AND Not (MMX).voidpandn(MMRegister dst, MMRegister src)Deprecated.Logical AND Not (MMX).voidpandn(XMMRegister dst, Mem src)Deprecated.Logical AND Not (SSE2).voidpandn(XMMRegister dst, XMMRegister src)Deprecated.Logical AND Not (SSE2).voidpause()Deprecated.Spin Loop Hint (SSE2).voidpavgb(MMRegister dst, Mem src)Deprecated.Packed Average (SSE).voidpavgb(MMRegister dst, MMRegister src)Deprecated.Packed Average (SSE).voidpavgb(XMMRegister dst, Mem src)Deprecated.Packed Average (SSE2).voidpavgb(XMMRegister dst, XMMRegister src)Deprecated.Packed Average (SSE2).voidpavgw(MMRegister dst, Mem src)Deprecated.Packed Average (SSE).voidpavgw(MMRegister dst, MMRegister src)Deprecated.Packed Average (SSE).voidpavgw(XMMRegister dst, Mem src)Deprecated.Packed Average (SSE2).voidpavgw(XMMRegister dst, XMMRegister src)Deprecated.Packed Average (SSE2).voidpblendvb(XMMRegister dst, Mem src)Deprecated.Variable Blend Packed Bytes (SSE4.1).voidpblendvb(XMMRegister dst, XMMRegister src)Deprecated.Variable Blend Packed Bytes (SSE4.1).voidpblendw(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Blend Packed Words (SSE4.1).voidpblendw(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Blend Packed Words (SSE4.1).voidpcmpeqb(MMRegister dst, Mem src)Deprecated.Packed Compare for Equal (BYTES) (MMX).voidpcmpeqb(MMRegister dst, MMRegister src)Deprecated.Packed Compare for Equal (BYTES) (MMX).voidpcmpeqb(XMMRegister dst, Mem src)Deprecated.Packed Compare for Equal (BYTES) (SSE2).voidpcmpeqb(XMMRegister dst, XMMRegister src)Deprecated.Packed Compare for Equal (BYTES) (SSE2).voidpcmpeqd(MMRegister dst, Mem src)Deprecated.Packed Compare for Equal (DWORDS) (MMX).voidpcmpeqd(MMRegister dst, MMRegister src)Deprecated.Packed Compare for Equal (DWORDS) (MMX).voidpcmpeqd(XMMRegister dst, Mem src)Deprecated.Packed Compare for Equal (DWORDS) (SSE2).voidpcmpeqd(XMMRegister dst, XMMRegister src)Deprecated.Packed Compare for Equal (DWORDS) (SSE2).voidpcmpeqq(XMMRegister dst, Mem src)Deprecated.Compare Packed Qword Data for Equal (SSE4.1).voidpcmpeqq(XMMRegister dst, XMMRegister src)Deprecated.Compare Packed Qword Data for Equal (SSE4.1).voidpcmpeqw(MMRegister dst, Mem src)Deprecated.Packed Compare for Equal (WORDS) (MMX).voidpcmpeqw(MMRegister dst, MMRegister src)Deprecated.Packed Compare for Equal (WORDS) (MMX).voidpcmpeqw(XMMRegister dst, Mem src)Deprecated.Packed Compare for Equal (WORDS) (SSE2).voidpcmpeqw(XMMRegister dst, XMMRegister src)Deprecated.Packed Compare for Equal (WORDS) (SSE2).voidpcmpestri(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Packed Compare Explicit Length Strings, Return Index (SSE4.2).voidpcmpestri(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Packed Compare Explicit Length Strings, Return Index (SSE4.2).voidpcmpestrm(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Packed Compare Explicit Length Strings, Return Mask (SSE4.2).voidpcmpestrm(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Packed Compare Explicit Length Strings, Return Mask (SSE4.2).voidpcmpgtb(MMRegister dst, Mem src)Deprecated.Packed Compare for Greater Than (BYTES) (MMX).voidpcmpgtb(MMRegister dst, MMRegister src)Deprecated.Packed Compare for Greater Than (BYTES) (MMX).voidpcmpgtb(XMMRegister dst, Mem src)Deprecated.Packed Compare for Greater Than (BYTES) (SSE2).voidpcmpgtb(XMMRegister dst, XMMRegister src)Deprecated.Packed Compare for Greater Than (BYTES) (SSE2).voidpcmpgtd(MMRegister dst, Mem src)Deprecated.Packed Compare for Greater Than (DWORDS) (MMX).voidpcmpgtd(MMRegister dst, MMRegister src)Deprecated.Packed Compare for Greater Than (DWORDS) (MMX).voidpcmpgtd(XMMRegister dst, Mem src)Deprecated.Packed Compare for Greater Than (DWORDS) (SSE2).voidpcmpgtd(XMMRegister dst, XMMRegister src)Deprecated.Packed Compare for Greater Than (DWORDS) (SSE2).voidpcmpgtq(XMMRegister dst, Mem src)Deprecated.Compare Packed Data for Greater Than (SSE4.2).voidpcmpgtq(XMMRegister dst, XMMRegister src)Deprecated.Compare Packed Data for Greater Than (SSE4.2).voidpcmpgtw(MMRegister dst, Mem src)Deprecated.Packed Compare for Greater Than (WORDS) (MMX).voidpcmpgtw(MMRegister dst, MMRegister src)Deprecated.Packed Compare for Greater Than (WORDS) (MMX).voidpcmpgtw(XMMRegister dst, Mem src)Deprecated.Packed Compare for Greater Than (WORDS) (SSE2).voidpcmpgtw(XMMRegister dst, XMMRegister src)Deprecated.Packed Compare for Greater Than (WORDS) (SSE2).voidpcmpistri(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Packed Compare Implicit Length Strings, Return Index (SSE4.2).voidpcmpistri(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Packed Compare Implicit Length Strings, Return Index (SSE4.2).voidpcmpistrm(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Packed Compare Implicit Length Strings, Return Mask (SSE4.2).voidpcmpistrm(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Packed Compare Implicit Length Strings, Return Mask (SSE4.2).voidpextrb(Mem dst, XMMRegister src, Immediate imm8)Deprecated.Extract Byte (SSE4.1).voidpextrb(Register dst, XMMRegister src, Immediate imm8)Deprecated.Extract Byte (SSE4.1).voidpextrd(Mem dst, XMMRegister src, Immediate imm8)Deprecated.Extract Dword (SSE4.1).voidpextrd(Register dst, XMMRegister src, Immediate imm8)Deprecated.Extract Dword (SSE4.1).voidpextrq(Mem dst, XMMRegister src, Immediate imm8)Deprecated.Extract Dword (SSE4.1).voidpextrq(Register dst, XMMRegister src, Immediate imm8)Deprecated.Extract Dword (SSE4.1).voidpextrw(Mem dst, XMMRegister src, Immediate imm8)Deprecated.Extract Word (SSE4.1).voidpextrw(Register dst, MMRegister src, Immediate imm8)Deprecated.Extract Word (SSE).voidpextrw(Register dst, XMMRegister src, Immediate imm8)Deprecated.Extract Word (SSE4.1).voidpf2id(MMRegister dst, Mem src)Deprecated.Packed SP-FP to Integer Convert (3dNow!).voidpf2id(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP to Integer Convert (3dNow!).voidpf2iw(MMRegister dst, Mem src)Deprecated.Packed SP-FP to Integer Word Convert (3dNow!).voidpf2iw(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP to Integer Word Convert (3dNow!).voidpfacc(MMRegister dst, Mem src)Deprecated.Packed SP-FP Accumulate (3dNow!).voidpfacc(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Accumulate (3dNow!).voidpfadd(MMRegister dst, Mem src)Deprecated.Packed SP-FP Addition (3dNow!).voidpfadd(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Addition (3dNow!).voidpfcmpeq(MMRegister dst, Mem src)Deprecated.Packed SP-FP Compare - dst == src (3dNow!).voidpfcmpeq(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Compare - dst == src (3dNow!).voidpfcmpge(MMRegister dst, Mem src)Deprecated.Packed SP-FP Compare - dst >= src (3dNow!).voidpfcmpge(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Compare - dst >= src (3dNow!).voidpfcmpgt(MMRegister dst, Mem src)Deprecated.Packed SP-FP Compare - dst > src (3dNow!).voidpfcmpgt(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Compare - dst > src (3dNow!).voidpfmax(MMRegister dst, Mem src)Deprecated.Packed SP-FP Maximum (3dNow!).voidpfmax(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Maximum (3dNow!).voidpfmin(MMRegister dst, Mem src)Deprecated.Packed SP-FP Minimum (3dNow!).voidpfmin(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Minimum (3dNow!).voidpfmul(MMRegister dst, Mem src)Deprecated.Packed SP-FP Multiply (3dNow!).voidpfmul(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Multiply (3dNow!).voidpfnacc(MMRegister dst, Mem src)Deprecated.Packed SP-FP Negative Accumulate (3dNow!).voidpfnacc(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Negative Accumulate (3dNow!).voidpfpnacc(MMRegister dst, Mem src)Deprecated.Packed SP-FP Mixed Accumulate (3dNow!).voidpfpnaxx(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Mixed Accumulate (3dNow!).voidpfrcp(MMRegister dst, Mem src)Deprecated.Packed SP-FP Reciprocal Approximation (3dNow!).voidpfrcp(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Reciprocal Approximation (3dNow!).voidpfrcpit1(MMRegister dst, Mem src)Deprecated.Packed SP-FP Reciprocal, First Iteration Step (3dNow!).voidpfrcpit1(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Reciprocal, First Iteration Step (3dNow!).voidpfrcpit2(MMRegister dst, Mem src)Deprecated.Packed SP-FP Reciprocal, Second Iteration Step (3dNow!).voidpfrcpit2(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Reciprocal, Second Iteration Step (3dNow!).voidpfrsqit1(MMRegister dst, Mem src)Deprecated.Packed SP-FP Reciprocal Square Root, First Iteration Step (3dNow!).voidpfrsqit1(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Reciprocal Square Root, First Iteration Step (3dNow!).voidpfrsqrt(MMRegister dst, Mem src)Deprecated.Packed SP-FP Reciprocal Square Root Approximation (3dNow!).voidpfrsqrt(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Reciprocal Square Root Approximation (3dNow!).voidpfsub(MMRegister dst, Mem src)Deprecated.Packed SP-FP Subtract (3dNow!).voidpfsub(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Subtract (3dNow!).voidpfsubr(MMRegister dst, Mem src)Deprecated.Packed SP-FP Reverse Subtract (3dNow!).voidpfsubr(MMRegister dst, MMRegister src)Deprecated.Packed SP-FP Reverse Subtract (3dNow!).voidphaddd(MMRegister dst, Mem src)Deprecated.Packed Horizontal Add (SSSE3).voidphaddd(MMRegister dst, MMRegister src)Deprecated.Packed Horizontal Add (SSSE3).voidphaddd(XMMRegister dst, Mem src)Deprecated.Packed Horizontal Add (SSSE3).voidphaddd(XMMRegister dst, XMMRegister src)Deprecated.Packed Horizontal Add (SSSE3).voidphaddsw(MMRegister dst, Mem src)Deprecated.Packed Horizontal Add and Saturate (SSSE3).voidphaddsw(MMRegister dst, MMRegister src)Deprecated.Packed Horizontal Add and Saturate (SSSE3).voidphaddsw(XMMRegister dst, Mem src)Deprecated.Packed Horizontal Add and Saturate (SSSE3).voidphaddsw(XMMRegister dst, XMMRegister src)Deprecated.Packed Horizontal Add and Saturate (SSSE3).voidphaddw(MMRegister dst, Mem src)Deprecated.Packed Horizontal Add (SSSE3).voidphaddw(MMRegister dst, MMRegister src)Deprecated.Packed Horizontal Add (SSSE3).voidphaddw(XMMRegister dst, Mem src)Deprecated.Packed Horizontal Add (SSSE3).voidphaddw(XMMRegister dst, XMMRegister src)Deprecated.Packed Horizontal Add (SSSE3).voidphminposuw(XMMRegister dst, Mem src)Deprecated.Packed Horizontal Word Minimum (SSE4.1).voidphminposuw(XMMRegister dst, XMMRegister src)Deprecated.Packed Horizontal Word Minimum (SSE4.1).voidphsubd(MMRegister dst, Mem src)Deprecated.Packed Horizontal Subtract (SSSE3).voidphsubd(MMRegister dst, MMRegister src)Deprecated.Packed Horizontal Subtract (SSSE3).voidphsubd(XMMRegister dst, Mem src)Deprecated.Packed Horizontal Subtract (SSSE3).voidphsubd(XMMRegister dst, XMMRegister src)Deprecated.Packed Horizontal Subtract (SSSE3).voidphsubsw(MMRegister dst, Mem src)Deprecated.Packed Horizontal Subtract and Saturate (SSSE3).voidphsubsw(MMRegister dst, MMRegister src)Deprecated.Packed Horizontal Subtract and Saturate (SSSE3).voidphsubsw(XMMRegister dst, Mem src)Deprecated.Packed Horizontal Subtract and Saturate (SSSE3).voidphsubsw(XMMRegister dst, XMMRegister src)Deprecated.Packed Horizontal Subtract and Saturate (SSSE3).voidphsubw(MMRegister dst, Mem src)Deprecated.Packed Horizontal Subtract (SSSE3).voidphsubw(MMRegister dst, MMRegister src)Deprecated.Packed Horizontal Subtract (SSSE3).voidphsubw(XMMRegister dst, Mem src)Deprecated.Packed Horizontal Subtract (SSSE3).voidphsubw(XMMRegister dst, XMMRegister src)Deprecated.Packed Horizontal Subtract (SSSE3).voidpi2fd(MMRegister dst, Mem src)Deprecated.Packed DWords to SP-FP (3dNow!).voidpi2fd(MMRegister dst, MMRegister src)Deprecated.Packed DWords to SP-FP (3dNow!).voidpi2fw(MMRegister dst, Mem src)Deprecated.Packed Words to SP-FP (3dNow!).voidpi2fw(MMRegister dst, MMRegister src)Deprecated.Packed Words to SP-FP (3dNow!).voidpinsrb(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Insert Byte (SSE4.1).voidpinsrb(XMMRegister dst, Register src, Immediate imm8)Deprecated.Insert Byte (SSE4.1).voidpinsrd(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Insert Dword (SSE4.1).voidpinsrd(XMMRegister dst, Register src, Immediate imm8)Deprecated.Insert Dword (SSE4.1).voidpinsrq(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Insert Dword (SSE4.1).voidpinsrq(XMMRegister dst, Register src, Immediate imm8)Deprecated.Insert Dword (SSE4.1).voidpinsrw(MMRegister dst, Mem src, Immediate imm8)Deprecated.Insert Word (SSE).voidpinsrw(MMRegister dst, Register src, Immediate imm8)Deprecated.Insert Word (SSE).voidpinsrw(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Insert Word (SSE2).voidpinsrw(XMMRegister dst, Register src, Immediate imm8)Deprecated.Insert Word (SSE2).voidpmaddubsw(MMRegister dst, Mem src)Deprecated.Multiply and Add Packed Signed and Unsigned Bytes (SSSE3).voidpmaddubsw(MMRegister dst, MMRegister src)Deprecated.Multiply and Add Packed Signed and Unsigned Bytes (SSSE3).voidpmaddubsw(XMMRegister dst, Mem src)Deprecated.Multiply and Add Packed Signed and Unsigned Bytes (SSSE3).voidpmaddubsw(XMMRegister dst, XMMRegister src)Deprecated.Multiply and Add Packed Signed and Unsigned Bytes (SSSE3).voidpmaddwd(MMRegister dst, Mem src)Deprecated.Packed Multiply and Add (MMX).voidpmaddwd(MMRegister dst, MMRegister src)Deprecated.Packed Multiply and Add (MMX).voidpmaddwd(XMMRegister dst, Mem src)Deprecated.Packed Multiply and Add (SSE2).voidpmaddwd(XMMRegister dst, XMMRegister src)Deprecated.Packed Multiply and Add (SSE2).voidpmaxsb(XMMRegister dst, Mem src)Deprecated.Maximum of Packed Signed Byte Integers (SSE4.1).voidpmaxsb(XMMRegister dst, XMMRegister src)Deprecated.Maximum of Packed Signed Byte Integers (SSE4.1).voidpmaxsd(XMMRegister dst, Mem src)Deprecated.Maximum of Packed Signed Dword Integers (SSE4.1).voidpmaxsd(XMMRegister dst, XMMRegister src)Deprecated.Maximum of Packed Signed Dword Integers (SSE4.1).voidpmaxsw(MMRegister dst, Mem src)Deprecated.Packed Signed Integer Word Maximum (SSE).voidpmaxsw(MMRegister dst, MMRegister src)Deprecated.Packed Signed Integer Word Maximum (SSE).voidpmaxsw(XMMRegister dst, Mem src)Deprecated.Packed Signed Integer Word Maximum (SSE2).voidpmaxsw(XMMRegister dst, XMMRegister src)Deprecated.Packed Signed Integer Word Maximum (SSE2).voidpmaxub(MMRegister dst, Mem src)Deprecated.Packed Unsigned Integer Byte Maximum (SSE).voidpmaxub(MMRegister dst, MMRegister src)Deprecated.Packed Unsigned Integer Byte Maximum (SSE).voidpmaxub(XMMRegister dst, Mem src)Deprecated.Packed Unsigned Integer Byte Maximum (SSE2).voidpmaxub(XMMRegister dst, XMMRegister src)Deprecated.Packed Unsigned Integer Byte Maximum (SSE2).voidpmaxud(XMMRegister dst, Mem src)Deprecated.Maximum of Packed Unsigned Dword Integers (SSE4.1).voidpmaxud(XMMRegister dst, XMMRegister src)Deprecated.Maximum of Packed Unsigned Dword Integers (SSE4.1).voidpmaxuw(XMMRegister dst, Mem src)Deprecated.Maximum of Packed Word Integers (SSE4.1).voidpmaxuw(XMMRegister dst, XMMRegister src)Deprecated.Maximum of Packed Word Integers (SSE4.1).voidpminsb(XMMRegister dst, Mem src)Deprecated.Minimum of Packed Signed Byte Integers (SSE4.1).voidpminsb(XMMRegister dst, XMMRegister src)Deprecated.Minimum of Packed Signed Byte Integers (SSE4.1).voidpminsd(XMMRegister dst, Mem src)Deprecated.Minimum of Packed Dword Integers (SSE4.1).voidpminsd(XMMRegister dst, XMMRegister src)Deprecated.Minimum of Packed Dword Integers (SSE4.1).voidpminsw(MMRegister dst, Mem src)Deprecated.Packed Signed Integer Word Minimum (SSE).voidpminsw(MMRegister dst, MMRegister src)Deprecated.Packed Signed Integer Word Minimum (SSE).voidpminsw(XMMRegister dst, Mem src)Deprecated.Packed Signed Integer Word Minimum (SSE2).voidpminsw(XMMRegister dst, XMMRegister src)Deprecated.Packed Signed Integer Word Minimum (SSE2).voidpminub(MMRegister dst, Mem src)Deprecated.Packed Unsigned Integer Byte Minimum (SSE).voidpminub(MMRegister dst, MMRegister src)Deprecated.Packed Unsigned Integer Byte Minimum (SSE).voidpminub(XMMRegister dst, Mem src)Deprecated.Packed Unsigned Integer Byte Minimum (SSE2).voidpminub(XMMRegister dst, XMMRegister src)Deprecated.Packed Unsigned Integer Byte Minimum (SSE2).voidpminud(XMMRegister dst, Mem src)Deprecated.Minimum of Packed Dword Integers (SSE4.1).voidpminud(XMMRegister dst, XMMRegister src)Deprecated.Minimum of Packed Dword Integers (SSE4.1).voidpminuw(XMMRegister dst, Mem src)Deprecated.Minimum of Packed Word Integers (SSE4.1).voidpminuw(XMMRegister dst, XMMRegister src)Deprecated.Minimum of Packed Word Integers (SSE4.1).voidpmovmskb(Register dst, MMRegister src)Deprecated.Move Byte Mask To Integer (SSE).voidpmovmskb(Register dst, XMMRegister src)Deprecated.Move Byte Mask (SSE2).voidpmovsxbd(XMMRegister dst, Mem src)Deprecated.Packed Move with Sign Extend (SSE4.1).voidpmovsxbd(XMMRegister dst, XMMRegister src)Deprecated.Packed Move with Sign Extend (SSE4.1).voidpmovsxbq(XMMRegister dst, Mem src)Deprecated.Packed Move with Sign Extend (SSE4.1).voidpmovsxbq(XMMRegister dst, XMMRegister src)Deprecated.Packed Move with Sign Extend (SSE4.1).voidpmovsxbw(XMMRegister dst, Mem src)Deprecated.Packed Move with Sign Extend (SSE4.1).voidpmovsxbw(XMMRegister dst, XMMRegister src)Deprecated.Packed Move with Sign Extend (SSE4.1).voidpmovsxdq(XMMRegister dst, Mem src)Deprecated.(SSE4.1).voidpmovsxdq(XMMRegister dst, XMMRegister src)Deprecated.(SSE4.1).voidpmovsxwd(XMMRegister dst, Mem src)Deprecated.Packed Move with Sign Extend (SSE4.1).voidpmovsxwd(XMMRegister dst, XMMRegister src)Deprecated.Packed Move with Sign Extend (SSE4.1).voidpmovsxwq(XMMRegister dst, Mem src)Deprecated.(SSE4.1).voidpmovsxwq(XMMRegister dst, XMMRegister src)Deprecated.(SSE4.1).voidpmovzxbd(XMMRegister dst, Mem src)Deprecated.Packed Move with Zero Extend (SSE4.1).voidpmovzxbd(XMMRegister dst, XMMRegister src)Deprecated.Packed Move with Zero Extend (SSE4.1).voidpmovzxbq(XMMRegister dst, Mem src)Deprecated.Packed Move with Zero Extend (SSE4.1).voidpmovzxbq(XMMRegister dst, XMMRegister src)Deprecated.Packed Move with Zero Extend (SSE4.1).voidpmovzxbw(XMMRegister dst, Mem src)Deprecated.Packed Move with Zero Extend (SSE4.1).voidpmovzxbw(XMMRegister dst, XMMRegister src)Deprecated.Packed Move with Zero Extend (SSE4.1).voidpmovzxdq(XMMRegister dst, Mem src)Deprecated.(SSE4.1).voidpmovzxdq(XMMRegister dst, XMMRegister src)Deprecated.(SSE4.1).voidpmovzxwd(XMMRegister dst, Mem src)Deprecated.Packed Move with Zero Extend (SSE4.1).voidpmovzxwd(XMMRegister dst, XMMRegister src)Deprecated.Packed Move with Zero Extend (SSE4.1).voidpmovzxwq(XMMRegister dst, Mem src)Deprecated.(SSE4.1).voidpmovzxwq(XMMRegister dst, XMMRegister src)Deprecated.(SSE4.1).voidpmuldq(XMMRegister dst, Mem src)Deprecated.Multiply Packed Signed Dword Integers (SSE4.1).voidpmuldq(XMMRegister dst, XMMRegister src)Deprecated.Multiply Packed Signed Dword Integers (SSE4.1).voidpmulhrsw(MMRegister dst, Mem src)Deprecated.Packed Multiply High with Round and Scale (SSSE3).voidpmulhrsw(MMRegister dst, MMRegister src)Deprecated.Packed Multiply High with Round and Scale (SSSE3).voidpmulhrsw(XMMRegister dst, Mem src)Deprecated.Packed Multiply High with Round and Scale (SSSE3).voidpmulhrsw(XMMRegister dst, XMMRegister src)Deprecated.Packed Multiply High with Round and Scale (SSSE3).voidpmulhuw(MMRegister dst, Mem src)Deprecated.Packed Multiply High Unsigned (SSE).voidpmulhuw(MMRegister dst, MMRegister src)Deprecated.Packed Multiply High Unsigned (SSE).voidpmulhuw(XMMRegister dst, Mem src)Deprecated.Packed Multiply High Unsigned (SSE2).voidpmulhuw(XMMRegister dst, XMMRegister src)Deprecated.Packed Multiply High Unsigned (SSE2).voidpmulhw(MMRegister dst, Mem src)Deprecated.Packed Multiply High (MMX).voidpmulhw(MMRegister dst, MMRegister src)Deprecated.Packed Multiply High (MMX).voidpmulhw(XMMRegister dst, Mem src)Deprecated.Packed Multiply High (SSE2).voidpmulhw(XMMRegister dst, XMMRegister src)Deprecated.Packed Multiply High (SSE2).voidpmulld(XMMRegister dst, Mem src)Deprecated.Multiply Packed Signed Integers and Store Low Result (SSE4.1).voidpmulld(XMMRegister dst, XMMRegister src)Deprecated.Multiply Packed Signed Integers and Store Low Result (SSE4.1).voidpmullw(MMRegister dst, Mem src)Deprecated.Packed Multiply Low (MMX).voidpmullw(MMRegister dst, MMRegister src)Deprecated.Packed Multiply Low (MMX).voidpmullw(XMMRegister dst, Mem src)Deprecated.Packed Multiply Low (SSE2).voidpmullw(XMMRegister dst, XMMRegister src)Deprecated.Packed Multiply Low (SSE2).voidpmuludq(MMRegister dst, Mem src)Deprecated.Packed Multiply to QWORD (SSE2).voidpmuludq(MMRegister dst, MMRegister src)Deprecated.Packed Multiply to QWORD (SSE2).voidpmuludq(XMMRegister dst, Mem src)Deprecated.Packed Multiply to QWORD (SSE2).voidpmuludq(XMMRegister dst, XMMRegister src)Deprecated.Packed Multiply to QWORD (SSE2).voidpop(Mem dst)Deprecated.voidpop(Register dst)Deprecated.Pop a Value from the Stack.voidpopad()Deprecated.Pop All General-Purpose Registers.voidpopcnt(Register dst, Mem src)Deprecated.Return the Count of Number of Bits Set to 1 (SSE4.2).voidpopcnt(Register dst, Register src)Deprecated.Return the Count of Number of Bits Set to 1 (SSE4.2).voidpopf()Deprecated.Pop Stack into EFLAGS Register (32 bit or 64 bit).voidpopfd()Deprecated.Pop Stack into EFLAGS Register (32 bit).voidpopfq()Deprecated.Pop Stack into EFLAGS Register (64 bit).voidpor(MMRegister dst, Mem src)Deprecated.Bitwise Logical OR (MMX).voidpor(MMRegister dst, MMRegister src)Deprecated.Bitwise Logical OR (MMX).voidpor(XMMRegister dst, Mem src)Deprecated.Bitwise Logical OR (SSE2).voidpor(XMMRegister dst, XMMRegister src)Deprecated.Bitwise Logical OR (SSE2).voidprefetch(Mem mem, Immediate hint)Deprecated.Prefetch (SSE).voidpsadbw(MMRegister dst, Mem src)Deprecated.Packed Sum of Absolute Differences (SSE).voidpsadbw(MMRegister dst, MMRegister src)Deprecated.Packed Sum of Absolute Differences (SSE).voidpsadbw(XMMRegister dst, Mem src)Deprecated.Compute Sum of Absolute Differences (SSE).voidpsadbw(XMMRegister dst, XMMRegister src)Deprecated.Compute Sum of Absolute Differences (SSE).voidpshufb(MMRegister dst, Mem src)Deprecated.Packed Shuffle Bytes (SSSE3).voidpshufb(MMRegister dst, MMRegister src)Deprecated.Packed Shuffle Bytes (SSSE3).voidpshufb(XMMRegister dst, Mem src)Deprecated.Packed Shuffle Bytes (SSSE3).voidpshufb(XMMRegister dst, XMMRegister src)Deprecated.Packed Shuffle Bytes (SSSE3).voidpshufd(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Shuffle Packed DWORDs (SSE2).voidpshufd(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Shuffle Packed DWORDs (SSE2).voidpshufhw(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Shuffle Packed High Words (SSE2).voidpshufhw(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Shuffle Packed High Words (SSE2).voidpshuflw(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Shuffle Packed Low Words (SSE2).voidpshuflw(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Shuffle Packed Low Words (SSE2).voidpshufw(MMRegister dst, Mem src, Immediate imm8)Deprecated.Packed Shuffle word (SSE).voidpshufw(MMRegister dst, MMRegister src, Immediate imm8)Deprecated.Packed Shuffle word (SSE).voidpsignb(MMRegister dst, Mem src)Deprecated.Packed SIGN (SSSE3).voidpsignb(MMRegister dst, MMRegister src)Deprecated.Packed SIGN (SSSE3).voidpsignb(XMMRegister dst, Mem src)Deprecated.Packed SIGN (SSSE3).voidpsignb(XMMRegister dst, XMMRegister src)Deprecated.Packed SIGN (SSSE3).voidpsignd(MMRegister dst, Mem src)Deprecated.Packed SIGN (SSSE3).voidpsignd(MMRegister dst, MMRegister src)Deprecated.Packed SIGN (SSSE3).voidpsignd(XMMRegister dst, Mem src)Deprecated.Packed SIGN (SSSE3).voidpsignd(XMMRegister dst, XMMRegister src)Deprecated.Packed SIGN (SSSE3).voidpsignw(MMRegister dst, Mem src)Deprecated.Packed SIGN (SSSE3).voidpsignw(MMRegister dst, MMRegister src)Deprecated.Packed SIGN (SSSE3).voidpsignw(XMMRegister dst, Mem src)Deprecated.Packed SIGN (SSSE3).voidpsignw(XMMRegister dst, XMMRegister src)Deprecated.Packed SIGN (SSSE3).voidpslld(MMRegister dst, Immediate src)Deprecated.Packed Shift Left Logical (MMX).voidpslld(MMRegister dst, Mem src)Deprecated.Packed Shift Left Logical (MMX).voidpslld(MMRegister dst, MMRegister src)Deprecated.Packed Shift Left Logical (MMX).voidpslld(XMMRegister dst, Immediate src)Deprecated.Packed Shift Left Logical (SSE2).voidpslld(XMMRegister dst, Mem src)Deprecated.Packed Shift Left Logical (SSE2).voidpslld(XMMRegister dst, XMMRegister src)Deprecated.Packed Shift Left Logical (SSE2).voidpslldq(XMMRegister dst, Immediate src)Deprecated.Packed Shift Left Logical (SSE2).voidpsllq(MMRegister dst, Immediate src)Deprecated.Packed Shift Left Logical (MMX).voidpsllq(MMRegister dst, Mem src)Deprecated.Packed Shift Left Logical (MMX).voidpsllq(MMRegister dst, MMRegister src)Deprecated.Packed Shift Left Logical (MMX).voidpsllq(XMMRegister dst, Immediate src)Deprecated.Packed Shift Left Logical (SSE2).voidpsllq(XMMRegister dst, Mem src)Deprecated.Packed Shift Left Logical (SSE2).voidpsllq(XMMRegister dst, XMMRegister src)Deprecated.Packed Shift Left Logical (SSE2).voidpsllw(MMRegister dst, Immediate src)Deprecated.Packed Shift Left Logical (MMX).voidpsllw(MMRegister dst, Mem src)Deprecated.Packed Shift Left Logical (MMX).voidpsllw(MMRegister dst, MMRegister src)Deprecated.Packed Shift Left Logical (MMX).voidpsllw(XMMRegister dst, Immediate src)Deprecated.Packed Shift Left Logical (SSE2).voidpsllw(XMMRegister dst, Mem src)Deprecated.Packed Shift Left Logical (SSE2).voidpsllw(XMMRegister dst, XMMRegister src)Deprecated.Packed Shift Left Logical (SSE2).voidpsrad(MMRegister dst, Immediate src)Deprecated.Packed Shift Right Arithmetic (MMX).voidpsrad(MMRegister dst, Mem src)Deprecated.Packed Shift Right Arithmetic (MMX).voidpsrad(MMRegister dst, MMRegister src)Deprecated.Packed Shift Right Arithmetic (MMX).voidpsrad(XMMRegister dst, Immediate src)Deprecated.Packed Shift Right Arithmetic (SSE2).voidpsrad(XMMRegister dst, Mem src)Deprecated.Packed Shift Right Arithmetic (SSE2).voidpsrad(XMMRegister dst, XMMRegister src)Deprecated.Packed Shift Right Arithmetic (SSE2).voidpsraw(MMRegister dst, Immediate src)Deprecated.Packed Shift Right Arithmetic (MMX).voidpsraw(MMRegister dst, Mem src)Deprecated.Packed Shift Right Arithmetic (MMX).voidpsraw(MMRegister dst, MMRegister src)Deprecated.Packed Shift Right Arithmetic (MMX).voidpsraw(XMMRegister dst, Immediate src)Deprecated.Packed Shift Right Arithmetic (SSE2).voidpsraw(XMMRegister dst, Mem src)Deprecated.Packed Shift Right Arithmetic (SSE2).voidpsraw(XMMRegister dst, XMMRegister src)Deprecated.Packed Shift Right Arithmetic (SSE2).voidpsrld(MMRegister dst, Immediate src)Deprecated.Packed Shift Right Logical (MMX).voidpsrld(MMRegister dst, Mem src)Deprecated.Packed Shift Right Logical (MMX).voidpsrld(MMRegister dst, MMRegister src)Deprecated.Packed Shift Right Logical (MMX).voidpsrld(XMMRegister dst, Immediate src)Deprecated.Packed Shift Right Logical (SSE2).voidpsrld(XMMRegister dst, Mem src)Deprecated.Packed Shift Right Logical (SSE2).voidpsrld(XMMRegister dst, XMMRegister src)Deprecated.Packed Shift Right Logical (SSE2).voidpsrldq(XMMRegister dst, Immediate src)Deprecated.DQWord Shift Right Logical (MMX).voidpsrlq(MMRegister dst, Immediate src)Deprecated.Packed Shift Right Logical (MMX).voidpsrlq(MMRegister dst, Mem src)Deprecated.Packed Shift Right Logical (MMX).voidpsrlq(MMRegister dst, MMRegister src)Deprecated.Packed Shift Right Logical (MMX).voidpsrlq(XMMRegister dst, Immediate src)Deprecated.Packed Shift Right Logical (SSE2).voidpsrlq(XMMRegister dst, Mem src)Deprecated.Packed Shift Right Logical (SSE2).voidpsrlq(XMMRegister dst, XMMRegister src)Deprecated.Packed Shift Right Logical (SSE2).voidpsrlw(MMRegister dst, Immediate src)Deprecated.Packed Shift Right Logical (MMX).voidpsrlw(MMRegister dst, Mem src)Deprecated.Packed Shift Right Logical (MMX).voidpsrlw(MMRegister dst, MMRegister src)Deprecated.Packed Shift Right Logical (MMX).voidpsrlw(XMMRegister dst, Immediate src)Deprecated.Packed Shift Right Logical (SSE2).voidpsrlw(XMMRegister dst, Mem src)Deprecated.Packed Shift Right Logical (SSE2).voidpsrlw(XMMRegister dst, XMMRegister src)Deprecated.Packed Shift Right Logical (SSE2).voidpsubb(MMRegister dst, Mem src)Deprecated.Packed Subtract (MMX).voidpsubb(MMRegister dst, MMRegister src)Deprecated.Packed Subtract (MMX).voidpsubb(XMMRegister dst, Mem src)Deprecated.Packed Subtract (SSE2).voidpsubb(XMMRegister dst, XMMRegister src)Deprecated.Packed Subtract (SSE2).voidpsubd(MMRegister dst, Mem src)Deprecated.Packed Subtract (MMX).voidpsubd(MMRegister dst, MMRegister src)Deprecated.Packed Subtract (MMX).voidpsubd(XMMRegister dst, Mem src)Deprecated.Packed Subtract (SSE2).voidpsubd(XMMRegister dst, XMMRegister src)Deprecated.Packed Subtract (SSE2).voidpsubq(MMRegister dst, Mem src)Deprecated.Packed Subtract (SSE2).voidpsubq(MMRegister dst, MMRegister src)Deprecated.Packed Subtract (SSE2).voidpsubq(XMMRegister dst, Mem src)Deprecated.Packed Subtract (SSE2).voidpsubq(XMMRegister dst, XMMRegister src)Deprecated.Packed Subtract (SSE2).voidpsubsb(MMRegister dst, Mem src)Deprecated.Packed Subtract with Saturation (MMX).voidpsubsb(MMRegister dst, MMRegister src)Deprecated.Packed Subtract with Saturation (MMX).voidpsubsb(XMMRegister dst, Mem src)Deprecated.Packed Subtract with Saturation (SSE2).voidpsubsb(XMMRegister dst, XMMRegister src)Deprecated.Packed Subtract with Saturation (SSE2).voidpsubsw(MMRegister dst, Mem src)Deprecated.Packed Subtract with Saturation (MMX).voidpsubsw(MMRegister dst, MMRegister src)Deprecated.Packed Subtract with Saturation (MMX).voidpsubsw(XMMRegister dst, Mem src)Deprecated.Packed Subtract with Saturation (SSE2).voidpsubsw(XMMRegister dst, XMMRegister src)Deprecated.Packed Subtract with Saturation (SSE2).voidpsubusb(MMRegister dst, Mem src)Deprecated.Packed Subtract with Unsigned Saturation (MMX).voidpsubusb(MMRegister dst, MMRegister src)Deprecated.Packed Subtract with Unsigned Saturation (MMX).voidpsubusb(XMMRegister dst, Mem src)Deprecated.Packed Subtract with Unsigned Saturation (SSE2).voidpsubusb(XMMRegister dst, XMMRegister src)Deprecated.Packed Subtract with Unsigned Saturation (SSE2).voidpsubusw(MMRegister dst, Mem src)Deprecated.Packed Subtract with Unsigned Saturation (MMX).voidpsubusw(MMRegister dst, MMRegister src)Deprecated.Packed Subtract with Unsigned Saturation (MMX).voidpsubusw(XMMRegister dst, Mem src)Deprecated.Packed Subtract with Unsigned Saturation (SSE2).voidpsubusw(XMMRegister dst, XMMRegister src)Deprecated.Packed Subtract with Unsigned Saturation (SSE2).voidpsubw(MMRegister dst, Mem src)Deprecated.Packed Subtract (MMX).voidpsubw(MMRegister dst, MMRegister src)Deprecated.Packed Subtract (MMX).voidpsubw(XMMRegister dst, Mem src)Deprecated.Packed Subtract (SSE2).voidpsubw(XMMRegister dst, XMMRegister src)Deprecated.Packed Subtract (SSE2).voidpswapd(MMRegister dst, Mem src)Deprecated.Packed swap DWord (3dNow!)voidpswapd(MMRegister dst, MMRegister src)Deprecated.Packed swap DWord (3dNow!)voidptest(XMMRegister op1, Mem op2)Deprecated.Logical Compare (SSE4.1).voidptest(XMMRegister op1, XMMRegister op2)Deprecated.Logical Compare (SSE4.1).voidpunpckhbw(MMRegister dst, Mem src)Deprecated.Unpack High Packed Data (MMX).voidpunpckhbw(MMRegister dst, MMRegister src)Deprecated.Unpack High Packed Data (MMX).voidpunpckhbw(XMMRegister dst, Mem src)Deprecated.Unpack High Data (SSE2).voidpunpckhbw(XMMRegister dst, XMMRegister src)Deprecated.Unpack High Data (SSE2).voidpunpckhdq(MMRegister dst, Mem src)Deprecated.Unpack High Packed Data (MMX).voidpunpckhdq(MMRegister dst, MMRegister src)Deprecated.Unpack High Packed Data (MMX).voidpunpckhdq(XMMRegister dst, Mem src)Deprecated.Unpack High Data (SSE2).voidpunpckhdq(XMMRegister dst, XMMRegister src)Deprecated.Unpack High Data (SSE2).voidpunpckhqdq(XMMRegister dst, Mem src)Deprecated.Unpack High Data (SSE2).voidpunpckhqdq(XMMRegister dst, XMMRegister src)Deprecated.Unpack High Data (SSE2).voidpunpckhwd(MMRegister dst, Mem src)Deprecated.Unpack High Packed Data (MMX).voidpunpckhwd(MMRegister dst, MMRegister src)Deprecated.Unpack High Packed Data (MMX).voidpunpckhwd(XMMRegister dst, Mem src)Deprecated.Unpack High Data (SSE2).voidpunpckhwd(XMMRegister dst, XMMRegister src)Deprecated.Unpack High Data (SSE2).voidpunpcklbw(MMRegister dst, Mem src)Deprecated.Unpack High Packed Data (MMX).voidpunpcklbw(MMRegister dst, MMRegister src)Deprecated.Unpack High Packed Data (MMX).voidpunpcklbw(XMMRegister dst, Mem src)Deprecated.Unpack Low Data (SSE2).voidpunpcklbw(XMMRegister dst, XMMRegister src)Deprecated.Unpack Low Data (SSE2).voidpunpckldq(MMRegister dst, Mem src)Deprecated.Unpack High Packed Data (MMX).voidpunpckldq(MMRegister dst, MMRegister src)Deprecated.Unpack High Packed Data (MMX).voidpunpckldq(XMMRegister dst, Mem src)Deprecated.Unpack Low Data (SSE2).voidpunpckldq(XMMRegister dst, XMMRegister src)Deprecated.Unpack Low Data (SSE2).voidpunpcklqdq(XMMRegister dst, Mem src)Deprecated.Unpack Low Data (SSE2).voidpunpcklqdq(XMMRegister dst, XMMRegister src)Deprecated.Unpack Low Data (SSE2).voidpunpcklwd(MMRegister dst, Mem src)Deprecated.Unpack High Packed Data (MMX).voidpunpcklwd(MMRegister dst, MMRegister src)Deprecated.Unpack High Packed Data (MMX).voidpunpcklwd(XMMRegister dst, Mem src)Deprecated.Unpack Low Data (SSE2).voidpunpcklwd(XMMRegister dst, XMMRegister src)Deprecated.Unpack Low Data (SSE2).voidpush(Immediate src)Deprecated.Push WORD/DWORD/QWORD Onto the Stack.voidpush(Mem src)Deprecated.Push WORD/DWORD/QWORD Onto the Stack.voidpush(Register src)Deprecated.Push WORD/DWORD/QWORD Onto the Stack.voidpushad()Deprecated.Push All General-Purpose Registers.voidpushf()Deprecated.Push EFLAGS Register (32 bit or 64 bit) onto the Stack.voidpushfd()Deprecated.Push EFLAGS Register (32 bit) onto the Stack.voidpushfq()Deprecated.Push EFLAGS Register (64 bit) onto the Stack.voidpxor(MMRegister dst, Mem src)Deprecated.Bitwise Exclusive OR (MMX).voidpxor(MMRegister dst, MMRegister src)Deprecated.Bitwise Exclusive OR (MMX).voidpxor(XMMRegister dst, Mem src)Deprecated.Bitwise Exclusive OR (SSE2).voidpxor(XMMRegister dst, XMMRegister src)Deprecated.Bitwise Exclusive OR (SSE2).voidrcl(Mem dst, Immediate src)Deprecated.Rotate Bits Left.voidrcl(Mem dst, Register src)Deprecated.Rotate Bits Left.voidrcl(Register dst, Immediate src)Deprecated.Rotate Bits Left.voidrcl(Register dst, Register src)Deprecated.Rotate Bits Left.voidrcpps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Reciprocal (SSE).voidrcpps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Reciprocal (SSE).voidrcpss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Reciprocal (SSE).voidrcpss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Reciprocal (SSE).voidrcr(Mem dst, Immediate src)Deprecated.Rotate Bits Right.voidrcr(Mem dst, Register src)Deprecated.Rotate Bits Right.voidrcr(Register dst, Immediate src)Deprecated.Rotate Bits Right.voidrcr(Register dst, Register src)Deprecated.Rotate Bits Right.voidrdtsc()Deprecated.Read Time-Stamp Counter (Pentium).voidrdtscp()Deprecated.Read Time-Stamp Counter and Processor ID (New).voidret()Deprecated.Return from Procedure.voidret(Immediate imm16)Deprecated.Return from Procedure.voidrol(Mem dst, Immediate src)Deprecated.Rotate Bits Left.voidrol(Mem dst, Register src)Deprecated.Rotate Bits Left.voidrol(Register dst, Immediate src)Deprecated.Rotate Bits Left.voidrol(Register dst, Register src)Deprecated.Rotate Bits Left.voidror(Mem dst, Immediate src)Deprecated.Rotate Bits Right.voidror(Mem dst, Register src)Deprecated.Rotate Bits Right.voidror(Register dst, Immediate src)Deprecated.Rotate Bits Right.voidror(Register dst, Register src)Deprecated.Rotate Bits Right.voidroundpd(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Round Packed DP-FP Values (SSE4.1).voidroundpd(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Round Packed DP-FP Values (SSE4.1).voidroundps(XMMRegister dst, Mem src, Immediate imm8)Deprecated.voidroundps(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.voidroundsd(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Round Scalar DP-FP Values (SSE4.1).voidroundsd(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Round Scalar DP-FP Values (SSE4.1).voidroundss(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Round Scalar SP-FP Values (SSE4.1).voidroundss(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Round Scalar SP-FP Values (SSE4.1).voidrsqrtps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Square Root Reciprocal (SSE).voidrsqrtps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Square Root Reciprocal (SSE).voidrsqrtss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Square Root Reciprocal (SSE).voidrsqrtss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Square Root Reciprocal (SSE).voidsahf()Deprecated.Store AH into Flags.voidsal(Mem dst, Immediate src)Deprecated.Shift Bits Left.voidsal(Mem dst, Register src)Deprecated.Shift Bits Left.voidsal(Register dst, Immediate src)Deprecated.Shift Bits Left.voidsal(Register dst, Register src)Deprecated.Shift Bits Left.voidsar(Mem dst, Immediate src)Deprecated.Shift Bits Right.voidsar(Mem dst, Register src)Deprecated.Shift Bits Right.voidsar(Register dst, Immediate src)Deprecated.Shift Bits Right.voidsar(Register dst, Register src)Deprecated.Shift Bits Right.voidsbb(Mem dst, Immediate src)Deprecated.Integer subtraction with borrow.voidsbb(Mem dst, Register src)Deprecated.Integer subtraction with borrow.voidsbb(Register dst, Immediate src)Deprecated.Integer subtraction with borrow.voidsbb(Register dst, Mem src)Deprecated.Integer subtraction with borrow.voidsbb(Register dst, Register src)Deprecated.Integer subtraction with borrow.voidset(CONDITION cc, Mem dst)Deprecated.Set Byte on Condition.voidset(CONDITION cc, Register dst)Deprecated.Set Byte on Condition.voidseta(Mem dst)Deprecated.Set Byte on Condition.voidseta(Register dst)Deprecated.Set Byte on Condition.voidsetae(Mem dst)Deprecated.Set Byte on Condition.voidsetae(Register dst)Deprecated.Set Byte on Condition.voidsetb(Mem dst)Deprecated.Set Byte on Condition.voidsetb(Register dst)Deprecated.Set Byte on Condition.voidsetbe(Mem dst)Deprecated.Set Byte on Condition.voidsetbe(Register dst)Deprecated.Set Byte on Condition.voidsetc(Mem dst)Deprecated.Set Byte on Condition.voidsetc(Register dst)Deprecated.Set Byte on Condition.voidsete(Mem dst)Deprecated.Set Byte on Condition.voidsete(Register dst)Deprecated.Set Byte on Condition.voidsetg(Mem dst)Deprecated.Set Byte on Condition.voidsetg(Register dst)Deprecated.Set Byte on Condition.voidsetge(Mem dst)Deprecated.Set Byte on Condition.voidsetge(Register dst)Deprecated.Set Byte on Condition.voidsetl(Mem dst)Deprecated.Set Byte on Condition.voidsetl(Register dst)Deprecated.Set Byte on Condition.voidsetle(Mem dst)Deprecated.Set Byte on Condition.voidsetle(Register dst)Deprecated.Set Byte on Condition.voidsetna(Mem dst)Deprecated.Set Byte on Condition.voidsetna(Register dst)Deprecated.Set Byte on Condition.voidsetnae(Mem dst)Deprecated.Set Byte on Condition.voidsetnae(Register dst)Deprecated.Set Byte on Condition.voidsetnb(Mem dst)Deprecated.Set Byte on Condition.voidsetnb(Register dst)Deprecated.Set Byte on Condition.voidsetnbe(Mem dst)Deprecated.Set Byte on Condition.voidsetnbe(Register dst)Deprecated.Set Byte on Condition.voidsetnc(Mem dst)Deprecated.Set Byte on Condition.voidsetnc(Register dst)Deprecated.Set Byte on Condition.voidsetne(Mem dst)Deprecated.Set Byte on Condition.voidsetne(Register dst)Deprecated.Set Byte on Condition.voidsetng(Mem dst)Deprecated.Set Byte on Condition.voidsetng(Register dst)Deprecated.Set Byte on Condition.voidsetnge(Mem dst)Deprecated.Set Byte on Condition.voidsetnge(Register dst)Deprecated.Set Byte on Condition.voidsetnl(Mem dst)Deprecated.Set Byte on Condition.voidsetnl(Register dst)Deprecated.Set Byte on Condition.voidsetnle(Mem dst)Deprecated.Set Byte on Condition.voidsetnle(Register dst)Deprecated.Set Byte on Condition.voidsetno(Mem dst)Deprecated.Set Byte on Condition.voidsetno(Register dst)Deprecated.Set Byte on Condition.voidsetnp(Mem dst)Deprecated.Set Byte on Condition.voidsetnp(Register dst)Deprecated.Set Byte on Condition.voidsetns(Mem dst)Deprecated.Set Byte on Condition.voidsetns(Register dst)Deprecated.Set Byte on Condition.voidsetnz(Mem dst)Deprecated.Set Byte on Condition.voidsetnz(Register dst)Deprecated.Set Byte on Condition.voidseto(Mem dst)Deprecated.Set Byte on Condition.voidseto(Register dst)Deprecated.Set Byte on Condition.voidsetp(Mem dst)Deprecated.Set Byte on Condition.voidsetp(Register dst)Deprecated.Set Byte on Condition.voidsetpe(Mem dst)Deprecated.Set Byte on Condition.voidsetpe(Register dst)Deprecated.Set Byte on Condition.voidsetpo(Mem dst)Deprecated.Set Byte on Condition.voidsetpo(Register dst)Deprecated.Set Byte on Condition.voidsets(Mem dst)Deprecated.Set Byte on Condition.voidsets(Register dst)Deprecated.Set Byte on Condition.voidsetz(Mem dst)Deprecated.Set Byte on Condition.voidsetz(Register dst)Deprecated.Set Byte on Condition.voidsfence()Deprecated.Store fence (SSE).voidshl(Mem dst, Immediate src)Deprecated.Shift Bits Left.voidshl(Mem dst, Register src)Deprecated.Shift Bits Left.voidshl(Register dst, Immediate src)Deprecated.Shift Bits Left.voidshl(Register dst, Register src)Deprecated.Shift Bits Left.voidshld(Mem dst, Register src1, Immediate src2)Deprecated.Double Precision Shift Left.voidshld(Mem dst, Register src1, Register src2)Deprecated.Double Precision Shift Left.voidshld(Register dst, Register src1, Immediate src2)Deprecated.Double Precision Shift Left.voidshld(Register dst, Register src1, Register src2)Deprecated.Double Precision Shift Left.voidshr(Mem dst, Immediate src)Deprecated.Shift Bits Right.voidshr(Mem dst, Register src)Deprecated.Shift Bits Right.voidshr(Register dst, Immediate src)Deprecated.Shift Bits Right.voidshr(Register dst, Register src)Deprecated.Shift Bits Right.voidshrd(Mem dst, Register src1, Immediate src2)Deprecated.Double Precision Shift Right.voidshrd(Mem dst, Register src1, Register src2)Deprecated.Double Precision Shift Right.voidshrd(Register dst, Register src1, Immediate src2)Deprecated.Double Precision Shift Right.voidshrd(Register dst, Register src1, Register src2)Deprecated.Double Precision Shift Right.voidshufps(XMMRegister dst, Mem src, Immediate imm8)Deprecated.Shuffle SP-FP (SSE).voidshufps(XMMRegister dst, XMMRegister src, Immediate imm8)Deprecated.Shuffle SP-FP (SSE).voidsqrtpd(XMMRegister dst, Mem src)Deprecated.Compute Square Roots of Packed DP-FP Values (SSE2).voidsqrtpd(XMMRegister dst, XMMRegister src)Deprecated.Compute Square Roots of Packed DP-FP Values (SSE2).voidsqrtps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Square Root (SSE).voidsqrtps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Square Root (SSE).voidsqrtsd(XMMRegister dst, Mem src)Deprecated.Compute Square Root of Scalar DP-FP Value (SSE2).voidsqrtsd(XMMRegister dst, XMMRegister src)Deprecated.Compute Square Root of Scalar DP-FP Value (SSE2).voidsqrtss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Square Root (SSE).voidsqrtss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Square Root (SSE).voidstc()Deprecated.Set Carry Flag to 1.voidstd()Deprecated.Set Direction Flag to 1.voidstmxcsr(Mem dst)Deprecated.Store Streaming SIMD Extension Control/Status (SSE).voidsub(Mem dst, Immediate src)Deprecated.Subtract.voidsub(Mem dst, Register src)Deprecated.Subtract.voidsub(Register dst, Immediate src)Deprecated.Subtract.voidsub(Register dst, Mem src)Deprecated.Subtract.voidsub(Register dst, Register src)Deprecated.Subtract.voidsubpd(XMMRegister dst, Mem src)Deprecated.Packed DP-FP Subtract (SSE2).voidsubpd(XMMRegister dst, XMMRegister src)Deprecated.Packed DP-FP Subtract (SSE2).voidsubps(XMMRegister dst, Mem src)Deprecated.Packed SP-FP Subtract (SSE).voidsubps(XMMRegister dst, XMMRegister src)Deprecated.Packed SP-FP Subtract (SSE).voidsubsd(XMMRegister dst, Mem src)Deprecated.Scalar DP-FP Subtract (SSE2).voidsubsd(XMMRegister dst, XMMRegister src)Deprecated.Scalar DP-FP Subtract (SSE2).voidsubss(XMMRegister dst, Mem src)Deprecated.Scalar SP-FP Subtract (SSE).voidsubss(XMMRegister dst, XMMRegister src)Deprecated.Scalar SP-FP Subtract (SSE).voidtest(Mem op1, Immediate op2)Deprecated.Logical Compare.voidtest(Mem op1, Register op2)Deprecated.Logical Compare.voidtest(Register op1, Immediate op2)Deprecated.Logical Compare.voidtest(Register op1, Register op2)Deprecated.Logical Compare.voiducomisd(XMMRegister dst, Mem src)Deprecated.Scalar Unordered DP-FP Compare and Set EFLAGS (SSE2).voiducomisd(XMMRegister dst, XMMRegister src)Deprecated.Scalar Unordered DP-FP Compare and Set EFLAGS (SSE2).voiducomiss(XMMRegister dst, Mem src)Deprecated.Unordered Scalar SP-FP compare and set EFLAGS (SSE).voiducomiss(XMMRegister dst, XMMRegister src)Deprecated.Unordered Scalar SP-FP compare and set EFLAGS (SSE).voidud2()Deprecated.Undefined instruction - Raise invalid opcode exception.voidunpckhpd(XMMRegister dst, Mem src)Deprecated.Unpack and Interleave High Packed Double-Precision FP Values (SSE2).voidunpckhpd(XMMRegister dst, XMMRegister src)Deprecated.Unpack and Interleave High Packed Double-Precision FP Values (SSE2).voidunpckhps(XMMRegister dst, Mem src)Deprecated.Unpack High Packed SP-FP Data (SSE).voidunpckhps(XMMRegister dst, XMMRegister src)Deprecated.Unpack High Packed SP-FP Data (SSE).voidunpcklpd(XMMRegister dst, Mem src)Deprecated.Unpack and Interleave Low Packed Double-Precision FP Values (SSE2).voidunpcklpd(XMMRegister dst, XMMRegister src)Deprecated.Unpack and Interleave Low Packed Double-Precision FP Values (SSE2).voidunpcklps(XMMRegister dst, Mem src)Deprecated.Unpack Low Packed SP-FP Data (SSE).voidunpcklps(XMMRegister dst, XMMRegister src)Deprecated.Unpack Low Packed SP-FP Data (SSE).voidxadd(Mem dst, Register src)Deprecated.Exchange and Add.voidxadd(Register dst, Register src)Deprecated.Exchange and Add.voidxchg(Mem dst, Register src)Deprecated.Exchange Register/Memory with Register.voidxchg(Register dst, Mem src)Deprecated.Exchange Register/Memory with Register.voidxchg(Register dst, Register src)Deprecated.Exchange Register/Memory with Register.voidxor_(Mem dst, Immediate src)Deprecated.Exchange Register/Memory with Register.voidxor_(Mem dst, Register src)Deprecated.Exchange Register/Memory with Register.voidxor_(Register dst, Immediate src)Deprecated.Exchange Register/Memory with Register.voidxor_(Register dst, Mem src)Deprecated.Exchange Register/Memory with Register.voidxor_(Register dst, Register src)Deprecated.Exchange Register/Memory with Register.voidxorpd(XMMRegister dst, Mem src)Deprecated.Bit-wise Logical OR for DP-FP Data (SSE2).voidxorpd(XMMRegister dst, XMMRegister src)Deprecated.Bit-wise Logical OR for DP-FP Data (SSE2).voidxorps(XMMRegister dst, Mem src)Deprecated.Bit-wise Logical Xor for SP-FP Data (SSE).voidxorps(XMMRegister dst, XMMRegister src)Deprecated.Bit-wise Logical Xor for SP-FP Data (SSE).-
Methods inherited from class com.kenai.jnr.x86asm.SerializerCore
_emitJcc, _emitJcc, _emitX86, conditionToCMovCC, conditionToJCC, conditionToSetCC, emitX86, emitX86, emitX86, emitX86, is64
-
-
-
-
Method Detail
-
bswap
public final void bswap(Register dst)
Deprecated.Byte swap (32 bit or 64 bit registers only) (i486).
-
call
public final void call(Register dst)
Deprecated.Call Procedure.
-
call
public final void call(Mem dst)
Deprecated.Call Procedure.
-
call
public final void call(Immediate dst)
Deprecated.Call Procedure.
-
call
public final void call(long dst)
Deprecated.Jump.
-
call
public final void call(Label label)
Deprecated.Call Procedure.
-
cbw
public final void cbw()
Deprecated.Convert Byte to Word (Sign Extend).
-
cwde
public final void cwde()
Deprecated.Convert Word to DWord (Sign Extend).
-
cdqe
public final void cdqe()
Deprecated.Convert DWord to QWord (Sign Extend).
-
clc
public final void clc()
Deprecated.Clear CARRY flag
-
cld
public final void cld()
Deprecated.Clear Direction flag
-
cmc
public final void cmc()
Deprecated.Complement Carry Flag.
-
cmov
public final void cmov(CONDITION cc, Register dst, Register src)
Deprecated.Conditional Move.
-
cmpxchg
public final void cmpxchg(Register dst, Register src)
Deprecated.Compare and Exchange (i486).
-
cmpxchg8b
public final void cmpxchg8b(Mem dst)
Deprecated.Compares the 64-bit value in EDX:EAX with the memory operand (Pentium).
-
cmpxchg16b
public final void cmpxchg16b(Mem dst)
Deprecated.Compares the 128-bit value in RDX:RAX with the memory operand.
-
cpuid
public final void cpuid()
Deprecated.CPU Identification (i486).
-
daa
public final void daa()
Deprecated.Decimal adjust AL after addition
-
das
public final void das()
Deprecated.Decimal adjust AL after subtraction
-
dec
public final void dec(Register dst)
Deprecated.Decrement by 1.
-
dec
public final void dec(Mem dst)
Deprecated.Decrement by 1.
-
div
public final void div(Register src)
Deprecated.Unsigned divide.
-
div
public final void div(Mem src)
Deprecated.Unsigned divide.
-
enter
public final void enter(Immediate imm16, Immediate imm8)
Deprecated.Make Stack Frame for Procedure Parameters.
-
idiv
public final void idiv(Register src)
Deprecated.Signed divide.
-
idiv
public final void idiv(Mem src)
Deprecated.Signed divide.
-
imul
public final void imul(Register src)
Deprecated.Signed multiply.
-
imul
public final void imul(Mem src)
Deprecated.
-
imul
public final void imul(Register dst, Register src, Immediate imm)
Deprecated.Signed multiply.
-
inc
public final void inc(Register dst)
Deprecated.Increment by 1.
-
inc
public final void inc(Mem dst)
Deprecated.Increment by 1.
-
int3
public final void int3()
Deprecated.Interrupt 3 � trap to debugger.
-
j
public final void j(CONDITION cc, Label label, int hint)
Deprecated.Jump to label @a label if condition @a cc is met.
-
ja
public final void ja(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jae
public final void jae(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jb
public final void jb(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jbe
public final void jbe(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jc
public final void jc(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
je
public final void je(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jg
public final void jg(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jge
public final void jge(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jl
public final void jl(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jle
public final void jle(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jna
public final void jna(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnae
public final void jnae(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnb
public final void jnb(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnbe
public final void jnbe(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnc
public final void jnc(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jne
public final void jne(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jng
public final void jng(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnge
public final void jnge(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnl
public final void jnl(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnle
public final void jnle(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jno
public final void jno(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnp
public final void jnp(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jns
public final void jns(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnz
public final void jnz(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jo
public final void jo(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jp
public final void jp(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jpe
public final void jpe(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jpo
public final void jpo(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
js
public final void js(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jz
public final void jz(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
j_short
public final void j_short(CONDITION cc, Label label, int hint)
Deprecated.Jump to label @a label if condition @a cc is met.
-
ja_short
public final void ja_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jae_short
public final void jae_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jb_short
public final void jb_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jbe_short
public final void jbe_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jc_short
public final void jc_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
je_short
public final void je_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jg_short
public final void jg_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jge_short
public final void jge_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jl_short
public final void jl_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jle_short
public final void jle_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jna_short
public final void jna_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnae_short
public final void jnae_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnb_short
public final void jnb_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnbe_short
public final void jnbe_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnc_short
public final void jnc_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jne_short
public final void jne_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jng_short
public final void jng_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnge_short
public final void jnge_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnl_short
public final void jnl_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnle_short
public final void jnle_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jno_short
public final void jno_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnp_short
public final void jnp_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jns_short
public final void jns_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jnz_short
public final void jnz_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jo_short
public final void jo_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jp_short
public final void jp_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jpe_short
public final void jpe_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jpo_short
public final void jpo_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
js_short
public final void js_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jz_short
public final void jz_short(Label label, int hint)
Deprecated.Jump to label @a label if condition is met.
-
jmp
public final void jmp(Register dst)
Deprecated.Jump.
-
jmp
public final void jmp(Mem dst)
Deprecated.Jump.
-
jmp
public final void jmp(Immediate dst)
Deprecated.Jump.
-
jmp
public final void jmp(long dst)
Deprecated.Jump.
-
jmp
public final void jmp(Label label)
Deprecated.Jump.
-
jmp_short
public final void jmp_short(Label label)
Deprecated.Jump, see @c jmp().
-
leave
public final void leave()
Deprecated.High Level Procedure Exit.
-
lock
public final void lock()
Deprecated.Assert LOCK# Signal Prefix.
-
mov
public final void mov(Register dst, Register src)
Deprecated.Move data from one register to another. This instruction copies the second operand (source operand) to the first operand (destination operand). The source operand can be an immediate value, general-purpose register, segment register, or memory location. The destination register can be a general-purpose register, segment register, or memory location. Both operands must be the same size, which can be a byte, a word, or a DWORD.
-
mov_ptr
public final void mov_ptr(Register dst, long src)
Deprecated.Move byte, word, dword or qword from absolute address @a src to AL, AX, EAX or RAX register.
-
mov_ptr
public final void mov_ptr(long dst, Register src)Deprecated.Move byte, word, dword or qword from AL, AX, EAX or RAX register to absolute address @a dst.
-
movsxd
public final void movsxd(Register dst, Register src)
Deprecated.Move DWord to QWord with sign-extension.
-
movsxd
public final void movsxd(Register dst, Mem src)
Deprecated.Move DWord to QWord with sign-extension.
-
mul
public final void mul(Register src)
Deprecated.Unsigned multiply.
-
mul
public final void mul(Mem src)
Deprecated.Unsigned multiply.
-
neg
public final void neg(Register dst)
Deprecated.Two's Complement Negation.
-
neg
public final void neg(Mem dst)
Deprecated.Two's Complement Negation.
-
nop
public final void nop()
Deprecated.No Operation.
-
not_
public final void not_(Register dst)
Deprecated.One's Complement Negation.
-
not_
public final void not_(Mem dst)
Deprecated.One's Complement Negation.
-
pop
public final void pop(Register dst)
Deprecated.Pop a Value from the Stack.
-
pop
public final void pop(Mem dst)
Deprecated.
-
popad
public final void popad()
Deprecated.Pop All General-Purpose Registers.
-
popf
public final void popf()
Deprecated.Pop Stack into EFLAGS Register (32 bit or 64 bit).
-
popfd
public final void popfd()
Deprecated.Pop Stack into EFLAGS Register (32 bit).
-
popfq
public final void popfq()
Deprecated.Pop Stack into EFLAGS Register (64 bit).
-
push
public final void push(Register src)
Deprecated.Push WORD/DWORD/QWORD Onto the Stack.
-
push
public final void push(Mem src)
Deprecated.Push WORD/DWORD/QWORD Onto the Stack.
-
push
public final void push(Immediate src)
Deprecated.Push WORD/DWORD/QWORD Onto the Stack.
-
pushad
public final void pushad()
Deprecated.Push All General-Purpose Registers.
-
pushf
public final void pushf()
Deprecated.Push EFLAGS Register (32 bit or 64 bit) onto the Stack.
-
pushfd
public final void pushfd()
Deprecated.Push EFLAGS Register (32 bit) onto the Stack.
-
pushfq
public final void pushfq()
Deprecated.Push EFLAGS Register (64 bit) onto the Stack.
-
rdtsc
public final void rdtsc()
Deprecated.Read Time-Stamp Counter (Pentium).
-
rdtscp
public final void rdtscp()
Deprecated.Read Time-Stamp Counter and Processor ID (New).
-
ret
public final void ret()
Deprecated.Return from Procedure.
-
ret
public final void ret(Immediate imm16)
Deprecated.Return from Procedure.
-
sahf
public final void sahf()
Deprecated.Store AH into Flags.
-
sbb
public final void sbb(Register dst, Immediate src)
Deprecated.Integer subtraction with borrow.
-
seta
public final void seta(Register dst)
Deprecated.Set Byte on Condition.
-
seta
public final void seta(Mem dst)
Deprecated.Set Byte on Condition.
-
setae
public final void setae(Register dst)
Deprecated.Set Byte on Condition.
-
setae
public final void setae(Mem dst)
Deprecated.Set Byte on Condition.
-
setb
public final void setb(Register dst)
Deprecated.Set Byte on Condition.
-
setb
public final void setb(Mem dst)
Deprecated.Set Byte on Condition.
-
setbe
public final void setbe(Register dst)
Deprecated.Set Byte on Condition.
-
setbe
public final void setbe(Mem dst)
Deprecated.Set Byte on Condition.
-
setc
public final void setc(Register dst)
Deprecated.Set Byte on Condition.
-
setc
public final void setc(Mem dst)
Deprecated.Set Byte on Condition.
-
sete
public final void sete(Register dst)
Deprecated.Set Byte on Condition.
-
sete
public final void sete(Mem dst)
Deprecated.Set Byte on Condition.
-
setg
public final void setg(Register dst)
Deprecated.Set Byte on Condition.
-
setg
public final void setg(Mem dst)
Deprecated.Set Byte on Condition.
-
setge
public final void setge(Register dst)
Deprecated.Set Byte on Condition.
-
setge
public final void setge(Mem dst)
Deprecated.Set Byte on Condition.
-
setl
public final void setl(Register dst)
Deprecated.Set Byte on Condition.
-
setl
public final void setl(Mem dst)
Deprecated.Set Byte on Condition.
-
setle
public final void setle(Register dst)
Deprecated.Set Byte on Condition.
-
setle
public final void setle(Mem dst)
Deprecated.Set Byte on Condition.
-
setna
public final void setna(Register dst)
Deprecated.Set Byte on Condition.
-
setna
public final void setna(Mem dst)
Deprecated.Set Byte on Condition.
-
setnae
public final void setnae(Register dst)
Deprecated.Set Byte on Condition.
-
setnae
public final void setnae(Mem dst)
Deprecated.Set Byte on Condition.
-
setnb
public final void setnb(Register dst)
Deprecated.Set Byte on Condition.
-
setnb
public final void setnb(Mem dst)
Deprecated.Set Byte on Condition.
-
setnbe
public final void setnbe(Register dst)
Deprecated.Set Byte on Condition.
-
setnbe
public final void setnbe(Mem dst)
Deprecated.Set Byte on Condition.
-
setnc
public final void setnc(Register dst)
Deprecated.Set Byte on Condition.
-
setnc
public final void setnc(Mem dst)
Deprecated.Set Byte on Condition.
-
setne
public final void setne(Register dst)
Deprecated.Set Byte on Condition.
-
setne
public final void setne(Mem dst)
Deprecated.Set Byte on Condition.
-
setng
public final void setng(Register dst)
Deprecated.Set Byte on Condition.
-
setng
public final void setng(Mem dst)
Deprecated.Set Byte on Condition.
-
setnge
public final void setnge(Register dst)
Deprecated.Set Byte on Condition.
-
setnge
public final void setnge(Mem dst)
Deprecated.Set Byte on Condition.
-
setnl
public final void setnl(Register dst)
Deprecated.Set Byte on Condition.
-
setnl
public final void setnl(Mem dst)
Deprecated.Set Byte on Condition.
-
setnle
public final void setnle(Register dst)
Deprecated.Set Byte on Condition.
-
setnle
public final void setnle(Mem dst)
Deprecated.Set Byte on Condition.
-
setno
public final void setno(Register dst)
Deprecated.Set Byte on Condition.
-
setno
public final void setno(Mem dst)
Deprecated.Set Byte on Condition.
-
setnp
public final void setnp(Register dst)
Deprecated.Set Byte on Condition.
-
setnp
public final void setnp(Mem dst)
Deprecated.Set Byte on Condition.
-
setns
public final void setns(Register dst)
Deprecated.Set Byte on Condition.
-
setns
public final void setns(Mem dst)
Deprecated.Set Byte on Condition.
-
setnz
public final void setnz(Register dst)
Deprecated.Set Byte on Condition.
-
setnz
public final void setnz(Mem dst)
Deprecated.Set Byte on Condition.
-
seto
public final void seto(Register dst)
Deprecated.Set Byte on Condition.
-
seto
public final void seto(Mem dst)
Deprecated.Set Byte on Condition.
-
setp
public final void setp(Register dst)
Deprecated.Set Byte on Condition.
-
setp
public final void setp(Mem dst)
Deprecated.Set Byte on Condition.
-
setpe
public final void setpe(Register dst)
Deprecated.Set Byte on Condition.
-
setpe
public final void setpe(Mem dst)
Deprecated.Set Byte on Condition.
-
setpo
public final void setpo(Register dst)
Deprecated.Set Byte on Condition.
-
setpo
public final void setpo(Mem dst)
Deprecated.Set Byte on Condition.
-
sets
public final void sets(Register dst)
Deprecated.Set Byte on Condition.
-
sets
public final void sets(Mem dst)
Deprecated.Set Byte on Condition.
-
setz
public final void setz(Register dst)
Deprecated.Set Byte on Condition.
-
setz
public final void setz(Mem dst)
Deprecated.Set Byte on Condition.
-
shld
public final void shld(Register dst, Register src1, Register src2)
Deprecated.Double Precision Shift Left.
-
shld
public final void shld(Register dst, Register src1, Immediate src2)
Deprecated.Double Precision Shift Left.
-
shld
public final void shld(Mem dst, Register src1, Register src2)
Deprecated.Double Precision Shift Left.
-
shld
public final void shld(Mem dst, Register src1, Immediate src2)
Deprecated.Double Precision Shift Left.
-
shrd
public final void shrd(Register dst, Register src1, Register src2)
Deprecated.Double Precision Shift Right.
-
shrd
public final void shrd(Register dst, Register src1, Immediate src2)
Deprecated.Double Precision Shift Right.
-
shrd
public final void shrd(Mem dst, Register src1, Register src2)
Deprecated.Double Precision Shift Right.
-
shrd
public final void shrd(Mem dst, Register src1, Immediate src2)
Deprecated.Double Precision Shift Right.
-
stc
public final void stc()
Deprecated.Set Carry Flag to 1.
-
std
public final void std()
Deprecated.Set Direction Flag to 1.
-
ud2
public final void ud2()
Deprecated.Undefined instruction - Raise invalid opcode exception.
-
xchg
public final void xchg(Register dst, Register src)
Deprecated.Exchange Register/Memory with Register.
-
xchg
public final void xchg(Mem dst, Register src)
Deprecated.Exchange Register/Memory with Register.
-
xchg
public final void xchg(Register dst, Mem src)
Deprecated.Exchange Register/Memory with Register.
-
xor_
public final void xor_(Register dst, Register src)
Deprecated.Exchange Register/Memory with Register.
-
xor_
public final void xor_(Register dst, Mem src)
Deprecated.Exchange Register/Memory with Register.
-
xor_
public final void xor_(Register dst, Immediate src)
Deprecated.Exchange Register/Memory with Register.
-
xor_
public final void xor_(Mem dst, Register src)
Deprecated.Exchange Register/Memory with Register.
-
xor_
public final void xor_(Mem dst, Immediate src)
Deprecated.Exchange Register/Memory with Register.
-
f2xm1
public final void f2xm1()
Deprecated.Compute 2^x - 1 (FPU).
-
fabs
public final void fabs()
Deprecated.Absolute Value of st(0) (FPU).
-
fadd
public final void fadd(X87Register dst, X87Register src)
Deprecated.Add @a src to @a dst and store result in @a dst (FPU).
-
fadd
public final void fadd(Mem src)
Deprecated.Add @a src to st(0) and store result in st(0) (FPU).
-
faddp
public final void faddp(X87Register dst)
Deprecated.Add st(0) to @a dst and POP register stack (FPU).
-
faddp
public final void faddp()
Deprecated.Add st(0) to @a dst and POP register stack (FPU).
-
fbld
public final void fbld(Mem src)
Deprecated.Load Binary Coded Decimal (FPU).
-
fbstp
public final void fbstp(Mem dst)
Deprecated.Store BCD Integer and Pop (FPU).
-
fchs
public final void fchs()
Deprecated.Change st(0) Sign (FPU).
-
fclex
public final void fclex()
Deprecated.Clear Exceptions (FPU).
-
fcmovb
public final void fcmovb(X87Register src)
Deprecated.FP Conditional Move (FPU).
-
fcmovbe
public final void fcmovbe(X87Register src)
Deprecated.FP Conditional Move (FPU).
-
fcmove
public final void fcmove(X87Register src)
Deprecated.FP Conditional Move (FPU).
-
fcmovnb
public final void fcmovnb(X87Register src)
Deprecated.FP Conditional Move (FPU).
-
fcmovnbe
public final void fcmovnbe(X87Register src)
Deprecated.FP Conditional Move (FPU).
-
fcmovne
public final void fcmovne(X87Register src)
Deprecated.FP Conditional Move (FPU).
-
fcmovnu
public final void fcmovnu(X87Register src)
Deprecated.FP Conditional Move (FPU).
-
fcmovu
public final void fcmovu(X87Register src)
Deprecated.FP Conditional Move (FPU).
-
fcom
public final void fcom(X87Register reg)
Deprecated.Compare st(0) with @a reg (FPU).
-
fcom
public final void fcom()
Deprecated.
-
fcom
public final void fcom(Mem src)
Deprecated.Compare st(0) with 4 byte or 8 byte FP at @a src (FPU).
-
fcomp
public final void fcomp(X87Register reg)
Deprecated.Compare st(0) with @a reg and pop the stack (FPU).
-
fcomp
public final void fcomp()
Deprecated.
-
fcomp
public final void fcomp(Mem mem)
Deprecated.Compare st(0) with 4 byte or 8 byte FP at @a adr and pop the
-
fcompp
public final void fcompp()
Deprecated.Compare st(0) with st(1) and pop register stack twice (FPU).
-
fcomi
public final void fcomi(X87Register reg)
Deprecated.Compare st(0) and @a reg and Set EFLAGS (FPU).
-
fcomip
public final void fcomip(X87Register reg)
Deprecated.Compare st(0) and @a reg and Set EFLAGS and pop the stack (FPU).
-
fcos
public final void fcos()
Deprecated.Cosine (FPU).
-
fdecstp
public final void fdecstp()
Deprecated.Decrement Stack-Top Pointer (FPU).
-
fdiv
public final void fdiv(X87Register dst, X87Register src)
Deprecated.Divide @a dst by @a src (FPU).
-
fdiv
public final void fdiv(Mem src)
Deprecated.Divide st(0) by 32 bit or 64 bit FP value (FPU).
-
fdivp
public final void fdivp(X87Register reg)
Deprecated.Divide @a reg by st(0) (FPU).
-
fdivp
public final void fdivp()
Deprecated.
-
fdivr
public final void fdivr(X87Register dst, X87Register src)
Deprecated.Reverse Divide @a dst by @a src (FPU).
-
fdivr
public final void fdivr(Mem src)
Deprecated.Reverse Divide st(0) by 32 bit or 64 bit FP value (FPU).
-
fdivrp
public final void fdivrp(X87Register reg)
Deprecated.Reverse Divide @a reg by st(0) (FPU).
-
fdivrp
public final void fdivrp()
Deprecated.
-
ffree
public final void ffree(X87Register reg)
Deprecated.Free Floating-Point Register (FPU).
-
fiadd
public final void fiadd(Mem src)
Deprecated.Add 16 bit or 32 bit integer to st(0) (FPU).
-
ficom
public final void ficom(Mem src)
Deprecated.Compare st(0) with 16 bit or 32 bit Integer (FPU).
-
ficomp
public final void ficomp(Mem src)
Deprecated.Compare st(0) with 16 bit or 32 bit Integer and pop the stack (FPU).
-
fidiv
public final void fidiv(Mem src)
Deprecated.Divide st(0) by 32 bit or 16 bit integer (@a src) (FPU).
-
fidivr
public final void fidivr(Mem src)
Deprecated.Reverse Divide st(0) by 32 bit or 16 bit integer (@a src) (FPU).
-
fild
public final void fild(Mem src)
Deprecated.Load 16 bit, 32 bit or 64 bit Integer and push it to the stack (FPU).
-
fimul
public final void fimul(Mem src)
Deprecated.Multiply st(0) by 16 bit or 32 bit integer and store it
-
fincstp
public final void fincstp()
Deprecated.Increment Stack-Top Pointer (FPU).
-
finit
public final void finit()
Deprecated.Initialize Floating-Point Unit (FPU).
-
fisub
public final void fisub(Mem src)
Deprecated.Subtract 16 bit or 32 bit integer from st(0) and store result to
-
fisubr
public final void fisubr(Mem src)
Deprecated.Reverse Subtract 16 bit or 32 bit integer from st(0) and
-
fninit
public final void fninit()
Deprecated.Initialize Floating-Point Unit (FPU).
-
fist
public final void fist(Mem dst)
Deprecated.Store st(0) as 16 bit or 32 bit Integer to @a dst (FPU).
-
fistp
public final void fistp(Mem dst)
Deprecated.Store st(0) as 16 bit, 32 bit or 64 bit Integer to @a dst and pop
-
fld
public final void fld(Mem src)
Deprecated.Push 32 bit, 64 bit or 80 bit Floating Point Value onto the FPU
-
fld
public final void fld(X87Register reg)
Deprecated.Push @a reg onto the FPU register stack (FPU).
-
fld1
public final void fld1()
Deprecated.Push +1.0 onto the FPU register stack (FPU).
-
fldl2t
public final void fldl2t()
Deprecated.Push log2(10) onto the FPU register stack (FPU).
-
fldl2e
public final void fldl2e()
Deprecated.Push log2(e) onto the FPU register stack (FPU).
-
fldpi
public final void fldpi()
Deprecated.Push pi onto the FPU register stack (FPU).
-
fldlg2
public final void fldlg2()
Deprecated.Push log10(2) onto the FPU register stack (FPU).
-
fldln2
public final void fldln2()
Deprecated.Push ln(2) onto the FPU register stack (FPU).
-
fldz
public final void fldz()
Deprecated.Push +0.0 onto the FPU register stack (FPU).
-
fldcw
public final void fldcw(Mem src)
Deprecated.Load x87 FPU Control Word (2 bytes) (FPU).
-
fldenv
public final void fldenv(Mem src)
Deprecated.Load x87 FPU Environment (14 or 28 bytes) (FPU).
-
fmul
public final void fmul(X87Register dst, X87Register src)
Deprecated.Multiply @a dst by @a src and store result in @a dst (FPU).
-
fmul
public final void fmul(Mem src)
Deprecated.Multiply st(0) by @a src and store result in st(0) (FPU).
-
fmulp
public final void fmulp(X87Register dst)
Deprecated.Multiply st(0) by @a dst and POP register stack (FPU).
-
fmulp
public final void fmulp()
Deprecated.
-
fnclex
public final void fnclex()
Deprecated.Clear Exceptions (FPU).
-
fnop
public final void fnop()
Deprecated.No Operation (FPU).
-
fnsave
public final void fnsave(Mem dst)
Deprecated.Save FPU State (FPU).
-
fnstenv
public final void fnstenv(Mem dst)
Deprecated.Store x87 FPU Environment (FPU).
-
fnstcw
public final void fnstcw(Mem dst)
Deprecated.Store x87 FPU Control Word (FPU).
-
fnstsw
public final void fnstsw(Register dst)
Deprecated.Store x87 FPU Status Word (2 Bytes) (FPU).
-
fnstsw
public final void fnstsw(Mem dst)
Deprecated.Store x87 FPU Status Word (2 Bytes) (FPU).
-
fpatan
public final void fpatan()
Deprecated.Partial Arctangent (FPU).
-
fprem
public final void fprem()
Deprecated.Partial Remainder (FPU).
-
fprem1
public final void fprem1()
Deprecated.Partial Remainder (FPU).
-
fptan
public final void fptan()
Deprecated.Partial Tangent (FPU).
-
frndint
public final void frndint()
Deprecated.Round to Integer (FPU).
-
frstor
public final void frstor(Mem src)
Deprecated.Restore FPU State (FPU).
-
fsave
public final void fsave(Mem dst)
Deprecated.Save FPU State (FPU).
-
fscale
public final void fscale()
Deprecated.Scale (FPU).
-
fsin
public final void fsin()
Deprecated.Sine (FPU).
-
fsincos
public final void fsincos()
Deprecated.Sine and Cosine (FPU).
-
fsqrt
public final void fsqrt()
Deprecated.Square Root (FPU).
-
fst
public final void fst(Mem dst)
Deprecated.Store Floating Point Value (FPU).
-
fst
public final void fst(X87Register reg)
Deprecated.Store Floating Point Value (FPU).
-
fstp
public final void fstp(Mem dst)
Deprecated.Store Floating Point Value and Pop Register Stack (FPU).
-
fstp
public final void fstp(X87Register reg)
Deprecated.Store Floating Point Value and Pop Register Stack (FPU).
-
fstcw
public final void fstcw(Mem dst)
Deprecated.Store x87 FPU Control Word (FPU).
-
fstenv
public final void fstenv(Mem dst)
Deprecated.Store x87 FPU Environment (FPU).
-
fstsw
public final void fstsw(Register dst)
Deprecated.Store x87 FPU Status Word (2 Bytes) (FPU).
-
fstsw
public final void fstsw(Mem dst)
Deprecated.Store x87 FPU Status Word (2 Bytes) (FPU).
-
fsub
public final void fsub(X87Register dst, X87Register src)
Deprecated.Subtract @a src from @a dst and store result in @a dst (FPU).
-
fsub
public final void fsub(Mem src)
Deprecated.Subtract @a src from st(0) and store result in st(0) (FPU).
-
fsubp
public final void fsubp(X87Register dst)
Deprecated.Subtract st(0) from @a dst and POP register stack (FPU).
-
fsubp
public final void fsubp()
Deprecated.
-
fsubr
public final void fsubr(X87Register dst, X87Register src)
Deprecated.Reverse Subtract @a src from @a dst and store result in @a dst (FPU).
-
fsubr
public final void fsubr(Mem src)
Deprecated.Reverse Subtract @a src from st(0) and store result in st(0) (FPU).
-
fsubrp
public final void fsubrp(X87Register dst)
Deprecated.Reverse Subtract st(0) from @a dst and POP register stack (FPU).
-
fsubrp
public final void fsubrp()
Deprecated.
-
ftst
public final void ftst()
Deprecated.Floating point test - Compare st(0) with 0.0. (FPU).
-
fucom
public final void fucom(X87Register reg)
Deprecated.Unordered Compare st(0) with @a reg (FPU).
-
fucom
public final void fucom()
Deprecated.
-
fucomi
public final void fucomi(X87Register reg)
Deprecated.Unordered Compare st(0) and @a reg, check for ordered values
-
fucomip
public final void fucomip(X87Register reg)
Deprecated.UnorderedCompare st(0) and @a reg, Check for ordered values
-
fucomip
public final void fucomip()
Deprecated.
-
fucomp
public final void fucomp(X87Register reg)
Deprecated.Unordered Compare st(0) with @a reg and pop register stack (FPU).
-
fucomp
public final void fucomp()
Deprecated.
-
fucompp
public final void fucompp()
Deprecated.Unordered compare st(0) with st(1) and pop register stack twice
-
fwait
public final void fwait()
Deprecated.
-
fxam
public final void fxam()
Deprecated.Examine st(0) (FPU).
-
fxch
public final void fxch(X87Register reg)
Deprecated.Exchange Register Contents (FPU).
-
fxch
public final void fxch()
Deprecated.
-
fxrstor
public final void fxrstor(Mem src)
Deprecated.Restore FP And MMX(tm) State And Streaming SIMD Extension State
-
fxsave
public final void fxsave(Mem dst)
Deprecated.Store FP and MMX(tm) State and Streaming SIMD Extension State
-
fxtract
public final void fxtract()
Deprecated.Extract Exponent and Significand (FPU).
-
fyl2x
public final void fyl2x()
Deprecated.Compute y * log2(x).
-
fyl2xp1
public final void fyl2xp1()
Deprecated.Compute y * log_2(x+1).
-
emms
public final void emms()
Deprecated.Empty MMX state.
-
movd
public final void movd(Mem dst, MMRegister src)
Deprecated.Move DWord (MMX).
-
movd
public final void movd(Register dst, MMRegister src)
Deprecated.Move DWord (MMX).
-
movd
public final void movd(MMRegister dst, Mem src)
Deprecated.Move DWord (MMX).
-
movd
public final void movd(MMRegister dst, Register src)
Deprecated.Move DWord (MMX).
-
movq
public final void movq(MMRegister dst, MMRegister src)
Deprecated.Move QWord (MMX).
-
movq
public final void movq(Mem dst, MMRegister src)
Deprecated.Move QWord (MMX).
-
movq
public final void movq(Register dst, MMRegister src)
Deprecated.Move QWord (MMX).
-
movq
public final void movq(MMRegister dst, Mem src)
Deprecated.Move QWord (MMX).
-
movq
public final void movq(MMRegister dst, Register src)
Deprecated.Move QWord (MMX).
-
packuswb
public final void packuswb(MMRegister dst, MMRegister src)
Deprecated.Pack with Unsigned Saturation (MMX).
-
packuswb
public final void packuswb(MMRegister dst, Mem src)
Deprecated.Pack with Unsigned Saturation (MMX).
-
paddb
public final void paddb(MMRegister dst, MMRegister src)
Deprecated.Packed BYTE Add (MMX).
-
paddb
public final void paddb(MMRegister dst, Mem src)
Deprecated.Packed BYTE Add (MMX).
-
paddw
public final void paddw(MMRegister dst, MMRegister src)
Deprecated.Packed WORD Add (MMX).
-
paddw
public final void paddw(MMRegister dst, Mem src)
Deprecated.Packed WORD Add (MMX).
-
paddd
public final void paddd(MMRegister dst, MMRegister src)
Deprecated.Packed DWORD Add (MMX).
-
paddd
public final void paddd(MMRegister dst, Mem src)
Deprecated.Packed DWORD Add (MMX).
-
paddsb
public final void paddsb(MMRegister dst, MMRegister src)
Deprecated.Packed Add with Saturation (MMX).
-
paddsb
public final void paddsb(MMRegister dst, Mem src)
Deprecated.Packed Add with Saturation (MMX).
-
paddsw
public final void paddsw(MMRegister dst, MMRegister src)
Deprecated.Packed Add with Saturation (MMX).
-
paddsw
public final void paddsw(MMRegister dst, Mem src)
Deprecated.Packed Add with Saturation (MMX).
-
paddusb
public final void paddusb(MMRegister dst, MMRegister src)
Deprecated.Packed Add Unsigned with Saturation (MMX).
-
paddusb
public final void paddusb(MMRegister dst, Mem src)
Deprecated.Packed Add Unsigned with Saturation (MMX).
-
paddusw
public final void paddusw(MMRegister dst, MMRegister src)
Deprecated.Packed Add Unsigned with Saturation (MMX).
-
paddusw
public final void paddusw(MMRegister dst, Mem src)
Deprecated.Packed Add Unsigned with Saturation (MMX).
-
pand
public final void pand(MMRegister dst, MMRegister src)
Deprecated.Logical AND (MMX).
-
pand
public final void pand(MMRegister dst, Mem src)
Deprecated.Logical AND (MMX).
-
pandn
public final void pandn(MMRegister dst, MMRegister src)
Deprecated.Logical AND Not (MMX).
-
pandn
public final void pandn(MMRegister dst, Mem src)
Deprecated.Logical AND Not (MMX).
-
pcmpeqb
public final void pcmpeqb(MMRegister dst, MMRegister src)
Deprecated.Packed Compare for Equal (BYTES) (MMX).
-
pcmpeqb
public final void pcmpeqb(MMRegister dst, Mem src)
Deprecated.Packed Compare for Equal (BYTES) (MMX).
-
pcmpeqw
public final void pcmpeqw(MMRegister dst, MMRegister src)
Deprecated.Packed Compare for Equal (WORDS) (MMX).
-
pcmpeqw
public final void pcmpeqw(MMRegister dst, Mem src)
Deprecated.Packed Compare for Equal (WORDS) (MMX).
-
pcmpeqd
public final void pcmpeqd(MMRegister dst, MMRegister src)
Deprecated.Packed Compare for Equal (DWORDS) (MMX).
-
pcmpeqd
public final void pcmpeqd(MMRegister dst, Mem src)
Deprecated.Packed Compare for Equal (DWORDS) (MMX).
-
pcmpgtb
public final void pcmpgtb(MMRegister dst, MMRegister src)
Deprecated.Packed Compare for Greater Than (BYTES) (MMX).
-
pcmpgtb
public final void pcmpgtb(MMRegister dst, Mem src)
Deprecated.Packed Compare for Greater Than (BYTES) (MMX).
-
pcmpgtw
public final void pcmpgtw(MMRegister dst, MMRegister src)
Deprecated.Packed Compare for Greater Than (WORDS) (MMX).
-
pcmpgtw
public final void pcmpgtw(MMRegister dst, Mem src)
Deprecated.Packed Compare for Greater Than (WORDS) (MMX).
-
pcmpgtd
public final void pcmpgtd(MMRegister dst, MMRegister src)
Deprecated.Packed Compare for Greater Than (DWORDS) (MMX).
-
pcmpgtd
public final void pcmpgtd(MMRegister dst, Mem src)
Deprecated.Packed Compare for Greater Than (DWORDS) (MMX).
-
pmulhw
public final void pmulhw(MMRegister dst, MMRegister src)
Deprecated.Packed Multiply High (MMX).
-
pmulhw
public final void pmulhw(MMRegister dst, Mem src)
Deprecated.Packed Multiply High (MMX).
-
pmullw
public final void pmullw(MMRegister dst, MMRegister src)
Deprecated.Packed Multiply Low (MMX).
-
pmullw
public final void pmullw(MMRegister dst, Mem src)
Deprecated.Packed Multiply Low (MMX).
-
por
public final void por(MMRegister dst, MMRegister src)
Deprecated.Bitwise Logical OR (MMX).
-
por
public final void por(MMRegister dst, Mem src)
Deprecated.Bitwise Logical OR (MMX).
-
pmaddwd
public final void pmaddwd(MMRegister dst, MMRegister src)
Deprecated.Packed Multiply and Add (MMX).
-
pmaddwd
public final void pmaddwd(MMRegister dst, Mem src)
Deprecated.Packed Multiply and Add (MMX).
-
pslld
public final void pslld(MMRegister dst, MMRegister src)
Deprecated.Packed Shift Left Logical (MMX).
-
pslld
public final void pslld(MMRegister dst, Mem src)
Deprecated.Packed Shift Left Logical (MMX).
-
pslld
public final void pslld(MMRegister dst, Immediate src)
Deprecated.Packed Shift Left Logical (MMX).
-
psllq
public final void psllq(MMRegister dst, MMRegister src)
Deprecated.Packed Shift Left Logical (MMX).
-
psllq
public final void psllq(MMRegister dst, Mem src)
Deprecated.Packed Shift Left Logical (MMX).
-
psllq
public final void psllq(MMRegister dst, Immediate src)
Deprecated.Packed Shift Left Logical (MMX).
-
psllw
public final void psllw(MMRegister dst, MMRegister src)
Deprecated.Packed Shift Left Logical (MMX).
-
psllw
public final void psllw(MMRegister dst, Mem src)
Deprecated.Packed Shift Left Logical (MMX).
-
psllw
public final void psllw(MMRegister dst, Immediate src)
Deprecated.Packed Shift Left Logical (MMX).
-
psrad
public final void psrad(MMRegister dst, MMRegister src)
Deprecated.Packed Shift Right Arithmetic (MMX).
-
psrad
public final void psrad(MMRegister dst, Mem src)
Deprecated.Packed Shift Right Arithmetic (MMX).
-
psrad
public final void psrad(MMRegister dst, Immediate src)
Deprecated.Packed Shift Right Arithmetic (MMX).
-
psraw
public final void psraw(MMRegister dst, MMRegister src)
Deprecated.Packed Shift Right Arithmetic (MMX).
-
psraw
public final void psraw(MMRegister dst, Mem src)
Deprecated.Packed Shift Right Arithmetic (MMX).
-
psraw
public final void psraw(MMRegister dst, Immediate src)
Deprecated.Packed Shift Right Arithmetic (MMX).
-
psrld
public final void psrld(MMRegister dst, MMRegister src)
Deprecated.Packed Shift Right Logical (MMX).
-
psrld
public final void psrld(MMRegister dst, Mem src)
Deprecated.Packed Shift Right Logical (MMX).
-
psrld
public final void psrld(MMRegister dst, Immediate src)
Deprecated.Packed Shift Right Logical (MMX).
-
psrlq
public final void psrlq(MMRegister dst, MMRegister src)
Deprecated.Packed Shift Right Logical (MMX).
-
psrlq
public final void psrlq(MMRegister dst, Mem src)
Deprecated.Packed Shift Right Logical (MMX).
-
psrlq
public final void psrlq(MMRegister dst, Immediate src)
Deprecated.Packed Shift Right Logical (MMX).
-
psrlw
public final void psrlw(MMRegister dst, MMRegister src)
Deprecated.Packed Shift Right Logical (MMX).
-
psrlw
public final void psrlw(MMRegister dst, Mem src)
Deprecated.Packed Shift Right Logical (MMX).
-
psrlw
public final void psrlw(MMRegister dst, Immediate src)
Deprecated.Packed Shift Right Logical (MMX).
-
psubb
public final void psubb(MMRegister dst, MMRegister src)
Deprecated.Packed Subtract (MMX).
-
psubb
public final void psubb(MMRegister dst, Mem src)
Deprecated.Packed Subtract (MMX).
-
psubw
public final void psubw(MMRegister dst, MMRegister src)
Deprecated.Packed Subtract (MMX).
-
psubw
public final void psubw(MMRegister dst, Mem src)
Deprecated.Packed Subtract (MMX).
-
psubd
public final void psubd(MMRegister dst, MMRegister src)
Deprecated.Packed Subtract (MMX).
-
psubd
public final void psubd(MMRegister dst, Mem src)
Deprecated.Packed Subtract (MMX).
-
psubsb
public final void psubsb(MMRegister dst, MMRegister src)
Deprecated.Packed Subtract with Saturation (MMX).
-
psubsb
public final void psubsb(MMRegister dst, Mem src)
Deprecated.Packed Subtract with Saturation (MMX).
-
psubsw
public final void psubsw(MMRegister dst, MMRegister src)
Deprecated.Packed Subtract with Saturation (MMX).
-
psubsw
public final void psubsw(MMRegister dst, Mem src)
Deprecated.Packed Subtract with Saturation (MMX).
-
psubusb
public final void psubusb(MMRegister dst, MMRegister src)
Deprecated.Packed Subtract with Unsigned Saturation (MMX).
-
psubusb
public final void psubusb(MMRegister dst, Mem src)
Deprecated.Packed Subtract with Unsigned Saturation (MMX).
-
psubusw
public final void psubusw(MMRegister dst, MMRegister src)
Deprecated.Packed Subtract with Unsigned Saturation (MMX).
-
psubusw
public final void psubusw(MMRegister dst, Mem src)
Deprecated.Packed Subtract with Unsigned Saturation (MMX).
-
punpckhbw
public final void punpckhbw(MMRegister dst, MMRegister src)
Deprecated.Unpack High Packed Data (MMX).
-
punpckhbw
public final void punpckhbw(MMRegister dst, Mem src)
Deprecated.Unpack High Packed Data (MMX).
-
punpckhwd
public final void punpckhwd(MMRegister dst, MMRegister src)
Deprecated.Unpack High Packed Data (MMX).
-
punpckhwd
public final void punpckhwd(MMRegister dst, Mem src)
Deprecated.Unpack High Packed Data (MMX).
-
punpckhdq
public final void punpckhdq(MMRegister dst, MMRegister src)
Deprecated.Unpack High Packed Data (MMX).
-
punpckhdq
public final void punpckhdq(MMRegister dst, Mem src)
Deprecated.Unpack High Packed Data (MMX).
-
punpcklbw
public final void punpcklbw(MMRegister dst, MMRegister src)
Deprecated.Unpack High Packed Data (MMX).
-
punpcklbw
public final void punpcklbw(MMRegister dst, Mem src)
Deprecated.Unpack High Packed Data (MMX).
-
punpcklwd
public final void punpcklwd(MMRegister dst, MMRegister src)
Deprecated.Unpack High Packed Data (MMX).
-
punpcklwd
public final void punpcklwd(MMRegister dst, Mem src)
Deprecated.Unpack High Packed Data (MMX).
-
punpckldq
public final void punpckldq(MMRegister dst, MMRegister src)
Deprecated.Unpack High Packed Data (MMX).
-
punpckldq
public final void punpckldq(MMRegister dst, Mem src)
Deprecated.Unpack High Packed Data (MMX).
-
pxor
public final void pxor(MMRegister dst, MMRegister src)
Deprecated.Bitwise Exclusive OR (MMX).
-
pxor
public final void pxor(MMRegister dst, Mem src)
Deprecated.Bitwise Exclusive OR (MMX).
-
femms
public final void femms()
Deprecated.Faster EMMS (3dNow!).
-
pf2id
public final void pf2id(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP to Integer Convert (3dNow!).
-
pf2id
public final void pf2id(MMRegister dst, Mem src)
Deprecated.Packed SP-FP to Integer Convert (3dNow!).
-
pf2iw
public final void pf2iw(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP to Integer Word Convert (3dNow!).
-
pf2iw
public final void pf2iw(MMRegister dst, Mem src)
Deprecated.Packed SP-FP to Integer Word Convert (3dNow!).
-
pfacc
public final void pfacc(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Accumulate (3dNow!).
-
pfacc
public final void pfacc(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Accumulate (3dNow!).
-
pfadd
public final void pfadd(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Addition (3dNow!).
-
pfadd
public final void pfadd(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Addition (3dNow!).
-
pfcmpeq
public final void pfcmpeq(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Compare - dst == src (3dNow!).
-
pfcmpeq
public final void pfcmpeq(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Compare - dst == src (3dNow!).
-
pfcmpge
public final void pfcmpge(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Compare - dst >= src (3dNow!).
-
pfcmpge
public final void pfcmpge(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Compare - dst >= src (3dNow!).
-
pfcmpgt
public final void pfcmpgt(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Compare - dst > src (3dNow!).
-
pfcmpgt
public final void pfcmpgt(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Compare - dst > src (3dNow!).
-
pfmax
public final void pfmax(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Maximum (3dNow!).
-
pfmax
public final void pfmax(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Maximum (3dNow!).
-
pfmin
public final void pfmin(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Minimum (3dNow!).
-
pfmin
public final void pfmin(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Minimum (3dNow!).
-
pfmul
public final void pfmul(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Multiply (3dNow!).
-
pfmul
public final void pfmul(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Multiply (3dNow!).
-
pfnacc
public final void pfnacc(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Negative Accumulate (3dNow!).
-
pfnacc
public final void pfnacc(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Negative Accumulate (3dNow!).
-
pfpnaxx
public final void pfpnaxx(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Mixed Accumulate (3dNow!).
-
pfpnacc
public final void pfpnacc(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Mixed Accumulate (3dNow!).
-
pfrcp
public final void pfrcp(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Reciprocal Approximation (3dNow!).
-
pfrcp
public final void pfrcp(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Reciprocal Approximation (3dNow!).
-
pfrcpit1
public final void pfrcpit1(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Reciprocal, First Iteration Step (3dNow!).
-
pfrcpit1
public final void pfrcpit1(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Reciprocal, First Iteration Step (3dNow!).
-
pfrcpit2
public final void pfrcpit2(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Reciprocal, Second Iteration Step (3dNow!).
-
pfrcpit2
public final void pfrcpit2(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Reciprocal, Second Iteration Step (3dNow!).
-
pfrsqit1
public final void pfrsqit1(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Reciprocal Square Root, First Iteration Step (3dNow!).
-
pfrsqit1
public final void pfrsqit1(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Reciprocal Square Root, First Iteration Step (3dNow!).
-
pfrsqrt
public final void pfrsqrt(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Reciprocal Square Root Approximation (3dNow!).
-
pfrsqrt
public final void pfrsqrt(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Reciprocal Square Root Approximation (3dNow!).
-
pfsub
public final void pfsub(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Subtract (3dNow!).
-
pfsub
public final void pfsub(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Subtract (3dNow!).
-
pfsubr
public final void pfsubr(MMRegister dst, MMRegister src)
Deprecated.Packed SP-FP Reverse Subtract (3dNow!).
-
pfsubr
public final void pfsubr(MMRegister dst, Mem src)
Deprecated.Packed SP-FP Reverse Subtract (3dNow!).
-
pi2fd
public final void pi2fd(MMRegister dst, MMRegister src)
Deprecated.Packed DWords to SP-FP (3dNow!).
-
pi2fd
public final void pi2fd(MMRegister dst, Mem src)
Deprecated.Packed DWords to SP-FP (3dNow!).
-
pi2fw
public final void pi2fw(MMRegister dst, MMRegister src)
Deprecated.Packed Words to SP-FP (3dNow!).
-
pi2fw
public final void pi2fw(MMRegister dst, Mem src)
Deprecated.Packed Words to SP-FP (3dNow!).
-
pswapd
public final void pswapd(MMRegister dst, MMRegister src)
Deprecated.Packed swap DWord (3dNow!)
-
pswapd
public final void pswapd(MMRegister dst, Mem src)
Deprecated.Packed swap DWord (3dNow!)
-
addps
public final void addps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Add (SSE).
-
addps
public final void addps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Add (SSE).
-
addss
public final void addss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Add (SSE).
-
addss
public final void addss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Add (SSE).
-
andnps
public final void andnps(XMMRegister dst, XMMRegister src)
Deprecated.Bit-wise Logical And Not For SP-FP (SSE).
-
andnps
public final void andnps(XMMRegister dst, Mem src)
Deprecated.Bit-wise Logical And Not For SP-FP (SSE).
-
andps
public final void andps(XMMRegister dst, XMMRegister src)
Deprecated.Bit-wise Logical And For SP-FP (SSE).
-
andps
public final void andps(XMMRegister dst, Mem src)
Deprecated.Bit-wise Logical And For SP-FP (SSE).
-
cmpps
public final void cmpps(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Packed SP-FP Compare (SSE).
-
cmpps
public final void cmpps(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed SP-FP Compare (SSE).
-
cmpss
public final void cmpss(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Compare Scalar SP-FP Values (SSE).
-
cmpss
public final void cmpss(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Compare Scalar SP-FP Values (SSE).
-
comiss
public final void comiss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar Ordered SP-FP Compare and Set EFLAGS (SSE).
-
comiss
public final void comiss(XMMRegister dst, Mem src)
Deprecated.Scalar Ordered SP-FP Compare and Set EFLAGS (SSE).
-
cvtpi2ps
public final void cvtpi2ps(XMMRegister dst, MMRegister src)
Deprecated.Packed Signed INT32 to Packed SP-FP Conversion (SSE).
-
cvtpi2ps
public final void cvtpi2ps(XMMRegister dst, Mem src)
Deprecated.Packed Signed INT32 to Packed SP-FP Conversion (SSE).
-
cvtps2pi
public final void cvtps2pi(MMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP to Packed INT32 Conversion (SSE).
-
cvtps2pi
public final void cvtps2pi(MMRegister dst, Mem src)
Deprecated.Packed SP-FP to Packed INT32 Conversion (SSE).
-
cvtsi2ss
public final void cvtsi2ss(XMMRegister dst, Register src)
Deprecated.Scalar Signed INT32 to SP-FP Conversion (SSE).
-
cvtsi2ss
public final void cvtsi2ss(XMMRegister dst, Mem src)
Deprecated.Scalar Signed INT32 to SP-FP Conversion (SSE).
-
cvtss2si
public final void cvtss2si(Register dst, XMMRegister src)
Deprecated.Scalar SP-FP to Signed INT32 Conversion (SSE).
-
cvtss2si
public final void cvtss2si(Register dst, Mem src)
Deprecated.Scalar SP-FP to Signed INT32 Conversion (SSE).
-
cvttps2pi
public final void cvttps2pi(MMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP to Packed INT32 Conversion (truncate) (SSE).
-
cvttps2pi
public final void cvttps2pi(MMRegister dst, Mem src)
Deprecated.Packed SP-FP to Packed INT32 Conversion (truncate) (SSE).
-
cvttss2si
public final void cvttss2si(Register dst, XMMRegister src)
Deprecated.Scalar SP-FP to Signed INT32 Conversion (truncate) (SSE).
-
cvttss2si
public final void cvttss2si(Register dst, Mem src)
Deprecated.Scalar SP-FP to Signed INT32 Conversion (truncate) (SSE).
-
divps
public final void divps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Divide (SSE).
-
divps
public final void divps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Divide (SSE).
-
divss
public final void divss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Divide (SSE).
-
divss
public final void divss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Divide (SSE).
-
ldmxcsr
public final void ldmxcsr(Mem src)
Deprecated.Load Streaming SIMD Extension Control/Status (SSE).
-
maskmovq
public final void maskmovq(MMRegister data, MMRegister mask)
Deprecated.Byte Mask Write (SSE).
-
maxps
public final void maxps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Maximum (SSE).
-
maxps
public final void maxps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Maximum (SSE).
-
maxss
public final void maxss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Maximum (SSE).
-
maxss
public final void maxss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Maximum (SSE).
-
minps
public final void minps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Minimum (SSE).
-
minps
public final void minps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Minimum (SSE).
-
minss
public final void minss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Minimum (SSE).
-
minss
public final void minss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Minimum (SSE).
-
movaps
public final void movaps(XMMRegister dst, XMMRegister src)
Deprecated.Move Aligned Packed SP-FP Values (SSE).
-
movaps
public final void movaps(XMMRegister dst, Mem src)
Deprecated.Move Aligned Packed SP-FP Values (SSE).
-
movaps
public final void movaps(Mem dst, XMMRegister src)
Deprecated.Move Aligned Packed SP-FP Values (SSE).
-
movd
public final void movd(Mem dst, XMMRegister src)
Deprecated.Move DWord.
-
movd
public final void movd(Register dst, XMMRegister src)
Deprecated.Move DWord.
-
movd
public final void movd(XMMRegister dst, Mem src)
Deprecated.Move DWord.
-
movd
public final void movd(XMMRegister dst, Register src)
Deprecated.Move DWord.
-
movq
public final void movq(XMMRegister dst, XMMRegister src)
Deprecated.Move QWord (SSE).
-
movq
public final void movq(Mem dst, XMMRegister src)
Deprecated.Move QWord (SSE).
-
movq
public final void movq(Register dst, XMMRegister src)
Deprecated.Move QWord (SSE).
-
movq
public final void movq(XMMRegister dst, Mem src)
Deprecated.Move QWord (SSE).
-
movq
public final void movq(XMMRegister dst, Register src)
Deprecated.Move QWord (SSE).
-
movntq
public final void movntq(Mem dst, MMRegister src)
Deprecated.Move 64 Bits Non Temporal (SSE).
-
movhlps
public final void movhlps(XMMRegister dst, XMMRegister src)
Deprecated.High to Low Packed SP-FP (SSE).
-
movhps
public final void movhps(XMMRegister dst, Mem src)
Deprecated.Move High Packed SP-FP (SSE).
-
movhps
public final void movhps(Mem dst, XMMRegister src)
Deprecated.Move High Packed SP-FP (SSE).
-
movlhps
public final void movlhps(XMMRegister dst, XMMRegister src)
Deprecated.Move Low to High Packed SP-FP (SSE).
-
movlps
public final void movlps(XMMRegister dst, Mem src)
Deprecated.Move Low Packed SP-FP (SSE).
-
movlps
public final void movlps(Mem dst, XMMRegister src)
Deprecated.Move Low Packed SP-FP (SSE).
-
movntps
public final void movntps(Mem dst, XMMRegister src)
Deprecated.Move Aligned Four Packed SP-FP Non Temporal (SSE).
-
movss
public final void movss(XMMRegister dst, XMMRegister src)
Deprecated.Move Scalar SP-FP (SSE).
-
movss
public final void movss(XMMRegister dst, Mem src)
Deprecated.Move Scalar SP-FP (SSE).
-
movss
public final void movss(Mem dst, XMMRegister src)
Deprecated.Move Scalar SP-FP (SSE).
-
movups
public final void movups(XMMRegister dst, XMMRegister src)
Deprecated.Move Unaligned Packed SP-FP Values (SSE).
-
movups
public final void movups(XMMRegister dst, Mem src)
Deprecated.Move Unaligned Packed SP-FP Values (SSE).
-
movups
public final void movups(Mem dst, XMMRegister src)
Deprecated.Move Unaligned Packed SP-FP Values (SSE).
-
mulps
public final void mulps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Multiply (SSE).
-
mulps
public final void mulps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Multiply (SSE).
-
mulss
public final void mulss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Multiply (SSE).
-
mulss
public final void mulss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Multiply (SSE).
-
orps
public final void orps(XMMRegister dst, XMMRegister src)
Deprecated.Bit-wise Logical OR for SP-FP Data (SSE).
-
orps
public final void orps(XMMRegister dst, Mem src)
Deprecated.Bit-wise Logical OR for SP-FP Data (SSE).
-
pavgb
public final void pavgb(MMRegister dst, MMRegister src)
Deprecated.Packed Average (SSE).
-
pavgb
public final void pavgb(MMRegister dst, Mem src)
Deprecated.Packed Average (SSE).
-
pavgw
public final void pavgw(MMRegister dst, MMRegister src)
Deprecated.Packed Average (SSE).
-
pavgw
public final void pavgw(MMRegister dst, Mem src)
Deprecated.Packed Average (SSE).
-
pextrw
public final void pextrw(Register dst, MMRegister src, Immediate imm8)
Deprecated.Extract Word (SSE).
-
pinsrw
public final void pinsrw(MMRegister dst, Register src, Immediate imm8)
Deprecated.Insert Word (SSE).
-
pinsrw
public final void pinsrw(MMRegister dst, Mem src, Immediate imm8)
Deprecated.Insert Word (SSE).
-
pmaxsw
public final void pmaxsw(MMRegister dst, MMRegister src)
Deprecated.Packed Signed Integer Word Maximum (SSE).
-
pmaxsw
public final void pmaxsw(MMRegister dst, Mem src)
Deprecated.Packed Signed Integer Word Maximum (SSE).
-
pmaxub
public final void pmaxub(MMRegister dst, MMRegister src)
Deprecated.Packed Unsigned Integer Byte Maximum (SSE).
-
pmaxub
public final void pmaxub(MMRegister dst, Mem src)
Deprecated.Packed Unsigned Integer Byte Maximum (SSE).
-
pminsw
public final void pminsw(MMRegister dst, MMRegister src)
Deprecated.Packed Signed Integer Word Minimum (SSE).
-
pminsw
public final void pminsw(MMRegister dst, Mem src)
Deprecated.Packed Signed Integer Word Minimum (SSE).
-
pminub
public final void pminub(MMRegister dst, MMRegister src)
Deprecated.Packed Unsigned Integer Byte Minimum (SSE).
-
pminub
public final void pminub(MMRegister dst, Mem src)
Deprecated.Packed Unsigned Integer Byte Minimum (SSE).
-
pmovmskb
public final void pmovmskb(Register dst, MMRegister src)
Deprecated.Move Byte Mask To Integer (SSE).
-
pmulhuw
public final void pmulhuw(MMRegister dst, MMRegister src)
Deprecated.Packed Multiply High Unsigned (SSE).
-
pmulhuw
public final void pmulhuw(MMRegister dst, Mem src)
Deprecated.Packed Multiply High Unsigned (SSE).
-
psadbw
public final void psadbw(MMRegister dst, MMRegister src)
Deprecated.Packed Sum of Absolute Differences (SSE).
-
psadbw
public final void psadbw(MMRegister dst, Mem src)
Deprecated.Packed Sum of Absolute Differences (SSE).
-
pshufw
public final void pshufw(MMRegister dst, MMRegister src, Immediate imm8)
Deprecated.Packed Shuffle word (SSE).
-
pshufw
public final void pshufw(MMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed Shuffle word (SSE).
-
rcpps
public final void rcpps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Reciprocal (SSE).
-
rcpps
public final void rcpps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Reciprocal (SSE).
-
rcpss
public final void rcpss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Reciprocal (SSE).
-
rcpss
public final void rcpss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Reciprocal (SSE).
-
psadbw
public final void psadbw(XMMRegister dst, XMMRegister src)
Deprecated.Compute Sum of Absolute Differences (SSE).
-
psadbw
public final void psadbw(XMMRegister dst, Mem src)
Deprecated.Compute Sum of Absolute Differences (SSE).
-
rsqrtps
public final void rsqrtps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Square Root Reciprocal (SSE).
-
rsqrtps
public final void rsqrtps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Square Root Reciprocal (SSE).
-
rsqrtss
public final void rsqrtss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Square Root Reciprocal (SSE).
-
rsqrtss
public final void rsqrtss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Square Root Reciprocal (SSE).
-
sfence
public final void sfence()
Deprecated.Store fence (SSE).
-
shufps
public final void shufps(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Shuffle SP-FP (SSE).
-
shufps
public final void shufps(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Shuffle SP-FP (SSE).
-
sqrtps
public final void sqrtps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Square Root (SSE).
-
sqrtps
public final void sqrtps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Square Root (SSE).
-
sqrtss
public final void sqrtss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Square Root (SSE).
-
sqrtss
public final void sqrtss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Square Root (SSE).
-
stmxcsr
public final void stmxcsr(Mem dst)
Deprecated.Store Streaming SIMD Extension Control/Status (SSE).
-
subps
public final void subps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Subtract (SSE).
-
subps
public final void subps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Subtract (SSE).
-
subss
public final void subss(XMMRegister dst, XMMRegister src)
Deprecated.Scalar SP-FP Subtract (SSE).
-
subss
public final void subss(XMMRegister dst, Mem src)
Deprecated.Scalar SP-FP Subtract (SSE).
-
ucomiss
public final void ucomiss(XMMRegister dst, XMMRegister src)
Deprecated.Unordered Scalar SP-FP compare and set EFLAGS (SSE).
-
ucomiss
public final void ucomiss(XMMRegister dst, Mem src)
Deprecated.Unordered Scalar SP-FP compare and set EFLAGS (SSE).
-
unpckhps
public final void unpckhps(XMMRegister dst, XMMRegister src)
Deprecated.Unpack High Packed SP-FP Data (SSE).
-
unpckhps
public final void unpckhps(XMMRegister dst, Mem src)
Deprecated.Unpack High Packed SP-FP Data (SSE).
-
unpcklps
public final void unpcklps(XMMRegister dst, XMMRegister src)
Deprecated.Unpack Low Packed SP-FP Data (SSE).
-
unpcklps
public final void unpcklps(XMMRegister dst, Mem src)
Deprecated.Unpack Low Packed SP-FP Data (SSE).
-
xorps
public final void xorps(XMMRegister dst, XMMRegister src)
Deprecated.Bit-wise Logical Xor for SP-FP Data (SSE).
-
xorps
public final void xorps(XMMRegister dst, Mem src)
Deprecated.Bit-wise Logical Xor for SP-FP Data (SSE).
-
addpd
public final void addpd(XMMRegister dst, XMMRegister src)
Deprecated.Packed DP-FP Add (SSE2).
-
addpd
public final void addpd(XMMRegister dst, Mem src)
Deprecated.Packed DP-FP Add (SSE2).
-
addsd
public final void addsd(XMMRegister dst, XMMRegister src)
Deprecated.Scalar DP-FP Add (SSE2).
-
addsd
public final void addsd(XMMRegister dst, Mem src)
Deprecated.Scalar DP-FP Add (SSE2).
-
andnpd
public final void andnpd(XMMRegister dst, XMMRegister src)
Deprecated.Bit-wise Logical And Not For DP-FP (SSE2).
-
andnpd
public final void andnpd(XMMRegister dst, Mem src)
Deprecated.Bit-wise Logical And Not For DP-FP (SSE2).
-
andpd
public final void andpd(XMMRegister dst, XMMRegister src)
Deprecated.Bit-wise Logical And For DP-FP (SSE2).
-
andpd
public final void andpd(XMMRegister dst, Mem src)
Deprecated.Bit-wise Logical And For DP-FP (SSE2).
-
clflush
public final void clflush(Mem mem)
Deprecated.Flush Cache Line (SSE2).
-
cmppd
public final void cmppd(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Packed DP-FP Compare (SSE2).
-
cmppd
public final void cmppd(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed DP-FP Compare (SSE2).
-
cmpsd
public final void cmpsd(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Compare Scalar SP-FP Values (SSE2).
-
cmpsd
public final void cmpsd(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Compare Scalar SP-FP Values (SSE2).
-
comisd
public final void comisd(XMMRegister dst, XMMRegister src)
Deprecated.Scalar Ordered DP-FP Compare and Set EFLAGS (SSE2).
-
comisd
public final void comisd(XMMRegister dst, Mem src)
Deprecated.Scalar Ordered DP-FP Compare and Set EFLAGS (SSE2).
-
cvtdq2pd
public final void cvtdq2pd(XMMRegister dst, XMMRegister src)
Deprecated.Convert Packed Dword Integers to Packed DP-FP Values (SSE2).
-
cvtdq2pd
public final void cvtdq2pd(XMMRegister dst, Mem src)
Deprecated.Convert Packed Dword Integers to Packed DP-FP Values (SSE2).
-
cvtdq2ps
public final void cvtdq2ps(XMMRegister dst, XMMRegister src)
Deprecated.Convert Packed Dword Integers to Packed SP-FP Values (SSE2).
-
cvtdq2ps
public final void cvtdq2ps(XMMRegister dst, Mem src)
Deprecated.Convert Packed Dword Integers to Packed SP-FP Values (SSE2).
-
cvtpd2dq
public final void cvtpd2dq(XMMRegister dst, XMMRegister src)
Deprecated.Convert Packed DP-FP Values to Packed Dword Integers (SSE2).
-
cvtpd2dq
public final void cvtpd2dq(XMMRegister dst, Mem src)
Deprecated.Convert Packed DP-FP Values to Packed Dword Integers (SSE2).
-
cvtpd2pi
public final void cvtpd2pi(MMRegister dst, XMMRegister src)
Deprecated.Convert Packed DP-FP Values to Packed Dword Integers (SSE2).
-
cvtpd2pi
public final void cvtpd2pi(MMRegister dst, Mem src)
Deprecated.Convert Packed DP-FP Values to Packed Dword Integers (SSE2).
-
cvtpd2ps
public final void cvtpd2ps(XMMRegister dst, XMMRegister src)
Deprecated.Convert Packed DP-FP Values to Packed SP-FP Values (SSE2).
-
cvtpd2ps
public final void cvtpd2ps(XMMRegister dst, Mem src)
Deprecated.Convert Packed DP-FP Values to Packed SP-FP Values (SSE2).
-
cvtpi2pd
public final void cvtpi2pd(XMMRegister dst, MMRegister src)
Deprecated.Convert Packed Dword Integers to Packed DP-FP Values (SSE2).
-
cvtpi2pd
public final void cvtpi2pd(XMMRegister dst, Mem src)
Deprecated.Convert Packed Dword Integers to Packed DP-FP Values (SSE2).
-
cvtps2dq
public final void cvtps2dq(XMMRegister dst, XMMRegister src)
Deprecated.Convert Packed SP-FP Values to Packed Dword Integers (SSE2).
-
cvtps2dq
public final void cvtps2dq(XMMRegister dst, Mem src)
Deprecated.Convert Packed SP-FP Values to Packed Dword Integers (SSE2).
-
cvtps2pd
public final void cvtps2pd(XMMRegister dst, XMMRegister src)
Deprecated.Convert Packed SP-FP Values to Packed DP-FP Values (SSE2).
-
cvtps2pd
public final void cvtps2pd(XMMRegister dst, Mem src)
Deprecated.Convert Packed SP-FP Values to Packed DP-FP Values (SSE2).
-
cvtsd2si
public final void cvtsd2si(Register dst, XMMRegister src)
Deprecated.Convert Scalar DP-FP Value to Dword Integer (SSE2).
-
cvtsd2si
public final void cvtsd2si(Register dst, Mem src)
Deprecated.Convert Scalar DP-FP Value to Dword Integer (SSE2).
-
cvtsd2ss
public final void cvtsd2ss(XMMRegister dst, XMMRegister src)
Deprecated.Convert Scalar DP-FP Value to Scalar SP-FP Value (SSE2).
-
cvtsd2ss
public final void cvtsd2ss(XMMRegister dst, Mem src)
Deprecated.Convert Scalar DP-FP Value to Scalar SP-FP Value (SSE2).
-
cvtsi2sd
public final void cvtsi2sd(XMMRegister dst, Register src)
Deprecated.Convert Dword Integer to Scalar DP-FP Value (SSE2).
-
cvtsi2sd
public final void cvtsi2sd(XMMRegister dst, Mem src)
Deprecated.Convert Dword Integer to Scalar DP-FP Value (SSE2).
-
cvtss2sd
public final void cvtss2sd(XMMRegister dst, XMMRegister src)
Deprecated.Convert Scalar SP-FP Value to Scalar DP-FP Value (SSE2).
-
cvtss2sd
public final void cvtss2sd(XMMRegister dst, Mem src)
Deprecated.Convert Scalar SP-FP Value to Scalar DP-FP Value (SSE2).
-
cvttpd2pi
public final void cvttpd2pi(MMRegister dst, XMMRegister src)
Deprecated.Convert with Truncation Packed DP-FP Values to Packed Dword Integers (SSE2).
-
cvttpd2pi
public final void cvttpd2pi(MMRegister dst, Mem src)
Deprecated.Convert with Truncation Packed DP-FP Values to Packed Dword Integers (SSE2).
-
cvttpd2dq
public final void cvttpd2dq(XMMRegister dst, XMMRegister src)
Deprecated.Convert with Truncation Packed DP-FP Values to Packed Dword Integers (SSE2).
-
cvttpd2dq
public final void cvttpd2dq(XMMRegister dst, Mem src)
Deprecated.Convert with Truncation Packed DP-FP Values to Packed Dword Integers (SSE2).
-
cvttps2dq
public final void cvttps2dq(XMMRegister dst, XMMRegister src)
Deprecated.Convert with Truncation Packed SP-FP Values to Packed Dword Integers (SSE2).
-
cvttps2dq
public final void cvttps2dq(XMMRegister dst, Mem src)
Deprecated.Convert with Truncation Packed SP-FP Values to Packed Dword Integers (SSE2).
-
cvttsd2si
public final void cvttsd2si(Register dst, XMMRegister src)
Deprecated.Convert with Truncation Scalar DP-FP Value to Signed Dword Integer (SSE2).
-
cvttsd2si
public final void cvttsd2si(Register dst, Mem src)
Deprecated.Convert with Truncation Scalar DP-FP Value to Signed Dword Integer (SSE2).
-
divpd
public final void divpd(XMMRegister dst, XMMRegister src)
Deprecated.Packed DP-FP Divide (SSE2).
-
divpd
public final void divpd(XMMRegister dst, Mem src)
Deprecated.Packed DP-FP Divide (SSE2).
-
divsd
public final void divsd(XMMRegister dst, XMMRegister src)
Deprecated.Scalar DP-FP Divide (SSE2).
-
divsd
public final void divsd(XMMRegister dst, Mem src)
Deprecated.Scalar DP-FP Divide (SSE2).
-
lfence
public final void lfence()
Deprecated.Load Fence (SSE2).
-
maskmovdqu
public final void maskmovdqu(XMMRegister src, XMMRegister mask)
Deprecated.Store Selected Bytes of Double Quadword (SSE2).
-
maxpd
public final void maxpd(XMMRegister dst, XMMRegister src)
Deprecated.Return Maximum Packed Double-Precision FP Values (SSE2).
-
maxpd
public final void maxpd(XMMRegister dst, Mem src)
Deprecated.Return Maximum Packed Double-Precision FP Values (SSE2).
-
maxsd
public final void maxsd(XMMRegister dst, XMMRegister src)
Deprecated.Return Maximum Scalar Double-Precision FP Value (SSE2).
-
maxsd
public final void maxsd(XMMRegister dst, Mem src)
Deprecated.Return Maximum Scalar Double-Precision FP Value (SSE2).
-
mfence
public final void mfence()
Deprecated.Memory Fence (SSE2).
-
minpd
public final void minpd(XMMRegister dst, XMMRegister src)
Deprecated.Return Minimum Packed DP-FP Values (SSE2).
-
minpd
public final void minpd(XMMRegister dst, Mem src)
Deprecated.Return Minimum Packed DP-FP Values (SSE2).
-
minsd
public final void minsd(XMMRegister dst, XMMRegister src)
Deprecated.Return Minimum Scalar DP-FP Value (SSE2).
-
minsd
public final void minsd(XMMRegister dst, Mem src)
Deprecated.Return Minimum Scalar DP-FP Value (SSE2).
-
movdqa
public final void movdqa(XMMRegister dst, XMMRegister src)
Deprecated.Move Aligned DQWord (SSE2).
-
movdqa
public final void movdqa(XMMRegister dst, Mem src)
Deprecated.Move Aligned DQWord (SSE2).
-
movdqa
public final void movdqa(Mem dst, XMMRegister src)
Deprecated.Move Aligned DQWord (SSE2).
-
movdqu
public final void movdqu(XMMRegister dst, XMMRegister src)
Deprecated.Move Unaligned Double Quadword (SSE2).
-
movdqu
public final void movdqu(XMMRegister dst, Mem src)
Deprecated.Move Unaligned Double Quadword (SSE2).
-
movdqu
public final void movdqu(Mem dst, XMMRegister src)
Deprecated.Move Unaligned Double Quadword (SSE2).
-
movmskps
public final void movmskps(Register dst, XMMRegister src)
Deprecated.Extract Packed SP-FP Sign Mask (SSE2).
-
movmskpd
public final void movmskpd(Register dst, XMMRegister src)
Deprecated.Extract Packed DP-FP Sign Mask (SSE2).
-
movsd
public final void movsd(XMMRegister dst, XMMRegister src)
Deprecated.Move Scalar Double-Precision FP Value (SSE2).
-
movsd
public final void movsd(XMMRegister dst, Mem src)
Deprecated.Move Scalar Double-Precision FP Value (SSE2).
-
movsd
public final void movsd(Mem dst, XMMRegister src)
Deprecated.Move Scalar Double-Precision FP Value (SSE2).
-
movapd
public final void movapd(XMMRegister dst, XMMRegister src)
Deprecated.Move Aligned Packed Double-Precision FP Values (SSE2).
-
movapd
public final void movapd(XMMRegister dst, Mem src)
Deprecated.Move Aligned Packed Double-Precision FP Values (SSE2).
-
movapd
public final void movapd(Mem dst, XMMRegister src)
Deprecated.Move Aligned Packed Double-Precision FP Values (SSE2).
-
movdq2q
public final void movdq2q(MMRegister dst, XMMRegister src)
Deprecated.Move Quadword from XMM to MMX Technology Register (SSE2).
-
movq2dq
public final void movq2dq(XMMRegister dst, MMRegister src)
Deprecated.Move Quadword from MMX Technology to XMM Register (SSE2).
-
movhpd
public final void movhpd(XMMRegister dst, Mem src)
Deprecated.Move High Packed Double-Precision FP Value (SSE2).
-
movhpd
public final void movhpd(Mem dst, XMMRegister src)
Deprecated.Move High Packed Double-Precision FP Value (SSE2).
-
movlpd
public final void movlpd(XMMRegister dst, Mem src)
Deprecated.Move Low Packed Double-Precision FP Value (SSE2).
-
movlpd
public final void movlpd(Mem dst, XMMRegister src)
Deprecated.Move Low Packed Double-Precision FP Value (SSE2).
-
movntdq
public final void movntdq(Mem dst, XMMRegister src)
Deprecated.Store Double Quadword Using Non-Temporal Hint (SSE2).
-
movnti
public final void movnti(Mem dst, Register src)
Deprecated.Store Store DWORD Using Non-Temporal Hint (SSE2).
-
movntpd
public final void movntpd(Mem dst, XMMRegister src)
Deprecated.Store Packed Double-Precision FP Values Using Non-Temporal Hint (SSE2).
-
movupd
public final void movupd(XMMRegister dst, Mem src)
Deprecated.Move Unaligned Packed Double-Precision FP Values (SSE2).
-
movupd
public final void movupd(Mem dst, XMMRegister src)
Deprecated.Move Unaligned Packed Double-Precision FP Values (SSE2).
-
mulpd
public final void mulpd(XMMRegister dst, XMMRegister src)
Deprecated.Packed DP-FP Multiply (SSE2).
-
mulpd
public final void mulpd(XMMRegister dst, Mem src)
Deprecated.Packed DP-FP Multiply (SSE2).
-
mulsd
public final void mulsd(XMMRegister dst, XMMRegister src)
Deprecated.Scalar DP-FP Multiply (SSE2).
-
mulsd
public final void mulsd(XMMRegister dst, Mem src)
Deprecated.Scalar DP-FP Multiply (SSE2).
-
orpd
public final void orpd(XMMRegister dst, XMMRegister src)
Deprecated.Bit-wise Logical OR for DP-FP Data (SSE2).
-
orpd
public final void orpd(XMMRegister dst, Mem src)
Deprecated.Bit-wise Logical OR for DP-FP Data (SSE2).
-
packsswb
public final void packsswb(XMMRegister dst, XMMRegister src)
Deprecated.Pack with Signed Saturation (SSE2).
-
packsswb
public final void packsswb(XMMRegister dst, Mem src)
Deprecated.Pack with Signed Saturation (SSE2).
-
packssdw
public final void packssdw(XMMRegister dst, XMMRegister src)
Deprecated.Pack with Signed Saturation (SSE2).
-
packssdw
public final void packssdw(XMMRegister dst, Mem src)
Deprecated.Pack with Signed Saturation (SSE2).
-
packuswb
public final void packuswb(XMMRegister dst, XMMRegister src)
Deprecated.Pack with Unsigned Saturation (SSE2).
-
packuswb
public final void packuswb(XMMRegister dst, Mem src)
Deprecated.Pack with Unsigned Saturation (SSE2).
-
paddb
public final void paddb(XMMRegister dst, XMMRegister src)
Deprecated.Packed BYTE Add (SSE2).
-
paddb
public final void paddb(XMMRegister dst, Mem src)
Deprecated.Packed BYTE Add (SSE2).
-
paddw
public final void paddw(XMMRegister dst, XMMRegister src)
Deprecated.Packed WORD Add (SSE2).
-
paddw
public final void paddw(XMMRegister dst, Mem src)
Deprecated.Packed WORD Add (SSE2).
-
paddd
public final void paddd(XMMRegister dst, XMMRegister src)
Deprecated.Packed DWORD Add (SSE2).
-
paddd
public final void paddd(XMMRegister dst, Mem src)
Deprecated.Packed DWORD Add (SSE2).
-
paddq
public final void paddq(MMRegister dst, MMRegister src)
Deprecated.Packed QWORD Add (SSE2).
-
paddq
public final void paddq(MMRegister dst, Mem src)
Deprecated.Packed QWORD Add (SSE2).
-
paddq
public final void paddq(XMMRegister dst, XMMRegister src)
Deprecated.Packed QWORD Add (SSE2).
-
paddq
public final void paddq(XMMRegister dst, Mem src)
Deprecated.Packed QWORD Add (SSE2).
-
paddsb
public final void paddsb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Add with Saturation (SSE2).
-
paddsb
public final void paddsb(XMMRegister dst, Mem src)
Deprecated.Packed Add with Saturation (SSE2).
-
paddsw
public final void paddsw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Add with Saturation (SSE2).
-
paddsw
public final void paddsw(XMMRegister dst, Mem src)
Deprecated.Packed Add with Saturation (SSE2).
-
paddusb
public final void paddusb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Add Unsigned with Saturation (SSE2).
-
paddusb
public final void paddusb(XMMRegister dst, Mem src)
Deprecated.Packed Add Unsigned with Saturation (SSE2).
-
paddusw
public final void paddusw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Add Unsigned with Saturation (SSE2).
-
paddusw
public final void paddusw(XMMRegister dst, Mem src)
Deprecated.Packed Add Unsigned with Saturation (SSE2).
-
pand
public final void pand(XMMRegister dst, XMMRegister src)
Deprecated.Logical AND (SSE2).
-
pand
public final void pand(XMMRegister dst, Mem src)
Deprecated.Logical AND (SSE2).
-
pandn
public final void pandn(XMMRegister dst, XMMRegister src)
Deprecated.Logical AND Not (SSE2).
-
pandn
public final void pandn(XMMRegister dst, Mem src)
Deprecated.Logical AND Not (SSE2).
-
pause
public final void pause()
Deprecated.Spin Loop Hint (SSE2).
-
pavgb
public final void pavgb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Average (SSE2).
-
pavgb
public final void pavgb(XMMRegister dst, Mem src)
Deprecated.Packed Average (SSE2).
-
pavgw
public final void pavgw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Average (SSE2).
-
pavgw
public final void pavgw(XMMRegister dst, Mem src)
Deprecated.Packed Average (SSE2).
-
pcmpeqb
public final void pcmpeqb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Compare for Equal (BYTES) (SSE2).
-
pcmpeqb
public final void pcmpeqb(XMMRegister dst, Mem src)
Deprecated.Packed Compare for Equal (BYTES) (SSE2).
-
pcmpeqw
public final void pcmpeqw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Compare for Equal (WORDS) (SSE2).
-
pcmpeqw
public final void pcmpeqw(XMMRegister dst, Mem src)
Deprecated.Packed Compare for Equal (WORDS) (SSE2).
-
pcmpeqd
public final void pcmpeqd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Compare for Equal (DWORDS) (SSE2).
-
pcmpeqd
public final void pcmpeqd(XMMRegister dst, Mem src)
Deprecated.Packed Compare for Equal (DWORDS) (SSE2).
-
pcmpgtb
public final void pcmpgtb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Compare for Greater Than (BYTES) (SSE2).
-
pcmpgtb
public final void pcmpgtb(XMMRegister dst, Mem src)
Deprecated.Packed Compare for Greater Than (BYTES) (SSE2).
-
pcmpgtw
public final void pcmpgtw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Compare for Greater Than (WORDS) (SSE2).
-
pcmpgtw
public final void pcmpgtw(XMMRegister dst, Mem src)
Deprecated.Packed Compare for Greater Than (WORDS) (SSE2).
-
pcmpgtd
public final void pcmpgtd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Compare for Greater Than (DWORDS) (SSE2).
-
pcmpgtd
public final void pcmpgtd(XMMRegister dst, Mem src)
Deprecated.Packed Compare for Greater Than (DWORDS) (SSE2).
-
pmaxsw
public final void pmaxsw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Signed Integer Word Maximum (SSE2).
-
pmaxsw
public final void pmaxsw(XMMRegister dst, Mem src)
Deprecated.Packed Signed Integer Word Maximum (SSE2).
-
pmaxub
public final void pmaxub(XMMRegister dst, XMMRegister src)
Deprecated.Packed Unsigned Integer Byte Maximum (SSE2).
-
pmaxub
public final void pmaxub(XMMRegister dst, Mem src)
Deprecated.Packed Unsigned Integer Byte Maximum (SSE2).
-
pminsw
public final void pminsw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Signed Integer Word Minimum (SSE2).
-
pminsw
public final void pminsw(XMMRegister dst, Mem src)
Deprecated.Packed Signed Integer Word Minimum (SSE2).
-
pminub
public final void pminub(XMMRegister dst, XMMRegister src)
Deprecated.Packed Unsigned Integer Byte Minimum (SSE2).
-
pminub
public final void pminub(XMMRegister dst, Mem src)
Deprecated.Packed Unsigned Integer Byte Minimum (SSE2).
-
pmovmskb
public final void pmovmskb(Register dst, XMMRegister src)
Deprecated.Move Byte Mask (SSE2).
-
pmulhw
public final void pmulhw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Multiply High (SSE2).
-
pmulhw
public final void pmulhw(XMMRegister dst, Mem src)
Deprecated.Packed Multiply High (SSE2).
-
pmulhuw
public final void pmulhuw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Multiply High Unsigned (SSE2).
-
pmulhuw
public final void pmulhuw(XMMRegister dst, Mem src)
Deprecated.Packed Multiply High Unsigned (SSE2).
-
pmullw
public final void pmullw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Multiply Low (SSE2).
-
pmullw
public final void pmullw(XMMRegister dst, Mem src)
Deprecated.Packed Multiply Low (SSE2).
-
pmuludq
public final void pmuludq(MMRegister dst, MMRegister src)
Deprecated.Packed Multiply to QWORD (SSE2).
-
pmuludq
public final void pmuludq(MMRegister dst, Mem src)
Deprecated.Packed Multiply to QWORD (SSE2).
-
pmuludq
public final void pmuludq(XMMRegister dst, XMMRegister src)
Deprecated.Packed Multiply to QWORD (SSE2).
-
pmuludq
public final void pmuludq(XMMRegister dst, Mem src)
Deprecated.Packed Multiply to QWORD (SSE2).
-
por
public final void por(XMMRegister dst, XMMRegister src)
Deprecated.Bitwise Logical OR (SSE2).
-
por
public final void por(XMMRegister dst, Mem src)
Deprecated.Bitwise Logical OR (SSE2).
-
pslld
public final void pslld(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shift Left Logical (SSE2).
-
pslld
public final void pslld(XMMRegister dst, Mem src)
Deprecated.Packed Shift Left Logical (SSE2).
-
pslld
public final void pslld(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Left Logical (SSE2).
-
psllq
public final void psllq(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shift Left Logical (SSE2).
-
psllq
public final void psllq(XMMRegister dst, Mem src)
Deprecated.Packed Shift Left Logical (SSE2).
-
psllq
public final void psllq(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Left Logical (SSE2).
-
psllw
public final void psllw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shift Left Logical (SSE2).
-
psllw
public final void psllw(XMMRegister dst, Mem src)
Deprecated.Packed Shift Left Logical (SSE2).
-
psllw
public final void psllw(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Left Logical (SSE2).
-
pslldq
public final void pslldq(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Left Logical (SSE2).
-
psrad
public final void psrad(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shift Right Arithmetic (SSE2).
-
psrad
public final void psrad(XMMRegister dst, Mem src)
Deprecated.Packed Shift Right Arithmetic (SSE2).
-
psrad
public final void psrad(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Right Arithmetic (SSE2).
-
psraw
public final void psraw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shift Right Arithmetic (SSE2).
-
psraw
public final void psraw(XMMRegister dst, Mem src)
Deprecated.Packed Shift Right Arithmetic (SSE2).
-
psraw
public final void psraw(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Right Arithmetic (SSE2).
-
psubb
public final void psubb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Subtract (SSE2).
-
psubb
public final void psubb(XMMRegister dst, Mem src)
Deprecated.Packed Subtract (SSE2).
-
psubw
public final void psubw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Subtract (SSE2).
-
psubw
public final void psubw(XMMRegister dst, Mem src)
Deprecated.Packed Subtract (SSE2).
-
psubd
public final void psubd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Subtract (SSE2).
-
psubd
public final void psubd(XMMRegister dst, Mem src)
Deprecated.Packed Subtract (SSE2).
-
psubq
public final void psubq(MMRegister dst, MMRegister src)
Deprecated.Packed Subtract (SSE2).
-
psubq
public final void psubq(MMRegister dst, Mem src)
Deprecated.Packed Subtract (SSE2).
-
psubq
public final void psubq(XMMRegister dst, XMMRegister src)
Deprecated.Packed Subtract (SSE2).
-
psubq
public final void psubq(XMMRegister dst, Mem src)
Deprecated.Packed Subtract (SSE2).
-
pmaddwd
public final void pmaddwd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Multiply and Add (SSE2).
-
pmaddwd
public final void pmaddwd(XMMRegister dst, Mem src)
Deprecated.Packed Multiply and Add (SSE2).
-
pshufd
public final void pshufd(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Shuffle Packed DWORDs (SSE2).
-
pshufd
public final void pshufd(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Shuffle Packed DWORDs (SSE2).
-
pshufhw
public final void pshufhw(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Shuffle Packed High Words (SSE2).
-
pshufhw
public final void pshufhw(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Shuffle Packed High Words (SSE2).
-
pshuflw
public final void pshuflw(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Shuffle Packed Low Words (SSE2).
-
pshuflw
public final void pshuflw(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Shuffle Packed Low Words (SSE2).
-
psrld
public final void psrld(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psrld
public final void psrld(XMMRegister dst, Mem src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psrld
public final void psrld(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psrlq
public final void psrlq(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psrlq
public final void psrlq(XMMRegister dst, Mem src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psrlq
public final void psrlq(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psrldq
public final void psrldq(XMMRegister dst, Immediate src)
Deprecated.DQWord Shift Right Logical (MMX).
-
psrlw
public final void psrlw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psrlw
public final void psrlw(XMMRegister dst, Mem src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psrlw
public final void psrlw(XMMRegister dst, Immediate src)
Deprecated.Packed Shift Right Logical (SSE2).
-
psubsb
public final void psubsb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Subtract with Saturation (SSE2).
-
psubsb
public final void psubsb(XMMRegister dst, Mem src)
Deprecated.Packed Subtract with Saturation (SSE2).
-
psubsw
public final void psubsw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Subtract with Saturation (SSE2).
-
psubsw
public final void psubsw(XMMRegister dst, Mem src)
Deprecated.Packed Subtract with Saturation (SSE2).
-
psubusb
public final void psubusb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Subtract with Unsigned Saturation (SSE2).
-
psubusb
public final void psubusb(XMMRegister dst, Mem src)
Deprecated.Packed Subtract with Unsigned Saturation (SSE2).
-
psubusw
public final void psubusw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Subtract with Unsigned Saturation (SSE2).
-
psubusw
public final void psubusw(XMMRegister dst, Mem src)
Deprecated.Packed Subtract with Unsigned Saturation (SSE2).
-
punpckhbw
public final void punpckhbw(XMMRegister dst, XMMRegister src)
Deprecated.Unpack High Data (SSE2).
-
punpckhbw
public final void punpckhbw(XMMRegister dst, Mem src)
Deprecated.Unpack High Data (SSE2).
-
punpckhwd
public final void punpckhwd(XMMRegister dst, XMMRegister src)
Deprecated.Unpack High Data (SSE2).
-
punpckhwd
public final void punpckhwd(XMMRegister dst, Mem src)
Deprecated.Unpack High Data (SSE2).
-
punpckhdq
public final void punpckhdq(XMMRegister dst, XMMRegister src)
Deprecated.Unpack High Data (SSE2).
-
punpckhdq
public final void punpckhdq(XMMRegister dst, Mem src)
Deprecated.Unpack High Data (SSE2).
-
punpckhqdq
public final void punpckhqdq(XMMRegister dst, XMMRegister src)
Deprecated.Unpack High Data (SSE2).
-
punpckhqdq
public final void punpckhqdq(XMMRegister dst, Mem src)
Deprecated.Unpack High Data (SSE2).
-
punpcklbw
public final void punpcklbw(XMMRegister dst, XMMRegister src)
Deprecated.Unpack Low Data (SSE2).
-
punpcklbw
public final void punpcklbw(XMMRegister dst, Mem src)
Deprecated.Unpack Low Data (SSE2).
-
punpcklwd
public final void punpcklwd(XMMRegister dst, XMMRegister src)
Deprecated.Unpack Low Data (SSE2).
-
punpcklwd
public final void punpcklwd(XMMRegister dst, Mem src)
Deprecated.Unpack Low Data (SSE2).
-
punpckldq
public final void punpckldq(XMMRegister dst, XMMRegister src)
Deprecated.Unpack Low Data (SSE2).
-
punpckldq
public final void punpckldq(XMMRegister dst, Mem src)
Deprecated.Unpack Low Data (SSE2).
-
punpcklqdq
public final void punpcklqdq(XMMRegister dst, XMMRegister src)
Deprecated.Unpack Low Data (SSE2).
-
punpcklqdq
public final void punpcklqdq(XMMRegister dst, Mem src)
Deprecated.Unpack Low Data (SSE2).
-
pxor
public final void pxor(XMMRegister dst, XMMRegister src)
Deprecated.Bitwise Exclusive OR (SSE2).
-
pxor
public final void pxor(XMMRegister dst, Mem src)
Deprecated.Bitwise Exclusive OR (SSE2).
-
sqrtpd
public final void sqrtpd(XMMRegister dst, XMMRegister src)
Deprecated.Compute Square Roots of Packed DP-FP Values (SSE2).
-
sqrtpd
public final void sqrtpd(XMMRegister dst, Mem src)
Deprecated.Compute Square Roots of Packed DP-FP Values (SSE2).
-
sqrtsd
public final void sqrtsd(XMMRegister dst, XMMRegister src)
Deprecated.Compute Square Root of Scalar DP-FP Value (SSE2).
-
sqrtsd
public final void sqrtsd(XMMRegister dst, Mem src)
Deprecated.Compute Square Root of Scalar DP-FP Value (SSE2).
-
subpd
public final void subpd(XMMRegister dst, XMMRegister src)
Deprecated.Packed DP-FP Subtract (SSE2).
-
subpd
public final void subpd(XMMRegister dst, Mem src)
Deprecated.Packed DP-FP Subtract (SSE2).
-
subsd
public final void subsd(XMMRegister dst, XMMRegister src)
Deprecated.Scalar DP-FP Subtract (SSE2).
-
subsd
public final void subsd(XMMRegister dst, Mem src)
Deprecated.Scalar DP-FP Subtract (SSE2).
-
ucomisd
public final void ucomisd(XMMRegister dst, XMMRegister src)
Deprecated.Scalar Unordered DP-FP Compare and Set EFLAGS (SSE2).
-
ucomisd
public final void ucomisd(XMMRegister dst, Mem src)
Deprecated.Scalar Unordered DP-FP Compare and Set EFLAGS (SSE2).
-
unpckhpd
public final void unpckhpd(XMMRegister dst, XMMRegister src)
Deprecated.Unpack and Interleave High Packed Double-Precision FP Values (SSE2).
-
unpckhpd
public final void unpckhpd(XMMRegister dst, Mem src)
Deprecated.Unpack and Interleave High Packed Double-Precision FP Values (SSE2).
-
unpcklpd
public final void unpcklpd(XMMRegister dst, XMMRegister src)
Deprecated.Unpack and Interleave Low Packed Double-Precision FP Values (SSE2).
-
unpcklpd
public final void unpcklpd(XMMRegister dst, Mem src)
Deprecated.Unpack and Interleave Low Packed Double-Precision FP Values (SSE2).
-
xorpd
public final void xorpd(XMMRegister dst, XMMRegister src)
Deprecated.Bit-wise Logical OR for DP-FP Data (SSE2).
-
xorpd
public final void xorpd(XMMRegister dst, Mem src)
Deprecated.Bit-wise Logical OR for DP-FP Data (SSE2).
-
addsubpd
public final void addsubpd(XMMRegister dst, XMMRegister src)
Deprecated.Packed DP-FP Add/Subtract (SSE3).
-
addsubpd
public final void addsubpd(XMMRegister dst, Mem src)
Deprecated.Packed DP-FP Add/Subtract (SSE3).
-
addsubps
public final void addsubps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Add/Subtract (SSE3).
-
addsubps
public final void addsubps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Add/Subtract (SSE3).
-
fisttp
public final void fisttp(Mem dst)
Deprecated.Store Integer with Truncation (SSE3).
-
haddpd
public final void haddpd(XMMRegister dst, XMMRegister src)
Deprecated.Packed DP-FP Horizontal Add (SSE3).
-
haddpd
public final void haddpd(XMMRegister dst, Mem src)
Deprecated.Packed DP-FP Horizontal Add (SSE3).
-
haddps
public final void haddps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Horizontal Add (SSE3).
-
haddps
public final void haddps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Horizontal Add (SSE3).
-
hsubpd
public final void hsubpd(XMMRegister dst, XMMRegister src)
Deprecated.Packed DP-FP Horizontal Subtract (SSE3).
-
hsubpd
public final void hsubpd(XMMRegister dst, Mem src)
Deprecated.Packed DP-FP Horizontal Subtract (SSE3).
-
hsubps
public final void hsubps(XMMRegister dst, XMMRegister src)
Deprecated.Packed SP-FP Horizontal Subtract (SSE3).
-
hsubps
public final void hsubps(XMMRegister dst, Mem src)
Deprecated.Packed SP-FP Horizontal Subtract (SSE3).
-
lddqu
public final void lddqu(XMMRegister dst, Mem src)
Deprecated.Load Unaligned Integer 128 Bits (SSE3).
-
monitor
public final void monitor()
Deprecated.Set Up Monitor Address (SSE3).
-
movddup
public final void movddup(XMMRegister dst, XMMRegister src)
Deprecated.Move One DP-FP and Duplicate (SSE3).
-
movddup
public final void movddup(XMMRegister dst, Mem src)
Deprecated.Move One DP-FP and Duplicate (SSE3).
-
movshdup
public final void movshdup(XMMRegister dst, XMMRegister src)
Deprecated.Move Packed SP-FP High and Duplicate (SSE3).
-
movshdup
public final void movshdup(XMMRegister dst, Mem src)
Deprecated.Move Packed SP-FP High and Duplicate (SSE3).
-
movsldup
public final void movsldup(XMMRegister dst, XMMRegister src)
Deprecated.Move Packed SP-FP Low and Duplicate (SSE3).
-
movsldup
public final void movsldup(XMMRegister dst, Mem src)
Deprecated.Move Packed SP-FP Low and Duplicate (SSE3).
-
mwait
public final void mwait()
Deprecated.Monitor Wait (SSE3).
-
psignb
public final void psignb(MMRegister dst, MMRegister src)
Deprecated.Packed SIGN (SSSE3).
-
psignb
public final void psignb(MMRegister dst, Mem src)
Deprecated.Packed SIGN (SSSE3).
-
psignb
public final void psignb(XMMRegister dst, XMMRegister src)
Deprecated.Packed SIGN (SSSE3).
-
psignb
public final void psignb(XMMRegister dst, Mem src)
Deprecated.Packed SIGN (SSSE3).
-
psignw
public final void psignw(MMRegister dst, MMRegister src)
Deprecated.Packed SIGN (SSSE3).
-
psignw
public final void psignw(MMRegister dst, Mem src)
Deprecated.Packed SIGN (SSSE3).
-
psignw
public final void psignw(XMMRegister dst, XMMRegister src)
Deprecated.Packed SIGN (SSSE3).
-
psignw
public final void psignw(XMMRegister dst, Mem src)
Deprecated.Packed SIGN (SSSE3).
-
psignd
public final void psignd(MMRegister dst, MMRegister src)
Deprecated.Packed SIGN (SSSE3).
-
psignd
public final void psignd(MMRegister dst, Mem src)
Deprecated.Packed SIGN (SSSE3).
-
psignd
public final void psignd(XMMRegister dst, XMMRegister src)
Deprecated.Packed SIGN (SSSE3).
-
psignd
public final void psignd(XMMRegister dst, Mem src)
Deprecated.Packed SIGN (SSSE3).
-
phaddw
public final void phaddw(MMRegister dst, MMRegister src)
Deprecated.Packed Horizontal Add (SSSE3).
-
phaddw
public final void phaddw(MMRegister dst, Mem src)
Deprecated.Packed Horizontal Add (SSSE3).
-
phaddw
public final void phaddw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Horizontal Add (SSSE3).
-
phaddw
public final void phaddw(XMMRegister dst, Mem src)
Deprecated.Packed Horizontal Add (SSSE3).
-
phaddd
public final void phaddd(MMRegister dst, MMRegister src)
Deprecated.Packed Horizontal Add (SSSE3).
-
phaddd
public final void phaddd(MMRegister dst, Mem src)
Deprecated.Packed Horizontal Add (SSSE3).
-
phaddd
public final void phaddd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Horizontal Add (SSSE3).
-
phaddd
public final void phaddd(XMMRegister dst, Mem src)
Deprecated.Packed Horizontal Add (SSSE3).
-
phaddsw
public final void phaddsw(MMRegister dst, MMRegister src)
Deprecated.Packed Horizontal Add and Saturate (SSSE3).
-
phaddsw
public final void phaddsw(MMRegister dst, Mem src)
Deprecated.Packed Horizontal Add and Saturate (SSSE3).
-
phaddsw
public final void phaddsw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Horizontal Add and Saturate (SSSE3).
-
phaddsw
public final void phaddsw(XMMRegister dst, Mem src)
Deprecated.Packed Horizontal Add and Saturate (SSSE3).
-
phsubw
public final void phsubw(MMRegister dst, MMRegister src)
Deprecated.Packed Horizontal Subtract (SSSE3).
-
phsubw
public final void phsubw(MMRegister dst, Mem src)
Deprecated.Packed Horizontal Subtract (SSSE3).
-
phsubw
public final void phsubw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Horizontal Subtract (SSSE3).
-
phsubw
public final void phsubw(XMMRegister dst, Mem src)
Deprecated.Packed Horizontal Subtract (SSSE3).
-
phsubd
public final void phsubd(MMRegister dst, MMRegister src)
Deprecated.Packed Horizontal Subtract (SSSE3).
-
phsubd
public final void phsubd(MMRegister dst, Mem src)
Deprecated.Packed Horizontal Subtract (SSSE3).
-
phsubd
public final void phsubd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Horizontal Subtract (SSSE3).
-
phsubd
public final void phsubd(XMMRegister dst, Mem src)
Deprecated.Packed Horizontal Subtract (SSSE3).
-
phsubsw
public final void phsubsw(MMRegister dst, MMRegister src)
Deprecated.Packed Horizontal Subtract and Saturate (SSSE3).
-
phsubsw
public final void phsubsw(MMRegister dst, Mem src)
Deprecated.Packed Horizontal Subtract and Saturate (SSSE3).
-
phsubsw
public final void phsubsw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Horizontal Subtract and Saturate (SSSE3).
-
phsubsw
public final void phsubsw(XMMRegister dst, Mem src)
Deprecated.Packed Horizontal Subtract and Saturate (SSSE3).
-
pmaddubsw
public final void pmaddubsw(MMRegister dst, MMRegister src)
Deprecated.Multiply and Add Packed Signed and Unsigned Bytes (SSSE3).
-
pmaddubsw
public final void pmaddubsw(MMRegister dst, Mem src)
Deprecated.Multiply and Add Packed Signed and Unsigned Bytes (SSSE3).
-
pmaddubsw
public final void pmaddubsw(XMMRegister dst, XMMRegister src)
Deprecated.Multiply and Add Packed Signed and Unsigned Bytes (SSSE3).
-
pmaddubsw
public final void pmaddubsw(XMMRegister dst, Mem src)
Deprecated.Multiply and Add Packed Signed and Unsigned Bytes (SSSE3).
-
pabsb
public final void pabsb(MMRegister dst, MMRegister src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsb
public final void pabsb(MMRegister dst, Mem src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsb
public final void pabsb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsb
public final void pabsb(XMMRegister dst, Mem src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsw
public final void pabsw(MMRegister dst, MMRegister src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsw
public final void pabsw(MMRegister dst, Mem src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsw
public final void pabsw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsw
public final void pabsw(XMMRegister dst, Mem src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsd
public final void pabsd(MMRegister dst, MMRegister src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsd
public final void pabsd(MMRegister dst, Mem src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsd
public final void pabsd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Absolute Value (SSSE3).
-
pabsd
public final void pabsd(XMMRegister dst, Mem src)
Deprecated.Packed Absolute Value (SSSE3).
-
pmulhrsw
public final void pmulhrsw(MMRegister dst, MMRegister src)
Deprecated.Packed Multiply High with Round and Scale (SSSE3).
-
pmulhrsw
public final void pmulhrsw(MMRegister dst, Mem src)
Deprecated.Packed Multiply High with Round and Scale (SSSE3).
-
pmulhrsw
public final void pmulhrsw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Multiply High with Round and Scale (SSSE3).
-
pmulhrsw
public final void pmulhrsw(XMMRegister dst, Mem src)
Deprecated.Packed Multiply High with Round and Scale (SSSE3).
-
pshufb
public final void pshufb(MMRegister dst, MMRegister src)
Deprecated.Packed Shuffle Bytes (SSSE3).
-
pshufb
public final void pshufb(MMRegister dst, Mem src)
Deprecated.Packed Shuffle Bytes (SSSE3).
-
pshufb
public final void pshufb(XMMRegister dst, XMMRegister src)
Deprecated.Packed Shuffle Bytes (SSSE3).
-
pshufb
public final void pshufb(XMMRegister dst, Mem src)
Deprecated.Packed Shuffle Bytes (SSSE3).
-
palignr
public final void palignr(MMRegister dst, MMRegister src, Immediate imm8)
Deprecated.Packed Shuffle Bytes (SSSE3).
-
palignr
public final void palignr(MMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed Shuffle Bytes (SSSE3).
-
palignr
public final void palignr(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Packed Shuffle Bytes (SSSE3).
-
palignr
public final void palignr(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed Shuffle Bytes (SSSE3).
-
blendpd
public final void blendpd(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Blend Packed DP-FP Values (SSE4.1).
-
blendpd
public final void blendpd(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Blend Packed DP-FP Values (SSE4.1).
-
blendps
public final void blendps(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Blend Packed SP-FP Values (SSE4.1).
-
blendps
public final void blendps(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Blend Packed SP-FP Values (SSE4.1).
-
blendvpd
public final void blendvpd(XMMRegister dst, XMMRegister src)
Deprecated.Variable Blend Packed DP-FP Values (SSE4.1).
-
blendvpd
public final void blendvpd(XMMRegister dst, Mem src)
Deprecated.Variable Blend Packed DP-FP Values (SSE4.1).
-
blendvps
public final void blendvps(XMMRegister dst, XMMRegister src)
Deprecated.Variable Blend Packed SP-FP Values (SSE4.1).
-
blendvps
public final void blendvps(XMMRegister dst, Mem src)
Deprecated.Variable Blend Packed SP-FP Values (SSE4.1).
-
dppd
public final void dppd(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Dot Product of Packed DP-FP Values (SSE4.1).
-
dppd
public final void dppd(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Dot Product of Packed DP-FP Values (SSE4.1).
-
dpps
public final void dpps(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Dot Product of Packed SP-FP Values (SSE4.1).
-
dpps
public final void dpps(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Dot Product of Packed SP-FP Values (SSE4.1).
-
extractps
public final void extractps(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Packed SP-FP Value @brief (SSE4.1).
-
extractps
public final void extractps(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Extract Packed SP-FP Value @brief (SSE4.1).
-
movntdqa
public final void movntdqa(XMMRegister dst, Mem src)
Deprecated.Load Double Quadword Non-Temporal Aligned Hint (SSE4.1).
-
mpsadbw
public final void mpsadbw(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Compute Multiple Packed Sums of Absolute Difference (SSE4.1).
-
mpsadbw
public final void mpsadbw(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Compute Multiple Packed Sums of Absolute Difference (SSE4.1).
-
packusdw
public final void packusdw(XMMRegister dst, XMMRegister src)
Deprecated.Pack with Unsigned Saturation (SSE4.1).
-
packusdw
public final void packusdw(XMMRegister dst, Mem src)
Deprecated.Pack with Unsigned Saturation (SSE4.1).
-
pblendvb
public final void pblendvb(XMMRegister dst, XMMRegister src)
Deprecated.Variable Blend Packed Bytes (SSE4.1).
-
pblendvb
public final void pblendvb(XMMRegister dst, Mem src)
Deprecated.Variable Blend Packed Bytes (SSE4.1).
-
pblendw
public final void pblendw(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Blend Packed Words (SSE4.1).
-
pblendw
public final void pblendw(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Blend Packed Words (SSE4.1).
-
pcmpeqq
public final void pcmpeqq(XMMRegister dst, XMMRegister src)
Deprecated.Compare Packed Qword Data for Equal (SSE4.1).
-
pcmpeqq
public final void pcmpeqq(XMMRegister dst, Mem src)
Deprecated.Compare Packed Qword Data for Equal (SSE4.1).
-
pextrb
public final void pextrb(Register dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Byte (SSE4.1).
-
pextrb
public final void pextrb(Mem dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Byte (SSE4.1).
-
pextrd
public final void pextrd(Register dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Dword (SSE4.1).
-
pextrd
public final void pextrd(Mem dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Dword (SSE4.1).
-
pextrq
public final void pextrq(Register dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Dword (SSE4.1).
-
pextrq
public final void pextrq(Mem dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Dword (SSE4.1).
-
pextrw
public final void pextrw(Register dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Word (SSE4.1).
-
pextrw
public final void pextrw(Mem dst, XMMRegister src, Immediate imm8)
Deprecated.Extract Word (SSE4.1).
-
phminposuw
public final void phminposuw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Horizontal Word Minimum (SSE4.1).
-
phminposuw
public final void phminposuw(XMMRegister dst, Mem src)
Deprecated.Packed Horizontal Word Minimum (SSE4.1).
-
pinsrb
public final void pinsrb(XMMRegister dst, Register src, Immediate imm8)
Deprecated.Insert Byte (SSE4.1).
-
pinsrb
public final void pinsrb(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Insert Byte (SSE4.1).
-
pinsrd
public final void pinsrd(XMMRegister dst, Register src, Immediate imm8)
Deprecated.Insert Dword (SSE4.1).
-
pinsrd
public final void pinsrd(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Insert Dword (SSE4.1).
-
pinsrq
public final void pinsrq(XMMRegister dst, Register src, Immediate imm8)
Deprecated.Insert Dword (SSE4.1).
-
pinsrq
public final void pinsrq(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Insert Dword (SSE4.1).
-
pinsrw
public final void pinsrw(XMMRegister dst, Register src, Immediate imm8)
Deprecated.Insert Word (SSE2).
-
pinsrw
public final void pinsrw(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Insert Word (SSE2).
-
pmaxuw
public final void pmaxuw(XMMRegister dst, XMMRegister src)
Deprecated.Maximum of Packed Word Integers (SSE4.1).
-
pmaxuw
public final void pmaxuw(XMMRegister dst, Mem src)
Deprecated.Maximum of Packed Word Integers (SSE4.1).
-
pmaxsb
public final void pmaxsb(XMMRegister dst, XMMRegister src)
Deprecated.Maximum of Packed Signed Byte Integers (SSE4.1).
-
pmaxsb
public final void pmaxsb(XMMRegister dst, Mem src)
Deprecated.Maximum of Packed Signed Byte Integers (SSE4.1).
-
pmaxsd
public final void pmaxsd(XMMRegister dst, XMMRegister src)
Deprecated.Maximum of Packed Signed Dword Integers (SSE4.1).
-
pmaxsd
public final void pmaxsd(XMMRegister dst, Mem src)
Deprecated.Maximum of Packed Signed Dword Integers (SSE4.1).
-
pmaxud
public final void pmaxud(XMMRegister dst, XMMRegister src)
Deprecated.Maximum of Packed Unsigned Dword Integers (SSE4.1).
-
pmaxud
public final void pmaxud(XMMRegister dst, Mem src)
Deprecated.Maximum of Packed Unsigned Dword Integers (SSE4.1).
-
pminsb
public final void pminsb(XMMRegister dst, XMMRegister src)
Deprecated.Minimum of Packed Signed Byte Integers (SSE4.1).
-
pminsb
public final void pminsb(XMMRegister dst, Mem src)
Deprecated.Minimum of Packed Signed Byte Integers (SSE4.1).
-
pminuw
public final void pminuw(XMMRegister dst, XMMRegister src)
Deprecated.Minimum of Packed Word Integers (SSE4.1).
-
pminuw
public final void pminuw(XMMRegister dst, Mem src)
Deprecated.Minimum of Packed Word Integers (SSE4.1).
-
pminud
public final void pminud(XMMRegister dst, XMMRegister src)
Deprecated.Minimum of Packed Dword Integers (SSE4.1).
-
pminud
public final void pminud(XMMRegister dst, Mem src)
Deprecated.Minimum of Packed Dword Integers (SSE4.1).
-
pminsd
public final void pminsd(XMMRegister dst, XMMRegister src)
Deprecated.Minimum of Packed Dword Integers (SSE4.1).
-
pminsd
public final void pminsd(XMMRegister dst, Mem src)
Deprecated.Minimum of Packed Dword Integers (SSE4.1).
-
pmovsxbw
public final void pmovsxbw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Move with Sign Extend (SSE4.1).
-
pmovsxbw
public final void pmovsxbw(XMMRegister dst, Mem src)
Deprecated.Packed Move with Sign Extend (SSE4.1).
-
pmovsxbd
public final void pmovsxbd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Move with Sign Extend (SSE4.1).
-
pmovsxbd
public final void pmovsxbd(XMMRegister dst, Mem src)
Deprecated.Packed Move with Sign Extend (SSE4.1).
-
pmovsxbq
public final void pmovsxbq(XMMRegister dst, XMMRegister src)
Deprecated.Packed Move with Sign Extend (SSE4.1).
-
pmovsxbq
public final void pmovsxbq(XMMRegister dst, Mem src)
Deprecated.Packed Move with Sign Extend (SSE4.1).
-
pmovsxwd
public final void pmovsxwd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Move with Sign Extend (SSE4.1).
-
pmovsxwd
public final void pmovsxwd(XMMRegister dst, Mem src)
Deprecated.Packed Move with Sign Extend (SSE4.1).
-
pmovsxwq
public final void pmovsxwq(XMMRegister dst, XMMRegister src)
Deprecated.(SSE4.1).
-
pmovsxwq
public final void pmovsxwq(XMMRegister dst, Mem src)
Deprecated.(SSE4.1).
-
pmovsxdq
public final void pmovsxdq(XMMRegister dst, XMMRegister src)
Deprecated.(SSE4.1).
-
pmovsxdq
public final void pmovsxdq(XMMRegister dst, Mem src)
Deprecated.(SSE4.1).
-
pmovzxbw
public final void pmovzxbw(XMMRegister dst, XMMRegister src)
Deprecated.Packed Move with Zero Extend (SSE4.1).
-
pmovzxbw
public final void pmovzxbw(XMMRegister dst, Mem src)
Deprecated.Packed Move with Zero Extend (SSE4.1).
-
pmovzxbd
public final void pmovzxbd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Move with Zero Extend (SSE4.1).
-
pmovzxbd
public final void pmovzxbd(XMMRegister dst, Mem src)
Deprecated.Packed Move with Zero Extend (SSE4.1).
-
pmovzxbq
public final void pmovzxbq(XMMRegister dst, XMMRegister src)
Deprecated.Packed Move with Zero Extend (SSE4.1).
-
pmovzxbq
public final void pmovzxbq(XMMRegister dst, Mem src)
Deprecated.Packed Move with Zero Extend (SSE4.1).
-
pmovzxwd
public final void pmovzxwd(XMMRegister dst, XMMRegister src)
Deprecated.Packed Move with Zero Extend (SSE4.1).
-
pmovzxwd
public final void pmovzxwd(XMMRegister dst, Mem src)
Deprecated.Packed Move with Zero Extend (SSE4.1).
-
pmovzxwq
public final void pmovzxwq(XMMRegister dst, XMMRegister src)
Deprecated.(SSE4.1).
-
pmovzxwq
public final void pmovzxwq(XMMRegister dst, Mem src)
Deprecated.(SSE4.1).
-
pmovzxdq
public final void pmovzxdq(XMMRegister dst, XMMRegister src)
Deprecated.(SSE4.1).
-
pmovzxdq
public final void pmovzxdq(XMMRegister dst, Mem src)
Deprecated.(SSE4.1).
-
pmuldq
public final void pmuldq(XMMRegister dst, XMMRegister src)
Deprecated.Multiply Packed Signed Dword Integers (SSE4.1).
-
pmuldq
public final void pmuldq(XMMRegister dst, Mem src)
Deprecated.Multiply Packed Signed Dword Integers (SSE4.1).
-
pmulld
public final void pmulld(XMMRegister dst, XMMRegister src)
Deprecated.Multiply Packed Signed Integers and Store Low Result (SSE4.1).
-
pmulld
public final void pmulld(XMMRegister dst, Mem src)
Deprecated.Multiply Packed Signed Integers and Store Low Result (SSE4.1).
-
ptest
public final void ptest(XMMRegister op1, XMMRegister op2)
Deprecated.Logical Compare (SSE4.1).
-
ptest
public final void ptest(XMMRegister op1, Mem op2)
Deprecated.Logical Compare (SSE4.1).
-
roundps
public final void roundps(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.
-
roundps
public final void roundps(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.
-
roundss
public final void roundss(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Round Scalar SP-FP Values (SSE4.1).
-
roundss
public final void roundss(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Round Scalar SP-FP Values (SSE4.1).
-
roundpd
public final void roundpd(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Round Packed DP-FP Values (SSE4.1).
-
roundpd
public final void roundpd(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Round Packed DP-FP Values (SSE4.1).
-
roundsd
public final void roundsd(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Round Scalar DP-FP Values (SSE4.1).
-
roundsd
public final void roundsd(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Round Scalar DP-FP Values (SSE4.1).
-
crc32
public final void crc32(Register dst, Register src)
Deprecated.Accumulate CRC32 Value (polynomial 0x11EDC6F41) (SSE4.2).
-
crc32
public final void crc32(Register dst, Mem src)
Deprecated.Accumulate CRC32 Value (polynomial 0x11EDC6F41) (SSE4.2).
-
pcmpestri
public final void pcmpestri(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Packed Compare Explicit Length Strings, Return Index (SSE4.2).
-
pcmpestri
public final void pcmpestri(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed Compare Explicit Length Strings, Return Index (SSE4.2).
-
pcmpestrm
public final void pcmpestrm(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Packed Compare Explicit Length Strings, Return Mask (SSE4.2).
-
pcmpestrm
public final void pcmpestrm(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed Compare Explicit Length Strings, Return Mask (SSE4.2).
-
pcmpistri
public final void pcmpistri(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Packed Compare Implicit Length Strings, Return Index (SSE4.2).
-
pcmpistri
public final void pcmpistri(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed Compare Implicit Length Strings, Return Index (SSE4.2).
-
pcmpistrm
public final void pcmpistrm(XMMRegister dst, XMMRegister src, Immediate imm8)
Deprecated.Packed Compare Implicit Length Strings, Return Mask (SSE4.2).
-
pcmpistrm
public final void pcmpistrm(XMMRegister dst, Mem src, Immediate imm8)
Deprecated.Packed Compare Implicit Length Strings, Return Mask (SSE4.2).
-
pcmpgtq
public final void pcmpgtq(XMMRegister dst, XMMRegister src)
Deprecated.Compare Packed Data for Greater Than (SSE4.2).
-
pcmpgtq
public final void pcmpgtq(XMMRegister dst, Mem src)
Deprecated.Compare Packed Data for Greater Than (SSE4.2).
-
popcnt
public final void popcnt(Register dst, Register src)
Deprecated.Return the Count of Number of Bits Set to 1 (SSE4.2).
-
popcnt
public final void popcnt(Register dst, Mem src)
Deprecated.Return the Count of Number of Bits Set to 1 (SSE4.2).
-
amd_prefetch
public final void amd_prefetch(Mem mem)
Deprecated.Prefetch (3dNow - Amd).
-
amd_prefetchw
public final void amd_prefetchw(Mem mem)
Deprecated.Prefetch and set cache to modified (3dNow - Amd).
-
movbe
public final void movbe(Register dst, Mem src)
Deprecated.Move Data After Swapping Bytes (SSE3 - Intel Atom).
-
-