Jump to content
Nytro

x86/x64 Instruction Set Reference

Recommended Posts

Posted

x86/x64 Instruction Set Reference

This is an unofficial online version of the Intel 64 instruction set reference. It provides a list of the available instructions for IA-32 and Intel 64 microprocessors, their assembly mnemonics, encodings, descriptions, pseudo code and the exceptions they can throw. This information is largely compatible with AMD64 processors, except for some minor differences.

[TABLE]

[TR]

[TH]Instruction[/TH]

[TH]Description[/TH]

[/TR]

[TR]

[TD] AAA [/TD]

[TD] ASCII Adjust After Addition [/TD]

[/TR]

[TR]

[TD] AAD [/TD]

[TD] ASCII Adjust AX Before Division [/TD]

[/TR]

[TR]

[TD] AAM [/TD]

[TD] ASCII Adjust AX After Multiply [/TD]

[/TR]

[TR]

[TD] AAS [/TD]

[TD] ASCII Adjust AL After Subtraction [/TD]

[/TR]

[TR]

[TD] ADD [/TD]

[TD] Add [/TD]

[/TR]

[TR]

[TD] ADDPD [/TD]

[TD] Add Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ADDPS [/TD]

[TD] Add Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ADDSD [/TD]

[TD] Add Scalar Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ADDSS [/TD]

[TD] Add Scalar Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ADDSUBPD [/TD]

[TD] Packed Double-FP Add/Subtract [/TD]

[/TR]

[TR]

[TD] ADDSUBPS [/TD]

[TD] Packed Single-FP Add/Subtract [/TD]

[/TR]

[TR]

[TD] AESDEC [/TD]

[TD] Perform One Round of an AES Decryption Flow [/TD]

[/TR]

[TR]

[TD] AESDECLAST [/TD]

[TD] Perform Last Round of an AES Decryption Flow [/TD]

[/TR]

[TR]

[TD] AESENC [/TD]

[TD] Perform One Round of an AES Encryption Flow [/TD]

[/TR]

[TR]

[TD] AESENCLAST [/TD]

[TD] Perform Last Round of an AES Encryption Flow [/TD]

[/TR]

[TR]

[TD] AESIMC [/TD]

[TD] Perform the AES InvMixColumn Transformation [/TD]

[/TR]

[TR]

[TD] AESKEYGENASSIST [/TD]

[TD] AES Round Key Generation Assist [/TD]

[/TR]

[TR]

[TD] ANDNPD [/TD]

[TD] Bitwise Logical AND NOT of Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ANDNPS [/TD]

[TD] Bitwise Logical AND NOT of Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ANDPD [/TD]

[TD] Bitwise Logical AND of Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ANDPS [/TD]

[TD] Bitwise Logical AND of Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ARPL [/TD]

[TD] Adjust RPL Field of Segment Selector [/TD]

[/TR]

[TR]

[TD] BLENDPD [/TD]

[TD] Blend Packed Double Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] BLENDPS [/TD]

[TD] Blend Packed Single Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] BLENDVPD [/TD]

[TD] Variable Blend Packed Double Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] BLENDVPS [/TD]

[TD] Variable Blend Packed Single Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] BOUND [/TD]

[TD] Check Array Index Against Bounds [/TD]

[/TR]

[TR]

[TD] BSF [/TD]

[TD] Bit Scan Forward [/TD]

[/TR]

[TR]

[TD] BSR [/TD]

[TD] Bit Scan Reverse [/TD]

[/TR]

[TR]

[TD] BSWAP [/TD]

[TD] Byte Swap [/TD]

[/TR]

[TR]

[TD] BT [/TD]

[TD] Bit Test [/TD]

[/TR]

[TR]

[TD] BTC [/TD]

[TD] Bit Test and Complement [/TD]

[/TR]

[TR]

[TD] BTR [/TD]

[TD] Bit Test and Reset [/TD]

[/TR]

[TR]

[TD] BTS [/TD]

[TD] Bit Test and Set [/TD]

[/TR]

[TR]

[TD] CALL [/TD]

[TD] Call Procedure [/TD]

[/TR]

[TR]

[TD] CBW/CWDE/CDQE [/TD]

[TD] Convert Byte to Word/Convert Word to Doubleword/Convert Doubleword to Quadword [/TD]

[/TR]

[TR]

[TD] CLC [/TD]

[TD] Clear Carry Flag [/TD]

[/TR]

[TR]

[TD] CLD [/TD]

[TD] Clear Direction Flag [/TD]

[/TR]

[TR]

[TD] CLFLUSH [/TD]

[TD] Flush Cache Line [/TD]

[/TR]

[TR]

[TD] CLI [/TD]

[TD] Clear Interrupt Flag [/TD]

[/TR]

[TR]

[TD] CLTS [/TD]

[TD] Clear Task-Switched Flag in CR0 [/TD]

[/TR]

[TR]

[TD] CMC [/TD]

[TD] Complement Carry Flag [/TD]

[/TR]

[TR]

[TD] CMOVcc [/TD]

[TD] Conditional Move [/TD]

[/TR]

[TR]

[TD] CMP [/TD]

[TD] Compare Two Operands [/TD]

[/TR]

[TR]

[TD] CMPPD [/TD]

[TD] Compare Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] CMPPS [/TD]

[TD] Compare Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] CMPS/CMPSB/CMPSW/CMPSD/CMPSQ [/TD]

[TD] Compare String Operands [/TD]

[/TR]

[TR]

[TD] CMPSS [/TD]

[TD] Compare Scalar Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] CMPXCHG [/TD]

[TD] Compare and Exchange [/TD]

[/TR]

[TR]

[TD] CMPXCHG8B/CMPXCHG16B [/TD]

[TD] Compare and Exchange Bytes [/TD]

[/TR]

[TR]

[TD] COMISS [/TD]

[TD] Compare Scalar Ordered Single-Precision Floating-Point Values and Set EFLAGS [/TD]

