Commit d731a1da by Jan Hubicka Committed by Jan Hubicka

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
parent 52fa9d82
Wed Jun 28 14:46:58 MET DST 2000 Jan Hubicka <jh@suse.cz>
* i386.md (prologue_set_got): Set length_immediate field.
(testqi_ccno_1): Add missing '@' character.
2000-06-27 Jason Merrill <jason@redhat.com> 2000-06-27 Jason Merrill <jason@redhat.com>
* dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use * dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Use
......
...@@ -4806,7 +4806,8 @@ ...@@ -4806,7 +4806,8 @@
(match_operand:QI 1 "nonmemory_operand" "n,n,qn,n")) (match_operand:QI 1 "nonmemory_operand" "n,n,qn,n"))
(const_int 0)))] (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{b}\\t{%1, %0|%0, %1} test{b}\\t{%1, %0|%0, %1}
test{l}\\t{%1, %0|%0, %1}" test{l}\\t{%1, %0|%0, %1}"
...@@ -8452,6 +8453,9 @@ ...@@ -8452,6 +8453,9 @@
return \"add{l}\\t{%1+[.-%X2], %0|%0, %a1+(.-%X2)}\"; return \"add{l}\\t{%1+[.-%X2], %0|%0, %a1+(.-%X2)}\";
}" }"
[(set_attr "type" "alu") [(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")]) (set_attr "mode" "SI")])
(define_insn "prologue_get_pc" (define_insn "prologue_get_pc"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment