diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-11 05:29:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-11 05:29:47 +0000 |
commit | 193d587f0155a8dc87ef0bd35ded6eb60c28fe1a (patch) | |
tree | 928eef814238d0a69801290a20a05f06171decde /libcpu | |
parent | d117ed89d2a215d17a8b750b535fc25f1ba2da48 (diff) | |
download | elfutils-193d587f0155a8dc87ef0bd35ded6eb60c28fe1a.tar.gz |
Simplification in x86 machine description.
Diffstat (limited to 'libcpu')
-rw-r--r-- | libcpu/defs/i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcpu/defs/i386 b/libcpu/defs/i386 index 9c90d824..29ea606e 100644 --- a/libcpu/defs/i386 +++ b/libcpu/defs/i386 @@ -429,7 +429,7 @@ ifdef(`i386', 0000100{w},{mod}{reg}{r_m}:or {reg}{w},{mod}{r_m}{w} 0000101{w},{mod}{reg}{r_m}:or {mod}{r_m}{w},{reg}{w} 1000000{w},{mod}001{r_m},{imm}:or{w} {imm}{w},{mod}{r_m}{w} -100000{s}{w},{mod}001{r_m},{imm}:or{w} {imm}{s},{mod}{r_m}{w} +1000001{w},{mod}001{r_m},{imm8}:or{w} {imm8},{mod}{r_m}{w} 0000110{w},{imm}:or {imm}{w},{ax}{w} 1110011{w},{imm8}:out {ax}{w},{imm8} 1110111{w}:out {ax}{w},{dx} |