[/TR]

[TR]

[TD] CPUID [/TD]

[TD] CPU Identification [/TD]

[/TR]

[TR]

[TD] CRC32 [/TD]

[TD] Accumulate CRC32 Value [/TD]

[/TR]

[TR]

[TD] CVTDQ2PD [/TD]

[TD] Convert Packed Dword Integers to Packed Double-Precision FP Values [/TD]

[/TR]

[TR]

[TD] CVTDQ2PS [/TD]

[TD] Convert Packed Dword Integers to Packed Single-Precision FP Values [/TD]

[/TR]

[TR]

[TD] CVTPD2DQ [/TD]

[TD] Convert Packed Double-Precision FP Values to Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] CVTPD2PI [/TD]

[TD] Convert Packed Double-Precision FP Values to Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] CVTPD2PS [/TD]

[TD] Convert Packed Double-Precision FP Values to Packed Single-Precision FP Values [/TD]

[/TR]

[TR]

[TD] CVTPI2PD [/TD]

[TD] Convert Packed Dword Integers to Packed Double-Precision FP Values [/TD]

[/TR]

[TR]

[TD] CVTPI2PS [/TD]

[TD] Convert Packed Dword Integers to Packed Single-Precision FP Values [/TD]

[/TR]

[TR]

[TD] CVTPS2DQ [/TD]

[TD] Convert Packed Single-Precision FP Values to Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] CVTPS2PD [/TD]

[TD] Convert Packed Single-Precision FP Values to Packed Double-Precision FP Values [/TD]

[/TR]

[TR]

[TD] CVTPS2PI [/TD]

[TD] Convert Packed Single-Precision FP Values to Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] CVTSD2SI [/TD]

[TD] Convert Scalar Double-Precision FP Value to Integer [/TD]

[/TR]

[TR]

[TD] CVTSD2SS [/TD]

[TD] Convert Scalar Double-Precision FP Value to Scalar Single-Precision FP Value [/TD]

[/TR]

[TR]

[TD] CVTSI2SD [/TD]

[TD] Convert Dword Integer to Scalar Double-Precision FP Value [/TD]

[/TR]

[TR]

[TD] CVTSI2SS [/TD]

[TD] Convert Dword Integer to Scalar Single-Precision FP Value [/TD]

[/TR]

[TR]

[TD] CVTSS2SD [/TD]

[TD] Convert Scalar Single-Precision FP Value to Scalar Double-Precision FP Value [/TD]

[/TR]

[TR]

[TD] CVTSS2SI [/TD]

[TD] Convert Scalar Single-Precision FP Value to Dword Integer [/TD]

[/TR]

[TR]

[TD] CVTTPD2DQ [/TD]

[TD] Convert with Truncation Packed Double-Precision FP Values to Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] CVTTPD2PI [/TD]

[TD] Convert with Truncation Packed Double-Precision FP Values to Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] CVTTPS2DQ [/TD]

[TD] Convert with Truncation Packed Single-Precision FP Values to Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] CVTTPS2PI [/TD]

[TD] Convert with Truncation Packed Single-Precision FP Values to Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] CVTTSD2SI [/TD]

[TD] Convert with Truncation Scalar Double-Precision FP Value to Signed Integer [/TD]

[/TR]

[TR]

[TD] CVTTSS2SI [/TD]

[TD] Convert with Truncation Scalar Single-Precision FP Value to Dword Integer [/TD]

[/TR]

[TR]

[TD] CWD/CDQ/CQO [/TD]

[TD] Convert Word to Doubleword/Convert Doubleword to Quadword [/TD]

[/TR]

[TR]

[TD] DAA [/TD]

[TD] Decimal Adjust AL after Addition [/TD]

[/TR]

[TR]

[TD] DAS [/TD]

[TD] Decimal Adjust AL after Subtraction [/TD]

[/TR]

[TR]

[TD] DEC [/TD]

[TD] Decrement by 1 [/TD]

[/TR]

[TR]

[TD] DIV [/TD]

[TD] Unsigned Divide [/TD]

[/TR]

[TR]

[TD] DIVPD [/TD]

[TD] Divide Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] DIVPS [/TD]

[TD] Divide Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] DIVSD [/TD]

[TD] Divide Scalar Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] DIVSS [/TD]

[TD] Divide Scalar Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] DPPD [/TD]

[TD] Dot Product of Packed Double Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] DPPS [/TD]

[TD] Dot Product of Packed Single Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] EMMS [/TD]

[TD] Empty MMX Technology State [/TD]

[/TR]

[TR]

[TD] ENTER [/TD]

[TD] Make Stack Frame for Procedure Parameters [/TD]

[/TR]

[TR]

[TD] EXTRACTPS [/TD]

[TD] Extract Packed Single Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] F2XM1 [/TD]

[TD] Calculate 2x - 1 [/TD]

[/TR]

[TR]

[TD] FABS [/TD]

[TD] Absolute Value [/TD]

[/TR]

[TR]

[TD] FADD/FADDP/FIADD [/TD]

[TD] Add [/TD]

[/TR]

[TR]

[TD] FBLD [/TD]

[TD] Load Binary Coded Decimal [/TD]

[/TR]

[TR]

[TD] FBSTP [/TD]

[TD] Store BCD Integer and Pop [/TD]

[/TR]

[TR]

[TD] FCHS [/TD]

[TD] Change Sign [/TD]

[/TR]

[TR]

[TD] FCLEX/FNCLEX [/TD]

[TD] Clear Exceptions [/TD]

[/TR]

[TR]

[TD] FCMOVcc [/TD]

[TD] Floating-Point Conditional Move [/TD]

[/TR]

[TR]

[TD] FCOMI/FCOMIP/FUCOMI/FUCOMIP [/TD]

[TD] Compare Floating Point Values and Set EFLAGS [/TD]

[/TR]

[TR]

