diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-05-20 16:47:12 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-05-20 16:47:12 -0700 |
commit | ee7fc29a30f935e027ab501d7987f0e572af215b (patch) | |
tree | 3ce601fbffa865d2f1b5fe79e5592540888fd7a1 /regs.dat | |
parent | 711b0c1e396d634c35fee3757d807ae874bc3571 (diff) | |
download | nasm-ee7fc29a30f935e027ab501d7987f0e572af215b.tar.gz nasm-ee7fc29a30f935e027ab501d7987f0e572af215b.tar.bz2 nasm-ee7fc29a30f935e027ab501d7987f0e572af215b.zip |
Add support for ymm0 in instructions
Make it possible to use ymm0 as a fixed operand in instructions
Diffstat (limited to 'regs.dat')
-rw-r--r-- | regs.dat | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -82,4 +82,5 @@ xmm0 XMM0 xmmreg 0 xmm1-15 XMMREG xmmreg 1 # AVX registers -ymm0-15 YMMREG ymmreg 0 +ymm0 YMM0 ymmreg 0 +ymm1-15 YMMREG ymmreg 0 |