aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorStan Cox <coxs@gnu.org>1996-09-30 19:23:11 +0000
committerStan Cox <coxs@gnu.org>1996-09-30 19:23:11 +0000
commita78cb98668d4a97f089f740f403b45c7a6df956d (patch)
tree2f766d90ca0fa8a59fcb19ada6400b9ae0aaadc6 /gcc
parentbcd864336c411357ce36ddb02b1e55fa4b00befd (diff)
downloadgcc-a78cb98668d4a97f089f740f403b45c7a6df956d.zip
gcc-a78cb98668d4a97f089f740f403b45c7a6df956d.tar.gz
gcc-a78cb98668d4a97f089f740f403b45c7a6df956d.tar.bz2
i386.md (gen_prologue_get_pc): Call the function created above. (divdf3): Added.
From-SVN: r12877
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/i386.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index a1480fb..81140bb 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -3418,6 +3418,13 @@
"TARGET_80387"
"")
+(define_expand "divdf3"
+ [(set (match_operand:DF 0 "register_operand" "")
+ (div:DF (match_operand:DF 1 "register_operand" "")
+ (match_operand:DF 2 "nonimmediate_operand" "")))]
+ "TARGET_80387"
+ "")
+
(define_expand "divsf3"
[(set (match_operand:SF 0 "register_operand" "")
(div:SF (match_operand:SF 1 "register_operand" "")
@@ -6053,8 +6060,7 @@
{
char buffer[64];
- sprintf (buffer, \"call .L%d\", INTVAL (operands[1]));
- output_asm_insn (buffer, operands);
+ output_asm_insn (AS1 (call,%P1), operands);
if (! TARGET_DEEP_BRANCH_PREDICTION)
{
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, \"L\", INTVAL (operands[1]));