[TD] FDECSTP [/TD]

[TD] Decrement Stack-Top Pointer [/TD]

[/TR]

[TR]

[TD] FDIV/FDIVP/FIDIV [/TD]

[TD] Divide [/TD]

[/TR]

[TR]

[TD] FDIVR/FDIVRP/FIDIVR [/TD]

[TD] Reverse Divide [/TD]

[/TR]

[TR]

[TD] FICOM/FICOMP [/TD]

[TD] Compare Integer [/TD]

[/TR]

[TR]

[TD] FILD [/TD]

[TD] Load Integer [/TD]

[/TR]

[TR]

[TD] FINCSTP [/TD]

[TD] Increment Stack-Top Pointer [/TD]

[/TR]

[TR]

[TD] FINIT/FNINIT [/TD]

[TD] Initialize Floating-Point Unit [/TD]

[/TR]

[TR]

[TD] FIST/FISTP [/TD]

[TD] Store Integer [/TD]

[/TR]

[TR]

[TD] FISTTP [/TD]

[TD] Store Integer with Truncation [/TD]

[/TR]

[TR]

[TD] FLD [/TD]

[TD] Load Floating Point Value [/TD]

[/TR]

[TR]

[TD] FLD1/FLDL2T/FLDL2E/FLDPI/FLDLG2/FLDLN2/FLDZ [/TD]

[TD] Load Constant [/TD]

[/TR]

[TR]

[TD] FLDENV [/TD]

[TD] Load x87 FPU Environment [/TD]

[/TR]

[TR]

[TD] FMUL/FMULP/FIMUL [/TD]

[TD] Multiply [/TD]

[/TR]

[TR]

[TD] FNOP [/TD]

[TD] No Operation [/TD]

[/TR]

[TR]

[TD] FPATAN [/TD]

[TD] Partial Arctangent [/TD]

[/TR]

[TR]

[TD] FPREM [/TD]

[TD] Partial Remainder [/TD]

[/TR]

[TR]

[TD] FPREM1 [/TD]

[TD] Partial Remainder [/TD]

[/TR]

[TR]

[TD] FPTAN [/TD]

[TD] Partial Tangent [/TD]

[/TR]

[TR]

[TD] FRNDINT [/TD]

[TD] Round to Integer [/TD]

[/TR]

[TR]

[TD] FRSTOR [/TD]

[TD] Restore x87 FPU State [/TD]

[/TR]

[TR]

[TD] FSAVE/FNSAVE [/TD]

[TD] Store x87 FPU State [/TD]

[/TR]

[TR]

[TD] FSCALE [/TD]

[TD] Scale [/TD]

[/TR]

[TR]

[TD] FSIN [/TD]

[TD] Sine [/TD]

[/TR]

[TR]

[TD] FSINCOS [/TD]

[TD] Sine and Cosine [/TD]

[/TR]

[TR]

[TD] FSQRT [/TD]

[TD] Square Root [/TD]

[/TR]

[TR]

[TD] FSTCW/FNSTCW [/TD]

[TD] Store x87 FPU Control Word [/TD]

[/TR]

[TR]

[TD] FSTENV/FNSTENV [/TD]

[TD] Store x87 FPU Environment [/TD]

[/TR]

[TR]

[TD] FST/FSTP [/TD]

[TD] Store Floating Point Value [/TD]

[/TR]

[TR]

[TD] FSTSW/FNSTSW [/TD]

[TD] Store x87 FPU Status Word [/TD]

[/TR]

[TR]

[TD] FSUB/FSUBP/FISUB [/TD]

[TD] Subtract [/TD]

[/TR]

[TR]

[TD] FSUBR/FSUBRP/FISUBR [/TD]

[TD] Reverse Subtract [/TD]

[/TR]

[TR]

[TD] FTST [/TD]

[TD] TEST [/TD]

[/TR]

[TR]

[TD] FUCOM/FUCOMP/FUCOMPP [/TD]

[TD] Unordered Compare Floating Point Values [/TD]

[/TR]

[TR]

[TD] FXCH [/TD]

[TD] Exchange Register Contents [/TD]

[/TR]

[TR]

[TD] FXRSTOR [/TD]

[TD] Restore x87 FPU, MMX , XMM, and MXCSR State [/TD]

[/TR]

[TR]

[TD] FXSAVE [/TD]

[TD] Save x87 FPU, MMX Technology, and SSE State [/TD]

[/TR]

[TR]

[TD] FXTRACT [/TD]

[TD] Extract Exponent and Significand [/TD]

[/TR]

[TR]

[TD] FYL2X [/TD]

[TD] Calculate y × log2(x) [/TD]

[/TR]

[TR]

[TD] FYL2XP1 [/TD]

[TD] Calculate y × log2(x + 1) [/TD]

[/TR]

[TR]

[TD] GETSEC[CAPABILITIES] [/TD]

[TD] Report the SMX Capabilities [/TD]

[/TR]

[TR]

[TD] GETSEC[ENTERACCS] [/TD]

[TD] Execute Authenticated Chipset Code [/TD]

[/TR]

[TR]

[TD] GETSEC[PARAMETERS] [/TD]

[TD] Report the SMX Parameters [/TD]

[/TR]

[TR]

[TD] GETSEC[sENTER] [/TD]

[TD] Enter a Measured Environment [/TD]

[/TR]

[TR]

[TD] GETSEC[sEXIT] [/TD]

[TD] Exit Measured Environment [/TD]

[/TR]

[TR]

[TD] GETSEC[sMCTRL] [/TD]

[TD] SMX Mode Control [/TD]

[/TR]

[TR]

[TD] GETSEC[WAKEUP] [/TD]

[TD] Wake up sleeping processors in measured environment [/TD]

[/TR]

[TR]

[TD] HADDPD [/TD]

[TD] Packed Double-FP Horizontal Add [/TD]

[/TR]

[TR]

