insns.dat: make even wider to make space for AVX

The AVX instructions take more space, so add a few tab stops across
the entire file.
This commit is contained in:
H. Peter Anvin 2008-05-20 11:04:26 -07:00
parent 8597e6900c
commit 1e5203872d
2 changed files with 2145 additions and 2145 deletions

4288
insns.dat

File diff suppressed because it is too large Load diff

View file

@ -3,7 +3,7 @@
# Re-align the columns in insns.dat
#
@cols = (0, 16, 40, 72);
@cols = (0, 16, 48, 96);
while ($line = <STDIN>) {
chomp $line;