aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2000-06-28 12:55:45 +0000
committerJan Hubicka <hubicka@gcc.gnu.org>2000-06-28 12:55:45 +0000
commitd731a1daaeecb605506d63b087dc53e16dd0ab1c (patch)
tree31ede8141fa2970f8bd98e70b4aead464b610c81 /gcc/config/i386
parent52fa9d82f468914878c02a2a641f2b1bb55f579d (diff)
downloadgcc-d731a1daaeecb605506d63b087dc53e16dd0ab1c.zip
gcc-d731a1daaeecb605506d63b087dc53e16dd0ab1c.tar.gz
gcc-d731a1daaeecb605506d63b087dc53e16dd0ab1c.tar.bz2
i386.md (prologue_set_got): Set length_immediate field.
* i386.md (prologue_set_got): Set length_immediate field. (testqi_ccno_1): Add missing '@' character. From-SVN: r34756
Diffstat (limited to 'gcc/config/i386')
-rw-r--r--gcc/config/i386/i386.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index f084645..3a5143f 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -4806,7 +4806,8 @@
(match_operand:QI 1 "nonmemory_operand" "n,n,qn,n"))
(const_int 0)))]
""
- "test{b}\\t{%1, %0|%0, %1}
+ "@
+ test{b}\\t{%1, %0|%0, %1}
test{b}\\t{%1, %0|%0, %1}
test{b}\\t{%1, %0|%0, %1}
test{l}\\t{%1, %0|%0, %1}"
@@ -8452,6 +8453,9 @@
return \"add{l}\\t{%1+[.-%X2], %0|%0, %a1+(.-%X2)}\";
}"
[(set_attr "type" "alu")
+ ; Since this insn may have two constant operands, we must set the
+ ; length manually.
+ (set_attr "length_immediate" "4")
(set_attr "mode" "SI")])
(define_insn "prologue_get_pc"