[TD] HADDPS [/TD]

[TD] Packed Single-FP Horizontal Add [/TD]

[/TR]

[TR]

[TD] HLT [/TD]

[TD] Halt [/TD]

[/TR]

[TR]

[TD] HSUBPD [/TD]

[TD] Packed Double-FP Horizontal Subtract [/TD]

[/TR]

[TR]

[TD] HSUBPS [/TD]

[TD] Packed Single-FP Horizontal Subtract [/TD]

[/TR]

[TR]

[TD] IDIV [/TD]

[TD] Signed Divide [/TD]

[/TR]

[TR]

[TD] IMUL [/TD]

[TD] Signed Multiply [/TD]

[/TR]

[TR]

[TD] IN [/TD]

[TD] Input from Port [/TD]

[/TR]

[TR]

[TD] INC [/TD]

[TD] Increment by 1 [/TD]

[/TR]

[TR]

[TD] INSERTPS [/TD]

[TD] Insert Packed Single Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] INS/INSB/INSW/INSD [/TD]

[TD] Input from Port to String [/TD]

[/TR]

[TR]

[TD] INT n/INTO/INT 3 [/TD]

[TD] Call to Interrupt Procedure [/TD]

[/TR]

[TR]

[TD] INVD [/TD]

[TD] Invalidate Internal Caches [/TD]

[/TR]

[TR]

[TD] INVEPT [/TD]

[TD] Invalidate Translations Derived from EPT [/TD]

[/TR]

[TR]

[TD] INVLPG [/TD]

[TD] Invalidate TLB Entry [/TD]

[/TR]

[TR]

[TD] INVVPID [/TD]

[TD] Invalidate Translations Based on VPID [/TD]

[/TR]

[TR]

[TD] IRET/IRETD [/TD]

[TD] Interrupt Return [/TD]

[/TR]

[TR]

[TD] Jcc [/TD]

[TD] Jump if Condition Is Met [/TD]

[/TR]

[TR]

[TD] JMP [/TD]

[TD] Jump [/TD]

[/TR]

[TR]

[TD] LAHF [/TD]

[TD] Load Status Flags into AH Register [/TD]

[/TR]

[TR]

[TD] LAR [/TD]

[TD] Load Access Rights Byte [/TD]

[/TR]

[TR]

[TD] LDDQU [/TD]

[TD] Load Unaligned Integer 128 Bits [/TD]

[/TR]

[TR]

[TD] LDMXCSR [/TD]

[TD] Load MXCSR Register [/TD]

[/TR]

[TR]

[TD] LDS/LES/LFS/LGS/LSS [/TD]

[TD] Load Far Pointer [/TD]

[/TR]

[TR]

[TD] LEAVE [/TD]

[TD] High Level Procedure Exit [/TD]

[/TR]

[TR]

[TD] LFENCE [/TD]

[TD] Load Fence [/TD]

[/TR]

[TR]

[TD] LGDT/LIDT [/TD]

[TD] Load Global/Interrupt Descriptor Table Register [/TD]

[/TR]

[TR]

[TD] LLDT [/TD]

[TD] Load Local Descriptor Table Register [/TD]

[/TR]

[TR]

[TD] LMSW [/TD]

[TD] Load Machine Status Word [/TD]

[/TR]

[TR]

[TD] LOCK [/TD]

[TD] Assert LOCK# Signal Prefix [/TD]

[/TR]

[TR]

[TD] LODS/LODSB/LODSW/LODSD/LODSQ [/TD]

[TD] Load String [/TD]

[/TR]

[TR]

[TD] LSL [/TD]

[TD] Load Segment Limit [/TD]

[/TR]

[TR]

[TD] LTR [/TD]

[TD] Load Task Register [/TD]

[/TR]

[TR]

[TD] MASKMOVDQU [/TD]

[TD] Store Selected Bytes of Double Quadword [/TD]

[/TR]

[TR]

[TD] MASKMOVQ [/TD]

[TD] Store Selected Bytes of Quadword [/TD]

[/TR]

[TR]

[TD] MAXPD [/TD]

[TD] Return Maximum Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MAXPS [/TD]

[TD] Return Maximum Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MAXSD [/TD]

[TD] Return Maximum Scalar Double-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] MAXSS [/TD]

[TD] Return Maximum Scalar Single-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] MFENCE [/TD]

[TD] Memory Fence [/TD]

[/TR]

[TR]

[TD] MINPD [/TD]

[TD] Return Minimum Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MINPS [/TD]

[TD] Return Minimum Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MINSD [/TD]

[TD] Return Minimum Scalar Double-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] MINSS [/TD]

[TD] Return Minimum Scalar Single-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] MONITOR [/TD]

[TD] Set Up Monitor Address [/TD]

[/TR]

[TR]

[TD] MOV [/TD]

[TD] Move to/from Control Registers [/TD]

[/TR]

[TR]

[TD] MOV [/TD]

[TD] Move to/from Debug Registers [/TD]

[/TR]

[TR]

[TD] MOV [/TD]

[TD] Move [/TD]

[/TR]

[TR]

[TD] MOVAPD [/TD]

[TD] Move Aligned Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MOVAPS [/TD]

[TD] Move Aligned Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MOVBE [/TD]

[TD] Move Data After Swapping Bytes [/TD]

[/TR]

[TR]

[TD] MOVDDUP [/TD]

[TD] Move One Double-FP and Duplicate [/TD]

[/TR]

[TR]

[TD] MOVD/MOVQ [/TD]

[TD] Move Doubleword/Move Quadword [/TD]

[/TR]

[TR]

[TD] MOVDQ2Q [/TD]

[TD] Move Quadword from XMM to MMX Technology Register [/TD]

[/TR]

[TR]

[TD] MOVDQA [/TD]

[TD] Move Aligned Double Quadword [/TD]

[/TR]

[TR]

[TD] MOVDQU [/TD]

