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
ba0b8436
Commit
ba0b8436
authored
Mar 28, 1998
by
Jeffrey A Law
Committed by
Jeff Law
Mar 28, 1998
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* pa.h: Add declarations for many functions defined in pa.c.
From-SVN: r18881
parent
67ac5957
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
0 deletions
+41
-0
gcc/ChangeLog
+2
-0
gcc/config/pa/pa.h
+39
-0
No files found.
gcc/ChangeLog
View file @
ba0b8436
Sat Mar 28 14:37:20 1998 Jeffrey A Law (law@cygnus.com)
* pa.h: Add declarations for many functions defined in pa.c.
* genpeep.c (main): Remove unused variable 'i' from the generated
file.
...
...
gcc/config/pa/pa.h
View file @
ba0b8436
...
...
@@ -2414,6 +2414,45 @@ extern void output_global_address ();
extern
struct
rtx_def
*
legitimize_pic_address
();
extern
struct
rtx_def
*
gen_cmp_fp
();
extern
void
hppa_encode_label
();
extern
int
arith11_operand
();
extern
int
int11_operand
();
extern
int
reg_or_cint_move_operand
();
extern
int
arith5_operand
();
extern
int
uint5_operand
();
extern
int
pic_label_operand
();
extern
int
plus_xor_ior_operator
();
extern
int
basereg_operand
();
extern
int
shadd_operand
();
extern
int
arith_operand
();
extern
int
read_only_operand
();
extern
int
move_operand
();
extern
int
and_operand
();
extern
int
ior_operand
();
extern
int
arith32_operand
();
extern
int
uint32_operand
();
extern
int
reg_or_nonsymb_mem_operand
();
extern
int
reg_or_0_operand
();
extern
int
reg_or_0_or_nonsymb_mem_operand
();
extern
int
pre_cint_operand
();
extern
int
post_cint_operand
();
extern
int
div_operand
();
extern
int
int5_operand
();
extern
int
movb_comparison_operator
();
extern
int
ireg_or_int5_operand
();
extern
int
fmpyaddoperands
();
extern
int
fmpysuboperands
();
extern
int
call_operand_address
();
extern
int
cint_ok_for_move
();
extern
int
ior_operand
();
extern
void
emit_bcond_fp
();
extern
int
emit_move_sequence
();
extern
int
emit_hpdiv_const
();
extern
void
hppa_expand_prologue
();
extern
void
hppa_expand_epilogue
();
extern
int
hppa_can_use_return_insn_p
();
extern
int
is_function_label_plus_const
();
extern
int
jump_in_call_delay
();
/* Declare functions defined in pa.c and used in templates. */
...
...
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