Lines Matching +full:- +full:75 +full:mv
4 # - Intel(R) 64 and IA-32 Architectures Software Developer's Manual Vol.2C
5 # (#326018-047US, June 2013)
8 # Table: table-name
9 # Referrer: escaped-name
10 # AVXcode: avx-code
11 # opcode: mnemonic|GrpXXX [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
13 # opcode: escape # escaped-name
21 # reg: mnemonic [operand1[,operand2...]] [(extra1)[,(extra2)...] [| 2nd-mnemonic ...]
32 # - (66): the last prefix is 0x66
33 # - (F3): the last prefix is 0xF3
34 # - (F2): the last prefix is 0xF2
35 # - (!F3) : the last prefix is not 0xF3 (including non-last prefix case)
36 # - (66&F2): Both 0x66 and 0xF2 prefixes are specified.
39 # - (!REX2): REX2 is not allowed
40 # - (REX2): REX2 variant e.g. JMPABS
45 # 0x00 - 0x0f
61 0f: escape # 2-byte escape
62 # 0x10 - 0x1f
79 # 0x20 - 0x2f
96 # 0x30 - 0x3f
113 # 0x40 - 0x4f
130 # 0x50 - 0x5f
147 # 0x60 - 0x6f
154 66: Operand-Size (Prefix)
155 67: Address-Size (Prefix)
164 # 0x70 - 0x7f
170 75: JNZ/JNE Jb (!REX2)
181 # 0x80 - 0x8f
198 # 0x90 - 0x9f
215 # 0xa0 - 0xaf
234 # 0xb0 - 0xbf
251 # 0xc0 - 0xcf
268 # 0xd0 - 0xdf
285 # 0xe0 - 0xef
287 # in 64-bit mode. AMD CPUs accept 0x66 prefix, it causes RIP truncation
288 # to 16 bits. In 32-bit mode, 0x66 is accepted by both Intel and AMD.
297 # With 0x66 prefix in 64-bit mode, for AMD CPUs immediate offset
298 # in "near" jumps and calls is 16-bit. For CALL,
299 # push of return address is 16-bit wide, RSP is decremented by 2
302 e9: JMP-near Jz (f64) (!REX2)
303 ea: JMP-far Ap (i64) (!REX2)
304 eb: JMP-short Jb (f64) (!REX2)
309 # 0xf0 - 0xff
328 Table: 2-byte opcode (0x0f)
329 Referrer: 2-byte escape
331 # 0x0f 0x00-0x0f
350 # 0x0f 0x10-0x1f
354 # Many AVX instructions lack v1 superscript, according to Intel AVX-Prgramming
376 # 0x0f 0x20-0x2f
393 # 0x0f 0x30-0x3f
402 38: escape # 3-byte escape 1
404 3a: escape # 3-byte escape 2
410 # 0x0f 0x40-0x4f
427 # 0x0f 0x50-0x5f
444 # 0x0f 0x60-0x6f
461 # 0x0f 0x70-0x7f
467 75: pcmpeqw Pq,Qq | vpcmpeqw Vx,Hx,Wx (66),(v1)
479 # 0x0f 0x80-0x8f
497 # 0x0f 0x90-0x9f
499 91: SETNO Eb | kmovw/q Mv,Vk | kmovb/d Mv,Vk (66)
514 # 0x0f 0xa0-0xaf
531 # 0x0f 0xb0-0xbf
548 # 0x0f 0xc0-0xcf
565 # 0x0f 0xd0-0xdf
582 # 0x0f 0xe0-0xef
599 # 0x0f 0xf0-0xff
618 Table: 3-byte opcode 1 (0x0f 0x38)
619 Referrer: 3-byte escape 1
621 # 0x0f 0x38 0x00-0x0f
638 # 0x0f 0x38 0x10-0x1f
655 # 0x0f 0x38 0x20-0x2f
672 # 0x0f 0x38 0x30-0x3f
689 # 0x0f 0x38 0x40-0x8f
719 # Skip 0x5f-0x61
726 # Skip 0x69-0x6b
728 # Skip 0x6d-0x6f
733 75: vpermi2b/w Vx,Hx,Wx (66),(ev)
756 # 0x0f 0x38 0x90-0xbf (FMA)
801 # 0x0f 0x38 0xc0-0xff
851 Table: 3-byte opcode 2 (0x0f 0x3a)
852 Referrer: 3-byte escape 2
854 # 0x0f 0x3a 0x00-0xff
1317 0: xstore-rng
1318 1: xcrypt-ecb
1319 2: xcrypt-cbc
1320 4: xcrypt-cfb
1321 5: xcrypt-ofb