[TD] Move Unaligned Double Quadword [/TD]

[/TR]

[TR]

[TD] MOVHLPS [/TD]

[TD] Move Packed Single-Precision Floating-Point Values High to Low [/TD]

[/TR]

[TR]

[TD] MOVHPD [/TD]

[TD] Move High Packed Double-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] MOVHPS [/TD]

[TD] Move High Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MOVLHPS [/TD]

[TD] Move Packed Single-Precision Floating-Point Values Low to High [/TD]

[/TR]

[TR]

[TD] MOVLPD [/TD]

[TD] Move Low Packed Double-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] MOVLPS [/TD]

[TD] Move Low Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MOVMSKPD [/TD]

[TD] Extract Packed Double-Precision Floating-Point Sign Mask [/TD]

[/TR]

[TR]

[TD] MOVMSKPS [/TD]

[TD] Extract Packed Single-Precision Floating-Point Sign Mask [/TD]

[/TR]

[TR]

[TD] MOVNTDQ [/TD]

[TD] Store Double Quadword Using Non-Temporal Hint [/TD]

[/TR]

[TR]

[TD] MOVNTDQA [/TD]

[TD] Load Double Quadword Non-Temporal Aligned Hint [/TD]

[/TR]

[TR]

[TD] MOVNTI [/TD]

[TD] Store Doubleword Using Non-Temporal Hint [/TD]

[/TR]

[TR]

[TD] MOVNTPD [/TD]

[TD] Store Packed Double-Precision Floating-Point Values Using Non-Temporal Hint [/TD]

[/TR]

[TR]

[TD] MOVNTPS [/TD]

[TD] Store Packed Single-Precision Floating-Point Values Using Non-Temporal Hint [/TD]

[/TR]

[TR]

[TD] MOVNTQ [/TD]

[TD] Store of Quadword Using Non-Temporal Hint [/TD]

[/TR]

[TR]

[TD] MOVQ [/TD]

[TD] Move Quadword [/TD]

[/TR]

[TR]

[TD] MOVQ2DQ [/TD]

[TD] Move Quadword from MMX Technology to XMM Register [/TD]

[/TR]

[TR]

[TD] MOVSHDUP [/TD]

[TD] Move Packed Single-FP High and Duplicate [/TD]

[/TR]

[TR]

[TD] MOVSLDUP [/TD]

[TD] Move Packed Single-FP Low and Duplicate [/TD]

[/TR]

[TR]

[TD] MOVS/MOVSB/MOVSW/MOVSD/MOVSQ [/TD]

[TD] Move Data from String to String [/TD]

[/TR]

[TR]

[TD] MOVSS [/TD]

[TD] Move Scalar Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MOVSX/MOVSXD [/TD]

[TD] Move with Sign-Extension [/TD]

[/TR]

[TR]

[TD] MOVUPD [/TD]

[TD] Move Unaligned Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MOVUPS [/TD]

[TD] Move Unaligned Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MOVZX [/TD]

[TD] Move with Zero-Extend [/TD]

[/TR]

[TR]

[TD] MPSADBW [/TD]

[TD] Compute Multiple Packed Sums of Absolute Difference [/TD]

[/TR]

[TR]

[TD] MUL [/TD]

[TD] Unsigned Multiply [/TD]

[/TR]

[TR]

[TD] MULPD [/TD]

[TD] Multiply Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MULPS [/TD]

[TD] Multiply Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MULSD [/TD]

[TD] Multiply Scalar Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MULSS [/TD]

[TD] Multiply Scalar Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] MWAIT [/TD]

[TD] Monitor Wait [/TD]

[/TR]

[TR]

[TD] NEG [/TD]

[TD] Two's Complement Negation [/TD]

[/TR]

[TR]

[TD] NOP [/TD]

[TD] No Operation [/TD]

[/TR]

[TR]

[TD] NOT [/TD]

[TD] One's Complement Negation [/TD]

[/TR]

[TR]

[TD] OR [/TD]

[TD] Logical Inclusive OR [/TD]

[/TR]

[TR]

[TD] ORPD [/TD]

[TD] Bitwise Logical OR of Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ORPS [/TD]

[TD] Bitwise Logical OR of Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] OUT [/TD]

[TD] Output to Port [/TD]

[/TR]

[TR]

[TD] OUTS/OUTSB/OUTSW/OUTSD [/TD]

[TD] Output String to Port [/TD]

[/TR]

[TR]

[TD] PABSB/PABSW/PABSD [/TD]

[TD] Packed Absolute Value [/TD]

[/TR]

[TR]

[TD] PACKUSDW [/TD]

[TD] Pack with Unsigned Saturation [/TD]

[/TR]

[TR]

[TD] PACKUSWB [/TD]

[TD] Pack with Unsigned Saturation [/TD]

[/TR]

[TR]

[TD] PADDB/PADDW/PADDD [/TD]

[TD] Add Packed Integers [/TD]

[/TR]

[TR]

[TD] PADDQ [/TD]

[TD] Add Packed Quadword Integers [/TD]

[/TR]

[TR]

[TD] PADDSB/PADDSW [/TD]

[TD] Add Packed Signed Integers with Signed Saturation [/TD]

[/TR]

[TR]

[TD] PADDUSB/PADDUSW [/TD]

[TD] Add Packed Unsigned Integers with Unsigned Saturation [/TD]

[/TR]

[TR]

[TD] PALIGNR [/TD]

[TD] Packed Align Right [/TD]

[/TR]

[TR]

[TD] PAND [/TD]

[TD] Logical AND [/TD]

[/TR]

[TR]

[TD] PANDN [/TD]

[TD] Logical AND NOT [/TD]

[/TR]

[TR]

[TD] PAUSE [/TD]

[TD] Spin Loop Hint [/TD]

[/TR]

[TR]

[TD] PAVGB/PAVGW [/TD]

[TD] Average Packed Integers [/TD]

[/TR]

[TR]

[TD] PBLENDVB [/TD]

[TD] Variable Blend Packed Bytes [/TD]

[/TR]

[TR]

[TD] PBLENDW [/TD]

[TD] Blend Packed Words [/TD]

[/TR]

[TR]

[TD] PCLMULQDQ [/TD]

[TD] Carry-Less Multiplication Quadword [/TD]

[/TR]

[TR]

[TD] PCMPEQB/PCMPEQW/PCMPEQD [/TD]

[TD] Compare Packed Data for Equal [/TD]

[/TR]

[TR]

[TD] PCMPESTRI [/TD]

[TD] Packed Compare Explicit Length Strings, Return Index [/TD]

[/TR]

[TR]

[TD] PCMPESTRM [/TD]

[TD] Packed Compare Explicit Length Strings, Return Mask [/TD]

[/TR]

[TR]

[TD] PCMPGTB/PCMPGTW/PCMPGTD [/TD]

[TD] Compare Packed Signed Integers for Greater Than [/TD]

[/TR]

[TR]

[TD] PCMPISTRI [/TD]

[TD] Packed Compare Implicit Length Strings, Return Index [/TD]

[/TR]

[TR]

[TD] PCMPISTRM [/TD]

[TD] Packed Compare Implicit Length Strings, Return Mask [/TD]

[/TR]

[TR]

[TD] PEXTRB/PEXTRD/PEXTRQ [/TD]

[TD] Extract Byte/Dword/Qword [/TD]

[/TR]

[TR]

[TD] PHADDSW [/TD]

[TD] Packed Horizontal Add and Saturate [/TD]

[/TR]

[TR]

[TD] PHADDW/PHADDD [/TD]

[TD] Packed Horizontal Add [/TD]

[/TR]

[TR]

[TD] PHMINPOSUW [/TD]

[TD] Packed Horizontal Word Minimum [/TD]

[/TR]

[TR]

[TD] PHSUBSW [/TD]

[TD] Packed Horizontal Subtract and Saturate [/TD]

[/TR]

[TR]

[TD] PHSUBW/PHSUBD [/TD]

[TD] Packed Horizontal Subtract [/TD]

[/TR]

[TR]

[TD] PINSRB/PINSRD/PINSRQ [/TD]

[TD] Insert Byte/Dword/Qword [/TD]

[/TR]

[TR]

[TD] PMADDUBSW [/TD]

[TD] Multiply and Add Packed Signed and Unsigned Bytes [/TD]

[/TR]

[TR]

[TD] PMADDWD [/TD]

[TD] Multiply and Add Packed Integers [/TD]

[/TR]

[TR]

[TD] PMAXSB [/TD]

[TD] Maximum of Packed Signed Byte Integers [/TD]

[/TR]

[TR]

[TD] PMAXSD [/TD]

[TD] Maximum of Packed Signed Dword Integers [/TD]

[/TR]

[TR]

[TD] PMAXSW [/TD]

[TD] Maximum of Packed Signed Word Integers [/TD]

[/TR]

[TR]

[TD] PMAXUB [/TD]

[TD] Maximum of Packed Unsigned Byte Integers [/TD]

[/TR]

[TR]

[TD] PMAXUD [/TD]

[TD] Maximum of Packed Unsigned Dword Integers [/TD]

[/TR]

[TR]

[TD] PMAXUW [/TD]

[TD] Maximum of Packed Word Integers [/TD]

[/TR]

[TR]

[TD] PMINSB [/TD]

[TD] Minimum of Packed Signed Byte Integers [/TD]

[/TR]

[TR]

[TD] PMINSD [/TD]

[TD] Minimum of Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] PMINSW [/TD]

[TD] Minimum of Packed Signed Word Integers [/TD]

[/TR]

[TR]

[TD] PMINUB [/TD]

[TD] Minimum of Packed Unsigned Byte Integers [/TD]

[/TR]

[TR]

[TD] PMINUD [/TD]

[TD] Minimum of Packed Dword Integers [/TD]

[/TR]

[TR]

[TD] PMINUW [/TD]

[TD] Minimum of Packed Word Integers [/TD]

[/TR]

[TR]

[TD] PMOVMSKB [/TD]

[TD] Move Byte Mask [/TD]

[/TR]

[TR]

[TD] PMOVSX [/TD]

[TD] Packed Move with Sign Extend [/TD]

[/TR]

[TR]

[TD] PMOVZX [/TD]

[TD] Packed Move with Zero Extend [/TD]

[/TR]

[TR]

[TD] PMULDQ [/TD]

[TD] Multiply Packed Signed Dword Integers [/TD]

[/TR]

[TR]

[TD] PMULHRSW [/TD]

[TD] Packed Multiply High with Round and Scale [/TD]

[/TR]

[TR]

[TD] PMULHUW [/TD]

[TD] Multiply Packed Unsigned Integers and Store High Result [/TD]

[/TR]

[TR]

[TD] PMULHW [/TD]

[TD] Multiply Packed Signed Integers and Store High Result [/TD]

[/TR]

[TR]

[TD] PMULLD [/TD]

[TD] Multiply Packed Signed Dword Integers and Store Low Result [/TD]

[/TR]

[TR]

[TD] PMULLW [/TD]

[TD] Multiply Packed Signed Integers and Store Low Result [/TD]

[/TR]

[TR]

[TD] PMULUDQ [/TD]

[TD] Multiply Packed Unsigned Doubleword Integers [/TD]

[/TR]

[TR]

[TD] POP [/TD]

[TD] Pop a Value from the Stack [/TD]

[/TR]

[TR]

[TD] POPA/POPAD [/TD]

[TD] Pop All General-Purpose Registers [/TD]

[/TR]

[TR]

[TD] POPCNT [/TD]

[TD] Return the Count of Number of Bits Set to 1 [/TD]

[/TR]

[TR]

[TD] POPF/POPFD/POPFQ [/TD]

[TD] Pop Stack into EFLAGS Register [/TD]

[/TR]

[TR]

[TD] POR [/TD]

[TD] Bitwise Logical OR [/TD]

[/TR]

[TR]

[TD] PREFETCHh [/TD]

[TD] Prefetch Data Into Caches [/TD]

[/TR]

[TR]

[TD] PSADBW [/TD]

[TD] Compute Sum of Absolute Differences [/TD]

[/TR]

[TR]

[TD] PSHUFB [/TD]

[TD] Packed Shuffle Bytes [/TD]

[/TR]

[TR]

[TD] PSHUFD [/TD]

[TD] Shuffle Packed Doublewords [/TD]

[/TR]

[TR]

[TD] PSHUFHW [/TD]

[TD] Shuffle Packed High Words [/TD]

[/TR]

[TR]

[TD] PSHUFLW [/TD]

[TD] Shuffle Packed Low Words [/TD]

[/TR]

[TR]

[TD] PSHUFW [/TD]

[TD] Shuffle Packed Words [/TD]

[/TR]

[TR]

[TD] PSIGNB/PSIGNW/PSIGND [/TD]

[TD] Packed SIGN [/TD]

[/TR]

[TR]

[TD] PSLLW/PSLLD/PSLLQ [/TD]

[TD] Shift Packed Data Left Logical [/TD]

[/TR]

[TR]

[TD] PSRAW/PSRAD [/TD]

[TD] Shift Packed Data Right Arithmetic [/TD]

[/TR]

[TR]

[TD] PSRLDQ [/TD]

[TD] Shift Double Quadword Right Logical [/TD]

[/TR]

[TR]

[TD] PSRLW/PSRLD/PSRLQ [/TD]

[TD] Shift Packed Data Right Logical [/TD]

[/TR]

[TR]

[TD] PSUBB/PSUBW/PSUBD [/TD]

[TD] Subtract Packed Integers [/TD]

[/TR]

[TR]

[TD] PSUBQ [/TD]

[TD] Subtract Packed Quadword Integers [/TD]

[/TR]

[TR]

[TD] PSUBSB/PSUBSW [/TD]

[TD] Subtract Packed Signed Integers with Signed Saturation [/TD]

[/TR]

[TR]

[TD] PSUBUSB/PSUBUSW [/TD]

[TD] Subtract Packed Unsigned Integers with Unsigned Saturation [/TD]

[/TR]

[TR]

[TD] PTEST [/TD]

[TD] Logical Compare [/TD]

[/TR]

[TR]

[TD] PUNPCKHBW/PUNPCKHWD/PUNPCKHDQ/PUNPCKHQDQ [/TD]

[TD] Unpack High Data [/TD]

[/TR]

[TR]

[TD] PUNPCKLBW/PUNPCKLWD/PUNPCKLDQ/PUNPCKLQDQ [/TD]

[TD] Unpack Low Data [/TD]

[/TR]

[TR]

[TD] PUSHA/PUSHAD [/TD]

[TD] Push All General-Purpose Registers [/TD]

[/TR]

[TR]

[TD] PUSHF/PUSHFD [/TD]

[TD] Push EFLAGS Register onto the Stack [/TD]

[/TR]

[TR]

[TD] PXOR [/TD]

[TD] Logical Exclusive OR [/TD]

[/TR]

[TR]

[TD] RCL/RCR/ROL/ROR [/TD]

[TD] Perform bit rotation [/TD]

[/TR]

[TR]

[TD] RCPPS [/TD]

[TD] Compute Reciprocals of Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] RCPSS [/TD]

[TD] Compute Reciprocal of Scalar Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] RDMSR [/TD]

[TD] Read from Model Specific Register [/TD]

[/TR]

[TR]

[TD] RDPMC [/TD]

[TD] Read Performance-Monitoring Counters [/TD]

[/TR]

[TR]

[TD] RDTSC [/TD]

[TD] Read Time-Stamp Counter [/TD]

[/TR]

[TR]

[TD] RDTSCP [/TD]

[TD] Read Time-Stamp Counter and Processor ID [/TD]

[/TR]

[TR]

[TD] REP/REPE/REPZ/REPNE/REPNZ [/TD]

[TD] Repeat String Operation Prefix [/TD]

[/TR]

[TR]

[TD] ROUNDPD [/TD]

[TD] Round Packed Double Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ROUNDPS [/TD]

[TD] Round Packed Single Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ROUNDSD [/TD]

[TD] Round Scalar Double Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] ROUNDSS [/TD]

[TD] Round Scalar Single Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] RSM [/TD]

[TD] Resume from System Management Mode [/TD]

[/TR]

[TR]

[TD] RSQRTPS [/TD]

[TD] Compute Reciprocals of Square Roots of Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] RSQRTSS [/TD]

[TD] Compute Reciprocal of Square Root of Scalar Single-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] SAHF [/TD]

[TD] Store AH into Flags [/TD]

[/TR]

[TR]

[TD] SAL/SAR/SHL/SHR [/TD]

[TD] Shift [/TD]

[/TR]

[TR]

[TD] SCAS/SCASB/SCASW/SCASD [/TD]

[TD] Scan String [/TD]

[/TR]

[TR]

[TD] SFENCE [/TD]

[TD] Store Fence [/TD]

[/TR]

[TR]

[TD] SGDT [/TD]

[TD] Store Global Descriptor Table Register [/TD]

[/TR]

[TR]

[TD] SHLD [/TD]

[TD] Double Precision Shift Left [/TD]

[/TR]

[TR]

[TD] SHRD [/TD]

[TD] Double Precision Shift Right [/TD]

[/TR]

[TR]

[TD] SHUFPD [/TD]

[TD] Shuffle Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] SHUFPS [/TD]

[TD] Shuffle Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] SIDT [/TD]

