diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-20 18:21:11 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-20 18:21:11 -0700 |
commit | 2d31ec106a95bf74bb20d145fbd6b266007988c6 (patch) | |
tree | e41e6ae220ad3a8c5d6b4a354579be776fee0d78 /insns.dat | |
parent | 9681ef414443ddea460f9274c0e3291122a339e0 (diff) | |
download | nasm-2d31ec106a95bf74bb20d145fbd6b266007988c6.tar.gz nasm-2d31ec106a95bf74bb20d145fbd6b266007988c6.tar.bz2 nasm-2d31ec106a95bf74bb20d145fbd6b266007988c6.zip |
Officially specify - as the symbol for an implicit operand
Use - to denote that an operand is implicit (not encoded). This
*better* be a fixed operand!
Diffstat (limited to 'insns.dat')
-rw-r--r-- | insns.dat | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2080,13 +2080,13 @@ VBLENDPS xmmreg,xmmrm,imm [r+vmi: vex.nds.128.66.0f3a 0c /r ib] AVX,SANDYBRIDG VBLENDPS ymmreg,ymmreg,ymmrm,imm [rvmi: vex.nds.256.66.0f3a 0c /r ib] AVX,SANDYBRIDGE,SY VBLENDPS ymmreg,ymmrm,imm [r+vmi: vex.nds.256.66.0f3a 0c /r ib] AVX,SANDYBRIDGE,SY VBLENDVPD xmmreg,xmmreg,xmmrm,xmmrm [rvms: vex.nds.128.66.0f3a 4b /r /is4] AVX,SANDYBRIDGE,SO -VBLENDVPD xmmreg,xmmrm,xmm0 [rm: vex.128.66.0f38 15 /r] AVX,SANDYBRIDGE,SO +VBLENDVPD xmmreg,xmmrm,xmm0 [rm-: vex.128.66.0f38 15 /r] AVX,SANDYBRIDGE,SO VBLENDVPD ymmreg,ymmreg,ymmrm,ymmrm [rvms: vex.nds.256.66.0f3a 4b /r /is4] AVX,SANDYBRIDGE,SY -VBLENDVPD ymmreg,ymmrm,ymm0 [rm: vex.256.66.0f38 15 /r] AVX,SANDYBRIDGE,SY +VBLENDVPD ymmreg,ymmrm,ymm0 [rm-: vex.256.66.0f38 15 /r] AVX,SANDYBRIDGE,SY VBLENDVPS xmmreg,xmmreg,xmmrm,xmmrm [rvms: vex.nds.128.66.0f3a 4a /r /is4] AVX,SANDYBRIDGE,SO -VBLENDVPS xmmreg,xmmrm,xmm0 [rm: vex.128.66.0f38 14 /r] AVX,SANDYBRIDGE,SO +VBLENDVPS xmmreg,xmmrm,xmm0 [rm-: vex.128.66.0f38 14 /r] AVX,SANDYBRIDGE,SO VBLENDVPS ymmreg,ymmreg,ymmrm,ymmrm [rvms: vex.nds.256.66.0f3a 4a /r /is4] AVX,SANDYBRIDGE,SY -VBLENDVPD ymmreg,ymmrm,ymm0 [rm: vex.256.66.0f38 14 /r] AVX,SANDYBRIDGE,SY +VBLENDVPD ymmreg,ymmrm,ymm0 [rm-: vex.256.66.0f38 14 /r] AVX,SANDYBRIDGE,SY VBROADCASTSS xmmreg,mem [rm: vex.128.66.0f38 18 /r] AVX,SANDYBRIDGE,SD VBROADCASTSS ymmreg,mem [rm: vex.256.66.0f38 18 /r] AVX,SANDYBRIDGE,SD VBROADCASTSD ymmreg,mem [rm: vex.256.66.0f38 19 /r] AVX,SANDYBRIDGE,SQ |