diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:48:46 -0400 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2008-06-12 00:48:46 -0400 |
commit | dfc2d44ea346f9e64059f0738c87519adf3fe4d7 (patch) | |
tree | 194a8d3f294a4a5cfe341eced7b97e3aed9d65ed /src/arch/x86/predecoder_tables.cc | |
parent | f58f99935a139380d34166cdd20e84d1366e3f6e (diff) | |
download | gem5-dfc2d44ea346f9e64059f0738c87519adf3fe4d7.tar.xz |
X86: Flesh out 3dnow instruction decoding a bit and grab the byte immediate.
Diffstat (limited to 'src/arch/x86/predecoder_tables.cc')
-rw-r--r-- | src/arch/x86/predecoder_tables.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/x86/predecoder_tables.cc b/src/arch/x86/predecoder_tables.cc index a8c719054..f8aff39f1 100644 --- a/src/arch/x86/predecoder_tables.cc +++ b/src/arch/x86/predecoder_tables.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007 The Hewlett-Packard Development Company + * Copyright (c) 2007-2008 The Hewlett-Packard Development Company * All rights reserved. * * Redistribution and use of this software in source and binary forms, @@ -201,7 +201,7 @@ namespace X86ISA //For two byte instructions { //LSB // MSB 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | A | B | C | D | E | F -/* 0 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , +/* 0 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , BY , /* 0 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , /* 2 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , /* 3 */ 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , 0 , |