[TD] Store Interrupt Descriptor Table Register [/TD]

[/TR]

[TR]

[TD] SLDT [/TD]

[TD] Store Local Descriptor Table Register [/TD]

[/TR]

[TR]

[TD] SMSW [/TD]

[TD] Store Machine Status Word [/TD]

[/TR]

[TR]

[TD] SQRTPS [/TD]

[TD] Compute Square Roots of Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] SQRTSD [/TD]

[TD] Compute Square Root of Scalar Double-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] SQRTSS [/TD]

[TD] Compute Square Root of Scalar Single-Precision Floating-Point Value [/TD]

[/TR]

[TR]

[TD] STC [/TD]

[TD] Set Carry Flag [/TD]

[/TR]

[TR]

[TD] STD [/TD]

[TD] Set Direction Flag [/TD]

[/TR]

[TR]

[TD] STI [/TD]

[TD] Set Interrupt Flag [/TD]

[/TR]

[TR]

[TD] STMXCSR [/TD]

[TD] Store MXCSR Register State [/TD]

[/TR]

[TR]

[TD] STOS/STOSB/STOSW/STOSD/STOSQ [/TD]

[TD] Store String [/TD]

[/TR]

[TR]

[TD] SUB [/TD]

[TD] Subtract [/TD]

[/TR]

[TR]

[TD] SUBPD [/TD]

[TD] Subtract Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] SUBPS [/TD]

[TD] Subtract Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] SUBSD [/TD]

[TD] Subtract Scalar Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] SUBSS [/TD]

[TD] Subtract Scalar Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] SWAPGS [/TD]

[TD] Swap GS Base Register [/TD]

[/TR]

[TR]

[TD] SYSCALL [/TD]

[TD] Fast System Call [/TD]

[/TR]

[TR]

[TD] SYSENTER [/TD]

[TD] Fast System Call [/TD]

[/TR]

[TR]

[TD] SYSEXIT [/TD]

[TD] Fast Return from Fast System Call [/TD]

[/TR]

[TR]

[TD] SYSRET [/TD]

[TD] Return From Fast System Call [/TD]

[/TR]

[TR]

[TD] TEST [/TD]

[TD] Logical Compare [/TD]

[/TR]

[TR]

[TD] UCOMISD [/TD]

[TD] Unordered Compare Scalar Double-Precision Floating-Point Values and Set EFLAGS [/TD]

[/TR]

[TR]

[TD] UCOMISS [/TD]

[TD] Unordered Compare Scalar Single-Precision Floating-Point Values and Set EFLAGS [/TD]

[/TR]

[TR]

[TD] UD2 [/TD]

[TD] Undefined Instruction [/TD]

[/TR]

[TR]

[TD] UNPCKHPD [/TD]

[TD] Unpack and Interleave High Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] UNPCKHPS [/TD]

[TD] Unpack and Interleave High Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] UNPCKLPD [/TD]

[TD] Unpack and Interleave Low Packed Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] UNPCKLPS [/TD]

[TD] Unpack and Interleave Low Packed Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] VERR/VERW [/TD]

[TD] Verify a Segment for Reading or Writing [/TD]

[/TR]

[TR]

[TD] VMCALL [/TD]

[TD] Call to VM Monitor [/TD]

[/TR]

[TR]

[TD] VMCLEAR [/TD]

[TD] Clear Virtual-Machine Control Structure [/TD]

[/TR]

[TR]

[TD] VMLAUNCH/VMRESUME [/TD]

[TD] Launch/Resume Virtual Machine [/TD]

[/TR]

[TR]

[TD] VMPTRLD [/TD]

[TD] Load Pointer to Virtual-Machine Control Structure [/TD]

[/TR]

[TR]

[TD] VMPTRST [/TD]

[TD] Store Pointer to Virtual-Machine Control Structure [/TD]

[/TR]

[TR]

[TD] VMREAD [/TD]

[TD] Read Field from Virtual-Machine Control Structure [/TD]

[/TR]

[TR]

[TD] VMWRITE [/TD]

[TD] Write Field to Virtual-Machine Control Structure [/TD]

[/TR]

[TR]

[TD] VMXOFF [/TD]

[TD] Leave VMX Operation [/TD]

[/TR]

[TR]

[TD] VMXON [/TD]

[TD] Enter VMX Operation [/TD]

[/TR]

[TR]

[TD] WAIT/FWAIT [/TD]

[TD] Wait [/TD]

[/TR]

[TR]

[TD] WBINVD [/TD]

[TD] Write Back and Invalidate Cache [/TD]

[/TR]

[TR]

[TD] WRMSR [/TD]

[TD] Write to Model Specific Register [/TD]

[/TR]

[TR]

[TD] XADD [/TD]

[TD] Exchange and Add [/TD]

[/TR]

[TR]

[TD] XCHG [/TD]

[TD] Exchange Register/Memory with Register [/TD]

[/TR]

[TR]

[TD] XGETBV [/TD]

[TD] Get Value of Extended Control Register [/TD]

[/TR]

[TR]

[TD] XLAT/XLATB [/TD]

[TD] Table Look-up Translation [/TD]

[/TR]

[TR]

[TD] XOR [/TD]

[TD] Logical Exclusive OR [/TD]

[/TR]

[TR]

[TD] XORPD [/TD]

[TD] Bitwise Logical XOR for Double-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] XORPS [/TD]

[TD] Bitwise Logical XOR for Single-Precision Floating-Point Values [/TD]

[/TR]

[TR]

[TD] XRSTOR [/TD]

[TD] Restore Processor Extended States [/TD]

[/TR]

[TR]

[TD] XSAVE [/TD]

[TD] Save Processor Extended States [/TD]

[/TR]

[TR]

[TD] XSETBV [/TD]

[TD] Set Extended Control Register [/TD]

[/TR]

[/TABLE]

Sursa: x86/x64 Instruction Set Reference

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...