Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
b0ceea8c
Commit
b0ceea8c
authored
Apr 06, 1994
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(DEBUG_PRINT_REG): Fix printing of coprocessor regs in QImode.
From-SVN: r6973
parent
e9de0fec
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
gcc/config/i386/i386.h
+5
-5
No files found.
gcc/config/i386/i386.h
View file @
b0ceea8c
/* Definitions of target machine for GNU compiler for Intel 80386.
Copyright (C) 1988, 1992 Free Software Foundation, Inc.
Copyright (C) 1988, 1992
, 1994
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -1597,12 +1597,12 @@ extern char *qi_high_reg_name[];
{ fputs ("argp", FILE); break; } \
if (STACK_TOP_P (X)) \
{ fputs ("st(0)", FILE); break; } \
if (FP_REG_P (X)) \
{ fputs (hi_name[REGNO(X)], FILE); break; } \
switch (GET_MODE_SIZE (GET_MODE (X))) \
{ \
case 12: \
case 8: \
case 4: \
if (! FP_REG_P (X)) fputs ("e", FILE); \
default: \
fputs ("e", FILE); \
case 2: \
fputs (hi_name[REGNO (X)], FILE); \
break; \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment