Skip to content

Commit fb09b78

Browse files
qwrenH. Peter Anvin
authored andcommitted
x86, mpx: Add MPX related opcodes to the x86 opcode map
This patch adds all the MPX instructions to x86 opcode map, so the x86 instruction decoder can decode MPX instructions. Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com> Link: http://lkml.kernel.org/r/1389518403-7715-4-git-send-email-qiaowei.ren@intel.com Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
1 parent 0ee3b6f commit fb09b78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/x86/lib/x86-opcode-map.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,8 +346,8 @@ AVXcode: 1
346346
17: vmovhps Mq,Vq (v1) | vmovhpd Mq,Vq (66),(v1)
347347
18: Grp16 (1A)
348348
19:
349-
1a:
350-
1b:
349+
1a: BNDCL Ev,Gv | BNDCU Ev,Gv | BNDMOV Gv,Ev | BNDLDX Gv,Ev,Gv
350+
1b: BNDCN Ev,Gv | BNDMOV Ev,Gv | BNDMK Gv,Ev | BNDSTX Ev,GV,Gv
351351
1c:
352352
1d:
353353
1e:

0 commit comments

Comments
 (0)