i386.md (gen_prologue_get_pc): Call the function created above. (divdf3): Added.

From-SVN: r12877
This commit is contained in:
Stan Cox 1996-09-30 19:23:11 +00:00
parent bcd864336c
commit a78cb98668

View File

@ -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]));