1 /* tc-ia64.c -- Assembler for the HP/Intel IA-64 architecture.
2 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004
3 Free Software Foundation, Inc.
4 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
6 This file is part of GAS, the GNU Assembler.
8 GAS is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 2, or (at your option)
13 GAS is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with GAS; see the file COPYING. If not, write to
20 the Free Software Foundation, 59 Temple Place - Suite 330,
21 Boston, MA 02111-1307, USA. */
35 - labels are wrong if automatic alignment is introduced
36 (e.g., checkout the second real10 definition in test-data.s)
38 <reg>.safe_across_calls and any other DV-related directives I don't
39 have documentation for.
40 verify mod-sched-brs reads/writes are checked/marked (and other
46 #include "safe-ctype.h"
47 #include "dwarf2dbg.h"
50 #include "opcode/ia64.h"
54 #define NELEMS(a) ((int) (sizeof (a)/sizeof ((a)[0])))
55 #define MIN(a,b) ((a) < (b) ? (a) : (b))
58 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]
59 #define CURR_SLOT md.slot[md.curr_slot]
61 #define O_pseudo_fixup (O_max + 1)
65 /* IA-64 ABI section pseudo-ops. */
66 SPECIAL_SECTION_BSS = 0,
68 SPECIAL_SECTION_SDATA,
69 SPECIAL_SECTION_RODATA,
70 SPECIAL_SECTION_COMMENT,
71 SPECIAL_SECTION_UNWIND,
72 SPECIAL_SECTION_UNWIND_INFO,
73 /* HPUX specific section pseudo-ops. */
74 SPECIAL_SECTION_INIT_ARRAY,
75 SPECIAL_SECTION_FINI_ARRAY,
92 FUNC_LT_FPTR_RELATIVE,
102 REG_FR = (REG_GR + 128),
103 REG_AR = (REG_FR + 128),
104 REG_CR = (REG_AR + 128),
105 REG_P = (REG_CR + 128),
106 REG_BR = (REG_P + 64),
107 REG_IP = (REG_BR + 8),
114 /* The following are pseudo-registers for use by gas only. */
126 /* The following pseudo-registers are used for unwind directives only: */
134 DYNREG_GR = 0, /* dynamic general purpose register */
135 DYNREG_FR, /* dynamic floating point register */
136 DYNREG_PR, /* dynamic predicate register */
140 enum operand_match_result
143 OPERAND_OUT_OF_RANGE,
147 /* On the ia64, we can't know the address of a text label until the
148 instructions are packed into a bundle. To handle this, we keep
149 track of the list of labels that appear in front of each
153 struct label_fix *next;
157 /* This is the endianness of the current section. */
158 extern int target_big_endian;
160 /* This is the default endianness. */
161 static int default_big_endian = TARGET_BYTES_BIG_ENDIAN;
163 void (*ia64_number_to_chars) PARAMS ((char *, valueT, int));
165 static void ia64_float_to_chars_bigendian
166 PARAMS ((char *, LITTLENUM_TYPE *, int));
167 static void ia64_float_to_chars_littleendian
168 PARAMS ((char *, LITTLENUM_TYPE *, int));
169 static void (*ia64_float_to_chars)
170 PARAMS ((char *, LITTLENUM_TYPE *, int));
172 static struct hash_control *alias_hash;
173 static struct hash_control *alias_name_hash;
174 static struct hash_control *secalias_hash;
175 static struct hash_control *secalias_name_hash;
177 /* Characters which always start a comment. */
178 const char comment_chars[] = "";
180 /* Characters which start a comment at the beginning of a line. */
181 const char line_comment_chars[] = "#";
183 /* Characters which may be used to separate multiple commands on a
185 const char line_separator_chars[] = ";";
187 /* Characters which are used to indicate an exponent in a floating
189 const char EXP_CHARS[] = "eE";
191 /* Characters which mean that a number is a floating point constant,
193 const char FLT_CHARS[] = "rRsSfFdDxXpP";
195 /* ia64-specific option processing: */
197 const char *md_shortopts = "m:N:x::";
199 struct option md_longopts[] =
201 #define OPTION_MCONSTANT_GP (OPTION_MD_BASE + 1)
202 {"mconstant-gp", no_argument, NULL, OPTION_MCONSTANT_GP},
203 #define OPTION_MAUTO_PIC (OPTION_MD_BASE + 2)
204 {"mauto-pic", no_argument, NULL, OPTION_MAUTO_PIC}
207 size_t md_longopts_size = sizeof (md_longopts);
211 struct hash_control *pseudo_hash; /* pseudo opcode hash table */
212 struct hash_control *reg_hash; /* register name hash table */
213 struct hash_control *dynreg_hash; /* dynamic register hash table */
214 struct hash_control *const_hash; /* constant hash table */
215 struct hash_control *entry_hash; /* code entry hint hash table */
217 symbolS *regsym[REG_NUM];
219 /* If X_op is != O_absent, the registername for the instruction's
220 qualifying predicate. If NULL, p0 is assumed for instructions
221 that are predicatable. */
228 explicit_mode : 1, /* which mode we're in */
229 default_explicit_mode : 1, /* which mode is the default */
230 mode_explicitly_set : 1, /* was the current mode explicitly set? */
232 keep_pending_output : 1;
234 /* Each bundle consists of up to three instructions. We keep
235 track of four most recent instructions so we can correctly set
236 the end_of_insn_group for the last instruction in a bundle. */
238 int num_slots_in_use;
242 end_of_insn_group : 1,
243 manual_bundling_on : 1,
244 manual_bundling_off : 1,
245 loc_directive_seen : 1;
246 signed char user_template; /* user-selected template, if any */
247 unsigned char qp_regno; /* qualifying predicate */
248 /* This duplicates a good fraction of "struct fix" but we
249 can't use a "struct fix" instead since we can't call
250 fix_new_exp() until we know the address of the instruction. */
254 bfd_reloc_code_real_type code;
255 enum ia64_opnd opnd; /* type of operand in need of fix */
256 unsigned int is_pcrel : 1; /* is operand pc-relative? */
257 expressionS expr; /* the value to be inserted */
259 fixup[2]; /* at most two fixups per insn */
260 struct ia64_opcode *idesc;
261 struct label_fix *label_fixups;
262 struct label_fix *tag_fixups;
263 struct unw_rec_list *unwind_record; /* Unwind directive. */
266 unsigned int src_line;
267 struct dwarf2_line_info debug_line;
275 struct dynreg *next; /* next dynamic register */
277 unsigned short base; /* the base register number */
278 unsigned short num_regs; /* # of registers in this set */
280 *dynreg[DYNREG_NUM_TYPES], in, loc, out, rot;
282 flagword flags; /* ELF-header flags */
285 unsigned hint:1; /* is this hint currently valid? */
286 bfd_vma offset; /* mem.offset offset */
287 bfd_vma base; /* mem.offset base */
290 int path; /* number of alt. entry points seen */
291 const char **entry_labels; /* labels of all alternate paths in
292 the current DV-checking block. */
293 int maxpaths; /* size currently allocated for
295 /* Support for hardware errata workarounds. */
297 /* Record data about the last three insn groups. */
300 /* B-step workaround.
301 For each predicate register, this is set if the corresponding insn
302 group conditionally sets this register with one of the affected
305 /* B-step workaround.
306 For each general register, this is set if the corresponding insn
307 a) is conditional one one of the predicate registers for which
308 P_REG_SET is 1 in the corresponding entry of the previous group,
309 b) sets this general register with one of the affected
311 int g_reg_set_conditionally[128];
315 int pointer_size; /* size in bytes of a pointer */
316 int pointer_size_shift; /* shift size of a pointer for alignment */
320 /* application registers: */
326 #define AR_BSPSTORE 18
341 {"ar.k0", 0}, {"ar.k1", 1}, {"ar.k2", 2}, {"ar.k3", 3},
342 {"ar.k4", 4}, {"ar.k5", 5}, {"ar.k6", 6}, {"ar.k7", 7},
343 {"ar.rsc", 16}, {"ar.bsp", 17},
344 {"ar.bspstore", 18}, {"ar.rnat", 19},
345 {"ar.fcr", 21}, {"ar.eflag", 24},
346 {"ar.csd", 25}, {"ar.ssd", 26},
347 {"ar.cflg", 27}, {"ar.fsr", 28},
348 {"ar.fir", 29}, {"ar.fdr", 30},
349 {"ar.ccv", 32}, {"ar.unat", 36},
350 {"ar.fpsr", 40}, {"ar.itc", 44},
351 {"ar.pfs", 64}, {"ar.lc", 65},
372 /* control registers: */
414 static const struct const_desc
421 /* PSR constant masks: */
424 {"psr.be", ((valueT) 1) << 1},
425 {"psr.up", ((valueT) 1) << 2},
426 {"psr.ac", ((valueT) 1) << 3},
427 {"psr.mfl", ((valueT) 1) << 4},
428 {"psr.mfh", ((valueT) 1) << 5},
430 {"psr.ic", ((valueT) 1) << 13},
431 {"psr.i", ((valueT) 1) << 14},
432 {"psr.pk", ((valueT) 1) << 15},
434 {"psr.dt", ((valueT) 1) << 17},
435 {"psr.dfl", ((valueT) 1) << 18},
436 {"psr.dfh", ((valueT) 1) << 19},
437 {"psr.sp", ((valueT) 1) << 20},
438 {"psr.pp", ((valueT) 1) << 21},
439 {"psr.di", ((valueT) 1) << 22},
440 {"psr.si", ((valueT) 1) << 23},
441 {"psr.db", ((valueT) 1) << 24},
442 {"psr.lp", ((valueT) 1) << 25},
443 {"psr.tb", ((valueT) 1) << 26},
444 {"psr.rt", ((valueT) 1) << 27},
445 /* 28-31: reserved */
446 /* 32-33: cpl (current privilege level) */
447 {"psr.is", ((valueT) 1) << 34},
448 {"psr.mc", ((valueT) 1) << 35},
449 {"psr.it", ((valueT) 1) << 36},
450 {"psr.id", ((valueT) 1) << 37},
451 {"psr.da", ((valueT) 1) << 38},
452 {"psr.dd", ((valueT) 1) << 39},
453 {"psr.ss", ((valueT) 1) << 40},
454 /* 41-42: ri (restart instruction) */
455 {"psr.ed", ((valueT) 1) << 43},
456 {"psr.bn", ((valueT) 1) << 44},
459 /* indirect register-sets/memory: */
468 { "CPUID", IND_CPUID },
469 { "cpuid", IND_CPUID },
481 /* Pseudo functions used to indicate relocation types (these functions
482 start with an at sign (@). */
504 /* reloc pseudo functions (these must come first!): */
505 { "dtpmod", PSEUDO_FUNC_RELOC, { 0 } },
506 { "dtprel", PSEUDO_FUNC_RELOC, { 0 } },
507 { "fptr", PSEUDO_FUNC_RELOC, { 0 } },
508 { "gprel", PSEUDO_FUNC_RELOC, { 0 } },
509 { "ltoff", PSEUDO_FUNC_RELOC, { 0 } },
510 { "ltoffx", PSEUDO_FUNC_RELOC, { 0 } },
511 { "pcrel", PSEUDO_FUNC_RELOC, { 0 } },
512 { "pltoff", PSEUDO_FUNC_RELOC, { 0 } },
513 { "secrel", PSEUDO_FUNC_RELOC, { 0 } },
514 { "segrel", PSEUDO_FUNC_RELOC, { 0 } },
515 { "tprel", PSEUDO_FUNC_RELOC, { 0 } },
516 { "ltv", PSEUDO_FUNC_RELOC, { 0 } },
517 { "", 0, { 0 } }, /* placeholder for FUNC_LT_FPTR_RELATIVE */
518 { "", 0, { 0 } }, /* placeholder for FUNC_LT_DTP_MODULE */
519 { "", 0, { 0 } }, /* placeholder for FUNC_LT_DTP_RELATIVE */
520 { "", 0, { 0 } }, /* placeholder for FUNC_LT_TP_RELATIVE */
521 { "iplt", PSEUDO_FUNC_RELOC, { 0 } },
523 /* mbtype4 constants: */
524 { "alt", PSEUDO_FUNC_CONST, { 0xa } },
525 { "brcst", PSEUDO_FUNC_CONST, { 0x0 } },
526 { "mix", PSEUDO_FUNC_CONST, { 0x8 } },
527 { "rev", PSEUDO_FUNC_CONST, { 0xb } },
528 { "shuf", PSEUDO_FUNC_CONST, { 0x9 } },
530 /* fclass constants: */
531 { "nat", PSEUDO_FUNC_CONST, { 0x100 } },
532 { "qnan", PSEUDO_FUNC_CONST, { 0x080 } },
533 { "snan", PSEUDO_FUNC_CONST, { 0x040 } },
534 { "pos", PSEUDO_FUNC_CONST, { 0x001 } },
535 { "neg", PSEUDO_FUNC_CONST, { 0x002 } },
536 { "zero", PSEUDO_FUNC_CONST, { 0x004 } },
537 { "unorm", PSEUDO_FUNC_CONST, { 0x008 } },
538 { "norm", PSEUDO_FUNC_CONST, { 0x010 } },
539 { "inf", PSEUDO_FUNC_CONST, { 0x020 } },
541 { "natval", PSEUDO_FUNC_CONST, { 0x100 } }, /* old usage */
543 /* hint constants: */
544 { "pause", PSEUDO_FUNC_CONST, { 0x0 } },
546 /* unwind-related constants: */
547 { "svr4", PSEUDO_FUNC_CONST, { ELFOSABI_NONE } },
548 { "hpux", PSEUDO_FUNC_CONST, { ELFOSABI_HPUX } },
549 { "nt", PSEUDO_FUNC_CONST, { 2 } }, /* conflicts w/ELFOSABI_NETBSD */
550 { "linux", PSEUDO_FUNC_CONST, { ELFOSABI_LINUX } },
551 { "freebsd", PSEUDO_FUNC_CONST, { ELFOSABI_FREEBSD } },
552 { "openvms", PSEUDO_FUNC_CONST, { ELFOSABI_OPENVMS } },
553 { "nsk", PSEUDO_FUNC_CONST, { ELFOSABI_NSK } },
555 /* unwind-related registers: */
556 { "priunat",PSEUDO_FUNC_REG, { REG_PRIUNAT } }
559 /* 41-bit nop opcodes (one per unit): */
560 static const bfd_vma nop[IA64_NUM_UNITS] =
562 0x0000000000LL, /* NIL => break 0 */
563 0x0008000000LL, /* I-unit nop */
564 0x0008000000LL, /* M-unit nop */
565 0x4000000000LL, /* B-unit nop */
566 0x0008000000LL, /* F-unit nop */
567 0x0008000000LL, /* L-"unit" nop */
568 0x0008000000LL, /* X-unit nop */
571 /* Can't be `const' as it's passed to input routines (which have the
572 habit of setting temporary sentinels. */
573 static char special_section_name[][20] =
575 {".bss"}, {".sbss"}, {".sdata"}, {".rodata"}, {".comment"},
576 {".IA_64.unwind"}, {".IA_64.unwind_info"},
577 {".init_array"}, {".fini_array"}
580 /* The best template for a particular sequence of up to three
582 #define N IA64_NUM_TYPES
583 static unsigned char best_template[N][N][N];
586 /* Resource dependencies currently in effect */
588 int depind; /* dependency index */
589 const struct ia64_dependency *dependency; /* actual dependency */
590 unsigned specific:1, /* is this a specific bit/regno? */
591 link_to_qp_branch:1; /* will a branch on the same QP clear it?*/
592 int index; /* specific regno/bit within dependency */
593 int note; /* optional qualifying note (0 if none) */
597 int insn_srlz; /* current insn serialization state */
598 int data_srlz; /* current data serialization state */
599 int qp_regno; /* qualifying predicate for this usage */
600 char *file; /* what file marked this dependency */
601 unsigned int line; /* what line marked this dependency */
602 struct mem_offset mem_offset; /* optional memory offset hint */
603 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */
604 int path; /* corresponding code entry index */
606 static int regdepslen = 0;
607 static int regdepstotlen = 0;
608 static const char *dv_mode[] = { "RAW", "WAW", "WAR" };
609 static const char *dv_sem[] = { "none", "implied", "impliedf",
610 "data", "instr", "specific", "stop", "other" };
611 static const char *dv_cmp_type[] = { "none", "OR", "AND" };
613 /* Current state of PR mutexation */
614 static struct qpmutex {
617 } *qp_mutexes = NULL; /* QP mutex bitmasks */
618 static int qp_mutexeslen = 0;
619 static int qp_mutexestotlen = 0;
620 static valueT qp_safe_across_calls = 0;
622 /* Current state of PR implications */
623 static struct qp_imply {
626 unsigned p2_branched:1;
628 } *qp_implies = NULL;
629 static int qp_implieslen = 0;
630 static int qp_impliestotlen = 0;
632 /* Keep track of static GR values so that indirect register usage can
633 sometimes be tracked. */
638 } gr_values[128] = {{ 1, 0, 0 }};
640 /* Remember the alignment frag. */
641 static fragS *align_frag;
643 /* These are the routines required to output the various types of
646 /* A slot_number is a frag address plus the slot index (0-2). We use the
647 frag address here so that if there is a section switch in the middle of
648 a function, then instructions emitted to a different section are not
649 counted. Since there may be more than one frag for a function, this
650 means we also need to keep track of which frag this address belongs to
651 so we can compute inter-frag distances. This also nicely solves the
652 problem with nops emitted for align directives, which can't easily be
653 counted, but can easily be derived from frag sizes. */
655 typedef struct unw_rec_list {
657 unsigned long slot_number;
659 unsigned long next_slot_number;
660 fragS *next_slot_frag;
661 struct unw_rec_list *next;
664 #define SLOT_NUM_NOT_SET (unsigned)-1
666 /* Linked list of saved prologue counts. A very poor
667 implementation of a map from label numbers to prologue counts. */
668 typedef struct label_prologue_count
670 struct label_prologue_count *next;
671 unsigned long label_number;
672 unsigned int prologue_count;
673 } label_prologue_count;
677 /* Maintain a list of unwind entries for the current function. */
681 /* Any unwind entires that should be attached to the current slot
682 that an insn is being constructed for. */
683 unw_rec_list *current_entry;
685 /* These are used to create the unwind table entry for this function. */
688 symbolS *info; /* pointer to unwind info */
689 symbolS *personality_routine;
691 subsegT saved_text_subseg;
692 unsigned int force_unwind_entry : 1; /* force generation of unwind entry? */
694 /* TRUE if processing unwind directives in a prologue region. */
697 unsigned int prologue_count; /* number of .prologues seen so far */
698 /* Prologue counts at previous .label_state directives. */
699 struct label_prologue_count * saved_prologue_counts;
702 /* The input value is a negated offset from psp, and specifies an address
703 psp - offset. The encoded value is psp + 16 - (4 * offset). Thus we
704 must add 16 and divide by 4 to get the encoded value. */
706 #define ENCODED_PSP_OFFSET(OFFSET) (((OFFSET) + 16) / 4)
708 typedef void (*vbyte_func) PARAMS ((int, char *, char *));
710 /* Forward declarations: */
711 static void set_section PARAMS ((char *name));
712 static unsigned int set_regstack PARAMS ((unsigned int, unsigned int,
713 unsigned int, unsigned int));
714 static void dot_align (int);
715 static void dot_radix PARAMS ((int));
716 static void dot_special_section PARAMS ((int));
717 static void dot_proc PARAMS ((int));
718 static void dot_fframe PARAMS ((int));
719 static void dot_vframe PARAMS ((int));
720 static void dot_vframesp PARAMS ((int));
721 static void dot_vframepsp PARAMS ((int));
722 static void dot_save PARAMS ((int));
723 static void dot_restore PARAMS ((int));
724 static void dot_restorereg PARAMS ((int));
725 static void dot_restorereg_p PARAMS ((int));
726 static void dot_handlerdata PARAMS ((int));
727 static void dot_unwentry PARAMS ((int));
728 static void dot_altrp PARAMS ((int));
729 static void dot_savemem PARAMS ((int));
730 static void dot_saveg PARAMS ((int));
731 static void dot_savef PARAMS ((int));
732 static void dot_saveb PARAMS ((int));
733 static void dot_savegf PARAMS ((int));
734 static void dot_spill PARAMS ((int));
735 static void dot_spillreg PARAMS ((int));
736 static void dot_spillmem PARAMS ((int));
737 static void dot_spillreg_p PARAMS ((int));
738 static void dot_spillmem_p PARAMS ((int));
739 static void dot_label_state PARAMS ((int));
740 static void dot_copy_state PARAMS ((int));
741 static void dot_unwabi PARAMS ((int));
742 static void dot_personality PARAMS ((int));
743 static void dot_body PARAMS ((int));
744 static void dot_prologue PARAMS ((int));
745 static void dot_endp PARAMS ((int));
746 static void dot_template PARAMS ((int));
747 static void dot_regstk PARAMS ((int));
748 static void dot_rot PARAMS ((int));
749 static void dot_byteorder PARAMS ((int));
750 static void dot_psr PARAMS ((int));
751 static void dot_alias PARAMS ((int));
752 static void dot_ln PARAMS ((int));
753 static char *parse_section_name PARAMS ((void));
754 static void dot_xdata PARAMS ((int));
755 static void stmt_float_cons PARAMS ((int));
756 static void stmt_cons_ua PARAMS ((int));
757 static void dot_xfloat_cons PARAMS ((int));
758 static void dot_xstringer PARAMS ((int));
759 static void dot_xdata_ua PARAMS ((int));
760 static void dot_xfloat_cons_ua PARAMS ((int));
761 static void print_prmask PARAMS ((valueT mask));
762 static void dot_pred_rel PARAMS ((int));
763 static void dot_reg_val PARAMS ((int));
764 static void dot_serialize PARAMS ((int));
765 static void dot_dv_mode PARAMS ((int));
766 static void dot_entry PARAMS ((int));
767 static void dot_mem_offset PARAMS ((int));
768 static void add_unwind_entry PARAMS((unw_rec_list *ptr));
769 static symbolS *declare_register PARAMS ((const char *name, int regnum));
770 static void declare_register_set PARAMS ((const char *, int, int));
771 static unsigned int operand_width PARAMS ((enum ia64_opnd));
772 static enum operand_match_result operand_match PARAMS ((const struct ia64_opcode *idesc,
775 static int parse_operand PARAMS ((expressionS *e));
776 static struct ia64_opcode * parse_operands PARAMS ((struct ia64_opcode *));
777 static int errata_nop_necessary_p PARAMS ((struct slot *, enum ia64_unit));
778 static void build_insn PARAMS ((struct slot *, bfd_vma *));
779 static void emit_one_bundle PARAMS ((void));
780 static void fix_insn PARAMS ((fixS *, const struct ia64_operand *, valueT));
781 static bfd_reloc_code_real_type ia64_gen_real_reloc_type PARAMS ((struct symbol *sym,
782 bfd_reloc_code_real_type r_type));
783 static void insn_group_break PARAMS ((int, int, int));
784 static void mark_resource PARAMS ((struct ia64_opcode *, const struct ia64_dependency *,
785 struct rsrc *, int depind, int path));
786 static void add_qp_mutex PARAMS((valueT mask));
787 static void add_qp_imply PARAMS((int p1, int p2));
788 static void clear_qp_branch_flag PARAMS((valueT mask));
789 static void clear_qp_mutex PARAMS((valueT mask));
790 static void clear_qp_implies PARAMS((valueT p1_mask, valueT p2_mask));
791 static int has_suffix_p PARAMS((const char *, const char *));
792 static void clear_register_values PARAMS ((void));
793 static void print_dependency PARAMS ((const char *action, int depind));
794 static void instruction_serialization PARAMS ((void));
795 static void data_serialization PARAMS ((void));
796 static void remove_marked_resource PARAMS ((struct rsrc *));
797 static int is_conditional_branch PARAMS ((struct ia64_opcode *));
798 static int is_taken_branch PARAMS ((struct ia64_opcode *));
799 static int is_interruption_or_rfi PARAMS ((struct ia64_opcode *));
800 static int depends_on PARAMS ((int, struct ia64_opcode *));
801 static int specify_resource PARAMS ((const struct ia64_dependency *,
802 struct ia64_opcode *, int, struct rsrc [], int, int));
803 static int check_dv PARAMS((struct ia64_opcode *idesc));
804 static void check_dependencies PARAMS((struct ia64_opcode *));
805 static void mark_resources PARAMS((struct ia64_opcode *));
806 static void update_dependencies PARAMS((struct ia64_opcode *));
807 static void note_register_values PARAMS((struct ia64_opcode *));
808 static int qp_mutex PARAMS ((int, int, int));
809 static int resources_match PARAMS ((struct rsrc *, struct ia64_opcode *, int, int, int));
810 static void output_vbyte_mem PARAMS ((int, char *, char *));
811 static void count_output PARAMS ((int, char *, char *));
812 static void output_R1_format PARAMS ((vbyte_func, unw_record_type, int));
813 static void output_R2_format PARAMS ((vbyte_func, int, int, unsigned long));
814 static void output_R3_format PARAMS ((vbyte_func, unw_record_type, unsigned long));
815 static void output_P1_format PARAMS ((vbyte_func, int));
816 static void output_P2_format PARAMS ((vbyte_func, int, int));
817 static void output_P3_format PARAMS ((vbyte_func, unw_record_type, int));
818 static void output_P4_format PARAMS ((vbyte_func, unsigned char *, unsigned long));
819 static void output_P5_format PARAMS ((vbyte_func, int, unsigned long));
820 static void output_P6_format PARAMS ((vbyte_func, unw_record_type, int));
821 static void output_P7_format PARAMS ((vbyte_func, unw_record_type, unsigned long, unsigned long));
822 static void output_P8_format PARAMS ((vbyte_func, unw_record_type, unsigned long));
823 static void output_P9_format PARAMS ((vbyte_func, int, int));
824 static void output_P10_format PARAMS ((vbyte_func, int, int));
825 static void output_B1_format PARAMS ((vbyte_func, unw_record_type, unsigned long));
826 static void output_B2_format PARAMS ((vbyte_func, unsigned long, unsigned long));
827 static void output_B3_format PARAMS ((vbyte_func, unsigned long, unsigned long));
828 static void output_B4_format PARAMS ((vbyte_func, unw_record_type, unsigned long));
829 static char format_ab_reg PARAMS ((int, int));
830 static void output_X1_format PARAMS ((vbyte_func, unw_record_type, int, int, unsigned long,
832 static void output_X2_format PARAMS ((vbyte_func, int, int, int, int, int, unsigned long));
833 static void output_X3_format PARAMS ((vbyte_func, unw_record_type, int, int, int, unsigned long,
835 static void output_X4_format PARAMS ((vbyte_func, int, int, int, int, int, int, unsigned long));
836 static unw_rec_list *output_endp PARAMS ((void));
837 static unw_rec_list *output_prologue PARAMS ((void));
838 static unw_rec_list *output_prologue_gr PARAMS ((unsigned int, unsigned int));
839 static unw_rec_list *output_body PARAMS ((void));
840 static unw_rec_list *output_mem_stack_f PARAMS ((unsigned int));
841 static unw_rec_list *output_mem_stack_v PARAMS ((void));
842 static unw_rec_list *output_psp_gr PARAMS ((unsigned int));
843 static unw_rec_list *output_psp_sprel PARAMS ((unsigned int));
844 static unw_rec_list *output_rp_when PARAMS ((void));
845 static unw_rec_list *output_rp_gr PARAMS ((unsigned int));
846 static unw_rec_list *output_rp_br PARAMS ((unsigned int));
847 static unw_rec_list *output_rp_psprel PARAMS ((unsigned int));
848 static unw_rec_list *output_rp_sprel PARAMS ((unsigned int));
849 static unw_rec_list *output_pfs_when PARAMS ((void));
850 static unw_rec_list *output_pfs_gr PARAMS ((unsigned int));
851 static unw_rec_list *output_pfs_psprel PARAMS ((unsigned int));
852 static unw_rec_list *output_pfs_sprel PARAMS ((unsigned int));
853 static unw_rec_list *output_preds_when PARAMS ((void));
854 static unw_rec_list *output_preds_gr PARAMS ((unsigned int));
855 static unw_rec_list *output_preds_psprel PARAMS ((unsigned int));
856 static unw_rec_list *output_preds_sprel PARAMS ((unsigned int));
857 static unw_rec_list *output_fr_mem PARAMS ((unsigned int));
858 static unw_rec_list *output_frgr_mem PARAMS ((unsigned int, unsigned int));
859 static unw_rec_list *output_gr_gr PARAMS ((unsigned int, unsigned int));
860 static unw_rec_list *output_gr_mem PARAMS ((unsigned int));
861 static unw_rec_list *output_br_mem PARAMS ((unsigned int));
862 static unw_rec_list *output_br_gr PARAMS ((unsigned int, unsigned int));
863 static unw_rec_list *output_spill_base PARAMS ((unsigned int));
864 static unw_rec_list *output_unat_when PARAMS ((void));
865 static unw_rec_list *output_unat_gr PARAMS ((unsigned int));
866 static unw_rec_list *output_unat_psprel PARAMS ((unsigned int));
867 static unw_rec_list *output_unat_sprel PARAMS ((unsigned int));
868 static unw_rec_list *output_lc_when PARAMS ((void));
869 static unw_rec_list *output_lc_gr PARAMS ((unsigned int));
870 static unw_rec_list *output_lc_psprel PARAMS ((unsigned int));
871 static unw_rec_list *output_lc_sprel PARAMS ((unsigned int));
872 static unw_rec_list *output_fpsr_when PARAMS ((void));
873 static unw_rec_list *output_fpsr_gr PARAMS ((unsigned int));
874 static unw_rec_list *output_fpsr_psprel PARAMS ((unsigned int));
875 static unw_rec_list *output_fpsr_sprel PARAMS ((unsigned int));
876 static unw_rec_list *output_priunat_when_gr PARAMS ((void));
877 static unw_rec_list *output_priunat_when_mem PARAMS ((void));
878 static unw_rec_list *output_priunat_gr PARAMS ((unsigned int));
879 static unw_rec_list *output_priunat_psprel PARAMS ((unsigned int));
880 static unw_rec_list *output_priunat_sprel PARAMS ((unsigned int));
881 static unw_rec_list *output_bsp_when PARAMS ((void));
882 static unw_rec_list *output_bsp_gr PARAMS ((unsigned int));
883 static unw_rec_list *output_bsp_psprel PARAMS ((unsigned int));
884 static unw_rec_list *output_bsp_sprel PARAMS ((unsigned int));
885 static unw_rec_list *output_bspstore_when PARAMS ((void));
886 static unw_rec_list *output_bspstore_gr PARAMS ((unsigned int));
887 static unw_rec_list *output_bspstore_psprel PARAMS ((unsigned int));
888 static unw_rec_list *output_bspstore_sprel PARAMS ((unsigned int));
889 static unw_rec_list *output_rnat_when PARAMS ((void));
890 static unw_rec_list *output_rnat_gr PARAMS ((unsigned int));
891 static unw_rec_list *output_rnat_psprel PARAMS ((unsigned int));
892 static unw_rec_list *output_rnat_sprel PARAMS ((unsigned int));
893 static unw_rec_list *output_unwabi PARAMS ((unsigned long, unsigned long));
894 static unw_rec_list *output_epilogue PARAMS ((unsigned long));
895 static unw_rec_list *output_label_state PARAMS ((unsigned long));
896 static unw_rec_list *output_copy_state PARAMS ((unsigned long));
897 static unw_rec_list *output_spill_psprel PARAMS ((unsigned int, unsigned int, unsigned int));
898 static unw_rec_list *output_spill_sprel PARAMS ((unsigned int, unsigned int, unsigned int));
899 static unw_rec_list *output_spill_psprel_p PARAMS ((unsigned int, unsigned int, unsigned int,
901 static unw_rec_list *output_spill_sprel_p PARAMS ((unsigned int, unsigned int, unsigned int,
903 static unw_rec_list *output_spill_reg PARAMS ((unsigned int, unsigned int, unsigned int,
905 static unw_rec_list *output_spill_reg_p PARAMS ((unsigned int, unsigned int, unsigned int,
906 unsigned int, unsigned int));
907 static void process_one_record PARAMS ((unw_rec_list *, vbyte_func));
908 static void process_unw_records PARAMS ((unw_rec_list *, vbyte_func));
909 static int calc_record_size PARAMS ((unw_rec_list *));
910 static void set_imask PARAMS ((unw_rec_list *, unsigned long, unsigned long, unsigned int));
911 static unsigned long slot_index PARAMS ((unsigned long, fragS *,
912 unsigned long, fragS *,
914 static unw_rec_list *optimize_unw_records PARAMS ((unw_rec_list *));
915 static void fixup_unw_records PARAMS ((unw_rec_list *, int));
916 static int convert_expr_to_ab_reg PARAMS ((expressionS *, unsigned int *, unsigned int *));
917 static int convert_expr_to_xy_reg PARAMS ((expressionS *, unsigned int *, unsigned int *));
918 static unsigned int get_saved_prologue_count PARAMS ((unsigned long));
919 static void save_prologue_count PARAMS ((unsigned long, unsigned int));
920 static void free_saved_prologue_counts PARAMS ((void));
922 /* Determine if application register REGNUM resides only in the integer
923 unit (as opposed to the memory unit). */
925 ar_is_only_in_integer_unit (int reg)
928 return reg >= 64 && reg <= 111;
931 /* Determine if application register REGNUM resides only in the memory
932 unit (as opposed to the integer unit). */
934 ar_is_only_in_memory_unit (int reg)
937 return reg >= 0 && reg <= 47;
940 /* Switch to section NAME and create section if necessary. It's
941 rather ugly that we have to manipulate input_line_pointer but I
942 don't see any other way to accomplish the same thing without
943 changing obj-elf.c (which may be the Right Thing, in the end). */
948 char *saved_input_line_pointer;
950 saved_input_line_pointer = input_line_pointer;
951 input_line_pointer = name;
953 input_line_pointer = saved_input_line_pointer;
956 /* Map 's' to SHF_IA_64_SHORT. */
959 ia64_elf_section_letter (letter, ptr_msg)
964 return SHF_IA_64_SHORT;
965 else if (letter == 'o')
966 return SHF_LINK_ORDER;
968 *ptr_msg = _("Bad .section directive: want a,o,s,w,x,M,S,G,T in string");
972 /* Map SHF_IA_64_SHORT to SEC_SMALL_DATA. */
975 ia64_elf_section_flags (flags, attr, type)
977 int attr, type ATTRIBUTE_UNUSED;
979 if (attr & SHF_IA_64_SHORT)
980 flags |= SEC_SMALL_DATA;
985 ia64_elf_section_type (str, len)
989 #define STREQ(s) ((len == sizeof (s) - 1) && (strncmp (str, s, sizeof (s) - 1) == 0))
991 if (STREQ (ELF_STRING_ia64_unwind_info))
994 if (STREQ (ELF_STRING_ia64_unwind_info_once))
997 if (STREQ (ELF_STRING_ia64_unwind))
998 return SHT_IA_64_UNWIND;
1000 if (STREQ (ELF_STRING_ia64_unwind_once))
1001 return SHT_IA_64_UNWIND;
1003 if (STREQ ("unwind"))
1004 return SHT_IA_64_UNWIND;
1011 set_regstack (ins, locs, outs, rots)
1012 unsigned int ins, locs, outs, rots;
1014 /* Size of frame. */
1017 sof = ins + locs + outs;
1020 as_bad ("Size of frame exceeds maximum of 96 registers");
1025 as_warn ("Size of rotating registers exceeds frame size");
1028 md.in.base = REG_GR + 32;
1029 md.loc.base = md.in.base + ins;
1030 md.out.base = md.loc.base + locs;
1032 md.in.num_regs = ins;
1033 md.loc.num_regs = locs;
1034 md.out.num_regs = outs;
1035 md.rot.num_regs = rots;
1042 struct label_fix *lfix;
1044 subsegT saved_subseg;
1047 if (!md.last_text_seg)
1050 saved_seg = now_seg;
1051 saved_subseg = now_subseg;
1053 subseg_set (md.last_text_seg, 0);
1055 while (md.num_slots_in_use > 0)
1056 emit_one_bundle (); /* force out queued instructions */
1058 /* In case there are labels following the last instruction, resolve
1060 for (lfix = CURR_SLOT.label_fixups; lfix; lfix = lfix->next)
1062 S_SET_VALUE (lfix->sym, frag_now_fix ());
1063 symbol_set_frag (lfix->sym, frag_now);
1065 CURR_SLOT.label_fixups = 0;
1066 for (lfix = CURR_SLOT.tag_fixups; lfix; lfix = lfix->next)
1068 S_SET_VALUE (lfix->sym, frag_now_fix ());
1069 symbol_set_frag (lfix->sym, frag_now);
1071 CURR_SLOT.tag_fixups = 0;
1073 /* In case there are unwind directives following the last instruction,
1074 resolve those now. We only handle prologue, body, and endp directives
1075 here. Give an error for others. */
1076 for (ptr = unwind.current_entry; ptr; ptr = ptr->next)
1078 switch (ptr->r.type)
1084 ptr->slot_number = (unsigned long) frag_more (0);
1085 ptr->slot_frag = frag_now;
1088 /* Allow any record which doesn't have a "t" field (i.e.,
1089 doesn't relate to a particular instruction). */
1105 as_bad (_("Unwind directive not followed by an instruction."));
1109 unwind.current_entry = NULL;
1111 subseg_set (saved_seg, saved_subseg);
1113 if (md.qp.X_op == O_register)
1114 as_bad ("qualifying predicate not followed by instruction");
1118 ia64_do_align (int nbytes)
1120 char *saved_input_line_pointer = input_line_pointer;
1122 input_line_pointer = "";
1123 s_align_bytes (nbytes);
1124 input_line_pointer = saved_input_line_pointer;
1128 ia64_cons_align (nbytes)
1133 char *saved_input_line_pointer = input_line_pointer;
1134 input_line_pointer = "";
1135 s_align_bytes (nbytes);
1136 input_line_pointer = saved_input_line_pointer;
1140 /* Output COUNT bytes to a memory location. */
1141 static unsigned char *vbyte_mem_ptr = NULL;
1144 output_vbyte_mem (count, ptr, comment)
1147 char *comment ATTRIBUTE_UNUSED;
1150 if (vbyte_mem_ptr == NULL)
1155 for (x = 0; x < count; x++)
1156 *(vbyte_mem_ptr++) = ptr[x];
1159 /* Count the number of bytes required for records. */
1160 static int vbyte_count = 0;
1162 count_output (count, ptr, comment)
1164 char *ptr ATTRIBUTE_UNUSED;
1165 char *comment ATTRIBUTE_UNUSED;
1167 vbyte_count += count;
1171 output_R1_format (f, rtype, rlen)
1173 unw_record_type rtype;
1180 output_R3_format (f, rtype, rlen);
1186 else if (rtype != prologue)
1187 as_bad ("record type is not valid");
1189 byte = UNW_R1 | (r << 5) | (rlen & 0x1f);
1190 (*f) (1, &byte, NULL);
1194 output_R2_format (f, mask, grsave, rlen)
1201 mask = (mask & 0x0f);
1202 grsave = (grsave & 0x7f);
1204 bytes[0] = (UNW_R2 | (mask >> 1));
1205 bytes[1] = (((mask & 0x01) << 7) | grsave);
1206 count += output_leb128 (bytes + 2, rlen, 0);
1207 (*f) (count, bytes, NULL);
1211 output_R3_format (f, rtype, rlen)
1213 unw_record_type rtype;
1220 output_R1_format (f, rtype, rlen);
1226 else if (rtype != prologue)
1227 as_bad ("record type is not valid");
1228 bytes[0] = (UNW_R3 | r);
1229 count = output_leb128 (bytes + 1, rlen, 0);
1230 (*f) (count + 1, bytes, NULL);
1234 output_P1_format (f, brmask)
1239 byte = UNW_P1 | (brmask & 0x1f);
1240 (*f) (1, &byte, NULL);
1244 output_P2_format (f, brmask, gr)
1250 brmask = (brmask & 0x1f);
1251 bytes[0] = UNW_P2 | (brmask >> 1);
1252 bytes[1] = (((brmask & 1) << 7) | gr);
1253 (*f) (2, bytes, NULL);
1257 output_P3_format (f, rtype, reg)
1259 unw_record_type rtype;
1304 as_bad ("Invalid record type for P3 format.");
1306 bytes[0] = (UNW_P3 | (r >> 1));
1307 bytes[1] = (((r & 1) << 7) | reg);
1308 (*f) (2, bytes, NULL);
1312 output_P4_format (f, imask, imask_size)
1314 unsigned char *imask;
1315 unsigned long imask_size;
1318 (*f) (imask_size, imask, NULL);
1322 output_P5_format (f, grmask, frmask)
1325 unsigned long frmask;
1328 grmask = (grmask & 0x0f);
1331 bytes[1] = ((grmask << 4) | ((frmask & 0x000f0000) >> 16));
1332 bytes[2] = ((frmask & 0x0000ff00) >> 8);
1333 bytes[3] = (frmask & 0x000000ff);
1334 (*f) (4, bytes, NULL);
1338 output_P6_format (f, rtype, rmask)
1340 unw_record_type rtype;
1346 if (rtype == gr_mem)
1348 else if (rtype != fr_mem)
1349 as_bad ("Invalid record type for format P6");
1350 byte = (UNW_P6 | (r << 4) | (rmask & 0x0f));
1351 (*f) (1, &byte, NULL);
1355 output_P7_format (f, rtype, w1, w2)
1357 unw_record_type rtype;
1364 count += output_leb128 (bytes + 1, w1, 0);
1369 count += output_leb128 (bytes + count, w2 >> 4, 0);
1419 bytes[0] = (UNW_P7 | r);
1420 (*f) (count, bytes, NULL);
1424 output_P8_format (f, rtype, t)
1426 unw_record_type rtype;
1465 case bspstore_psprel:
1468 case bspstore_sprel:
1480 case priunat_when_gr:
1483 case priunat_psprel:
1489 case priunat_when_mem:
1496 count += output_leb128 (bytes + 2, t, 0);
1497 (*f) (count, bytes, NULL);
1501 output_P9_format (f, grmask, gr)
1508 bytes[1] = (grmask & 0x0f);
1509 bytes[2] = (gr & 0x7f);
1510 (*f) (3, bytes, NULL);
1514 output_P10_format (f, abi, context)
1521 bytes[1] = (abi & 0xff);
1522 bytes[2] = (context & 0xff);
1523 (*f) (3, bytes, NULL);
1527 output_B1_format (f, rtype, label)
1529 unw_record_type rtype;
1530 unsigned long label;
1536 output_B4_format (f, rtype, label);
1539 if (rtype == copy_state)
1541 else if (rtype != label_state)
1542 as_bad ("Invalid record type for format B1");
1544 byte = (UNW_B1 | (r << 5) | (label & 0x1f));
1545 (*f) (1, &byte, NULL);
1549 output_B2_format (f, ecount, t)
1551 unsigned long ecount;
1558 output_B3_format (f, ecount, t);
1561 bytes[0] = (UNW_B2 | (ecount & 0x1f));
1562 count += output_leb128 (bytes + 1, t, 0);
1563 (*f) (count, bytes, NULL);
1567 output_B3_format (f, ecount, t)
1569 unsigned long ecount;
1576 output_B2_format (f, ecount, t);
1580 count += output_leb128 (bytes + 1, t, 0);
1581 count += output_leb128 (bytes + count, ecount, 0);
1582 (*f) (count, bytes, NULL);
1586 output_B4_format (f, rtype, label)
1588 unw_record_type rtype;
1589 unsigned long label;
1596 output_B1_format (f, rtype, label);
1600 if (rtype == copy_state)
1602 else if (rtype != label_state)
1603 as_bad ("Invalid record type for format B1");
1605 bytes[0] = (UNW_B4 | (r << 3));
1606 count += output_leb128 (bytes + 1, label, 0);
1607 (*f) (count, bytes, NULL);
1611 format_ab_reg (ab, reg)
1618 ret = (ab << 5) | reg;
1623 output_X1_format (f, rtype, ab, reg, t, w1)
1625 unw_record_type rtype;
1635 if (rtype == spill_sprel)
1637 else if (rtype != spill_psprel)
1638 as_bad ("Invalid record type for format X1");
1639 bytes[1] = ((r << 7) | format_ab_reg (ab, reg));
1640 count += output_leb128 (bytes + 2, t, 0);
1641 count += output_leb128 (bytes + count, w1, 0);
1642 (*f) (count, bytes, NULL);
1646 output_X2_format (f, ab, reg, x, y, treg, t)
1655 bytes[1] = (((x & 1) << 7) | format_ab_reg (ab, reg));
1656 bytes[2] = (((y & 1) << 7) | (treg & 0x7f));
1657 count += output_leb128 (bytes + 3, t, 0);
1658 (*f) (count, bytes, NULL);
1662 output_X3_format (f, rtype, qp, ab, reg, t, w1)
1664 unw_record_type rtype;
1675 if (rtype == spill_sprel_p)
1677 else if (rtype != spill_psprel_p)
1678 as_bad ("Invalid record type for format X3");
1679 bytes[1] = ((r << 7) | (qp & 0x3f));
1680 bytes[2] = format_ab_reg (ab, reg);
1681 count += output_leb128 (bytes + 3, t, 0);
1682 count += output_leb128 (bytes + count, w1, 0);
1683 (*f) (count, bytes, NULL);
1687 output_X4_format (f, qp, ab, reg, x, y, treg, t)
1697 bytes[1] = (qp & 0x3f);
1698 bytes[2] = (((x & 1) << 7) | format_ab_reg (ab, reg));
1699 bytes[3] = (((y & 1) << 7) | (treg & 0x7f));
1700 count += output_leb128 (bytes + 4, t, 0);
1701 (*f) (count, bytes, NULL);
1704 /* This function allocates a record list structure, and initializes fields. */
1706 static unw_rec_list *
1707 alloc_record (unw_record_type t)
1710 ptr = xmalloc (sizeof (*ptr));
1712 ptr->slot_number = SLOT_NUM_NOT_SET;
1714 ptr->next_slot_number = 0;
1715 ptr->next_slot_frag = 0;
1719 /* Dummy unwind record used for calculating the length of the last prologue or
1722 static unw_rec_list *
1725 unw_rec_list *ptr = alloc_record (endp);
1729 static unw_rec_list *
1732 unw_rec_list *ptr = alloc_record (prologue);
1733 memset (&ptr->r.record.r.mask, 0, sizeof (ptr->r.record.r.mask));
1737 static unw_rec_list *
1738 output_prologue_gr (saved_mask, reg)
1739 unsigned int saved_mask;
1742 unw_rec_list *ptr = alloc_record (prologue_gr);
1743 memset (&ptr->r.record.r.mask, 0, sizeof (ptr->r.record.r.mask));
1744 ptr->r.record.r.grmask = saved_mask;
1745 ptr->r.record.r.grsave = reg;
1749 static unw_rec_list *
1752 unw_rec_list *ptr = alloc_record (body);
1756 static unw_rec_list *
1757 output_mem_stack_f (size)
1760 unw_rec_list *ptr = alloc_record (mem_stack_f);
1761 ptr->r.record.p.size = size;
1765 static unw_rec_list *
1766 output_mem_stack_v ()
1768 unw_rec_list *ptr = alloc_record (mem_stack_v);
1772 static unw_rec_list *
1776 unw_rec_list *ptr = alloc_record (psp_gr);
1777 ptr->r.record.p.gr = gr;
1781 static unw_rec_list *
1782 output_psp_sprel (offset)
1783 unsigned int offset;
1785 unw_rec_list *ptr = alloc_record (psp_sprel);
1786 ptr->r.record.p.spoff = offset / 4;
1790 static unw_rec_list *
1793 unw_rec_list *ptr = alloc_record (rp_when);
1797 static unw_rec_list *
1801 unw_rec_list *ptr = alloc_record (rp_gr);
1802 ptr->r.record.p.gr = gr;
1806 static unw_rec_list *
1810 unw_rec_list *ptr = alloc_record (rp_br);
1811 ptr->r.record.p.br = br;
1815 static unw_rec_list *
1816 output_rp_psprel (offset)
1817 unsigned int offset;
1819 unw_rec_list *ptr = alloc_record (rp_psprel);
1820 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
1824 static unw_rec_list *
1825 output_rp_sprel (offset)
1826 unsigned int offset;
1828 unw_rec_list *ptr = alloc_record (rp_sprel);
1829 ptr->r.record.p.spoff = offset / 4;
1833 static unw_rec_list *
1836 unw_rec_list *ptr = alloc_record (pfs_when);
1840 static unw_rec_list *
1844 unw_rec_list *ptr = alloc_record (pfs_gr);
1845 ptr->r.record.p.gr = gr;
1849 static unw_rec_list *
1850 output_pfs_psprel (offset)
1851 unsigned int offset;
1853 unw_rec_list *ptr = alloc_record (pfs_psprel);
1854 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
1858 static unw_rec_list *
1859 output_pfs_sprel (offset)
1860 unsigned int offset;
1862 unw_rec_list *ptr = alloc_record (pfs_sprel);
1863 ptr->r.record.p.spoff = offset / 4;
1867 static unw_rec_list *
1868 output_preds_when ()
1870 unw_rec_list *ptr = alloc_record (preds_when);
1874 static unw_rec_list *
1875 output_preds_gr (gr)
1878 unw_rec_list *ptr = alloc_record (preds_gr);
1879 ptr->r.record.p.gr = gr;
1883 static unw_rec_list *
1884 output_preds_psprel (offset)
1885 unsigned int offset;
1887 unw_rec_list *ptr = alloc_record (preds_psprel);
1888 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
1892 static unw_rec_list *
1893 output_preds_sprel (offset)
1894 unsigned int offset;
1896 unw_rec_list *ptr = alloc_record (preds_sprel);
1897 ptr->r.record.p.spoff = offset / 4;
1901 static unw_rec_list *
1902 output_fr_mem (mask)
1905 unw_rec_list *ptr = alloc_record (fr_mem);
1906 ptr->r.record.p.rmask = mask;
1910 static unw_rec_list *
1911 output_frgr_mem (gr_mask, fr_mask)
1912 unsigned int gr_mask;
1913 unsigned int fr_mask;
1915 unw_rec_list *ptr = alloc_record (frgr_mem);
1916 ptr->r.record.p.grmask = gr_mask;
1917 ptr->r.record.p.frmask = fr_mask;
1921 static unw_rec_list *
1922 output_gr_gr (mask, reg)
1926 unw_rec_list *ptr = alloc_record (gr_gr);
1927 ptr->r.record.p.grmask = mask;
1928 ptr->r.record.p.gr = reg;
1932 static unw_rec_list *
1933 output_gr_mem (mask)
1936 unw_rec_list *ptr = alloc_record (gr_mem);
1937 ptr->r.record.p.rmask = mask;
1941 static unw_rec_list *
1942 output_br_mem (unsigned int mask)
1944 unw_rec_list *ptr = alloc_record (br_mem);
1945 ptr->r.record.p.brmask = mask;
1949 static unw_rec_list *
1950 output_br_gr (save_mask, reg)
1951 unsigned int save_mask;
1954 unw_rec_list *ptr = alloc_record (br_gr);
1955 ptr->r.record.p.brmask = save_mask;
1956 ptr->r.record.p.gr = reg;
1960 static unw_rec_list *
1961 output_spill_base (offset)
1962 unsigned int offset;
1964 unw_rec_list *ptr = alloc_record (spill_base);
1965 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
1969 static unw_rec_list *
1972 unw_rec_list *ptr = alloc_record (unat_when);
1976 static unw_rec_list *
1980 unw_rec_list *ptr = alloc_record (unat_gr);
1981 ptr->r.record.p.gr = gr;
1985 static unw_rec_list *
1986 output_unat_psprel (offset)
1987 unsigned int offset;
1989 unw_rec_list *ptr = alloc_record (unat_psprel);
1990 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
1994 static unw_rec_list *
1995 output_unat_sprel (offset)
1996 unsigned int offset;
1998 unw_rec_list *ptr = alloc_record (unat_sprel);
1999 ptr->r.record.p.spoff = offset / 4;
2003 static unw_rec_list *
2006 unw_rec_list *ptr = alloc_record (lc_when);
2010 static unw_rec_list *
2014 unw_rec_list *ptr = alloc_record (lc_gr);
2015 ptr->r.record.p.gr = gr;
2019 static unw_rec_list *
2020 output_lc_psprel (offset)
2021 unsigned int offset;
2023 unw_rec_list *ptr = alloc_record (lc_psprel);
2024 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
2028 static unw_rec_list *
2029 output_lc_sprel (offset)
2030 unsigned int offset;
2032 unw_rec_list *ptr = alloc_record (lc_sprel);
2033 ptr->r.record.p.spoff = offset / 4;
2037 static unw_rec_list *
2040 unw_rec_list *ptr = alloc_record (fpsr_when);
2044 static unw_rec_list *
2048 unw_rec_list *ptr = alloc_record (fpsr_gr);
2049 ptr->r.record.p.gr = gr;
2053 static unw_rec_list *
2054 output_fpsr_psprel (offset)
2055 unsigned int offset;
2057 unw_rec_list *ptr = alloc_record (fpsr_psprel);
2058 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
2062 static unw_rec_list *
2063 output_fpsr_sprel (offset)
2064 unsigned int offset;
2066 unw_rec_list *ptr = alloc_record (fpsr_sprel);
2067 ptr->r.record.p.spoff = offset / 4;
2071 static unw_rec_list *
2072 output_priunat_when_gr ()
2074 unw_rec_list *ptr = alloc_record (priunat_when_gr);
2078 static unw_rec_list *
2079 output_priunat_when_mem ()
2081 unw_rec_list *ptr = alloc_record (priunat_when_mem);
2085 static unw_rec_list *
2086 output_priunat_gr (gr)
2089 unw_rec_list *ptr = alloc_record (priunat_gr);
2090 ptr->r.record.p.gr = gr;
2094 static unw_rec_list *
2095 output_priunat_psprel (offset)
2096 unsigned int offset;
2098 unw_rec_list *ptr = alloc_record (priunat_psprel);
2099 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
2103 static unw_rec_list *
2104 output_priunat_sprel (offset)
2105 unsigned int offset;
2107 unw_rec_list *ptr = alloc_record (priunat_sprel);
2108 ptr->r.record.p.spoff = offset / 4;
2112 static unw_rec_list *
2115 unw_rec_list *ptr = alloc_record (bsp_when);
2119 static unw_rec_list *
2123 unw_rec_list *ptr = alloc_record (bsp_gr);
2124 ptr->r.record.p.gr = gr;
2128 static unw_rec_list *
2129 output_bsp_psprel (offset)
2130 unsigned int offset;
2132 unw_rec_list *ptr = alloc_record (bsp_psprel);
2133 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
2137 static unw_rec_list *
2138 output_bsp_sprel (offset)
2139 unsigned int offset;
2141 unw_rec_list *ptr = alloc_record (bsp_sprel);
2142 ptr->r.record.p.spoff = offset / 4;
2146 static unw_rec_list *
2147 output_bspstore_when ()
2149 unw_rec_list *ptr = alloc_record (bspstore_when);
2153 static unw_rec_list *
2154 output_bspstore_gr (gr)
2157 unw_rec_list *ptr = alloc_record (bspstore_gr);
2158 ptr->r.record.p.gr = gr;
2162 static unw_rec_list *
2163 output_bspstore_psprel (offset)
2164 unsigned int offset;
2166 unw_rec_list *ptr = alloc_record (bspstore_psprel);
2167 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
2171 static unw_rec_list *
2172 output_bspstore_sprel (offset)
2173 unsigned int offset;
2175 unw_rec_list *ptr = alloc_record (bspstore_sprel);
2176 ptr->r.record.p.spoff = offset / 4;
2180 static unw_rec_list *
2183 unw_rec_list *ptr = alloc_record (rnat_when);
2187 static unw_rec_list *
2191 unw_rec_list *ptr = alloc_record (rnat_gr);
2192 ptr->r.record.p.gr = gr;
2196 static unw_rec_list *
2197 output_rnat_psprel (offset)
2198 unsigned int offset;
2200 unw_rec_list *ptr = alloc_record (rnat_psprel);
2201 ptr->r.record.p.pspoff = ENCODED_PSP_OFFSET (offset);
2205 static unw_rec_list *
2206 output_rnat_sprel (offset)
2207 unsigned int offset;
2209 unw_rec_list *ptr = alloc_record (rnat_sprel);
2210 ptr->r.record.p.spoff = offset / 4;
2214 static unw_rec_list *
2215 output_unwabi (abi, context)
2217 unsigned long context;
2219 unw_rec_list *ptr = alloc_record (unwabi);
2220 ptr->r.record.p.abi = abi;
2221 ptr->r.record.p.context = context;
2225 static unw_rec_list *
2226 output_epilogue (unsigned long ecount)
2228 unw_rec_list *ptr = alloc_record (epilogue);
2229 ptr->r.record.b.ecount = ecount;
2233 static unw_rec_list *
2234 output_label_state (unsigned long label)
2236 unw_rec_list *ptr = alloc_record (label_state);
2237 ptr->r.record.b.label = label;
2241 static unw_rec_list *
2242 output_copy_state (unsigned long label)
2244 unw_rec_list *ptr = alloc_record (copy_state);
2245 ptr->r.record.b.label = label;
2249 static unw_rec_list *
2250 output_spill_psprel (ab, reg, offset)
2253 unsigned int offset;
2255 unw_rec_list *ptr = alloc_record (spill_psprel);
2256 ptr->r.record.x.ab = ab;
2257 ptr->r.record.x.reg = reg;
2258 ptr->r.record.x.pspoff = ENCODED_PSP_OFFSET (offset);
2262 static unw_rec_list *
2263 output_spill_sprel (ab, reg, offset)
2266 unsigned int offset;
2268 unw_rec_list *ptr = alloc_record (spill_sprel);
2269 ptr->r.record.x.ab = ab;
2270 ptr->r.record.x.reg = reg;
2271 ptr->r.record.x.spoff = offset / 4;
2275 static unw_rec_list *
2276 output_spill_psprel_p (ab, reg, offset, predicate)
2279 unsigned int offset;
2280 unsigned int predicate;
2282 unw_rec_list *ptr = alloc_record (spill_psprel_p);
2283 ptr->r.record.x.ab = ab;
2284 ptr->r.record.x.reg = reg;
2285 ptr->r.record.x.pspoff = ENCODED_PSP_OFFSET (offset);
2286 ptr->r.record.x.qp = predicate;
2290 static unw_rec_list *
2291 output_spill_sprel_p (ab, reg, offset, predicate)
2294 unsigned int offset;
2295 unsigned int predicate;
2297 unw_rec_list *ptr = alloc_record (spill_sprel_p);
2298 ptr->r.record.x.ab = ab;
2299 ptr->r.record.x.reg = reg;
2300 ptr->r.record.x.spoff = offset / 4;
2301 ptr->r.record.x.qp = predicate;
2305 static unw_rec_list *
2306 output_spill_reg (ab, reg, targ_reg, xy)
2309 unsigned int targ_reg;
2312 unw_rec_list *ptr = alloc_record (spill_reg);
2313 ptr->r.record.x.ab = ab;
2314 ptr->r.record.x.reg = reg;
2315 ptr->r.record.x.treg = targ_reg;
2316 ptr->r.record.x.xy = xy;
2320 static unw_rec_list *
2321 output_spill_reg_p (ab, reg, targ_reg, xy, predicate)
2324 unsigned int targ_reg;
2326 unsigned int predicate;
2328 unw_rec_list *ptr = alloc_record (spill_reg_p);
2329 ptr->r.record.x.ab = ab;
2330 ptr->r.record.x.reg = reg;
2331 ptr->r.record.x.treg = targ_reg;
2332 ptr->r.record.x.xy = xy;
2333 ptr->r.record.x.qp = predicate;
2337 /* Given a unw_rec_list process the correct format with the
2338 specified function. */
2341 process_one_record (ptr, f)
2345 unsigned long fr_mask, gr_mask;
2347 switch (ptr->r.type)
2349 /* This is a dummy record that takes up no space in the output. */
2357 /* These are taken care of by prologue/prologue_gr. */
2362 if (ptr->r.type == prologue_gr)
2363 output_R2_format (f, ptr->r.record.r.grmask,
2364 ptr->r.record.r.grsave, ptr->r.record.r.rlen);
2366 output_R1_format (f, ptr->r.type, ptr->r.record.r.rlen);
2368 /* Output descriptor(s) for union of register spills (if any). */
2369 gr_mask = ptr->r.record.r.mask.gr_mem;
2370 fr_mask = ptr->r.record.r.mask.fr_mem;
2373 if ((fr_mask & ~0xfUL) == 0)
2374 output_P6_format (f, fr_mem, fr_mask);
2377 output_P5_format (f, gr_mask, fr_mask);
2382 output_P6_format (f, gr_mem, gr_mask);
2383 if (ptr->r.record.r.mask.br_mem)
2384 output_P1_format (f, ptr->r.record.r.mask.br_mem);
2386 /* output imask descriptor if necessary: */
2387 if (ptr->r.record.r.mask.i)
2388 output_P4_format (f, ptr->r.record.r.mask.i,
2389 ptr->r.record.r.imask_size);
2393 output_R1_format (f, ptr->r.type, ptr->r.record.r.rlen);
2397 output_P7_format (f, ptr->r.type, ptr->r.record.p.t,
2398 ptr->r.record.p.size);
2411 output_P3_format (f, ptr->r.type, ptr->r.record.p.gr);
2414 output_P3_format (f, rp_br, ptr->r.record.p.br);
2417 output_P7_format (f, psp_sprel, ptr->r.record.p.spoff, 0);
2425 output_P7_format (f, ptr->r.type, ptr->r.record.p.t, 0);
2434 output_P7_format (f, ptr->r.type, ptr->r.record.p.pspoff, 0);
2444 case bspstore_sprel:
2446 output_P8_format (f, ptr->r.type, ptr->r.record.p.spoff);
2449 output_P9_format (f, ptr->r.record.p.grmask, ptr->r.record.p.gr);
2452 output_P2_format (f, ptr->r.record.p.brmask, ptr->r.record.p.gr);
2455 as_bad ("spill_mask record unimplemented.");
2457 case priunat_when_gr:
2458 case priunat_when_mem:
2462 output_P8_format (f, ptr->r.type, ptr->r.record.p.t);
2464 case priunat_psprel:
2466 case bspstore_psprel:
2468 output_P8_format (f, ptr->r.type, ptr->r.record.p.pspoff);
2471 output_P10_format (f, ptr->r.record.p.abi, ptr->r.record.p.context);
2474 output_B3_format (f, ptr->r.record.b.ecount, ptr->r.record.b.t);
2478 output_B4_format (f, ptr->r.type, ptr->r.record.b.label);
2481 output_X1_format (f, ptr->r.type, ptr->r.record.x.ab,
2482 ptr->r.record.x.reg, ptr->r.record.x.t,
2483 ptr->r.record.x.pspoff);
2486 output_X1_format (f, ptr->r.type, ptr->r.record.x.ab,
2487 ptr->r.record.x.reg, ptr->r.record.x.t,
2488 ptr->r.record.x.spoff);
2491 output_X2_format (f, ptr->r.record.x.ab, ptr->r.record.x.reg,
2492 ptr->r.record.x.xy >> 1, ptr->r.record.x.xy,
2493 ptr->r.record.x.treg, ptr->r.record.x.t);
2495 case spill_psprel_p:
2496 output_X3_format (f, ptr->r.type, ptr->r.record.x.qp,
2497 ptr->r.record.x.ab, ptr->r.record.x.reg,
2498 ptr->r.record.x.t, ptr->r.record.x.pspoff);
2501 output_X3_format (f, ptr->r.type, ptr->r.record.x.qp,
2502 ptr->r.record.x.ab, ptr->r.record.x.reg,
2503 ptr->r.record.x.t, ptr->r.record.x.spoff);
2506 output_X4_format (f, ptr->r.record.x.qp, ptr->r.record.x.ab,
2507 ptr->r.record.x.reg, ptr->r.record.x.xy >> 1,
2508 ptr->r.record.x.xy, ptr->r.record.x.treg,
2512 as_bad ("record_type_not_valid");
2517 /* Given a unw_rec_list list, process all the records with
2518 the specified function. */
2520 process_unw_records (list, f)
2525 for (ptr = list; ptr; ptr = ptr->next)
2526 process_one_record (ptr, f);
2529 /* Determine the size of a record list in bytes. */
2531 calc_record_size (list)
2535 process_unw_records (list, count_output);
2539 /* Update IMASK bitmask to reflect the fact that one or more registers
2540 of type TYPE are saved starting at instruction with index T. If N
2541 bits are set in REGMASK, it is assumed that instructions T through
2542 T+N-1 save these registers.
2546 1: instruction saves next fp reg
2547 2: instruction saves next general reg
2548 3: instruction saves next branch reg */
2550 set_imask (region, regmask, t, type)
2551 unw_rec_list *region;
2552 unsigned long regmask;
2556 unsigned char *imask;
2557 unsigned long imask_size;
2561 imask = region->r.record.r.mask.i;
2562 imask_size = region->r.record.r.imask_size;
2565 imask_size = (region->r.record.r.rlen * 2 + 7) / 8 + 1;
2566 imask = xmalloc (imask_size);
2567 memset (imask, 0, imask_size);
2569 region->r.record.r.imask_size = imask_size;
2570 region->r.record.r.mask.i = imask;
2574 pos = 2 * (3 - t % 4);
2577 if (i >= imask_size)
2579 as_bad ("Ignoring attempt to spill beyond end of region");
2583 imask[i] |= (type & 0x3) << pos;
2585 regmask &= (regmask - 1);
2595 /* Return the number of instruction slots from FIRST_ADDR to SLOT_ADDR.
2596 SLOT_FRAG is the frag containing SLOT_ADDR, and FIRST_FRAG is the frag
2597 containing FIRST_ADDR. If BEFORE_RELAX, then we use worst-case estimates
2601 slot_index (slot_addr, slot_frag, first_addr, first_frag, before_relax)
2602 unsigned long slot_addr;
2604 unsigned long first_addr;
2608 unsigned long index = 0;
2610 /* First time we are called, the initial address and frag are invalid. */
2611 if (first_addr == 0)
2614 /* If the two addresses are in different frags, then we need to add in
2615 the remaining size of this frag, and then the entire size of intermediate
2617 while (slot_frag != first_frag)
2619 unsigned long start_addr = (unsigned long) &first_frag->fr_literal;
2623 /* We can get the final addresses only during and after
2625 if (first_frag->fr_next && first_frag->fr_next->fr_address)
2626 index += 3 * ((first_frag->fr_next->fr_address
2627 - first_frag->fr_address
2628 - first_frag->fr_fix) >> 4);
2631 /* We don't know what the final addresses will be. We try our
2632 best to estimate. */
2633 switch (first_frag->fr_type)
2639 as_fatal ("only constant space allocation is supported");
2645 /* Take alignment into account. Assume the worst case
2646 before relaxation. */
2647 index += 3 * ((1 << first_frag->fr_offset) >> 4);
2651 if (first_frag->fr_symbol)
2653 as_fatal ("only constant offsets are supported");
2657 index += 3 * (first_frag->fr_offset >> 4);
2661 /* Add in the full size of the frag converted to instruction slots. */
2662 index += 3 * (first_frag->fr_fix >> 4);
2663 /* Subtract away the initial part before first_addr. */
2664 index -= (3 * ((first_addr >> 4) - (start_addr >> 4))
2665 + ((first_addr & 0x3) - (start_addr & 0x3)));
2667 /* Move to the beginning of the next frag. */
2668 first_frag = first_frag->fr_next;
2669 first_addr = (unsigned long) &first_frag->fr_literal;
2672 /* Add in the used part of the last frag. */
2673 index += (3 * ((slot_addr >> 4) - (first_addr >> 4))
2674 + ((slot_addr & 0x3) - (first_addr & 0x3)));
2678 /* Optimize unwind record directives. */
2680 static unw_rec_list *
2681 optimize_unw_records (list)
2687 /* If the only unwind record is ".prologue" or ".prologue" followed
2688 by ".body", then we can optimize the unwind directives away. */
2689 if (list->r.type == prologue
2690 && (list->next->r.type == endp
2691 || (list->next->r.type == body && list->next->next->r.type == endp)))
2697 /* Given a complete record list, process any records which have
2698 unresolved fields, (ie length counts for a prologue). After
2699 this has been run, all necessary information should be available
2700 within each record to generate an image. */
2703 fixup_unw_records (list, before_relax)
2707 unw_rec_list *ptr, *region = 0;
2708 unsigned long first_addr = 0, rlen = 0, t;
2709 fragS *first_frag = 0;
2711 for (ptr = list; ptr; ptr = ptr->next)
2713 if (ptr->slot_number == SLOT_NUM_NOT_SET)
2714 as_bad (" Insn slot not set in unwind record.");
2715 t = slot_index (ptr->slot_number, ptr->slot_frag,
2716 first_addr, first_frag, before_relax);
2717 switch (ptr->r.type)
2725 unsigned long last_addr = 0;
2726 fragS *last_frag = NULL;
2728 first_addr = ptr->slot_number;
2729 first_frag = ptr->slot_frag;
2730 /* Find either the next body/prologue start, or the end of
2731 the function, and determine the size of the region. */
2732 for (last = ptr->next; last != NULL; last = last->next)
2733 if (last->r.type == prologue || last->r.type == prologue_gr
2734 || last->r.type == body || last->r.type == endp)
2736 last_addr = last->slot_number;
2737 last_frag = last->slot_frag;
2740 size = slot_index (last_addr, last_frag, first_addr, first_frag,
2742 rlen = ptr->r.record.r.rlen = size;
2743 if (ptr->r.type == body)
2744 /* End of region. */
2752 ptr->r.record.b.t = rlen - 1 - t;
2754 /* This happens when a memory-stack-less procedure uses a
2755 ".restore sp" directive at the end of a region to pop
2757 ptr->r.record.b.t = 0;
2768 case priunat_when_gr:
2769 case priunat_when_mem:
2773 ptr->r.record.p.t = t;
2781 case spill_psprel_p:
2782 ptr->r.record.x.t = t;
2788 as_bad ("frgr_mem record before region record!\n");
2791 region->r.record.r.mask.fr_mem |= ptr->r.record.p.frmask;
2792 region->r.record.r.mask.gr_mem |= ptr->r.record.p.grmask;
2793 set_imask (region, ptr->r.record.p.frmask, t, 1);
2794 set_imask (region, ptr->r.record.p.grmask, t, 2);
2799 as_bad ("fr_mem record before region record!\n");
2802 region->r.record.r.mask.fr_mem |= ptr->r.record.p.rmask;
2803 set_imask (region, ptr->r.record.p.rmask, t, 1);
2808 as_bad ("gr_mem record before region record!\n");
2811 region->r.record.r.mask.gr_mem |= ptr->r.record.p.rmask;
2812 set_imask (region, ptr->r.record.p.rmask, t, 2);
2817 as_bad ("br_mem record before region record!\n");
2820 region->r.record.r.mask.br_mem |= ptr->r.record.p.brmask;
2821 set_imask (region, ptr->r.record.p.brmask, t, 3);
2827 as_bad ("gr_gr record before region record!\n");
2830 set_imask (region, ptr->r.record.p.grmask, t, 2);
2835 as_bad ("br_gr record before region record!\n");
2838 set_imask (region, ptr->r.record.p.brmask, t, 3);
2847 /* Estimate the size of a frag before relaxing. We only have one type of frag
2848 to handle here, which is the unwind info frag. */
2851 ia64_estimate_size_before_relax (fragS *frag,
2852 asection *segtype ATTRIBUTE_UNUSED)
2857 /* ??? This code is identical to the first part of ia64_convert_frag. */
2858 list = (unw_rec_list *) frag->fr_opcode;
2859 fixup_unw_records (list, 0);
2861 len = calc_record_size (list);
2862 /* pad to pointer-size boundary. */
2863 pad = len % md.pointer_size;
2865 len += md.pointer_size - pad;
2866 /* Add 8 for the header. */
2868 /* Add a pointer for the personality offset. */
2869 if (frag->fr_offset)
2870 size += md.pointer_size;
2872 /* fr_var carries the max_chars that we created the fragment with.
2873 We must, of course, have allocated enough memory earlier. */
2874 assert (frag->fr_var >= size);
2876 return frag->fr_fix + size;
2879 /* This function converts a rs_machine_dependent variant frag into a
2880 normal fill frag with the unwind image from the the record list. */
2882 ia64_convert_frag (fragS *frag)
2888 /* ??? This code is identical to ia64_estimate_size_before_relax. */
2889 list = (unw_rec_list *) frag->fr_opcode;
2890 fixup_unw_records (list, 0);
2892 len = calc_record_size (list);
2893 /* pad to pointer-size boundary. */
2894 pad = len % md.pointer_size;
2896 len += md.pointer_size - pad;
2897 /* Add 8 for the header. */
2899 /* Add a pointer for the personality offset. */
2900 if (frag->fr_offset)
2901 size += md.pointer_size;
2903 /* fr_var carries the max_chars that we created the fragment with.
2904 We must, of course, have allocated enough memory earlier. */
2905 assert (frag->fr_var >= size);
2907 /* Initialize the header area. fr_offset is initialized with
2908 unwind.personality_routine. */
2909 if (frag->fr_offset)
2911 if (md.flags & EF_IA_64_ABI64)
2912 flag_value = (bfd_vma) 3 << 32;
2914 /* 32-bit unwind info block. */
2915 flag_value = (bfd_vma) 0x1003 << 32;
2920 md_number_to_chars (frag->fr_literal,
2921 (((bfd_vma) 1 << 48) /* Version. */
2922 | flag_value /* U & E handler flags. */
2923 | (len / md.pointer_size)), /* Length. */
2926 /* Skip the header. */
2927 vbyte_mem_ptr = frag->fr_literal + 8;
2928 process_unw_records (list, output_vbyte_mem);
2930 /* Fill the padding bytes with zeros. */
2932 md_number_to_chars (frag->fr_literal + len + 8 - md.pointer_size + pad, 0,
2933 md.pointer_size - pad);
2935 frag->fr_fix += size;
2936 frag->fr_type = rs_fill;
2938 frag->fr_offset = 0;
2942 convert_expr_to_ab_reg (e, ab, regp)
2949 if (e->X_op != O_register)
2952 reg = e->X_add_number;
2953 if (reg >= (REG_GR + 4) && reg <= (REG_GR + 7))
2956 *regp = reg - REG_GR;
2958 else if ((reg >= (REG_FR + 2) && reg <= (REG_FR + 5))
2959 || (reg >= (REG_FR + 16) && reg <= (REG_FR + 31)))
2962 *regp = reg - REG_FR;
2964 else if (reg >= (REG_BR + 1) && reg <= (REG_BR + 5))
2967 *regp = reg - REG_BR;
2974 case REG_PR: *regp = 0; break;
2975 case REG_PSP: *regp = 1; break;
2976 case REG_PRIUNAT: *regp = 2; break;
2977 case REG_BR + 0: *regp = 3; break;
2978 case REG_AR + AR_BSP: *regp = 4; break;
2979 case REG_AR + AR_BSPSTORE: *regp = 5; break;
2980 case REG_AR + AR_RNAT: *regp = 6; break;
2981 case REG_AR + AR_UNAT: *regp = 7; break;
2982 case REG_AR + AR_FPSR: *regp = 8; break;
2983 case REG_AR + AR_PFS: *regp = 9; break;
2984 case REG_AR + AR_LC: *regp = 10; break;
2994 convert_expr_to_xy_reg (e, xy, regp)
3001 if (e->X_op != O_register)
3004 reg = e->X_add_number;
3006 if (/* reg >= REG_GR && */ reg <= (REG_GR + 127))
3009 *regp = reg - REG_GR;
3011 else if (reg >= REG_FR && reg <= (REG_FR + 127))
3014 *regp = reg - REG_FR;
3016 else if (reg >= REG_BR && reg <= (REG_BR + 7))
3019 *regp = reg - REG_BR;
3029 /* The current frag is an alignment frag. */
3030 align_frag = frag_now;
3031 s_align_bytes (arg);
3036 int dummy ATTRIBUTE_UNUSED;
3041 radix = *input_line_pointer++;
3043 if (radix != 'C' && !is_end_of_line[(unsigned char) radix])
3045 as_bad ("Radix `%c' unsupported", *input_line_pointer);
3046 ignore_rest_of_line ();
3051 /* Helper function for .loc directives. If the assembler is not generating
3052 line number info, then we need to remember which instructions have a .loc
3053 directive, and only call dwarf2_gen_line_info for those instructions. */
3058 CURR_SLOT.loc_directive_seen = 1;
3059 dwarf2_directive_loc (x);
3062 /* .sbss, .bss etc. are macros that expand into ".section SECNAME". */
3064 dot_special_section (which)
3067 set_section ((char *) special_section_name[which]);
3071 add_unwind_entry (ptr)
3075 unwind.tail->next = ptr;
3080 /* The current entry can in fact be a chain of unwind entries. */
3081 if (unwind.current_entry == NULL)
3082 unwind.current_entry = ptr;
3087 int dummy ATTRIBUTE_UNUSED;
3093 if (e.X_op != O_constant)
3094 as_bad ("Operand to .fframe must be a constant");
3096 add_unwind_entry (output_mem_stack_f (e.X_add_number));
3101 int dummy ATTRIBUTE_UNUSED;
3107 reg = e.X_add_number - REG_GR;
3108 if (e.X_op == O_register && reg < 128)
3110 add_unwind_entry (output_mem_stack_v ());
3111 if (! (unwind.prologue_mask & 2))
3112 add_unwind_entry (output_psp_gr (reg));
3115 as_bad ("First operand to .vframe must be a general register");
3119 dot_vframesp (dummy)
3120 int dummy ATTRIBUTE_UNUSED;
3125 if (e.X_op == O_constant)
3127 add_unwind_entry (output_mem_stack_v ());
3128 add_unwind_entry (output_psp_sprel (e.X_add_number));
3131 as_bad ("Operand to .vframesp must be a constant (sp-relative offset)");
3135 dot_vframepsp (dummy)
3136 int dummy ATTRIBUTE_UNUSED;
3141 if (e.X_op == O_constant)
3143 add_unwind_entry (output_mem_stack_v ());
3144 add_unwind_entry (output_psp_sprel (e.X_add_number));
3147 as_bad ("Operand to .vframepsp must be a constant (psp-relative offset)");
3152 int dummy ATTRIBUTE_UNUSED;
3158 sep = parse_operand (&e1);
3160 as_bad ("No second operand to .save");
3161 sep = parse_operand (&e2);
3163 reg1 = e1.X_add_number;
3164 reg2 = e2.X_add_number - REG_GR;
3166 /* Make sure its a valid ar.xxx reg, OR its br0, aka 'rp'. */
3167 if (e1.X_op == O_register)
3169 if (e2.X_op == O_register && reg2 >= 0 && reg2 < 128)
3173 case REG_AR + AR_BSP:
3174 add_unwind_entry (output_bsp_when ());
3175 add_unwind_entry (output_bsp_gr (reg2));
3177 case REG_AR + AR_BSPSTORE:
3178 add_unwind_entry (output_bspstore_when ());
3179 add_unwind_entry (output_bspstore_gr (reg2));
3181 case REG_AR + AR_RNAT:
3182 add_unwind_entry (output_rnat_when ());
3183 add_unwind_entry (output_rnat_gr (reg2));
3185 case REG_AR + AR_UNAT:
3186 add_unwind_entry (output_unat_when ());
3187 add_unwind_entry (output_unat_gr (reg2));
3189 case REG_AR + AR_FPSR:
3190 add_unwind_entry (output_fpsr_when ());
3191 add_unwind_entry (output_fpsr_gr (reg2));
3193 case REG_AR + AR_PFS:
3194 add_unwind_entry (output_pfs_when ());
3195 if (! (unwind.prologue_mask & 4))
3196 add_unwind_entry (output_pfs_gr (reg2));
3198 case REG_AR + AR_LC:
3199 add_unwind_entry (output_lc_when ());
3200 add_unwind_entry (output_lc_gr (reg2));
3203 add_unwind_entry (output_rp_when ());
3204 if (! (unwind.prologue_mask & 8))
3205 add_unwind_entry (output_rp_gr (reg2));
3208 add_unwind_entry (output_preds_when ());
3209 if (! (unwind.prologue_mask & 1))
3210 add_unwind_entry (output_preds_gr (reg2));
3213 add_unwind_entry (output_priunat_when_gr ());
3214 add_unwind_entry (output_priunat_gr (reg2));
3217 as_bad ("First operand not a valid register");
3221 as_bad (" Second operand not a valid register");
3224 as_bad ("First operand not a register");
3229 int dummy ATTRIBUTE_UNUSED;
3232 unsigned long ecount; /* # of _additional_ regions to pop */
3235 sep = parse_operand (&e1);
3236 if (e1.X_op != O_register || e1.X_add_number != REG_GR + 12)
3238 as_bad ("First operand to .restore must be stack pointer (sp)");
3244 parse_operand (&e2);
3245 if (e2.X_op != O_constant || e2.X_add_number < 0)
3247 as_bad ("Second operand to .restore must be a constant >= 0");
3250 ecount = e2.X_add_number;
3253 ecount = unwind.prologue_count - 1;
3255 if (ecount >= unwind.prologue_count)
3257 as_bad ("Epilogue count of %lu exceeds number of nested prologues (%u)",
3258 ecount + 1, unwind.prologue_count);
3262 add_unwind_entry (output_epilogue (ecount));
3264 if (ecount < unwind.prologue_count)
3265 unwind.prologue_count -= ecount + 1;
3267 unwind.prologue_count = 0;
3271 dot_restorereg (dummy)
3272 int dummy ATTRIBUTE_UNUSED;
3274 unsigned int ab, reg;
3279 if (!convert_expr_to_ab_reg (&e, &ab, ®))
3281 as_bad ("First operand to .restorereg must be a preserved register");
3284 add_unwind_entry (output_spill_reg (ab, reg, 0, 0));
3288 dot_restorereg_p (dummy)
3289 int dummy ATTRIBUTE_UNUSED;
3291 unsigned int qp, ab, reg;
3295 sep = parse_operand (&e1);
3298 as_bad ("No second operand to .restorereg.p");
3302 parse_operand (&e2);
3304 qp = e1.X_add_number - REG_P;
3305 if (e1.X_op != O_register || qp > 63)
3307 as_bad ("First operand to .restorereg.p must be a predicate");
3311 if (!convert_expr_to_ab_reg (&e2, &ab, ®))
3313 as_bad ("Second operand to .restorereg.p must be a preserved register");
3316 add_unwind_entry (output_spill_reg_p (ab, reg, 0, 0, qp));
3319 static char *special_linkonce_name[] =
3321 ".gnu.linkonce.ia64unw.", ".gnu.linkonce.ia64unwi."
3325 start_unwind_section (const segT text_seg, int sec_index, int linkonce_empty)
3328 Use a slightly ugly scheme to derive the unwind section names from
3329 the text section name:
3331 text sect. unwind table sect.
3332 name: name: comments:
3333 ---------- ----------------- --------------------------------
3335 .text.foo .IA_64.unwind.text.foo
3336 .foo .IA_64.unwind.foo
3338 .gnu.linkonce.ia64unw.foo
3339 _info .IA_64.unwind_info gas issues error message (ditto)
3340 _infoFOO .IA_64.unwind_infoFOO gas issues error message (ditto)
3342 This mapping is done so that:
3344 (a) An object file with unwind info only in .text will use
3345 unwind section names .IA_64.unwind and .IA_64.unwind_info.
3346 This follows the letter of the ABI and also ensures backwards
3347 compatibility with older toolchains.
3349 (b) An object file with unwind info in multiple text sections
3350 will use separate unwind sections for each text section.
3351 This allows us to properly set the "sh_info" and "sh_link"
3352 fields in SHT_IA_64_UNWIND as required by the ABI and also
3353 lets GNU ld support programs with multiple segments
3354 containing unwind info (as might be the case for certain
3355 embedded applications).
3357 (c) An error is issued if there would be a name clash.
3360 const char *text_name, *sec_text_name;
3362 const char *prefix = special_section_name [sec_index];
3364 size_t prefix_len, suffix_len, sec_name_len;
3366 sec_text_name = segment_name (text_seg);
3367 text_name = sec_text_name;
3368 if (strncmp (text_name, "_info", 5) == 0)
3370 as_bad ("Illegal section name `%s' (causes unwind section name clash)",
3372 ignore_rest_of_line ();
3375 if (strcmp (text_name, ".text") == 0)
3378 /* Build the unwind section name by appending the (possibly stripped)
3379 text section name to the unwind prefix. */
3381 if (strncmp (text_name, ".gnu.linkonce.t.",
3382 sizeof (".gnu.linkonce.t.") - 1) == 0)
3384 prefix = special_linkonce_name [sec_index - SPECIAL_SECTION_UNWIND];
3385 suffix += sizeof (".gnu.linkonce.t.") - 1;
3387 else if (linkonce_empty)
3390 prefix_len = strlen (prefix);
3391 suffix_len = strlen (suffix);
3392 sec_name_len = prefix_len + suffix_len;
3393 sec_name = alloca (sec_name_len + 1);
3394 memcpy (sec_name, prefix, prefix_len);
3395 memcpy (sec_name + prefix_len, suffix, suffix_len);
3396 sec_name [sec_name_len] = '\0';
3398 /* Handle COMDAT group. */
3399 if (suffix == text_name && (text_seg->flags & SEC_LINK_ONCE) != 0)
3402 size_t len, group_name_len;
3403 const char *group_name = elf_group_name (text_seg);
3405 if (group_name == NULL)
3407 as_bad ("Group section `%s' has no group signature",
3409 ignore_rest_of_line ();
3412 /* We have to construct a fake section directive. */
3413 group_name_len = strlen (group_name);
3415 + 16 /* ,"aG",@progbits, */
3416 + group_name_len /* ,group_name */
3419 section = alloca (len + 1);
3420 memcpy (section, sec_name, sec_name_len);
3421 memcpy (section + sec_name_len, ",\"aG\",@progbits,", 16);
3422 memcpy (section + sec_name_len + 16, group_name, group_name_len);
3423 memcpy (section + len - 7, ",comdat", 7);
3424 section [len] = '\0';
3425 set_section (section);
3429 set_section (sec_name);
3430 bfd_set_section_flags (stdoutput, now_seg,
3431 SEC_LOAD | SEC_ALLOC | SEC_READONLY);
3434 elf_linked_to_section (now_seg) = text_seg;
3438 generate_unwind_image (const segT text_seg)
3443 /* Mark the end of the unwind info, so that we can compute the size of the
3444 last unwind region. */
3445 add_unwind_entry (output_endp ());
3447 /* Force out pending instructions, to make sure all unwind records have
3448 a valid slot_number field. */
3449 ia64_flush_insns ();
3451 /* Generate the unwind record. */
3452 list = optimize_unw_records (unwind.list);
3453 fixup_unw_records (list, 1);
3454 size = calc_record_size (list);
3456 if (size > 0 || unwind.force_unwind_entry)
3458 unwind.force_unwind_entry = 0;
3459 /* pad to pointer-size boundary. */
3460 pad = size % md.pointer_size;
3462 size += md.pointer_size - pad;
3463 /* Add 8 for the header. */
3465 /* Add a pointer for the personality offset. */
3466 if (unwind.personality_routine)
3467 size += md.pointer_size;
3470 /* If there are unwind records, switch sections, and output the info. */
3474 bfd_reloc_code_real_type reloc;
3476 start_unwind_section (text_seg, SPECIAL_SECTION_UNWIND_INFO, 0);
3478 /* Make sure the section has 4 byte alignment for ILP32 and
3479 8 byte alignment for LP64. */
3480 frag_align (md.pointer_size_shift, 0, 0);
3481 record_alignment (now_seg, md.pointer_size_shift);
3483 /* Set expression which points to start of unwind descriptor area. */
3484 unwind.info = expr_build_dot ();
3486 frag_var (rs_machine_dependent, size, size, 0, 0,
3487 (offsetT) (long) unwind.personality_routine,
3490 /* Add the personality address to the image. */
3491 if (unwind.personality_routine != 0)
3493 exp.X_op = O_symbol;
3494 exp.X_add_symbol = unwind.personality_routine;
3495 exp.X_add_number = 0;
3497 if (md.flags & EF_IA_64_BE)
3499 if (md.flags & EF_IA_64_ABI64)
3500 reloc = BFD_RELOC_IA64_LTOFF_FPTR64MSB;
3502 reloc = BFD_RELOC_IA64_LTOFF_FPTR32MSB;
3506 if (md.flags & EF_IA_64_ABI64)
3507 reloc = BFD_RELOC_IA64_LTOFF_FPTR64LSB;
3509 reloc = BFD_RELOC_IA64_LTOFF_FPTR32LSB;
3512 fix_new_exp (frag_now, frag_now_fix () - md.pointer_size,
3513 md.pointer_size, &exp, 0, reloc);
3514 unwind.personality_routine = 0;
3518 start_unwind_section (text_seg, SPECIAL_SECTION_UNWIND_INFO, 1);
3520 free_saved_prologue_counts ();
3521 unwind.list = unwind.tail = unwind.current_entry = NULL;
3525 dot_handlerdata (dummy)
3526 int dummy ATTRIBUTE_UNUSED;
3528 unwind.force_unwind_entry = 1;
3530 /* Remember which segment we're in so we can switch back after .endp */
3531 unwind.saved_text_seg = now_seg;
3532 unwind.saved_text_subseg = now_subseg;
3534 /* Generate unwind info into unwind-info section and then leave that
3535 section as the currently active one so dataXX directives go into
3536 the language specific data area of the unwind info block. */
3537 generate_unwind_image (now_seg);
3538 demand_empty_rest_of_line ();
3542 dot_unwentry (dummy)
3543 int dummy ATTRIBUTE_UNUSED;
3545 unwind.force_unwind_entry = 1;
3546 demand_empty_rest_of_line ();
3551 int dummy ATTRIBUTE_UNUSED;
3557 reg = e.X_add_number - REG_BR;
3558 if (e.X_op == O_register && reg < 8)
3559 add_unwind_entry (output_rp_br (reg));
3561 as_bad ("First operand not a valid branch register");
3565 dot_savemem (psprel)
3572 sep = parse_operand (&e1);
3574 as_bad ("No second operand to .save%ssp", psprel ? "p" : "");
3575 sep = parse_operand (&e2);
3577 reg1 = e1.X_add_number;
3578 val = e2.X_add_number;
3580 /* Make sure its a valid ar.xxx reg, OR its br0, aka 'rp'. */
3581 if (e1.X_op == O_register)
3583 if (e2.X_op == O_constant)
3587 case REG_AR + AR_BSP:
3588 add_unwind_entry (output_bsp_when ());
3589 add_unwind_entry ((psprel
3591 : output_bsp_sprel) (val));
3593 case REG_AR + AR_BSPSTORE:
3594 add_unwind_entry (output_bspstore_when ());
3595 add_unwind_entry ((psprel
3596 ? output_bspstore_psprel
3597 : output_bspstore_sprel) (val));
3599 case REG_AR + AR_RNAT:
3600 add_unwind_entry (output_rnat_when ());
3601 add_unwind_entry ((psprel
3602 ? output_rnat_psprel
3603 : output_rnat_sprel) (val));
3605 case REG_AR + AR_UNAT:
3606 add_unwind_entry (output_unat_when ());
3607 add_unwind_entry ((psprel
3608 ? output_unat_psprel
3609 : output_unat_sprel) (val));
3611 case REG_AR + AR_FPSR:
3612 add_unwind_entry (output_fpsr_when ());
3613 add_unwind_entry ((psprel
3614 ? output_fpsr_psprel
3615 : output_fpsr_sprel) (val));
3617 case REG_AR + AR_PFS:
3618 add_unwind_entry (output_pfs_when ());
3619 add_unwind_entry ((psprel
3621 : output_pfs_sprel) (val));
3623 case REG_AR + AR_LC:
3624 add_unwind_entry (output_lc_when ());
3625 add_unwind_entry ((psprel
3627 : output_lc_sprel) (val));
3630 add_unwind_entry (output_rp_when ());
3631 add_unwind_entry ((psprel
3633 : output_rp_sprel) (val));
3636 add_unwind_entry (output_preds_when ());
3637 add_unwind_entry ((psprel
3638 ? output_preds_psprel
3639 : output_preds_sprel) (val));
3642 add_unwind_entry (output_priunat_when_mem ());
3643 add_unwind_entry ((psprel
3644 ? output_priunat_psprel
3645 : output_priunat_sprel) (val));
3648 as_bad ("First operand not a valid register");
3652 as_bad (" Second operand not a valid constant");
3655 as_bad ("First operand not a register");
3660 int dummy ATTRIBUTE_UNUSED;
3664 sep = parse_operand (&e1);
3666 parse_operand (&e2);
3668 if (e1.X_op != O_constant)
3669 as_bad ("First operand to .save.g must be a constant.");
3672 int grmask = e1.X_add_number;
3674 add_unwind_entry (output_gr_mem (grmask));
3677 int reg = e2.X_add_number - REG_GR;
3678 if (e2.X_op == O_register && reg >= 0 && reg < 128)
3679 add_unwind_entry (output_gr_gr (grmask, reg));
3681 as_bad ("Second operand is an invalid register.");
3688 int dummy ATTRIBUTE_UNUSED;
3692 sep = parse_operand (&e1);
3694 if (e1.X_op != O_constant)
3695 as_bad ("Operand to .save.f must be a constant.");
3697 add_unwind_entry (output_fr_mem (e1.X_add_number));
3702 int dummy ATTRIBUTE_UNUSED;
3709 sep = parse_operand (&e1);
3710 if (e1.X_op != O_constant)
3712 as_bad ("First operand to .save.b must be a constant.");
3715 brmask = e1.X_add_number;
3719 sep = parse_operand (&e2);
3720 reg = e2.X_add_number - REG_GR;
3721 if (e2.X_op != O_register || reg > 127)
3723 as_bad ("Second operand to .save.b must be a general register.");
3726 add_unwind_entry (output_br_gr (brmask, e2.X_add_number));
3729 add_unwind_entry (output_br_mem (brmask));
3731 if (!is_end_of_line[sep] && !is_it_end_of_statement ())
3732 demand_empty_rest_of_line ();
3737 int dummy ATTRIBUTE_UNUSED;
3741 sep = parse_operand (&e1);
3743 parse_operand (&e2);
3745 if (e1.X_op != O_constant || sep != ',' || e2.X_op != O_constant)
3746 as_bad ("Both operands of .save.gf must be constants.");
3749 int grmask = e1.X_add_number;
3750 int frmask = e2.X_add_number;
3751 add_unwind_entry (output_frgr_mem (grmask, frmask));
3757 int dummy ATTRIBUTE_UNUSED;
3762 sep = parse_operand (&e);
3763 if (!is_end_of_line[sep] && !is_it_end_of_statement ())
3764 demand_empty_rest_of_line ();
3766 if (e.X_op != O_constant)
3767 as_bad ("Operand to .spill must be a constant");
3769 add_unwind_entry (output_spill_base (e.X_add_number));
3773 dot_spillreg (dummy)
3774 int dummy ATTRIBUTE_UNUSED;
3776 int sep, ab, xy, reg, treg;
3779 sep = parse_operand (&e1);
3782 as_bad ("No second operand to .spillreg");
3786 parse_operand (&e2);
3788 if (!convert_expr_to_ab_reg (&e1, &ab, ®))
3790 as_bad ("First operand to .spillreg must be a preserved register");
3794 if (!convert_expr_to_xy_reg (&e2, &xy, &treg))
3796 as_bad ("Second operand to .spillreg must be a register");
3800 add_unwind_entry (output_spill_reg (ab, reg, treg, xy));
3804 dot_spillmem (psprel)
3810 sep = parse_operand (&e1);
3813 as_bad ("Second operand missing");
3817 parse_operand (&e2);
3819 if (!convert_expr_to_ab_reg (&e1, &ab, ®))
3821 as_bad ("First operand to .spill%s must be a preserved register",
3822 psprel ? "psp" : "sp");
3826 if (e2.X_op != O_constant)
3828 as_bad ("Second operand to .spill%s must be a constant",
3829 psprel ? "psp" : "sp");
3834 add_unwind_entry (output_spill_psprel (ab, reg, e2.X_add_number));
3836 add_unwind_entry (output_spill_sprel (ab, reg, e2.X_add_number));
3840 dot_spillreg_p (dummy)
3841 int dummy ATTRIBUTE_UNUSED;
3843 int sep, ab, xy, reg, treg;
3844 expressionS e1, e2, e3;
3847 sep = parse_operand (&e1);
3850 as_bad ("No second and third operand to .spillreg.p");
3854 sep = parse_operand (&e2);
3857 as_bad ("No third operand to .spillreg.p");
3861 parse_operand (&e3);
3863 qp = e1.X_add_number - REG_P;
3865 if (e1.X_op != O_register || qp > 63)
3867 as_bad ("First operand to .spillreg.p must be a predicate");
3871 if (!convert_expr_to_ab_reg (&e2, &ab, ®))
3873 as_bad ("Second operand to .spillreg.p must be a preserved register");
3877 if (!convert_expr_to_xy_reg (&e3, &xy, &treg))
3879 as_bad ("Third operand to .spillreg.p must be a register");
3883 add_unwind_entry (output_spill_reg_p (ab, reg, treg, xy, qp));
3887 dot_spillmem_p (psprel)
3890 expressionS e1, e2, e3;
3894 sep = parse_operand (&e1);
3897 as_bad ("Second operand missing");
3901 parse_operand (&e2);
3904 as_bad ("Second operand missing");
3908 parse_operand (&e3);
3910 qp = e1.X_add_number - REG_P;
3911 if (e1.X_op != O_register || qp > 63)
3913 as_bad ("First operand to .spill%s_p must be a predicate",
3914 psprel ? "psp" : "sp");
3918 if (!convert_expr_to_ab_reg (&e2, &ab, ®))
3920 as_bad ("Second operand to .spill%s_p must be a preserved register",
3921 psprel ? "psp" : "sp");
3925 if (e3.X_op != O_constant)
3927 as_bad ("Third operand to .spill%s_p must be a constant",
3928 psprel ? "psp" : "sp");
3933 add_unwind_entry (output_spill_psprel_p (ab, reg, e3.X_add_number, qp));
3935 add_unwind_entry (output_spill_sprel_p (ab, reg, e3.X_add_number, qp));
3939 get_saved_prologue_count (lbl)
3942 label_prologue_count *lpc = unwind.saved_prologue_counts;
3944 while (lpc != NULL && lpc->label_number != lbl)
3948 return lpc->prologue_count;
3950 as_bad ("Missing .label_state %ld", lbl);
3955 save_prologue_count (lbl, count)
3959 label_prologue_count *lpc = unwind.saved_prologue_counts;
3961 while (lpc != NULL && lpc->label_number != lbl)
3965 lpc->prologue_count = count;
3968 label_prologue_count *new_lpc = xmalloc (sizeof (* new_lpc));
3970 new_lpc->next = unwind.saved_prologue_counts;
3971 new_lpc->label_number = lbl;
3972 new_lpc->prologue_count = count;
3973 unwind.saved_prologue_counts = new_lpc;
3978 free_saved_prologue_counts ()
3980 label_prologue_count *lpc = unwind.saved_prologue_counts;
3981 label_prologue_count *next;
3990 unwind.saved_prologue_counts = NULL;
3994 dot_label_state (dummy)
3995 int dummy ATTRIBUTE_UNUSED;
4000 if (e.X_op != O_constant)
4002 as_bad ("Operand to .label_state must be a constant");
4005 add_unwind_entry (output_label_state (e.X_add_number));
4006 save_prologue_count (e.X_add_number, unwind.prologue_count);
4010 dot_copy_state (dummy)
4011 int dummy ATTRIBUTE_UNUSED;
4016 if (e.X_op != O_constant)
4018 as_bad ("Operand to .copy_state must be a constant");
4021 add_unwind_entry (output_copy_state (e.X_add_number));
4022 unwind.prologue_count = get_saved_prologue_count (e.X_add_number);
4027 int dummy ATTRIBUTE_UNUSED;
4032 sep = parse_operand (&e1);
4035 as_bad ("Second operand to .unwabi missing");
4038 sep = parse_operand (&e2);
4039 if (!is_end_of_line[sep] && !is_it_end_of_statement ())
4040 demand_empty_rest_of_line ();
4042 if (e1.X_op != O_constant)
4044 as_bad ("First operand to .unwabi must be a constant");
4048 if (e2.X_op != O_constant)
4050 as_bad ("Second operand to .unwabi must be a constant");
4054 add_unwind_entry (output_unwabi (e1.X_add_number, e2.X_add_number));
4058 dot_personality (dummy)
4059 int dummy ATTRIBUTE_UNUSED;
4063 name = input_line_pointer;
4064 c = get_symbol_end ();
4065 p = input_line_pointer;
4066 unwind.personality_routine = symbol_find_or_make (name);
4067 unwind.force_unwind_entry = 1;
4070 demand_empty_rest_of_line ();
4075 int dummy ATTRIBUTE_UNUSED;
4080 unwind.proc_start = expr_build_dot ();
4081 /* Parse names of main and alternate entry points and mark them as
4082 function symbols: */
4086 name = input_line_pointer;
4087 c = get_symbol_end ();
4088 p = input_line_pointer;
4089 sym = symbol_find_or_make (name);
4090 if (unwind.proc_start == 0)
4092 unwind.proc_start = sym;
4094 symbol_get_bfdsym (sym)->flags |= BSF_FUNCTION;
4097 if (*input_line_pointer != ',')
4099 ++input_line_pointer;
4101 demand_empty_rest_of_line ();
4104 unwind.prologue_count = 0;
4105 unwind.list = unwind.tail = unwind.current_entry = NULL;
4106 unwind.personality_routine = 0;
4111 int dummy ATTRIBUTE_UNUSED;
4113 unwind.prologue = 0;
4114 unwind.prologue_mask = 0;
4116 add_unwind_entry (output_body ());
4117 demand_empty_rest_of_line ();
4121 dot_prologue (dummy)
4122 int dummy ATTRIBUTE_UNUSED;
4125 int mask = 0, grsave = 0;
4127 if (!is_it_end_of_statement ())
4130 sep = parse_operand (&e1);
4132 as_bad ("No second operand to .prologue");
4133 sep = parse_operand (&e2);
4134 if (!is_end_of_line[sep] && !is_it_end_of_statement ())
4135 demand_empty_rest_of_line ();
4137 if (e1.X_op == O_constant)
4139 mask = e1.X_add_number;
4141 if (e2.X_op == O_constant)
4142 grsave = e2.X_add_number;
4143 else if (e2.X_op == O_register
4144 && (grsave = e2.X_add_number - REG_GR) < 128)
4147 as_bad ("Second operand not a constant or general register");
4149 add_unwind_entry (output_prologue_gr (mask, grsave));
4152 as_bad ("First operand not a constant");
4155 add_unwind_entry (output_prologue ());
4157 unwind.prologue = 1;
4158 unwind.prologue_mask = mask;
4159 ++unwind.prologue_count;
4164 int dummy ATTRIBUTE_UNUSED;
4168 int bytes_per_address;
4171 subsegT saved_subseg;
4175 if (unwind.saved_text_seg)
4177 saved_seg = unwind.saved_text_seg;
4178 saved_subseg = unwind.saved_text_subseg;
4179 unwind.saved_text_seg = NULL;
4183 saved_seg = now_seg;
4184 saved_subseg = now_subseg;
4187 insn_group_break (1, 0, 0);
4189 /* If there wasn't a .handlerdata, we haven't generated an image yet. */
4191 generate_unwind_image (saved_seg);
4193 if (unwind.info || unwind.force_unwind_entry)
4195 subseg_set (md.last_text_seg, 0);
4196 unwind.proc_end = expr_build_dot ();
4198 start_unwind_section (saved_seg, SPECIAL_SECTION_UNWIND, 0);
4200 /* Make sure that section has 4 byte alignment for ILP32 and
4201 8 byte alignment for LP64. */
4202 record_alignment (now_seg, md.pointer_size_shift);
4204 /* Need space for 3 pointers for procedure start, procedure end,
4206 ptr = frag_more (3 * md.pointer_size);
4207 where = frag_now_fix () - (3 * md.pointer_size);
4208 bytes_per_address = bfd_arch_bits_per_address (stdoutput) / 8;
4210 /* Issue the values of a) Proc Begin, b) Proc End, c) Unwind Record. */
4211 e.X_op = O_pseudo_fixup;
4212 e.X_op_symbol = pseudo_func[FUNC_SEG_RELATIVE].u.sym;
4214 e.X_add_symbol = unwind.proc_start;
4215 ia64_cons_fix_new (frag_now, where, bytes_per_address, &e);
4217 e.X_op = O_pseudo_fixup;
4218 e.X_op_symbol = pseudo_func[FUNC_SEG_RELATIVE].u.sym;
4220 e.X_add_symbol = unwind.proc_end;
4221 ia64_cons_fix_new (frag_now, where + bytes_per_address,
4222 bytes_per_address, &e);
4226 e.X_op = O_pseudo_fixup;
4227 e.X_op_symbol = pseudo_func[FUNC_SEG_RELATIVE].u.sym;
4229 e.X_add_symbol = unwind.info;
4230 ia64_cons_fix_new (frag_now, where + (bytes_per_address * 2),
4231 bytes_per_address, &e);
4234 md_number_to_chars (ptr + (bytes_per_address * 2), 0,
4239 start_unwind_section (saved_seg, SPECIAL_SECTION_UNWIND, 1);
4241 subseg_set (saved_seg, saved_subseg);
4243 /* Parse names of main and alternate entry points and set symbol sizes. */
4247 name = input_line_pointer;
4248 c = get_symbol_end ();
4249 p = input_line_pointer;
4250 sym = symbol_find (name);
4251 if (sym && unwind.proc_start
4252 && (symbol_get_bfdsym (sym)->flags & BSF_FUNCTION)
4253 && S_GET_SIZE (sym) == 0 && symbol_get_obj (sym)->size == NULL)
4255 fragS *fr = symbol_get_frag (unwind.proc_start);
4256 fragS *frag = symbol_get_frag (sym);
4258 /* Check whether the function label is at or beyond last
4260 while (fr && fr != frag)
4264 if (frag == frag_now && SEG_NORMAL (now_seg))
4265 S_SET_SIZE (sym, frag_now_fix () - S_GET_VALUE (sym));
4268 symbol_get_obj (sym)->size =
4269 (expressionS *) xmalloc (sizeof (expressionS));
4270 symbol_get_obj (sym)->size->X_op = O_subtract;
4271 symbol_get_obj (sym)->size->X_add_symbol
4272 = symbol_new (FAKE_LABEL_NAME, now_seg,
4273 frag_now_fix (), frag_now);
4274 symbol_get_obj (sym)->size->X_op_symbol = sym;
4275 symbol_get_obj (sym)->size->X_add_number = 0;
4281 if (*input_line_pointer != ',')
4283 ++input_line_pointer;
4285 demand_empty_rest_of_line ();
4286 unwind.proc_start = unwind.proc_end = unwind.info = 0;
4290 dot_template (template)
4293 CURR_SLOT.user_template = template;
4298 int dummy ATTRIBUTE_UNUSED;
4300 int ins, locs, outs, rots;
4302 if (is_it_end_of_statement ())
4303 ins = locs = outs = rots = 0;
4306 ins = get_absolute_expression ();
4307 if (*input_line_pointer++ != ',')
4309 locs = get_absolute_expression ();
4310 if (*input_line_pointer++ != ',')
4312 outs = get_absolute_expression ();
4313 if (*input_line_pointer++ != ',')
4315 rots = get_absolute_expression ();
4317 set_regstack (ins, locs, outs, rots);
4321 as_bad ("Comma expected");
4322 ignore_rest_of_line ();
4329 unsigned num_regs, num_alloced = 0;
4330 struct dynreg **drpp, *dr;
4331 int ch, base_reg = 0;
4337 case DYNREG_GR: base_reg = REG_GR + 32; break;
4338 case DYNREG_FR: base_reg = REG_FR + 32; break;
4339 case DYNREG_PR: base_reg = REG_P + 16; break;
4343 /* First, remove existing names from hash table. */
4344 for (dr = md.dynreg[type]; dr && dr->num_regs; dr = dr->next)
4346 hash_delete (md.dynreg_hash, dr->name);
4350 drpp = &md.dynreg[type];
4353 start = input_line_pointer;
4354 ch = get_symbol_end ();
4355 *input_line_pointer = ch;
4356 len = (input_line_pointer - start);
4359 if (*input_line_pointer != '[')
4361 as_bad ("Expected '['");
4364 ++input_line_pointer; /* skip '[' */
4366 num_regs = get_absolute_expression ();
4368 if (*input_line_pointer++ != ']')
4370 as_bad ("Expected ']'");
4375 num_alloced += num_regs;
4379 if (num_alloced > md.rot.num_regs)
4381 as_bad ("Used more than the declared %d rotating registers",
4387 if (num_alloced > 96)
4389 as_bad ("Used more than the available 96 rotating registers");
4394 if (num_alloced > 48)
4396 as_bad ("Used more than the available 48 rotating registers");
4405 name = obstack_alloc (¬es, len + 1);
4406 memcpy (name, start, len);
4411 *drpp = obstack_alloc (¬es, sizeof (*dr));
4412 memset (*drpp, 0, sizeof (*dr));
4417 dr->num_regs = num_regs;
4418 dr->base = base_reg;
4420 base_reg += num_regs;
4422 if (hash_insert (md.dynreg_hash, name, dr))
4424 as_bad ("Attempt to redefine register set `%s'", name);
4428 if (*input_line_pointer != ',')
4430 ++input_line_pointer; /* skip comma */
4433 demand_empty_rest_of_line ();
4437 ignore_rest_of_line ();
4441 dot_byteorder (byteorder)
4444 segment_info_type *seginfo = seg_info (now_seg);
4446 if (byteorder == -1)
4448 if (seginfo->tc_segment_info_data.endian == 0)
4449 seginfo->tc_segment_info_data.endian = default_big_endian ? 1 : 2;
4450 byteorder = seginfo->tc_segment_info_data.endian == 1;
4453 seginfo->tc_segment_info_data.endian = byteorder ? 1 : 2;
4455 if (target_big_endian != byteorder)
4457 target_big_endian = byteorder;
4458 if (target_big_endian)
4460 ia64_number_to_chars = number_to_chars_bigendian;
4461 ia64_float_to_chars = ia64_float_to_chars_bigendian;
4465 ia64_number_to_chars = number_to_chars_littleendian;
4466 ia64_float_to_chars = ia64_float_to_chars_littleendian;
4473 int dummy ATTRIBUTE_UNUSED;
4480 option = input_line_pointer;
4481 ch = get_symbol_end ();
4482 if (strcmp (option, "lsb") == 0)
4483 md.flags &= ~EF_IA_64_BE;
4484 else if (strcmp (option, "msb") == 0)
4485 md.flags |= EF_IA_64_BE;
4486 else if (strcmp (option, "abi32") == 0)
4487 md.flags &= ~EF_IA_64_ABI64;
4488 else if (strcmp (option, "abi64") == 0)
4489 md.flags |= EF_IA_64_ABI64;
4491 as_bad ("Unknown psr option `%s'", option);
4492 *input_line_pointer = ch;
4495 if (*input_line_pointer != ',')
4498 ++input_line_pointer;
4501 demand_empty_rest_of_line ();
4506 int dummy ATTRIBUTE_UNUSED;
4508 new_logical_line (0, get_absolute_expression ());
4509 demand_empty_rest_of_line ();
4513 parse_section_name ()
4519 if (*input_line_pointer != '"')
4521 as_bad ("Missing section name");
4522 ignore_rest_of_line ();
4525 name = demand_copy_C_string (&len);
4528 ignore_rest_of_line ();
4532 if (*input_line_pointer != ',')
4534 as_bad ("Comma expected after section name");
4535 ignore_rest_of_line ();
4538 ++input_line_pointer; /* skip comma */
4546 char *name = parse_section_name ();
4550 md.keep_pending_output = 1;
4553 obj_elf_previous (0);
4554 md.keep_pending_output = 0;
4557 /* Why doesn't float_cons() call md_cons_align() the way cons() does? */
4560 stmt_float_cons (kind)
4581 ia64_do_align (alignment);
4589 int saved_auto_align = md.auto_align;
4593 md.auto_align = saved_auto_align;
4597 dot_xfloat_cons (kind)
4600 char *name = parse_section_name ();
4604 md.keep_pending_output = 1;
4606 stmt_float_cons (kind);
4607 obj_elf_previous (0);
4608 md.keep_pending_output = 0;
4612 dot_xstringer (zero)
4615 char *name = parse_section_name ();
4619 md.keep_pending_output = 1;
4622 obj_elf_previous (0);
4623 md.keep_pending_output = 0;
4630 int saved_auto_align = md.auto_align;
4631 char *name = parse_section_name ();
4635 md.keep_pending_output = 1;
4639 md.auto_align = saved_auto_align;
4640 obj_elf_previous (0);
4641 md.keep_pending_output = 0;
4645 dot_xfloat_cons_ua (kind)
4648 int saved_auto_align = md.auto_align;
4649 char *name = parse_section_name ();
4653 md.keep_pending_output = 1;
4656 stmt_float_cons (kind);
4657 md.auto_align = saved_auto_align;
4658 obj_elf_previous (0);
4659 md.keep_pending_output = 0;
4662 /* .reg.val <regname>,value */
4666 int dummy ATTRIBUTE_UNUSED;
4671 if (reg.X_op != O_register)
4673 as_bad (_("Register name expected"));
4674 ignore_rest_of_line ();
4676 else if (*input_line_pointer++ != ',')
4678 as_bad (_("Comma expected"));
4679 ignore_rest_of_line ();
4683 valueT value = get_absolute_expression ();
4684 int regno = reg.X_add_number;
4685 if (regno < REG_GR || regno > REG_GR + 128)
4686 as_warn (_("Register value annotation ignored"));
4689 gr_values[regno - REG_GR].known = 1;
4690 gr_values[regno - REG_GR].value = value;
4691 gr_values[regno - REG_GR].path = md.path;
4694 demand_empty_rest_of_line ();
4699 .serialize.instruction
4702 dot_serialize (type)
4705 insn_group_break (0, 0, 0);
4707 instruction_serialization ();
4709 data_serialization ();
4710 insn_group_break (0, 0, 0);
4711 demand_empty_rest_of_line ();
4714 /* select dv checking mode
4719 A stop is inserted when changing modes
4726 if (md.manual_bundling)
4727 as_warn (_("Directive invalid within a bundle"));
4729 if (type == 'E' || type == 'A')
4730 md.mode_explicitly_set = 0;
4732 md.mode_explicitly_set = 1;
4739 if (md.explicit_mode)
4740 insn_group_break (1, 0, 0);
4741 md.explicit_mode = 0;
4745 if (!md.explicit_mode)
4746 insn_group_break (1, 0, 0);
4747 md.explicit_mode = 1;
4751 if (md.explicit_mode != md.default_explicit_mode)
4752 insn_group_break (1, 0, 0);
4753 md.explicit_mode = md.default_explicit_mode;
4754 md.mode_explicitly_set = 0;
4765 for (regno = 0; regno < 64; regno++)
4767 if (mask & ((valueT) 1 << regno))
4769 fprintf (stderr, "%s p%d", comma, regno);
4776 .pred.rel.clear [p1 [,p2 [,...]]] (also .pred.rel "clear")
4777 .pred.rel.imply p1, p2 (also .pred.rel "imply")
4778 .pred.rel.mutex p1, p2 [,...] (also .pred.rel "mutex")
4779 .pred.safe_across_calls p1 [, p2 [,...]]
4788 int p1 = -1, p2 = -1;
4792 if (*input_line_pointer != '"')
4794 as_bad (_("Missing predicate relation type"));
4795 ignore_rest_of_line ();
4801 char *form = demand_copy_C_string (&len);
4802 if (strcmp (form, "mutex") == 0)
4804 else if (strcmp (form, "clear") == 0)
4806 else if (strcmp (form, "imply") == 0)
4810 as_bad (_("Unrecognized predicate relation type"));
4811 ignore_rest_of_line ();
4815 if (*input_line_pointer == ',')
4816 ++input_line_pointer;
4826 if (TOUPPER (*input_line_pointer) != 'P'
4827 || (regno = atoi (++input_line_pointer)) < 0
4830 as_bad (_("Predicate register expected"));
4831 ignore_rest_of_line ();
4834 while (ISDIGIT (*input_line_pointer))
4835 ++input_line_pointer;
4842 as_warn (_("Duplicate predicate register ignored"));
4845 /* See if it's a range. */
4846 if (*input_line_pointer == '-')
4849 ++input_line_pointer;
4851 if (TOUPPER (*input_line_pointer) != 'P'
4852 || (regno = atoi (++input_line_pointer)) < 0
4855 as_bad (_("Predicate register expected"));
4856 ignore_rest_of_line ();
4859 while (ISDIGIT (*input_line_pointer))
4860 ++input_line_pointer;
4864 as_bad (_("Bad register range"));
4865 ignore_rest_of_line ();
4876 if (*input_line_pointer != ',')
4878 ++input_line_pointer;
4887 clear_qp_mutex (mask);
4888 clear_qp_implies (mask, (valueT) 0);
4891 if (count != 2 || p1 == -1 || p2 == -1)
4892 as_bad (_("Predicate source and target required"));
4893 else if (p1 == 0 || p2 == 0)
4894 as_bad (_("Use of p0 is not valid in this context"));
4896 add_qp_imply (p1, p2);
4901 as_bad (_("At least two PR arguments expected"));
4906 as_bad (_("Use of p0 is not valid in this context"));
4909 add_qp_mutex (mask);
4912 /* note that we don't override any existing relations */
4915 as_bad (_("At least one PR argument expected"));
4920 fprintf (stderr, "Safe across calls: ");
4921 print_prmask (mask);
4922 fprintf (stderr, "\n");
4924 qp_safe_across_calls = mask;
4927 demand_empty_rest_of_line ();
4930 /* .entry label [, label [, ...]]
4931 Hint to DV code that the given labels are to be considered entry points.
4932 Otherwise, only global labels are considered entry points. */
4936 int dummy ATTRIBUTE_UNUSED;
4945 name = input_line_pointer;
4946 c = get_symbol_end ();
4947 symbolP = symbol_find_or_make (name);
4949 err = hash_insert (md.entry_hash, S_GET_NAME (symbolP), (PTR) symbolP);
4951 as_fatal (_("Inserting \"%s\" into entry hint table failed: %s"),
4954 *input_line_pointer = c;
4956 c = *input_line_pointer;
4959 input_line_pointer++;
4961 if (*input_line_pointer == '\n')
4967 demand_empty_rest_of_line ();
4970 /* .mem.offset offset, base
4971 "base" is used to distinguish between offsets from a different base. */
4974 dot_mem_offset (dummy)
4975 int dummy ATTRIBUTE_UNUSED;
4977 md.mem_offset.hint = 1;
4978 md.mem_offset.offset = get_absolute_expression ();
4979 if (*input_line_pointer != ',')
4981 as_bad (_("Comma expected"));
4982 ignore_rest_of_line ();
4985 ++input_line_pointer;
4986 md.mem_offset.base = get_absolute_expression ();
4987 demand_empty_rest_of_line ();
4990 /* ia64-specific pseudo-ops: */
4991 const pseudo_typeS md_pseudo_table[] =
4993 { "radix", dot_radix, 0 },
4994 { "lcomm", s_lcomm_bytes, 1 },
4995 { "loc", dot_loc, 0 },
4996 { "bss", dot_special_section, SPECIAL_SECTION_BSS },
4997 { "sbss", dot_special_section, SPECIAL_SECTION_SBSS },
4998 { "sdata", dot_special_section, SPECIAL_SECTION_SDATA },
4999 { "rodata", dot_special_section, SPECIAL_SECTION_RODATA },
5000 { "comment", dot_special_section, SPECIAL_SECTION_COMMENT },
5001 { "ia_64.unwind", dot_special_section, SPECIAL_SECTION_UNWIND },
5002 { "ia_64.unwind_info", dot_special_section, SPECIAL_SECTION_UNWIND_INFO },
5003 { "init_array", dot_special_section, SPECIAL_SECTION_INIT_ARRAY },
5004 { "fini_array", dot_special_section, SPECIAL_SECTION_FINI_ARRAY },
5005 { "proc", dot_proc, 0 },
5006 { "body", dot_body, 0 },
5007 { "prologue", dot_prologue, 0 },
5008 { "endp", dot_endp, 0 },
5010 { "fframe", dot_fframe, 0 },
5011 { "vframe", dot_vframe, 0 },
5012 { "vframesp", dot_vframesp, 0 },
5013 { "vframepsp", dot_vframepsp, 0 },
5014 { "save", dot_save, 0 },
5015 { "restore", dot_restore, 0 },
5016 { "restorereg", dot_restorereg, 0 },
5017 { "restorereg.p", dot_restorereg_p, 0 },
5018 { "handlerdata", dot_handlerdata, 0 },
5019 { "unwentry", dot_unwentry, 0 },
5020 { "altrp", dot_altrp, 0 },
5021 { "savesp", dot_savemem, 0 },
5022 { "savepsp", dot_savemem, 1 },
5023 { "save.g", dot_saveg, 0 },
5024 { "save.f", dot_savef, 0 },
5025 { "save.b", dot_saveb, 0 },
5026 { "save.gf", dot_savegf, 0 },
5027 { "spill", dot_spill, 0 },
5028 { "spillreg", dot_spillreg, 0 },
5029 { "spillsp", dot_spillmem, 0 },
5030 { "spillpsp", dot_spillmem, 1 },
5031 { "spillreg.p", dot_spillreg_p, 0 },
5032 { "spillsp.p", dot_spillmem_p, 0 },
5033 { "spillpsp.p", dot_spillmem_p, 1 },
5034 { "label_state", dot_label_state, 0 },
5035 { "copy_state", dot_copy_state, 0 },
5036 { "unwabi", dot_unwabi, 0 },
5037 { "personality", dot_personality, 0 },
5039 { "estate", dot_estate, 0 },
5041 { "mii", dot_template, 0x0 },
5042 { "mli", dot_template, 0x2 }, /* old format, for compatibility */
5043 { "mlx", dot_template, 0x2 },
5044 { "mmi", dot_template, 0x4 },
5045 { "mfi", dot_template, 0x6 },
5046 { "mmf", dot_template, 0x7 },
5047 { "mib", dot_template, 0x8 },
5048 { "mbb", dot_template, 0x9 },
5049 { "bbb", dot_template, 0xb },
5050 { "mmb", dot_template, 0xc },
5051 { "mfb", dot_template, 0xe },
5053 { "lb", dot_scope, 0 },
5054 { "le", dot_scope, 1 },
5056 { "align", dot_align, 0 },
5057 { "regstk", dot_regstk, 0 },
5058 { "rotr", dot_rot, DYNREG_GR },
5059 { "rotf", dot_rot, DYNREG_FR },
5060 { "rotp", dot_rot, DYNREG_PR },
5061 { "lsb", dot_byteorder, 0 },
5062 { "msb", dot_byteorder, 1 },
5063 { "psr", dot_psr, 0 },
5064 { "alias", dot_alias, 0 },
5065 { "secalias", dot_alias, 1 },
5066 { "ln", dot_ln, 0 }, /* source line info (for debugging) */
5068 { "xdata1", dot_xdata, 1 },
5069 { "xdata2", dot_xdata, 2 },
5070 { "xdata4", dot_xdata, 4 },
5071 { "xdata8", dot_xdata, 8 },
5072 { "xreal4", dot_xfloat_cons, 'f' },
5073 { "xreal8", dot_xfloat_cons, 'd' },
5074 { "xreal10", dot_xfloat_cons, 'x' },
5075 { "xreal16", dot_xfloat_cons, 'X' },
5076 { "xstring", dot_xstringer, 0 },
5077 { "xstringz", dot_xstringer, 1 },
5079 /* unaligned versions: */
5080 { "xdata2.ua", dot_xdata_ua, 2 },
5081 { "xdata4.ua", dot_xdata_ua, 4 },
5082 { "xdata8.ua", dot_xdata_ua, 8 },
5083 { "xreal4.ua", dot_xfloat_cons_ua, 'f' },
5084 { "xreal8.ua", dot_xfloat_cons_ua, 'd' },
5085 { "xreal10.ua", dot_xfloat_cons_ua, 'x' },
5086 { "xreal16.ua", dot_xfloat_cons_ua, 'X' },
5088 /* annotations/DV checking support */
5089 { "entry", dot_entry, 0 },
5090 { "mem.offset", dot_mem_offset, 0 },
5091 { "pred.rel", dot_pred_rel, 0 },
5092 { "pred.rel.clear", dot_pred_rel, 'c' },
5093 { "pred.rel.imply", dot_pred_rel, 'i' },
5094 { "pred.rel.mutex", dot_pred_rel, 'm' },
5095 { "pred.safe_across_calls", dot_pred_rel, 's' },
5096 { "reg.val", dot_reg_val, 0 },
5097 { "serialize.data", dot_serialize, 0 },
5098 { "serialize.instruction", dot_serialize, 1 },
5099 { "auto", dot_dv_mode, 'a' },
5100 { "explicit", dot_dv_mode, 'e' },
5101 { "default", dot_dv_mode, 'd' },
5103 /* ??? These are needed to make gas/testsuite/gas/elf/ehopt.s work.
5104 IA-64 aligns data allocation pseudo-ops by default, so we have to
5105 tell it that these ones are supposed to be unaligned. Long term,
5106 should rewrite so that only IA-64 specific data allocation pseudo-ops
5107 are aligned by default. */
5108 {"2byte", stmt_cons_ua, 2},
5109 {"4byte", stmt_cons_ua, 4},
5110 {"8byte", stmt_cons_ua, 8},
5115 static const struct pseudo_opcode
5118 void (*handler) (int);
5123 /* these are more like pseudo-ops, but don't start with a dot */
5124 { "data1", cons, 1 },
5125 { "data2", cons, 2 },
5126 { "data4", cons, 4 },
5127 { "data8", cons, 8 },
5128 { "data16", cons, 16 },
5129 { "real4", stmt_float_cons, 'f' },
5130 { "real8", stmt_float_cons, 'd' },
5131 { "real10", stmt_float_cons, 'x' },
5132 { "real16", stmt_float_cons, 'X' },
5133 { "string", stringer, 0 },
5134 { "stringz", stringer, 1 },
5136 /* unaligned versions: */
5137 { "data2.ua", stmt_cons_ua, 2 },
5138 { "data4.ua", stmt_cons_ua, 4 },
5139 { "data8.ua", stmt_cons_ua, 8 },
5140 { "data16.ua", stmt_cons_ua, 16 },
5141 { "real4.ua", float_cons, 'f' },
5142 { "real8.ua", float_cons, 'd' },
5143 { "real10.ua", float_cons, 'x' },
5144 { "real16.ua", float_cons, 'X' },
5147 /* Declare a register by creating a symbol for it and entering it in
5148 the symbol table. */
5151 declare_register (name, regnum)
5158 sym = symbol_new (name, reg_section, regnum, &zero_address_frag);
5160 err = hash_insert (md.reg_hash, S_GET_NAME (sym), (PTR) sym);
5162 as_fatal ("Inserting \"%s\" into register table failed: %s",
5169 declare_register_set (prefix, num_regs, base_regnum)
5177 for (i = 0; i < num_regs; ++i)
5179 sprintf (name, "%s%u", prefix, i);
5180 declare_register (name, base_regnum + i);
5185 operand_width (opnd)
5186 enum ia64_opnd opnd;
5188 const struct ia64_operand *odesc = &elf64_ia64_operands[opnd];
5189 unsigned int bits = 0;
5193 for (i = 0; i < NELEMS (odesc->field) && odesc->field[i].bits; ++i)
5194 bits += odesc->field[i].bits;
5199 static enum operand_match_result
5200 operand_match (idesc, index, e)
5201 const struct ia64_opcode *idesc;
5205 enum ia64_opnd opnd = idesc->operands[index];
5206 int bits, relocatable = 0;
5207 struct insn_fix *fix;
5214 case IA64_OPND_AR_CCV:
5215 if (e->X_op == O_register && e->X_add_number == REG_AR + 32)
5216 return OPERAND_MATCH;
5219 case IA64_OPND_AR_CSD:
5220 if (e->X_op == O_register && e->X_add_number == REG_AR + 25)
5221 return OPERAND_MATCH;
5224 case IA64_OPND_AR_PFS:
5225 if (e->X_op == O_register && e->X_add_number == REG_AR + 64)
5226 return OPERAND_MATCH;
5230 if (e->X_op == O_register && e->X_add_number == REG_GR + 0)
5231 return OPERAND_MATCH;
5235 if (e->X_op == O_register && e->X_add_number == REG_IP)
5236 return OPERAND_MATCH;
5240 if (e->X_op == O_register && e->X_add_number == REG_PR)
5241 return OPERAND_MATCH;
5244 case IA64_OPND_PR_ROT:
5245 if (e->X_op == O_register && e->X_add_number == REG_PR_ROT)
5246 return OPERAND_MATCH;
5250 if (e->X_op == O_register && e->X_add_number == REG_PSR)
5251 return OPERAND_MATCH;
5254 case IA64_OPND_PSR_L:
5255 if (e->X_op == O_register && e->X_add_number == REG_PSR_L)
5256 return OPERAND_MATCH;
5259 case IA64_OPND_PSR_UM:
5260 if (e->X_op == O_register && e->X_add_number == REG_PSR_UM)
5261 return OPERAND_MATCH;
5265 if (e->X_op == O_constant)
5267 if (e->X_add_number == 1)
5268 return OPERAND_MATCH;
5270 return OPERAND_OUT_OF_RANGE;
5275 if (e->X_op == O_constant)
5277 if (e->X_add_number == 8)
5278 return OPERAND_MATCH;
5280 return OPERAND_OUT_OF_RANGE;
5285 if (e->X_op == O_constant)
5287 if (e->X_add_number == 16)
5288 return OPERAND_MATCH;
5290 return OPERAND_OUT_OF_RANGE;
5294 /* register operands: */
5297 if (e->X_op == O_register && e->X_add_number >= REG_AR
5298 && e->X_add_number < REG_AR + 128)
5299 return OPERAND_MATCH;
5304 if (e->X_op == O_register && e->X_add_number >= REG_BR
5305 && e->X_add_number < REG_BR + 8)
5306 return OPERAND_MATCH;
5310 if (e->X_op == O_register && e->X_add_number >= REG_CR
5311 && e->X_add_number < REG_CR + 128)
5312 return OPERAND_MATCH;
5319 if (e->X_op == O_register && e->X_add_number >= REG_FR
5320 && e->X_add_number < REG_FR + 128)
5321 return OPERAND_MATCH;
5326 if (e->X_op == O_register && e->X_add_number >= REG_P
5327 && e->X_add_number < REG_P + 64)
5328 return OPERAND_MATCH;
5334 if (e->X_op == O_register && e->X_add_number >= REG_GR
5335 && e->X_add_number < REG_GR + 128)
5336 return OPERAND_MATCH;
5339 case IA64_OPND_R3_2:
5340 if (e->X_op == O_register && e->X_add_number >= REG_GR)
5342 if (e->X_add_number < REG_GR + 4)
5343 return OPERAND_MATCH;
5344 else if (e->X_add_number < REG_GR + 128)
5345 return OPERAND_OUT_OF_RANGE;
5349 /* indirect operands: */
5350 case IA64_OPND_CPUID_R3:
5351 case IA64_OPND_DBR_R3:
5352 case IA64_OPND_DTR_R3:
5353 case IA64_OPND_ITR_R3:
5354 case IA64_OPND_IBR_R3:
5355 case IA64_OPND_MSR_R3:
5356 case IA64_OPND_PKR_R3:
5357 case IA64_OPND_PMC_R3:
5358 case IA64_OPND_PMD_R3:
5359 case IA64_OPND_RR_R3:
5360 if (e->X_op == O_index && e->X_op_symbol
5361 && (S_GET_VALUE (e->X_op_symbol) - IND_CPUID
5362 == opnd - IA64_OPND_CPUID_R3))
5363 return OPERAND_MATCH;
5367 if (e->X_op == O_index && !e->X_op_symbol)
5368 return OPERAND_MATCH;
5371 /* immediate operands: */
5372 case IA64_OPND_CNT2a:
5373 case IA64_OPND_LEN4:
5374 case IA64_OPND_LEN6:
5375 bits = operand_width (idesc->operands[index]);
5376 if (e->X_op == O_constant)
5378 if ((bfd_vma) (e->X_add_number - 1) < ((bfd_vma) 1 << bits))
5379 return OPERAND_MATCH;
5381 return OPERAND_OUT_OF_RANGE;
5385 case IA64_OPND_CNT2b:
5386 if (e->X_op == O_constant)
5388 if ((bfd_vma) (e->X_add_number - 1) < 3)
5389 return OPERAND_MATCH;
5391 return OPERAND_OUT_OF_RANGE;
5395 case IA64_OPND_CNT2c:
5396 val = e->X_add_number;
5397 if (e->X_op == O_constant)
5399 if ((val == 0 || val == 7 || val == 15 || val == 16))
5400 return OPERAND_MATCH;
5402 return OPERAND_OUT_OF_RANGE;
5407 /* SOR must be an integer multiple of 8 */
5408 if (e->X_op == O_constant && e->X_add_number & 0x7)
5409 return OPERAND_OUT_OF_RANGE;
5412 if (e->X_op == O_constant)
5414 if ((bfd_vma) e->X_add_number <= 96)
5415 return OPERAND_MATCH;
5417 return OPERAND_OUT_OF_RANGE;
5421 case IA64_OPND_IMMU62:
5422 if (e->X_op == O_constant)
5424 if ((bfd_vma) e->X_add_number < ((bfd_vma) 1 << 62))
5425 return OPERAND_MATCH;
5427 return OPERAND_OUT_OF_RANGE;
5431 /* FIXME -- need 62-bit relocation type */
5432 as_bad (_("62-bit relocation not yet implemented"));
5436 case IA64_OPND_IMMU64:
5437 if (e->X_op == O_symbol || e->X_op == O_pseudo_fixup
5438 || e->X_op == O_subtract)
5440 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
5441 fix->code = BFD_RELOC_IA64_IMM64;
5442 if (e->X_op != O_subtract)
5444 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
5445 if (e->X_op == O_pseudo_fixup)
5449 fix->opnd = idesc->operands[index];
5452 ++CURR_SLOT.num_fixups;
5453 return OPERAND_MATCH;
5455 else if (e->X_op == O_constant)
5456 return OPERAND_MATCH;
5459 case IA64_OPND_CCNT5:
5460 case IA64_OPND_CNT5:
5461 case IA64_OPND_CNT6:
5462 case IA64_OPND_CPOS6a:
5463 case IA64_OPND_CPOS6b:
5464 case IA64_OPND_CPOS6c:
5465 case IA64_OPND_IMMU2:
5466 case IA64_OPND_IMMU7a:
5467 case IA64_OPND_IMMU7b:
5468 case IA64_OPND_IMMU21:
5469 case IA64_OPND_IMMU24:
5470 case IA64_OPND_MBTYPE4:
5471 case IA64_OPND_MHTYPE8:
5472 case IA64_OPND_POS6:
5473 bits = operand_width (idesc->operands[index]);
5474 if (e->X_op == O_constant)
5476 if ((bfd_vma) e->X_add_number < ((bfd_vma) 1 << bits))
5477 return OPERAND_MATCH;
5479 return OPERAND_OUT_OF_RANGE;
5483 case IA64_OPND_IMMU9:
5484 bits = operand_width (idesc->operands[index]);
5485 if (e->X_op == O_constant)
5487 if ((bfd_vma) e->X_add_number < ((bfd_vma) 1 << bits))
5489 int lobits = e->X_add_number & 0x3;
5490 if (((bfd_vma) e->X_add_number & 0x3C) != 0 && lobits == 0)
5491 e->X_add_number |= (bfd_vma) 0x3;
5492 return OPERAND_MATCH;
5495 return OPERAND_OUT_OF_RANGE;
5499 case IA64_OPND_IMM44:
5500 /* least 16 bits must be zero */
5501 if ((e->X_add_number & 0xffff) != 0)
5502 /* XXX technically, this is wrong: we should not be issuing warning
5503 messages until we're sure this instruction pattern is going to
5505 as_warn (_("lower 16 bits of mask ignored"));
5507 if (e->X_op == O_constant)
5509 if (((e->X_add_number >= 0
5510 && (bfd_vma) e->X_add_number < ((bfd_vma) 1 << 44))
5511 || (e->X_add_number < 0
5512 && (bfd_vma) -e->X_add_number <= ((bfd_vma) 1 << 44))))
5515 if (e->X_add_number >= 0
5516 && (e->X_add_number & ((bfd_vma) 1 << 43)) != 0)
5518 e->X_add_number |= ~(((bfd_vma) 1 << 44) - 1);
5520 return OPERAND_MATCH;
5523 return OPERAND_OUT_OF_RANGE;
5527 case IA64_OPND_IMM17:
5528 /* bit 0 is a don't care (pr0 is hardwired to 1) */
5529 if (e->X_op == O_constant)
5531 if (((e->X_add_number >= 0
5532 && (bfd_vma) e->X_add_number < ((bfd_vma) 1 << 17))
5533 || (e->X_add_number < 0
5534 && (bfd_vma) -e->X_add_number <= ((bfd_vma) 1 << 17))))
5537 if (e->X_add_number >= 0
5538 && (e->X_add_number & ((bfd_vma) 1 << 16)) != 0)
5540 e->X_add_number |= ~(((bfd_vma) 1 << 17) - 1);
5542 return OPERAND_MATCH;
5545 return OPERAND_OUT_OF_RANGE;
5549 case IA64_OPND_IMM14:
5550 case IA64_OPND_IMM22:
5552 case IA64_OPND_IMM1:
5553 case IA64_OPND_IMM8:
5554 case IA64_OPND_IMM8U4:
5555 case IA64_OPND_IMM8M1:
5556 case IA64_OPND_IMM8M1U4:
5557 case IA64_OPND_IMM8M1U8:
5558 case IA64_OPND_IMM9a:
5559 case IA64_OPND_IMM9b:
5560 bits = operand_width (idesc->operands[index]);
5561 if (relocatable && (e->X_op == O_symbol
5562 || e->X_op == O_subtract
5563 || e->X_op == O_pseudo_fixup))
5565 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
5567 if (idesc->operands[index] == IA64_OPND_IMM14)
5568 fix->code = BFD_RELOC_IA64_IMM14;
5570 fix->code = BFD_RELOC_IA64_IMM22;
5572 if (e->X_op != O_subtract)
5574 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
5575 if (e->X_op == O_pseudo_fixup)
5579 fix->opnd = idesc->operands[index];
5582 ++CURR_SLOT.num_fixups;
5583 return OPERAND_MATCH;
5585 else if (e->X_op != O_constant
5586 && ! (e->X_op == O_big && opnd == IA64_OPND_IMM8M1U8))
5587 return OPERAND_MISMATCH;
5589 if (opnd == IA64_OPND_IMM8M1U4)
5591 /* Zero is not valid for unsigned compares that take an adjusted
5592 constant immediate range. */
5593 if (e->X_add_number == 0)
5594 return OPERAND_OUT_OF_RANGE;
5596 /* Sign-extend 32-bit unsigned numbers, so that the following range
5597 checks will work. */
5598 val = e->X_add_number;
5599 if (((val & (~(bfd_vma) 0 << 32)) == 0)
5600 && ((val & ((bfd_vma) 1 << 31)) != 0))
5601 val = ((val << 32) >> 32);
5603 /* Check for 0x100000000. This is valid because
5604 0x100000000-1 is the same as ((uint32_t) -1). */
5605 if (val == ((bfd_signed_vma) 1 << 32))
5606 return OPERAND_MATCH;
5610 else if (opnd == IA64_OPND_IMM8M1U8)
5612 /* Zero is not valid for unsigned compares that take an adjusted
5613 constant immediate range. */
5614 if (e->X_add_number == 0)
5615 return OPERAND_OUT_OF_RANGE;
5617 /* Check for 0x10000000000000000. */
5618 if (e->X_op == O_big)
5620 if (generic_bignum[0] == 0
5621 && generic_bignum[1] == 0
5622 && generic_bignum[2] == 0
5623 && generic_bignum[3] == 0
5624 && generic_bignum[4] == 1)
5625 return OPERAND_MATCH;
5627 return OPERAND_OUT_OF_RANGE;
5630 val = e->X_add_number - 1;
5632 else if (opnd == IA64_OPND_IMM8M1)
5633 val = e->X_add_number - 1;
5634 else if (opnd == IA64_OPND_IMM8U4)
5636 /* Sign-extend 32-bit unsigned numbers, so that the following range
5637 checks will work. */
5638 val = e->X_add_number;
5639 if (((val & (~(bfd_vma) 0 << 32)) == 0)
5640 && ((val & ((bfd_vma) 1 << 31)) != 0))
5641 val = ((val << 32) >> 32);
5644 val = e->X_add_number;
5646 if ((val >= 0 && (bfd_vma) val < ((bfd_vma) 1 << (bits - 1)))
5647 || (val < 0 && (bfd_vma) -val <= ((bfd_vma) 1 << (bits - 1))))
5648 return OPERAND_MATCH;
5650 return OPERAND_OUT_OF_RANGE;
5652 case IA64_OPND_INC3:
5653 /* +/- 1, 4, 8, 16 */
5654 val = e->X_add_number;
5657 if (e->X_op == O_constant)
5659 if ((val == 1 || val == 4 || val == 8 || val == 16))
5660 return OPERAND_MATCH;
5662 return OPERAND_OUT_OF_RANGE;
5666 case IA64_OPND_TGT25:
5667 case IA64_OPND_TGT25b:
5668 case IA64_OPND_TGT25c:
5669 case IA64_OPND_TGT64:
5670 if (e->X_op == O_symbol)
5672 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
5673 if (opnd == IA64_OPND_TGT25)
5674 fix->code = BFD_RELOC_IA64_PCREL21F;
5675 else if (opnd == IA64_OPND_TGT25b)
5676 fix->code = BFD_RELOC_IA64_PCREL21M;
5677 else if (opnd == IA64_OPND_TGT25c)
5678 fix->code = BFD_RELOC_IA64_PCREL21B;
5679 else if (opnd == IA64_OPND_TGT64)
5680 fix->code = BFD_RELOC_IA64_PCREL60B;
5684 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
5685 fix->opnd = idesc->operands[index];
5688 ++CURR_SLOT.num_fixups;
5689 return OPERAND_MATCH;
5691 case IA64_OPND_TAG13:
5692 case IA64_OPND_TAG13b:
5696 return OPERAND_MATCH;
5699 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
5700 /* There are no external relocs for TAG13/TAG13b fields, so we
5701 create a dummy reloc. This will not live past md_apply_fix3. */
5702 fix->code = BFD_RELOC_UNUSED;
5703 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
5704 fix->opnd = idesc->operands[index];
5707 ++CURR_SLOT.num_fixups;
5708 return OPERAND_MATCH;
5715 case IA64_OPND_LDXMOV:
5716 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
5717 fix->code = BFD_RELOC_IA64_LDXMOV;
5718 fix->opnd = idesc->operands[index];
5721 ++CURR_SLOT.num_fixups;
5722 return OPERAND_MATCH;
5727 return OPERAND_MISMATCH;
5736 memset (e, 0, sizeof (*e));
5739 if (*input_line_pointer != '}')
5741 sep = *input_line_pointer++;
5745 if (!md.manual_bundling)
5746 as_warn ("Found '}' when manual bundling is off");
5748 CURR_SLOT.manual_bundling_off = 1;
5749 md.manual_bundling = 0;
5755 /* Returns the next entry in the opcode table that matches the one in
5756 IDESC, and frees the entry in IDESC. If no matching entry is
5757 found, NULL is returned instead. */
5759 static struct ia64_opcode *
5760 get_next_opcode (struct ia64_opcode *idesc)
5762 struct ia64_opcode *next = ia64_find_next_opcode (idesc);
5763 ia64_free_opcode (idesc);
5767 /* Parse the operands for the opcode and find the opcode variant that
5768 matches the specified operands, or NULL if no match is possible. */
5770 static struct ia64_opcode *
5771 parse_operands (idesc)
5772 struct ia64_opcode *idesc;
5774 int i = 0, highest_unmatched_operand, num_operands = 0, num_outputs = 0;
5775 int error_pos, out_of_range_pos, curr_out_of_range_pos, sep = 0;
5776 enum ia64_opnd expected_operand = IA64_OPND_NIL;
5777 enum operand_match_result result;
5779 char *first_arg = 0, *end, *saved_input_pointer;
5782 assert (strlen (idesc->name) <= 128);
5784 strcpy (mnemonic, idesc->name);
5785 if (idesc->operands[2] == IA64_OPND_SOF
5786 || idesc->operands[1] == IA64_OPND_SOF)
5788 /* To make the common idiom "alloc loc?=ar.pfs,0,1,0,0" work, we
5789 can't parse the first operand until we have parsed the
5790 remaining operands of the "alloc" instruction. */
5792 first_arg = input_line_pointer;
5793 end = strchr (input_line_pointer, '=');
5796 as_bad ("Expected separator `='");
5799 input_line_pointer = end + 1;
5804 for (; i < NELEMS (CURR_SLOT.opnd); ++i)
5806 sep = parse_operand (CURR_SLOT.opnd + i);
5807 if (CURR_SLOT.opnd[i].X_op == O_absent)
5812 if (sep != '=' && sep != ',')
5817 if (num_outputs > 0)
5818 as_bad ("Duplicate equal sign (=) in instruction");
5820 num_outputs = i + 1;
5825 as_bad ("Illegal operand separator `%c'", sep);
5829 if (idesc->operands[2] == IA64_OPND_SOF
5830 || idesc->operands[1] == IA64_OPND_SOF)
5832 /* map alloc r1=ar.pfs,i,l,o,r to alloc r1=ar.pfs,(i+l+o),(i+l),r */
5833 know (strcmp (idesc->name, "alloc") == 0);
5834 i = (CURR_SLOT.opnd[1].X_op == O_register
5835 && CURR_SLOT.opnd[1].X_add_number == REG_AR + AR_PFS) ? 2 : 1;
5836 if (num_operands == i + 3 /* first_arg not included in this count! */
5837 && CURR_SLOT.opnd[i].X_op == O_constant
5838 && CURR_SLOT.opnd[i + 1].X_op == O_constant
5839 && CURR_SLOT.opnd[i + 2].X_op == O_constant
5840 && CURR_SLOT.opnd[i + 3].X_op == O_constant)
5842 sof = set_regstack (CURR_SLOT.opnd[i].X_add_number,
5843 CURR_SLOT.opnd[i + 1].X_add_number,
5844 CURR_SLOT.opnd[i + 2].X_add_number,
5845 CURR_SLOT.opnd[i + 3].X_add_number);
5847 /* now we can parse the first arg: */
5848 saved_input_pointer = input_line_pointer;
5849 input_line_pointer = first_arg;
5850 sep = parse_operand (CURR_SLOT.opnd + 0);
5852 --num_outputs; /* force error */
5853 input_line_pointer = saved_input_pointer;
5855 CURR_SLOT.opnd[i].X_add_number = sof;
5856 CURR_SLOT.opnd[i + 1].X_add_number
5857 = sof - CURR_SLOT.opnd[i + 2].X_add_number;
5858 CURR_SLOT.opnd[i + 2] = CURR_SLOT.opnd[i + 3];
5862 highest_unmatched_operand = 0;
5863 curr_out_of_range_pos = -1;
5865 expected_operand = idesc->operands[0];
5866 for (; idesc; idesc = get_next_opcode (idesc))
5868 if (num_outputs != idesc->num_outputs)
5869 continue; /* mismatch in # of outputs */
5871 CURR_SLOT.num_fixups = 0;
5873 /* Try to match all operands. If we see an out-of-range operand,
5874 then continue trying to match the rest of the operands, since if
5875 the rest match, then this idesc will give the best error message. */
5877 out_of_range_pos = -1;
5878 for (i = 0; i < num_operands && idesc->operands[i]; ++i)
5880 result = operand_match (idesc, i, CURR_SLOT.opnd + i);
5881 if (result != OPERAND_MATCH)
5883 if (result != OPERAND_OUT_OF_RANGE)
5885 if (out_of_range_pos < 0)
5886 /* remember position of the first out-of-range operand: */
5887 out_of_range_pos = i;
5891 /* If we did not match all operands, or if at least one operand was
5892 out-of-range, then this idesc does not match. Keep track of which
5893 idesc matched the most operands before failing. If we have two
5894 idescs that failed at the same position, and one had an out-of-range
5895 operand, then prefer the out-of-range operand. Thus if we have
5896 "add r0=0x1000000,r1" we get an error saying the constant is out
5897 of range instead of an error saying that the constant should have been
5900 if (i != num_operands || out_of_range_pos >= 0)
5902 if (i > highest_unmatched_operand
5903 || (i == highest_unmatched_operand
5904 && out_of_range_pos > curr_out_of_range_pos))
5906 highest_unmatched_operand = i;
5907 if (out_of_range_pos >= 0)
5909 expected_operand = idesc->operands[out_of_range_pos];
5910 error_pos = out_of_range_pos;
5914 expected_operand = idesc->operands[i];
5917 curr_out_of_range_pos = out_of_range_pos;
5922 if (num_operands < NELEMS (idesc->operands)
5923 && idesc->operands[num_operands])
5924 continue; /* mismatch in number of arguments */
5930 if (expected_operand)
5931 as_bad ("Operand %u of `%s' should be %s",
5932 error_pos + 1, mnemonic,
5933 elf64_ia64_operands[expected_operand].desc);
5935 as_bad ("Operand mismatch");
5941 /* Keep track of state necessary to determine whether a NOP is necessary
5942 to avoid an erratum in A and B step Itanium chips, and return 1 if we
5943 detect a case where additional NOPs may be necessary. */
5945 errata_nop_necessary_p (slot, insn_unit)
5947 enum ia64_unit insn_unit;
5950 struct group *this_group = md.last_groups + md.group_idx;
5951 struct group *prev_group = md.last_groups + (md.group_idx + 2) % 3;
5952 struct ia64_opcode *idesc = slot->idesc;
5954 /* Test whether this could be the first insn in a problematic sequence. */
5955 if (insn_unit == IA64_UNIT_F)
5957 for (i = 0; i < idesc->num_outputs; i++)
5958 if (idesc->operands[i] == IA64_OPND_P1
5959 || idesc->operands[i] == IA64_OPND_P2)
5961 int regno = slot->opnd[i].X_add_number - REG_P;
5962 /* Ignore invalid operands; they generate errors elsewhere. */
5965 this_group->p_reg_set[regno] = 1;
5969 /* Test whether this could be the second insn in a problematic sequence. */
5970 if (insn_unit == IA64_UNIT_M && slot->qp_regno > 0
5971 && prev_group->p_reg_set[slot->qp_regno])
5973 for (i = 0; i < idesc->num_outputs; i++)
5974 if (idesc->operands[i] == IA64_OPND_R1
5975 || idesc->operands[i] == IA64_OPND_R2
5976 || idesc->operands[i] == IA64_OPND_R3)
5978 int regno = slot->opnd[i].X_add_number - REG_GR;
5979 /* Ignore invalid operands; they generate errors elsewhere. */
5982 if (strncmp (idesc->name, "add", 3) != 0
5983 && strncmp (idesc->name, "sub", 3) != 0
5984 && strncmp (idesc->name, "shladd", 6) != 0
5985 && (idesc->flags & IA64_OPCODE_POSTINC) == 0)
5986 this_group->g_reg_set_conditionally[regno] = 1;
5990 /* Test whether this could be the third insn in a problematic sequence. */
5991 for (i = 0; i < NELEMS (idesc->operands) && idesc->operands[i]; i++)
5993 if (/* For fc, ptc, ptr, tak, thash, tpa, ttag, probe, ptr, ptc. */
5994 idesc->operands[i] == IA64_OPND_R3
5995 /* For mov indirect. */
5996 || idesc->operands[i] == IA64_OPND_RR_R3
5997 || idesc->operands[i] == IA64_OPND_DBR_R3
5998 || idesc->operands[i] == IA64_OPND_IBR_R3
5999 || idesc->operands[i] == IA64_OPND_PKR_R3
6000 || idesc->operands[i] == IA64_OPND_PMC_R3
6001 || idesc->operands[i] == IA64_OPND_PMD_R3
6002 || idesc->operands[i] == IA64_OPND_MSR_R3
6003 || idesc->operands[i] == IA64_OPND_CPUID_R3
6005 || idesc->operands[i] == IA64_OPND_ITR_R3
6006 || idesc->operands[i] == IA64_OPND_DTR_R3
6007 /* Normal memory addresses (load, store, xchg, cmpxchg, etc.). */
6008 || idesc->operands[i] == IA64_OPND_MR3)
6010 int regno = slot->opnd[i].X_add_number - REG_GR;
6011 /* Ignore invalid operands; they generate errors elsewhere. */
6014 if (idesc->operands[i] == IA64_OPND_R3)
6016 if (strcmp (idesc->name, "fc") != 0
6017 && strcmp (idesc->name, "tak") != 0
6018 && strcmp (idesc->name, "thash") != 0
6019 && strcmp (idesc->name, "tpa") != 0
6020 && strcmp (idesc->name, "ttag") != 0
6021 && strncmp (idesc->name, "ptr", 3) != 0
6022 && strncmp (idesc->name, "ptc", 3) != 0
6023 && strncmp (idesc->name, "probe", 5) != 0)
6026 if (prev_group->g_reg_set_conditionally[regno])
6034 build_insn (slot, insnp)
6038 const struct ia64_operand *odesc, *o2desc;
6039 struct ia64_opcode *idesc = slot->idesc;
6040 bfd_signed_vma insn, val;
6044 insn = idesc->opcode | slot->qp_regno;
6046 for (i = 0; i < NELEMS (idesc->operands) && idesc->operands[i]; ++i)
6048 if (slot->opnd[i].X_op == O_register
6049 || slot->opnd[i].X_op == O_constant
6050 || slot->opnd[i].X_op == O_index)
6051 val = slot->opnd[i].X_add_number;
6052 else if (slot->opnd[i].X_op == O_big)
6054 /* This must be the value 0x10000000000000000. */
6055 assert (idesc->operands[i] == IA64_OPND_IMM8M1U8);
6061 switch (idesc->operands[i])
6063 case IA64_OPND_IMMU64:
6064 *insnp++ = (val >> 22) & 0x1ffffffffffLL;
6065 insn |= (((val & 0x7f) << 13) | (((val >> 7) & 0x1ff) << 27)
6066 | (((val >> 16) & 0x1f) << 22) | (((val >> 21) & 0x1) << 21)
6067 | (((val >> 63) & 0x1) << 36));
6070 case IA64_OPND_IMMU62:
6071 val &= 0x3fffffffffffffffULL;
6072 if (val != slot->opnd[i].X_add_number)
6073 as_warn (_("Value truncated to 62 bits"));
6074 *insnp++ = (val >> 21) & 0x1ffffffffffLL;
6075 insn |= (((val & 0xfffff) << 6) | (((val >> 20) & 0x1) << 36));
6078 case IA64_OPND_TGT64:
6080 *insnp++ = ((val >> 20) & 0x7fffffffffLL) << 2;
6081 insn |= ((((val >> 59) & 0x1) << 36)
6082 | (((val >> 0) & 0xfffff) << 13));
6113 case IA64_OPND_R3_2:
6114 case IA64_OPND_CPUID_R3:
6115 case IA64_OPND_DBR_R3:
6116 case IA64_OPND_DTR_R3:
6117 case IA64_OPND_ITR_R3:
6118 case IA64_OPND_IBR_R3:
6120 case IA64_OPND_MSR_R3:
6121 case IA64_OPND_PKR_R3:
6122 case IA64_OPND_PMC_R3:
6123 case IA64_OPND_PMD_R3:
6124 case IA64_OPND_RR_R3:
6132 odesc = elf64_ia64_operands + idesc->operands[i];
6133 err = (*odesc->insert) (odesc, val, &insn);
6135 as_bad_where (slot->src_file, slot->src_line,
6136 "Bad operand value: %s", err);
6137 if (idesc->flags & IA64_OPCODE_PSEUDO)
6139 if ((idesc->flags & IA64_OPCODE_F2_EQ_F3)
6140 && odesc == elf64_ia64_operands + IA64_OPND_F3)
6142 o2desc = elf64_ia64_operands + IA64_OPND_F2;
6143 (*o2desc->insert) (o2desc, val, &insn);
6145 if ((idesc->flags & IA64_OPCODE_LEN_EQ_64MCNT)
6146 && (odesc == elf64_ia64_operands + IA64_OPND_CPOS6a
6147 || odesc == elf64_ia64_operands + IA64_OPND_POS6))
6149 o2desc = elf64_ia64_operands + IA64_OPND_LEN6;
6150 (*o2desc->insert) (o2desc, 64 - val, &insn);
6160 unsigned int manual_bundling_on = 0, manual_bundling_off = 0;
6161 unsigned int manual_bundling = 0;
6162 enum ia64_unit required_unit, insn_unit = 0;
6163 enum ia64_insn_type type[3], insn_type;
6164 unsigned int template, orig_template;
6165 bfd_vma insn[3] = { -1, -1, -1 };
6166 struct ia64_opcode *idesc;
6167 int end_of_insn_group = 0, user_template = -1;
6168 int n, i, j, first, curr;
6169 unw_rec_list *ptr, *last_ptr, *end_ptr;
6170 bfd_vma t0 = 0, t1 = 0;
6171 struct label_fix *lfix;
6172 struct insn_fix *ifix;
6178 first = (md.curr_slot + NUM_SLOTS - md.num_slots_in_use) % NUM_SLOTS;
6179 know (first >= 0 & first < NUM_SLOTS);
6180 n = MIN (3, md.num_slots_in_use);
6182 /* Determine template: user user_template if specified, best match
6185 if (md.slot[first].user_template >= 0)
6186 user_template = template = md.slot[first].user_template;
6189 /* Auto select appropriate template. */
6190 memset (type, 0, sizeof (type));
6192 for (i = 0; i < n; ++i)
6194 if (md.slot[curr].label_fixups && i != 0)
6196 type[i] = md.slot[curr].idesc->type;
6197 curr = (curr + 1) % NUM_SLOTS;
6199 template = best_template[type[0]][type[1]][type[2]];
6202 /* initialize instructions with appropriate nops: */
6203 for (i = 0; i < 3; ++i)
6204 insn[i] = nop[ia64_templ_desc[template].exec_unit[i]];
6208 /* Check to see if this bundle is at an offset that is a multiple of 16-bytes
6209 from the start of the frag. */
6210 addr_mod = frag_now_fix () & 15;
6211 if (frag_now->has_code && frag_now->insn_addr != addr_mod)
6212 as_bad (_("instruction address is not a multiple of 16"));
6213 frag_now->insn_addr = addr_mod;
6214 frag_now->has_code = 1;
6216 /* now fill in slots with as many insns as possible: */
6218 idesc = md.slot[curr].idesc;
6219 end_of_insn_group = 0;
6220 for (i = 0; i < 3 && md.num_slots_in_use > 0; ++i)
6222 /* If we have unwind records, we may need to update some now. */
6223 ptr = md.slot[curr].unwind_record;
6226 /* Find the last prologue/body record in the list for the current
6227 insn, and set the slot number for all records up to that point.
6228 This needs to be done now, because prologue/body records refer to
6229 the current point, not the point after the instruction has been
6230 issued. This matters because there may have been nops emitted
6231 meanwhile. Any non-prologue non-body record followed by a
6232 prologue/body record must also refer to the current point. */
6234 end_ptr = md.slot[(curr + 1) % NUM_SLOTS].unwind_record;
6235 for (; ptr != end_ptr; ptr = ptr->next)
6236 if (ptr->r.type == prologue || ptr->r.type == prologue_gr
6237 || ptr->r.type == body)
6241 /* Make last_ptr point one after the last prologue/body
6243 last_ptr = last_ptr->next;
6244 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr;
6247 ptr->slot_number = (unsigned long) f + i;
6248 ptr->slot_frag = frag_now;
6250 /* Remove the initialized records, so that we won't accidentally
6251 update them again if we insert a nop and continue. */
6252 md.slot[curr].unwind_record = last_ptr;
6256 if (idesc->flags & IA64_OPCODE_SLOT2)
6258 if (manual_bundling && i != 2)
6259 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6260 "`%s' must be last in bundle", idesc->name);
6264 if (idesc->flags & IA64_OPCODE_LAST)
6267 unsigned int required_template;
6269 /* If we need a stop bit after an M slot, our only choice is
6270 template 5 (M;;MI). If we need a stop bit after a B
6271 slot, our only choice is to place it at the end of the
6272 bundle, because the only available templates are MIB,
6273 MBB, BBB, MMB, and MFB. We don't handle anything other
6274 than M and B slots because these are the only kind of
6275 instructions that can have the IA64_OPCODE_LAST bit set. */
6276 required_template = template;
6277 switch (idesc->type)
6281 required_template = 5;
6289 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6290 "Internal error: don't know how to force %s to end"
6291 "of instruction group", idesc->name);
6295 if (manual_bundling && i != required_slot)
6296 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6297 "`%s' must be last in instruction group",
6299 if (required_slot < i)
6300 /* Can't fit this instruction. */
6304 if (required_template != template)
6306 /* If we switch the template, we need to reset the NOPs
6307 after slot i. The slot-types of the instructions ahead
6308 of i never change, so we don't need to worry about
6309 changing NOPs in front of this slot. */
6310 for (j = i; j < 3; ++j)
6311 insn[j] = nop[ia64_templ_desc[required_template].exec_unit[j]];
6313 template = required_template;
6315 if (curr != first && md.slot[curr].label_fixups)
6317 if (manual_bundling_on)
6318 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6319 "Label must be first in a bundle");
6320 /* This insn must go into the first slot of a bundle. */
6324 manual_bundling_on = md.slot[curr].manual_bundling_on;
6325 manual_bundling_off = md.slot[curr].manual_bundling_off;
6327 if (manual_bundling_on)
6330 manual_bundling = 1;
6332 break; /* need to start a new bundle */
6335 if (end_of_insn_group && md.num_slots_in_use >= 1)
6337 /* We need an instruction group boundary in the middle of a
6338 bundle. See if we can switch to an other template with
6339 an appropriate boundary. */
6341 orig_template = template;
6342 if (i == 1 && (user_template == 4
6343 || (user_template < 0
6344 && (ia64_templ_desc[template].exec_unit[0]
6348 end_of_insn_group = 0;
6350 else if (i == 2 && (user_template == 0
6351 || (user_template < 0
6352 && (ia64_templ_desc[template].exec_unit[1]
6354 /* This test makes sure we don't switch the template if
6355 the next instruction is one that needs to be first in
6356 an instruction group. Since all those instructions are
6357 in the M group, there is no way such an instruction can
6358 fit in this bundle even if we switch the template. The
6359 reason we have to check for this is that otherwise we
6360 may end up generating "MI;;I M.." which has the deadly
6361 effect that the second M instruction is no longer the
6362 first in the bundle! --davidm 99/12/16 */
6363 && (idesc->flags & IA64_OPCODE_FIRST) == 0)
6366 end_of_insn_group = 0;
6368 else if (curr != first)
6369 /* can't fit this insn */
6372 if (template != orig_template)
6373 /* if we switch the template, we need to reset the NOPs
6374 after slot i. The slot-types of the instructions ahead
6375 of i never change, so we don't need to worry about
6376 changing NOPs in front of this slot. */
6377 for (j = i; j < 3; ++j)
6378 insn[j] = nop[ia64_templ_desc[template].exec_unit[j]];
6380 required_unit = ia64_templ_desc[template].exec_unit[i];
6382 /* resolve dynamic opcodes such as "break", "hint", and "nop": */
6383 if (idesc->type == IA64_TYPE_DYN)
6385 enum ia64_opnd opnd1, opnd2;
6387 if ((strcmp (idesc->name, "nop") == 0)
6388 || (strcmp (idesc->name, "hint") == 0)
6389 || (strcmp (idesc->name, "break") == 0))
6390 insn_unit = required_unit;
6391 else if (strcmp (idesc->name, "chk.s") == 0
6392 || strcmp (idesc->name, "mov") == 0)
6394 insn_unit = IA64_UNIT_M;
6395 if (required_unit == IA64_UNIT_I
6396 || (required_unit == IA64_UNIT_F && template == 6))
6397 insn_unit = IA64_UNIT_I;
6400 as_fatal ("emit_one_bundle: unexpected dynamic op");
6402 sprintf (mnemonic, "%s.%c", idesc->name, "?imbfxx"[insn_unit]);
6403 opnd1 = idesc->operands[0];
6404 opnd2 = idesc->operands[1];
6405 ia64_free_opcode (idesc);
6406 idesc = ia64_find_opcode (mnemonic);
6407 /* moves to/from ARs have collisions */
6408 if (opnd1 == IA64_OPND_AR3 || opnd2 == IA64_OPND_AR3)
6410 while (idesc != NULL
6411 && (idesc->operands[0] != opnd1
6412 || idesc->operands[1] != opnd2))
6413 idesc = get_next_opcode (idesc);
6417 /* no other resolved dynamic ops have collisions */
6418 know (!get_next_opcode (idesc));
6420 md.slot[curr].idesc = idesc;
6424 insn_type = idesc->type;
6425 insn_unit = IA64_UNIT_NIL;
6429 if (required_unit == IA64_UNIT_I || required_unit == IA64_UNIT_M)
6430 insn_unit = required_unit;
6432 case IA64_TYPE_X: insn_unit = IA64_UNIT_L; break;
6433 case IA64_TYPE_I: insn_unit = IA64_UNIT_I; break;
6434 case IA64_TYPE_M: insn_unit = IA64_UNIT_M; break;
6435 case IA64_TYPE_B: insn_unit = IA64_UNIT_B; break;
6436 case IA64_TYPE_F: insn_unit = IA64_UNIT_F; break;
6441 if (insn_unit != required_unit)
6443 if (required_unit == IA64_UNIT_L
6444 && insn_unit == IA64_UNIT_I
6445 && !(idesc->flags & IA64_OPCODE_X_IN_MLX))
6447 /* we got ourselves an MLX template but the current
6448 instruction isn't an X-unit, or an I-unit instruction
6449 that can go into the X slot of an MLX template. Duh. */
6450 if (md.num_slots_in_use >= NUM_SLOTS)
6452 as_bad_where (md.slot[curr].src_file,
6453 md.slot[curr].src_line,
6454 "`%s' can't go in X slot of "
6455 "MLX template", idesc->name);
6456 /* drop this insn so we don't livelock: */
6457 --md.num_slots_in_use;
6461 continue; /* try next slot */
6464 if (debug_type == DEBUG_DWARF2 || md.slot[curr].loc_directive_seen)
6466 bfd_vma addr = frag_now->fr_address + frag_now_fix () - 16 + i;
6468 md.slot[curr].loc_directive_seen = 0;
6469 dwarf2_gen_line_info (addr, &md.slot[curr].debug_line);
6472 if (errata_nop_necessary_p (md.slot + curr, insn_unit))
6473 as_warn (_("Additional NOP may be necessary to workaround Itanium processor A/B step errata"));
6475 build_insn (md.slot + curr, insn + i);
6477 ptr = md.slot[curr].unwind_record;
6480 /* Set slot numbers for all remaining unwind records belonging to the
6481 current insn. There can not be any prologue/body unwind records
6483 end_ptr = md.slot[(curr + 1) % NUM_SLOTS].unwind_record;
6484 for (; ptr != end_ptr; ptr = ptr->next)
6486 ptr->slot_number = (unsigned long) f + i;
6487 ptr->slot_frag = frag_now;
6489 md.slot[curr].unwind_record = NULL;
6492 if (required_unit == IA64_UNIT_L)
6495 /* skip one slot for long/X-unit instructions */
6498 --md.num_slots_in_use;
6500 /* now is a good time to fix up the labels for this insn: */
6501 for (lfix = md.slot[curr].label_fixups; lfix; lfix = lfix->next)
6503 S_SET_VALUE (lfix->sym, frag_now_fix () - 16);
6504 symbol_set_frag (lfix->sym, frag_now);
6506 /* and fix up the tags also. */
6507 for (lfix = md.slot[curr].tag_fixups; lfix; lfix = lfix->next)
6509 S_SET_VALUE (lfix->sym, frag_now_fix () - 16 + i);
6510 symbol_set_frag (lfix->sym, frag_now);
6513 for (j = 0; j < md.slot[curr].num_fixups; ++j)
6515 ifix = md.slot[curr].fixup + j;
6516 fix = fix_new_exp (frag_now, frag_now_fix () - 16 + i, 8,
6517 &ifix->expr, ifix->is_pcrel, ifix->code);
6518 fix->tc_fix_data.opnd = ifix->opnd;
6519 fix->fx_plt = (fix->fx_r_type == BFD_RELOC_IA64_PLTOFF22);
6520 fix->fx_file = md.slot[curr].src_file;
6521 fix->fx_line = md.slot[curr].src_line;
6524 end_of_insn_group = md.slot[curr].end_of_insn_group;
6526 if (end_of_insn_group)
6528 md.group_idx = (md.group_idx + 1) % 3;
6529 memset (md.last_groups + md.group_idx, 0, sizeof md.last_groups[0]);
6533 ia64_free_opcode (md.slot[curr].idesc);
6534 memset (md.slot + curr, 0, sizeof (md.slot[curr]));
6535 md.slot[curr].user_template = -1;
6537 if (manual_bundling_off)
6539 manual_bundling = 0;
6542 curr = (curr + 1) % NUM_SLOTS;
6543 idesc = md.slot[curr].idesc;
6545 if (manual_bundling)
6547 if (md.num_slots_in_use > 0)
6549 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6550 "`%s' does not fit into %s template",
6551 idesc->name, ia64_templ_desc[template].name);
6552 --md.num_slots_in_use;
6555 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6556 "Missing '}' at end of file");
6558 know (md.num_slots_in_use < NUM_SLOTS);
6560 t0 = end_of_insn_group | (template << 1) | (insn[0] << 5) | (insn[1] << 46);
6561 t1 = ((insn[1] >> 18) & 0x7fffff) | (insn[2] << 23);
6563 number_to_chars_littleendian (f + 0, t0, 8);
6564 number_to_chars_littleendian (f + 8, t1, 8);
6568 unwind.list->next_slot_number = (unsigned long) f + 16;
6569 unwind.list->next_slot_frag = frag_now;
6574 md_parse_option (c, arg)
6581 /* Switches from the Intel assembler. */
6583 if (strcmp (arg, "ilp64") == 0
6584 || strcmp (arg, "lp64") == 0
6585 || strcmp (arg, "p64") == 0)
6587 md.flags |= EF_IA_64_ABI64;
6589 else if (strcmp (arg, "ilp32") == 0)
6591 md.flags &= ~EF_IA_64_ABI64;
6593 else if (strcmp (arg, "le") == 0)
6595 md.flags &= ~EF_IA_64_BE;
6596 default_big_endian = 0;
6598 else if (strcmp (arg, "be") == 0)
6600 md.flags |= EF_IA_64_BE;
6601 default_big_endian = 1;
6608 if (strcmp (arg, "so") == 0)
6610 /* Suppress signon message. */
6612 else if (strcmp (arg, "pi") == 0)
6614 /* Reject privileged instructions. FIXME */
6616 else if (strcmp (arg, "us") == 0)
6618 /* Allow union of signed and unsigned range. FIXME */
6620 else if (strcmp (arg, "close_fcalls") == 0)
6622 /* Do not resolve global function calls. */
6629 /* temp[="prefix"] Insert temporary labels into the object file
6630 symbol table prefixed by "prefix".
6631 Default prefix is ":temp:".
6636 /* indirect=<tgt> Assume unannotated indirect branches behavior
6637 according to <tgt> --
6638 exit: branch out from the current context (default)
6639 labels: all labels in context may be branch targets
6641 if (strncmp (arg, "indirect=", 9) != 0)
6646 /* -X conflicts with an ignored option, use -x instead */
6648 if (!arg || strcmp (arg, "explicit") == 0)
6650 /* set default mode to explicit */
6651 md.default_explicit_mode = 1;
6654 else if (strcmp (arg, "auto") == 0)
6656 md.default_explicit_mode = 0;
6658 else if (strcmp (arg, "debug") == 0)
6662 else if (strcmp (arg, "debugx") == 0)
6664 md.default_explicit_mode = 1;
6669 as_bad (_("Unrecognized option '-x%s'"), arg);
6674 /* nops Print nops statistics. */
6677 /* GNU specific switches for gcc. */
6678 case OPTION_MCONSTANT_GP:
6679 md.flags |= EF_IA_64_CONS_GP;
6682 case OPTION_MAUTO_PIC:
6683 md.flags |= EF_IA_64_NOFUNCDESC_CONS_GP;
6694 md_show_usage (stream)
6699 --mconstant-gp mark output file as using the constant-GP model\n\
6700 (sets ELF header flag EF_IA_64_CONS_GP)\n\
6701 --mauto-pic mark output file as using the constant-GP model\n\
6702 without function descriptors (sets ELF header flag\n\
6703 EF_IA_64_NOFUNCDESC_CONS_GP)\n\
6704 -milp32|-milp64|-mlp64|-mp64 select data model (default -mlp64)\n\
6705 -mle | -mbe select little- or big-endian byte order (default -mle)\n\
6706 -x | -xexplicit turn on dependency violation checking (default)\n\
6707 -xauto automagically remove dependency violations\n\
6708 -xdebug debug dependency violation checker\n"),
6713 ia64_after_parse_args ()
6715 if (debug_type == DEBUG_STABS)
6716 as_fatal (_("--gstabs is not supported for ia64"));
6719 /* Return true if TYPE fits in TEMPL at SLOT. */
6722 match (int templ, int type, int slot)
6724 enum ia64_unit unit;
6727 unit = ia64_templ_desc[templ].exec_unit[slot];
6730 case IA64_TYPE_DYN: result = 1; break; /* for nop and break */
6732 result = (unit == IA64_UNIT_I || unit == IA64_UNIT_M);
6734 case IA64_TYPE_X: result = (unit == IA64_UNIT_L); break;
6735 case IA64_TYPE_I: result = (unit == IA64_UNIT_I); break;
6736 case IA64_TYPE_M: result = (unit == IA64_UNIT_M); break;
6737 case IA64_TYPE_B: result = (unit == IA64_UNIT_B); break;
6738 case IA64_TYPE_F: result = (unit == IA64_UNIT_F); break;
6739 default: result = 0; break;
6744 /* Add a bit of extra goodness if a nop of type F or B would fit
6745 in TEMPL at SLOT. */
6748 extra_goodness (int templ, int slot)
6750 if (slot == 1 && match (templ, IA64_TYPE_F, slot))
6752 if (slot == 2 && match (templ, IA64_TYPE_B, slot))
6757 /* This function is called once, at assembler startup time. It sets
6758 up all the tables, etc. that the MD part of the assembler will need
6759 that can be determined before arguments are parsed. */
6763 int i, j, k, t, total, ar_base, cr_base, goodness, best, regnum, ok;
6768 md.explicit_mode = md.default_explicit_mode;
6770 bfd_set_section_alignment (stdoutput, text_section, 4);
6772 /* Make sure function pointers get initialized. */
6773 target_big_endian = -1;
6774 dot_byteorder (default_big_endian);
6776 alias_hash = hash_new ();
6777 alias_name_hash = hash_new ();
6778 secalias_hash = hash_new ();
6779 secalias_name_hash = hash_new ();
6781 pseudo_func[FUNC_DTP_MODULE].u.sym =
6782 symbol_new (".<dtpmod>", undefined_section, FUNC_DTP_MODULE,
6783 &zero_address_frag);
6785 pseudo_func[FUNC_DTP_RELATIVE].u.sym =
6786 symbol_new (".<dtprel>", undefined_section, FUNC_DTP_RELATIVE,
6787 &zero_address_frag);
6789 pseudo_func[FUNC_FPTR_RELATIVE].u.sym =
6790 symbol_new (".<fptr>", undefined_section, FUNC_FPTR_RELATIVE,
6791 &zero_address_frag);
6793 pseudo_func[FUNC_GP_RELATIVE].u.sym =
6794 symbol_new (".<gprel>", undefined_section, FUNC_GP_RELATIVE,
6795 &zero_address_frag);
6797 pseudo_func[FUNC_LT_RELATIVE].u.sym =
6798 symbol_new (".<ltoff>", undefined_section, FUNC_LT_RELATIVE,
6799 &zero_address_frag);
6801 pseudo_func[FUNC_LT_RELATIVE_X].u.sym =
6802 symbol_new (".<ltoffx>", undefined_section, FUNC_LT_RELATIVE_X,
6803 &zero_address_frag);
6805 pseudo_func[FUNC_PC_RELATIVE].u.sym =
6806 symbol_new (".<pcrel>", undefined_section, FUNC_PC_RELATIVE,
6807 &zero_address_frag);
6809 pseudo_func[FUNC_PLT_RELATIVE].u.sym =
6810 symbol_new (".<pltoff>", undefined_section, FUNC_PLT_RELATIVE,
6811 &zero_address_frag);
6813 pseudo_func[FUNC_SEC_RELATIVE].u.sym =
6814 symbol_new (".<secrel>", undefined_section, FUNC_SEC_RELATIVE,
6815 &zero_address_frag);
6817 pseudo_func[FUNC_SEG_RELATIVE].u.sym =
6818 symbol_new (".<segrel>", undefined_section, FUNC_SEG_RELATIVE,
6819 &zero_address_frag);
6821 pseudo_func[FUNC_TP_RELATIVE].u.sym =
6822 symbol_new (".<tprel>", undefined_section, FUNC_TP_RELATIVE,
6823 &zero_address_frag);
6825 pseudo_func[FUNC_LTV_RELATIVE].u.sym =
6826 symbol_new (".<ltv>", undefined_section, FUNC_LTV_RELATIVE,
6827 &zero_address_frag);
6829 pseudo_func[FUNC_LT_FPTR_RELATIVE].u.sym =
6830 symbol_new (".<ltoff.fptr>", undefined_section, FUNC_LT_FPTR_RELATIVE,
6831 &zero_address_frag);
6833 pseudo_func[FUNC_LT_DTP_MODULE].u.sym =
6834 symbol_new (".<ltoff.dtpmod>", undefined_section, FUNC_LT_DTP_MODULE,
6835 &zero_address_frag);
6837 pseudo_func[FUNC_LT_DTP_RELATIVE].u.sym =
6838 symbol_new (".<ltoff.dptrel>", undefined_section, FUNC_LT_DTP_RELATIVE,
6839 &zero_address_frag);
6841 pseudo_func[FUNC_LT_TP_RELATIVE].u.sym =
6842 symbol_new (".<ltoff.tprel>", undefined_section, FUNC_LT_TP_RELATIVE,
6843 &zero_address_frag);
6845 pseudo_func[FUNC_IPLT_RELOC].u.sym =
6846 symbol_new (".<iplt>", undefined_section, FUNC_IPLT_RELOC,
6847 &zero_address_frag);
6849 /* Compute the table of best templates. We compute goodness as a
6850 base 4 value, in which each match counts for 3, each F counts
6851 for 2, each B counts for 1. This should maximize the number of
6852 F and B nops in the chosen bundles, which is good because these
6853 pipelines are least likely to be overcommitted. */
6854 for (i = 0; i < IA64_NUM_TYPES; ++i)
6855 for (j = 0; j < IA64_NUM_TYPES; ++j)
6856 for (k = 0; k < IA64_NUM_TYPES; ++k)
6859 for (t = 0; t < NELEMS (ia64_templ_desc); ++t)
6862 if (match (t, i, 0))
6864 if (match (t, j, 1))
6866 if (match (t, k, 2))
6867 goodness = 3 + 3 + 3;
6869 goodness = 3 + 3 + extra_goodness (t, 2);
6871 else if (match (t, j, 2))
6872 goodness = 3 + 3 + extra_goodness (t, 1);
6876 goodness += extra_goodness (t, 1);
6877 goodness += extra_goodness (t, 2);
6880 else if (match (t, i, 1))
6882 if (match (t, j, 2))
6885 goodness = 3 + extra_goodness (t, 2);
6887 else if (match (t, i, 2))
6888 goodness = 3 + extra_goodness (t, 1);
6890 if (goodness > best)
6893 best_template[i][j][k] = t;
6898 for (i = 0; i < NUM_SLOTS; ++i)
6899 md.slot[i].user_template = -1;
6901 md.pseudo_hash = hash_new ();
6902 for (i = 0; i < NELEMS (pseudo_opcode); ++i)
6904 err = hash_insert (md.pseudo_hash, pseudo_opcode[i].name,
6905 (void *) (pseudo_opcode + i));
6907 as_fatal ("ia64.md_begin: can't hash `%s': %s",
6908 pseudo_opcode[i].name, err);
6911 md.reg_hash = hash_new ();
6912 md.dynreg_hash = hash_new ();
6913 md.const_hash = hash_new ();
6914 md.entry_hash = hash_new ();
6916 /* general registers: */
6919 for (i = 0; i < total; ++i)
6921 sprintf (name, "r%d", i - REG_GR);
6922 md.regsym[i] = declare_register (name, i);
6925 /* floating point registers: */
6927 for (; i < total; ++i)
6929 sprintf (name, "f%d", i - REG_FR);
6930 md.regsym[i] = declare_register (name, i);
6933 /* application registers: */
6936 for (; i < total; ++i)
6938 sprintf (name, "ar%d", i - REG_AR);
6939 md.regsym[i] = declare_register (name, i);
6942 /* control registers: */
6945 for (; i < total; ++i)
6947 sprintf (name, "cr%d", i - REG_CR);
6948 md.regsym[i] = declare_register (name, i);
6951 /* predicate registers: */
6953 for (; i < total; ++i)
6955 sprintf (name, "p%d", i - REG_P);
6956 md.regsym[i] = declare_register (name, i);
6959 /* branch registers: */
6961 for (; i < total; ++i)
6963 sprintf (name, "b%d", i - REG_BR);
6964 md.regsym[i] = declare_register (name, i);
6967 md.regsym[REG_IP] = declare_register ("ip", REG_IP);
6968 md.regsym[REG_CFM] = declare_register ("cfm", REG_CFM);
6969 md.regsym[REG_PR] = declare_register ("pr", REG_PR);
6970 md.regsym[REG_PR_ROT] = declare_register ("pr.rot", REG_PR_ROT);
6971 md.regsym[REG_PSR] = declare_register ("psr", REG_PSR);
6972 md.regsym[REG_PSR_L] = declare_register ("psr.l", REG_PSR_L);
6973 md.regsym[REG_PSR_UM] = declare_register ("psr.um", REG_PSR_UM);
6975 for (i = 0; i < NELEMS (indirect_reg); ++i)
6977 regnum = indirect_reg[i].regnum;
6978 md.regsym[regnum] = declare_register (indirect_reg[i].name, regnum);
6981 /* define synonyms for application registers: */
6982 for (i = REG_AR; i < REG_AR + NELEMS (ar); ++i)
6983 md.regsym[i] = declare_register (ar[i - REG_AR].name,
6984 REG_AR + ar[i - REG_AR].regnum);
6986 /* define synonyms for control registers: */
6987 for (i = REG_CR; i < REG_CR + NELEMS (cr); ++i)
6988 md.regsym[i] = declare_register (cr[i - REG_CR].name,
6989 REG_CR + cr[i - REG_CR].regnum);
6991 declare_register ("gp", REG_GR + 1);
6992 declare_register ("sp", REG_GR + 12);
6993 declare_register ("rp", REG_BR + 0);
6995 /* pseudo-registers used to specify unwind info: */
6996 declare_register ("psp", REG_PSP);
6998 declare_register_set ("ret", 4, REG_GR + 8);
6999 declare_register_set ("farg", 8, REG_FR + 8);
7000 declare_register_set ("fret", 8, REG_FR + 8);
7002 for (i = 0; i < NELEMS (const_bits); ++i)
7004 err = hash_insert (md.const_hash, const_bits[i].name,
7005 (PTR) (const_bits + i));
7007 as_fatal ("Inserting \"%s\" into constant hash table failed: %s",
7011 /* Set the architecture and machine depending on defaults and command line
7013 if (md.flags & EF_IA_64_ABI64)
7014 ok = bfd_set_arch_mach (stdoutput, bfd_arch_ia64, bfd_mach_ia64_elf64);
7016 ok = bfd_set_arch_mach (stdoutput, bfd_arch_ia64, bfd_mach_ia64_elf32);
7019 as_warn (_("Could not set architecture and machine"));
7021 /* Set the pointer size and pointer shift size depending on md.flags */
7023 if (md.flags & EF_IA_64_ABI64)
7025 md.pointer_size = 8; /* pointers are 8 bytes */
7026 md.pointer_size_shift = 3; /* alignment is 8 bytes = 2^2 */
7030 md.pointer_size = 4; /* pointers are 4 bytes */
7031 md.pointer_size_shift = 2; /* alignment is 4 bytes = 2^2 */
7034 md.mem_offset.hint = 0;
7037 md.entry_labels = NULL;
7040 /* Set the elf type to 64 bit ABI by default. Cannot do this in md_begin
7041 because that is called after md_parse_option which is where we do the
7042 dynamic changing of md.flags based on -mlp64 or -milp32. Also, set the
7043 default endianness. */
7046 ia64_init (argc, argv)
7047 int argc ATTRIBUTE_UNUSED;
7048 char **argv ATTRIBUTE_UNUSED;
7050 md.flags = MD_FLAGS_DEFAULT;
7053 /* Return a string for the target object file format. */
7056 ia64_target_format ()
7058 if (OUTPUT_FLAVOR == bfd_target_elf_flavour)
7060 if (md.flags & EF_IA_64_BE)
7062 if (md.flags & EF_IA_64_ABI64)
7063 #if defined(TE_AIX50)
7064 return "elf64-ia64-aix-big";
7065 #elif defined(TE_HPUX)
7066 return "elf64-ia64-hpux-big";
7068 return "elf64-ia64-big";
7071 #if defined(TE_AIX50)
7072 return "elf32-ia64-aix-big";
7073 #elif defined(TE_HPUX)
7074 return "elf32-ia64-hpux-big";
7076 return "elf32-ia64-big";
7081 if (md.flags & EF_IA_64_ABI64)
7083 return "elf64-ia64-aix-little";
7085 return "elf64-ia64-little";
7089 return "elf32-ia64-aix-little";
7091 return "elf32-ia64-little";
7096 return "unknown-format";
7100 ia64_end_of_source ()
7102 /* terminate insn group upon reaching end of file: */
7103 insn_group_break (1, 0, 0);
7105 /* emits slots we haven't written yet: */
7106 ia64_flush_insns ();
7108 bfd_set_private_flags (stdoutput, md.flags);
7110 md.mem_offset.hint = 0;
7116 if (md.qp.X_op == O_register)
7117 as_bad ("qualifying predicate not followed by instruction");
7118 md.qp.X_op = O_absent;
7120 if (ignore_input ())
7123 if (input_line_pointer[0] == ';' && input_line_pointer[-1] == ';')
7125 if (md.detect_dv && !md.explicit_mode)
7126 as_warn (_("Explicit stops are ignored in auto mode"));
7128 insn_group_break (1, 0, 0);
7132 /* This is a hook for ia64_frob_label, so that it can distinguish tags from
7134 static int defining_tag = 0;
7137 ia64_unrecognized_line (ch)
7143 expression (&md.qp);
7144 if (*input_line_pointer++ != ')')
7146 as_bad ("Expected ')'");
7149 if (md.qp.X_op != O_register)
7151 as_bad ("Qualifying predicate expected");
7154 if (md.qp.X_add_number < REG_P || md.qp.X_add_number >= REG_P + 64)
7156 as_bad ("Predicate register expected");
7162 if (md.manual_bundling)
7163 as_warn ("Found '{' when manual bundling is already turned on");
7165 CURR_SLOT.manual_bundling_on = 1;
7166 md.manual_bundling = 1;
7168 /* Bundling is only acceptable in explicit mode
7169 or when in default automatic mode. */
7170 if (md.detect_dv && !md.explicit_mode)
7172 if (!md.mode_explicitly_set
7173 && !md.default_explicit_mode)
7176 as_warn (_("Found '{' after explicit switch to automatic mode"));
7181 if (!md.manual_bundling)
7182 as_warn ("Found '}' when manual bundling is off");
7184 PREV_SLOT.manual_bundling_off = 1;
7185 md.manual_bundling = 0;
7187 /* switch back to automatic mode, if applicable */
7190 && !md.mode_explicitly_set
7191 && !md.default_explicit_mode)
7194 /* Allow '{' to follow on the same line. We also allow ";;", but that
7195 happens automatically because ';' is an end of line marker. */
7197 if (input_line_pointer[0] == '{')
7199 input_line_pointer++;
7200 return ia64_unrecognized_line ('{');
7203 demand_empty_rest_of_line ();
7213 if (md.qp.X_op == O_register)
7215 as_bad ("Tag must come before qualifying predicate.");
7219 /* This implements just enough of read_a_source_file in read.c to
7220 recognize labels. */
7221 if (is_name_beginner (*input_line_pointer))
7223 s = input_line_pointer;
7224 c = get_symbol_end ();
7226 else if (LOCAL_LABELS_FB
7227 && ISDIGIT (*input_line_pointer))
7230 while (ISDIGIT (*input_line_pointer))
7231 temp = (temp * 10) + *input_line_pointer++ - '0';
7232 fb_label_instance_inc (temp);
7233 s = fb_label_name (temp, 0);
7234 c = *input_line_pointer;
7243 /* Put ':' back for error messages' sake. */
7244 *input_line_pointer++ = ':';
7245 as_bad ("Expected ':'");
7252 /* Put ':' back for error messages' sake. */
7253 *input_line_pointer++ = ':';
7254 if (*input_line_pointer++ != ']')
7256 as_bad ("Expected ']'");
7261 as_bad ("Tag name expected");
7271 /* Not a valid line. */
7276 ia64_frob_label (sym)
7279 struct label_fix *fix;
7281 /* Tags need special handling since they are not bundle breaks like
7285 fix = obstack_alloc (¬es, sizeof (*fix));
7287 fix->next = CURR_SLOT.tag_fixups;
7288 CURR_SLOT.tag_fixups = fix;
7293 if (bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE)
7295 md.last_text_seg = now_seg;
7296 fix = obstack_alloc (¬es, sizeof (*fix));
7298 fix->next = CURR_SLOT.label_fixups;
7299 CURR_SLOT.label_fixups = fix;
7301 /* Keep track of how many code entry points we've seen. */
7302 if (md.path == md.maxpaths)
7305 md.entry_labels = (const char **)
7306 xrealloc ((void *) md.entry_labels,
7307 md.maxpaths * sizeof (char *));
7309 md.entry_labels[md.path++] = S_GET_NAME (sym);
7314 /* The HP-UX linker will give unresolved symbol errors for symbols
7315 that are declared but unused. This routine removes declared,
7316 unused symbols from an object. */
7318 ia64_frob_symbol (sym)
7321 if ((S_GET_SEGMENT (sym) == &bfd_und_section && ! symbol_used_p (sym) &&
7322 ELF_ST_VISIBILITY (S_GET_OTHER (sym)) == STV_DEFAULT)
7323 || (S_GET_SEGMENT (sym) == &bfd_abs_section
7324 && ! S_IS_EXTERNAL (sym)))
7331 ia64_flush_pending_output ()
7333 if (!md.keep_pending_output
7334 && bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE)
7336 /* ??? This causes many unnecessary stop bits to be emitted.
7337 Unfortunately, it isn't clear if it is safe to remove this. */
7338 insn_group_break (1, 0, 0);
7339 ia64_flush_insns ();
7343 /* Do ia64-specific expression optimization. All that's done here is
7344 to transform index expressions that are either due to the indexing
7345 of rotating registers or due to the indexing of indirect register
7348 ia64_optimize_expr (l, op, r)
7357 if (l->X_op == O_register && r->X_op == O_constant)
7359 num_regs = (l->X_add_number >> 16);
7360 if ((unsigned) r->X_add_number >= num_regs)
7363 as_bad ("No current frame");
7365 as_bad ("Index out of range 0..%u", num_regs - 1);
7366 r->X_add_number = 0;
7368 l->X_add_number = (l->X_add_number & 0xffff) + r->X_add_number;
7371 else if (l->X_op == O_register && r->X_op == O_register)
7373 if (l->X_add_number < IND_CPUID || l->X_add_number > IND_RR
7374 || l->X_add_number == IND_MEM)
7376 as_bad ("Indirect register set name expected");
7377 l->X_add_number = IND_CPUID;
7380 l->X_op_symbol = md.regsym[l->X_add_number];
7381 l->X_add_number = r->X_add_number;
7389 ia64_parse_name (name, e)
7393 struct const_desc *cdesc;
7394 struct dynreg *dr = 0;
7395 unsigned int regnum;
7399 /* first see if NAME is a known register name: */
7400 sym = hash_find (md.reg_hash, name);
7403 e->X_op = O_register;
7404 e->X_add_number = S_GET_VALUE (sym);
7408 cdesc = hash_find (md.const_hash, name);
7411 e->X_op = O_constant;
7412 e->X_add_number = cdesc->value;
7416 /* check for inN, locN, or outN: */
7420 if (name[1] == 'n' && ISDIGIT (name[2]))
7428 if (name[1] == 'o' && name[2] == 'c' && ISDIGIT (name[3]))
7436 if (name[1] == 'u' && name[2] == 't' && ISDIGIT (name[3]))
7449 /* The name is inN, locN, or outN; parse the register number. */
7450 regnum = strtoul (name, &end, 10);
7451 if (end > name && *end == '\0')
7453 if ((unsigned) regnum >= dr->num_regs)
7456 as_bad ("No current frame");
7458 as_bad ("Register number out of range 0..%u",
7462 e->X_op = O_register;
7463 e->X_add_number = dr->base + regnum;
7468 if ((dr = hash_find (md.dynreg_hash, name)))
7470 /* We've got ourselves the name of a rotating register set.
7471 Store the base register number in the low 16 bits of
7472 X_add_number and the size of the register set in the top 16
7474 e->X_op = O_register;
7475 e->X_add_number = dr->base | (dr->num_regs << 16);
7481 /* Remove the '#' suffix that indicates a symbol as opposed to a register. */
7484 ia64_canonicalize_symbol_name (name)
7487 size_t len = strlen (name);
7488 if (len > 1 && name[len - 1] == '#')
7489 name[len - 1] = '\0';
7493 /* Return true if idesc is a conditional branch instruction. This excludes
7494 the modulo scheduled branches, and br.ia. Mod-sched branches are excluded
7495 because they always read/write resources regardless of the value of the
7496 qualifying predicate. br.ia must always use p0, and hence is always
7497 taken. Thus this function returns true for branches which can fall
7498 through, and which use no resources if they do fall through. */
7501 is_conditional_branch (idesc)
7502 struct ia64_opcode *idesc;
7504 /* br is a conditional branch. Everything that starts with br. except
7505 br.ia, br.c{loop,top,exit}, and br.w{top,exit} is a conditional branch.
7506 Everything that starts with brl is a conditional branch. */
7507 return (idesc->name[0] == 'b' && idesc->name[1] == 'r'
7508 && (idesc->name[2] == '\0'
7509 || (idesc->name[2] == '.' && idesc->name[3] != 'i'
7510 && idesc->name[3] != 'c' && idesc->name[3] != 'w')
7511 || idesc->name[2] == 'l'
7512 /* br.cond, br.call, br.clr */
7513 || (idesc->name[2] == '.' && idesc->name[3] == 'c'
7514 && (idesc->name[4] == 'a' || idesc->name[4] == 'o'
7515 || (idesc->name[4] == 'l' && idesc->name[5] == 'r')))));
7518 /* Return whether the given opcode is a taken branch. If there's any doubt,
7522 is_taken_branch (idesc)
7523 struct ia64_opcode *idesc;
7525 return ((is_conditional_branch (idesc) && CURR_SLOT.qp_regno == 0)
7526 || strncmp (idesc->name, "br.ia", 5) == 0);
7529 /* Return whether the given opcode is an interruption or rfi. If there's any
7530 doubt, returns zero. */
7533 is_interruption_or_rfi (idesc)
7534 struct ia64_opcode *idesc;
7536 if (strcmp (idesc->name, "rfi") == 0)
7541 /* Returns the index of the given dependency in the opcode's list of chks, or
7542 -1 if there is no dependency. */
7545 depends_on (depind, idesc)
7547 struct ia64_opcode *idesc;
7550 const struct ia64_opcode_dependency *dep = idesc->dependencies;
7551 for (i = 0; i < dep->nchks; i++)
7553 if (depind == DEP (dep->chks[i]))
7559 /* Determine a set of specific resources used for a particular resource
7560 class. Returns the number of specific resources identified For those
7561 cases which are not determinable statically, the resource returned is
7564 Meanings of value in 'NOTE':
7565 1) only read/write when the register number is explicitly encoded in the
7567 2) only read CFM when accessing a rotating GR, FR, or PR. mov pr only
7568 accesses CFM when qualifying predicate is in the rotating region.
7569 3) general register value is used to specify an indirect register; not
7570 determinable statically.
7571 4) only read the given resource when bits 7:0 of the indirect index
7572 register value does not match the register number of the resource; not
7573 determinable statically.
7574 5) all rules are implementation specific.
7575 6) only when both the index specified by the reader and the index specified
7576 by the writer have the same value in bits 63:61; not determinable
7578 7) only access the specified resource when the corresponding mask bit is
7580 8) PSR.dfh is only read when these insns reference FR32-127. PSR.dfl is
7581 only read when these insns reference FR2-31
7582 9) PSR.mfl is only written when these insns write FR2-31. PSR.mfh is only
7583 written when these insns write FR32-127
7584 10) The PSR.bn bit is only accessed when one of GR16-31 is specified in the
7586 11) The target predicates are written independently of PR[qp], but source
7587 registers are only read if PR[qp] is true. Since the state of PR[qp]
7588 cannot statically be determined, all source registers are marked used.
7589 12) This insn only reads the specified predicate register when that
7590 register is the PR[qp].
7591 13) This reference to ld-c only applies to teh GR whose value is loaded
7592 with data returned from memory, not the post-incremented address register.
7593 14) The RSE resource includes the implementation-specific RSE internal
7594 state resources. At least one (and possibly more) of these resources are
7595 read by each instruction listed in IC:rse-readers. At least one (and
7596 possibly more) of these resources are written by each insn listed in
7598 15+16) Represents reserved instructions, which the assembler does not
7601 Memory resources (i.e. locations in memory) are *not* marked or tracked by
7602 this code; there are no dependency violations based on memory access.
7605 #define MAX_SPECS 256
7610 specify_resource (dep, idesc, type, specs, note, path)
7611 const struct ia64_dependency *dep;
7612 struct ia64_opcode *idesc;
7613 int type; /* is this a DV chk or a DV reg? */
7614 struct rsrc specs[MAX_SPECS]; /* returned specific resources */
7615 int note; /* resource note for this insn's usage */
7616 int path; /* which execution path to examine */
7623 if (dep->mode == IA64_DV_WAW
7624 || (dep->mode == IA64_DV_RAW && type == DV_REG)
7625 || (dep->mode == IA64_DV_WAR && type == DV_CHK))
7628 /* template for any resources we identify */
7629 tmpl.dependency = dep;
7631 tmpl.insn_srlz = tmpl.data_srlz = 0;
7632 tmpl.qp_regno = CURR_SLOT.qp_regno;
7633 tmpl.link_to_qp_branch = 1;
7634 tmpl.mem_offset.hint = 0;
7637 tmpl.cmp_type = CMP_NONE;
7640 as_warn (_("Unhandled dependency %s for %s (%s), note %d"), \
7641 dep->name, idesc->name, (rsrc_write?"write":"read"), note)
7642 #define KNOWN(REG) (gr_values[REG].known && gr_values[REG].path >= path)
7644 /* we don't need to track these */
7645 if (dep->semantics == IA64_DVS_NONE)
7648 switch (dep->specifier)
7653 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
7655 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
7656 if (regno >= 0 && regno <= 7)
7658 specs[count] = tmpl;
7659 specs[count++].index = regno;
7665 for (i = 0; i < 8; i++)
7667 specs[count] = tmpl;
7668 specs[count++].index = i;
7677 case IA64_RS_AR_UNAT:
7678 /* This is a mov =AR or mov AR= instruction. */
7679 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
7681 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
7682 if (regno == AR_UNAT)
7684 specs[count++] = tmpl;
7689 /* This is a spill/fill, or other instruction that modifies the
7692 /* Unless we can determine the specific bits used, mark the whole
7693 thing; bits 8:3 of the memory address indicate the bit used in
7694 UNAT. The .mem.offset hint may be used to eliminate a small
7695 subset of conflicts. */
7696 specs[count] = tmpl;
7697 if (md.mem_offset.hint)
7700 fprintf (stderr, " Using hint for spill/fill\n");
7701 /* The index isn't actually used, just set it to something
7702 approximating the bit index. */
7703 specs[count].index = (md.mem_offset.offset >> 3) & 0x3F;
7704 specs[count].mem_offset.hint = 1;
7705 specs[count].mem_offset.offset = md.mem_offset.offset;
7706 specs[count++].mem_offset.base = md.mem_offset.base;
7710 specs[count++].specific = 0;
7718 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
7720 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
7721 if ((regno >= 8 && regno <= 15)
7722 || (regno >= 20 && regno <= 23)
7723 || (regno >= 31 && regno <= 39)
7724 || (regno >= 41 && regno <= 47)
7725 || (regno >= 67 && regno <= 111))
7727 specs[count] = tmpl;
7728 specs[count++].index = regno;
7741 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
7743 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
7744 if ((regno >= 48 && regno <= 63)
7745 || (regno >= 112 && regno <= 127))
7747 specs[count] = tmpl;
7748 specs[count++].index = regno;
7754 for (i = 48; i < 64; i++)
7756 specs[count] = tmpl;
7757 specs[count++].index = i;
7759 for (i = 112; i < 128; i++)
7761 specs[count] = tmpl;
7762 specs[count++].index = i;
7780 for (i = 0; i < idesc->num_outputs; i++)
7781 if (idesc->operands[i] == IA64_OPND_B1
7782 || idesc->operands[i] == IA64_OPND_B2)
7784 specs[count] = tmpl;
7785 specs[count++].index =
7786 CURR_SLOT.opnd[i].X_add_number - REG_BR;
7791 for (i = idesc->num_outputs; i < NELEMS (idesc->operands); i++)
7792 if (idesc->operands[i] == IA64_OPND_B1
7793 || idesc->operands[i] == IA64_OPND_B2)
7795 specs[count] = tmpl;
7796 specs[count++].index =
7797 CURR_SLOT.opnd[i].X_add_number - REG_BR;
7803 case IA64_RS_CPUID: /* four or more registers */
7806 if (idesc->operands[!rsrc_write] == IA64_OPND_CPUID_R3)
7808 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
7809 if (regno >= 0 && regno < NELEMS (gr_values)
7812 specs[count] = tmpl;
7813 specs[count++].index = gr_values[regno].value & 0xFF;
7817 specs[count] = tmpl;
7818 specs[count++].specific = 0;
7828 case IA64_RS_DBR: /* four or more registers */
7831 if (idesc->operands[!rsrc_write] == IA64_OPND_DBR_R3)
7833 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
7834 if (regno >= 0 && regno < NELEMS (gr_values)
7837 specs[count] = tmpl;
7838 specs[count++].index = gr_values[regno].value & 0xFF;
7842 specs[count] = tmpl;
7843 specs[count++].specific = 0;
7847 else if (note == 0 && !rsrc_write)
7849 specs[count] = tmpl;
7850 specs[count++].specific = 0;
7858 case IA64_RS_IBR: /* four or more registers */
7861 if (idesc->operands[!rsrc_write] == IA64_OPND_IBR_R3)
7863 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
7864 if (regno >= 0 && regno < NELEMS (gr_values)
7867 specs[count] = tmpl;
7868 specs[count++].index = gr_values[regno].value & 0xFF;
7872 specs[count] = tmpl;
7873 specs[count++].specific = 0;
7886 /* These are implementation specific. Force all references to
7887 conflict with all other references. */
7888 specs[count] = tmpl;
7889 specs[count++].specific = 0;
7897 case IA64_RS_PKR: /* 16 or more registers */
7898 if (note == 3 || note == 4)
7900 if (idesc->operands[!rsrc_write] == IA64_OPND_PKR_R3)
7902 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
7903 if (regno >= 0 && regno < NELEMS (gr_values)
7908 specs[count] = tmpl;
7909 specs[count++].index = gr_values[regno].value & 0xFF;
7912 for (i = 0; i < NELEMS (gr_values); i++)
7914 /* Uses all registers *except* the one in R3. */
7915 if ((unsigned)i != (gr_values[regno].value & 0xFF))
7917 specs[count] = tmpl;
7918 specs[count++].index = i;
7924 specs[count] = tmpl;
7925 specs[count++].specific = 0;
7932 specs[count] = tmpl;
7933 specs[count++].specific = 0;
7937 case IA64_RS_PMC: /* four or more registers */
7940 if (idesc->operands[!rsrc_write] == IA64_OPND_PMC_R3
7941 || (!rsrc_write && idesc->operands[1] == IA64_OPND_PMD_R3))
7944 int index = ((idesc->operands[1] == IA64_OPND_R3 && !rsrc_write)
7946 int regno = CURR_SLOT.opnd[index].X_add_number - REG_GR;
7947 if (regno >= 0 && regno < NELEMS (gr_values)
7950 specs[count] = tmpl;
7951 specs[count++].index = gr_values[regno].value & 0xFF;
7955 specs[count] = tmpl;
7956 specs[count++].specific = 0;
7966 case IA64_RS_PMD: /* four or more registers */
7969 if (idesc->operands[!rsrc_write] == IA64_OPND_PMD_R3)
7971 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
7972 if (regno >= 0 && regno < NELEMS (gr_values)
7975 specs[count] = tmpl;
7976 specs[count++].index = gr_values[regno].value & 0xFF;
7980 specs[count] = tmpl;
7981 specs[count++].specific = 0;
7991 case IA64_RS_RR: /* eight registers */
7994 if (idesc->operands[!rsrc_write] == IA64_OPND_RR_R3)
7996 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
7997 if (regno >= 0 && regno < NELEMS (gr_values)
8000 specs[count] = tmpl;
8001 specs[count++].index = (gr_values[regno].value >> 61) & 0x7;
8005 specs[count] = tmpl;
8006 specs[count++].specific = 0;
8010 else if (note == 0 && !rsrc_write)
8012 specs[count] = tmpl;
8013 specs[count++].specific = 0;
8021 case IA64_RS_CR_IRR:
8024 /* handle mov-from-CR-IVR; it's a read that writes CR[IRR] */
8025 int regno = CURR_SLOT.opnd[1].X_add_number - REG_CR;
8027 && idesc->operands[1] == IA64_OPND_CR3
8030 for (i = 0; i < 4; i++)
8032 specs[count] = tmpl;
8033 specs[count++].index = CR_IRR0 + i;
8039 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
8040 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3
8042 && regno <= CR_IRR3)
8044 specs[count] = tmpl;
8045 specs[count++].index = regno;
8054 case IA64_RS_CR_LRR:
8061 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
8062 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3
8063 && (regno == CR_LRR0 || regno == CR_LRR1))
8065 specs[count] = tmpl;
8066 specs[count++].index = regno;
8074 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3)
8076 specs[count] = tmpl;
8077 specs[count++].index =
8078 CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
8093 else if (rsrc_write)
8095 if (dep->specifier == IA64_RS_FRb
8096 && idesc->operands[0] == IA64_OPND_F1)
8098 specs[count] = tmpl;
8099 specs[count++].index = CURR_SLOT.opnd[0].X_add_number - REG_FR;
8104 for (i = idesc->num_outputs; i < NELEMS (idesc->operands); i++)
8106 if (idesc->operands[i] == IA64_OPND_F2
8107 || idesc->operands[i] == IA64_OPND_F3
8108 || idesc->operands[i] == IA64_OPND_F4)
8110 specs[count] = tmpl;
8111 specs[count++].index =
8112 CURR_SLOT.opnd[i].X_add_number - REG_FR;
8121 /* This reference applies only to the GR whose value is loaded with
8122 data returned from memory. */
8123 specs[count] = tmpl;
8124 specs[count++].index = CURR_SLOT.opnd[0].X_add_number - REG_GR;
8130 for (i = 0; i < idesc->num_outputs; i++)
8131 if (idesc->operands[i] == IA64_OPND_R1
8132 || idesc->operands[i] == IA64_OPND_R2
8133 || idesc->operands[i] == IA64_OPND_R3)
8135 specs[count] = tmpl;
8136 specs[count++].index =
8137 CURR_SLOT.opnd[i].X_add_number - REG_GR;
8139 if (idesc->flags & IA64_OPCODE_POSTINC)
8140 for (i = 0; i < NELEMS (idesc->operands); i++)
8141 if (idesc->operands[i] == IA64_OPND_MR3)
8143 specs[count] = tmpl;
8144 specs[count++].index =
8145 CURR_SLOT.opnd[i].X_add_number - REG_GR;
8150 /* Look for anything that reads a GR. */
8151 for (i = 0; i < NELEMS (idesc->operands); i++)
8153 if (idesc->operands[i] == IA64_OPND_MR3
8154 || idesc->operands[i] == IA64_OPND_CPUID_R3
8155 || idesc->operands[i] == IA64_OPND_DBR_R3
8156 || idesc->operands[i] == IA64_OPND_IBR_R3
8157 || idesc->operands[i] == IA64_OPND_MSR_R3
8158 || idesc->operands[i] == IA64_OPND_PKR_R3
8159 || idesc->operands[i] == IA64_OPND_PMC_R3
8160 || idesc->operands[i] == IA64_OPND_PMD_R3
8161 || idesc->operands[i] == IA64_OPND_RR_R3
8162 || ((i >= idesc->num_outputs)
8163 && (idesc->operands[i] == IA64_OPND_R1
8164 || idesc->operands[i] == IA64_OPND_R2
8165 || idesc->operands[i] == IA64_OPND_R3
8166 /* addl source register. */
8167 || idesc->operands[i] == IA64_OPND_R3_2)))
8169 specs[count] = tmpl;
8170 specs[count++].index =
8171 CURR_SLOT.opnd[i].X_add_number - REG_GR;
8182 /* This is the same as IA64_RS_PRr, except that the register range is
8183 from 1 - 15, and there are no rotating register reads/writes here. */
8187 for (i = 1; i < 16; i++)
8189 specs[count] = tmpl;
8190 specs[count++].index = i;
8196 /* Mark only those registers indicated by the mask. */
8199 mask = CURR_SLOT.opnd[2].X_add_number;
8200 for (i = 1; i < 16; i++)
8201 if (mask & ((valueT) 1 << i))
8203 specs[count] = tmpl;
8204 specs[count++].index = i;
8212 else if (note == 11) /* note 11 implies note 1 as well */
8216 for (i = 0; i < idesc->num_outputs; i++)
8218 if (idesc->operands[i] == IA64_OPND_P1
8219 || idesc->operands[i] == IA64_OPND_P2)
8221 int regno = CURR_SLOT.opnd[i].X_add_number - REG_P;
8222 if (regno >= 1 && regno < 16)
8224 specs[count] = tmpl;
8225 specs[count++].index = regno;
8235 else if (note == 12)
8237 if (CURR_SLOT.qp_regno >= 1 && CURR_SLOT.qp_regno < 16)
8239 specs[count] = tmpl;
8240 specs[count++].index = CURR_SLOT.qp_regno;
8247 int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P;
8248 int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P;
8249 int or_andcm = strstr (idesc->name, "or.andcm") != NULL;
8250 int and_orcm = strstr (idesc->name, "and.orcm") != NULL;
8252 if ((idesc->operands[0] == IA64_OPND_P1
8253 || idesc->operands[0] == IA64_OPND_P2)
8254 && p1 >= 1 && p1 < 16)
8256 specs[count] = tmpl;
8257 specs[count].cmp_type =
8258 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
8259 specs[count++].index = p1;
8261 if ((idesc->operands[1] == IA64_OPND_P1
8262 || idesc->operands[1] == IA64_OPND_P2)
8263 && p2 >= 1 && p2 < 16)
8265 specs[count] = tmpl;
8266 specs[count].cmp_type =
8267 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
8268 specs[count++].index = p2;
8273 if (CURR_SLOT.qp_regno >= 1 && CURR_SLOT.qp_regno < 16)
8275 specs[count] = tmpl;
8276 specs[count++].index = CURR_SLOT.qp_regno;
8278 if (idesc->operands[1] == IA64_OPND_PR)
8280 for (i = 1; i < 16; i++)
8282 specs[count] = tmpl;
8283 specs[count++].index = i;
8294 /* This is the general case for PRs. IA64_RS_PR and IA64_RS_PR63 are
8295 simplified cases of this. */
8299 for (i = 16; i < 63; i++)
8301 specs[count] = tmpl;
8302 specs[count++].index = i;
8308 /* Mark only those registers indicated by the mask. */
8310 && idesc->operands[0] == IA64_OPND_PR)
8312 mask = CURR_SLOT.opnd[2].X_add_number;
8313 if (mask & ((valueT) 1 << 16))
8314 for (i = 16; i < 63; i++)
8316 specs[count] = tmpl;
8317 specs[count++].index = i;
8321 && idesc->operands[0] == IA64_OPND_PR_ROT)
8323 for (i = 16; i < 63; i++)
8325 specs[count] = tmpl;
8326 specs[count++].index = i;
8334 else if (note == 11) /* note 11 implies note 1 as well */
8338 for (i = 0; i < idesc->num_outputs; i++)
8340 if (idesc->operands[i] == IA64_OPND_P1
8341 || idesc->operands[i] == IA64_OPND_P2)
8343 int regno = CURR_SLOT.opnd[i].X_add_number - REG_P;
8344 if (regno >= 16 && regno < 63)
8346 specs[count] = tmpl;
8347 specs[count++].index = regno;
8357 else if (note == 12)
8359 if (CURR_SLOT.qp_regno >= 16 && CURR_SLOT.qp_regno < 63)
8361 specs[count] = tmpl;
8362 specs[count++].index = CURR_SLOT.qp_regno;
8369 int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P;
8370 int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P;
8371 int or_andcm = strstr (idesc->name, "or.andcm") != NULL;
8372 int and_orcm = strstr (idesc->name, "and.orcm") != NULL;
8374 if ((idesc->operands[0] == IA64_OPND_P1
8375 || idesc->operands[0] == IA64_OPND_P2)
8376 && p1 >= 16 && p1 < 63)
8378 specs[count] = tmpl;
8379 specs[count].cmp_type =
8380 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
8381 specs[count++].index = p1;
8383 if ((idesc->operands[1] == IA64_OPND_P1
8384 || idesc->operands[1] == IA64_OPND_P2)
8385 && p2 >= 16 && p2 < 63)
8387 specs[count] = tmpl;
8388 specs[count].cmp_type =
8389 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
8390 specs[count++].index = p2;
8395 if (CURR_SLOT.qp_regno >= 16 && CURR_SLOT.qp_regno < 63)
8397 specs[count] = tmpl;
8398 specs[count++].index = CURR_SLOT.qp_regno;
8400 if (idesc->operands[1] == IA64_OPND_PR)
8402 for (i = 16; i < 63; i++)
8404 specs[count] = tmpl;
8405 specs[count++].index = i;
8417 /* Verify that the instruction is using the PSR bit indicated in
8421 if (idesc->operands[!rsrc_write] == IA64_OPND_PSR_UM)
8423 if (dep->regindex < 6)
8425 specs[count++] = tmpl;
8428 else if (idesc->operands[!rsrc_write] == IA64_OPND_PSR)
8430 if (dep->regindex < 32
8431 || dep->regindex == 35
8432 || dep->regindex == 36
8433 || (!rsrc_write && dep->regindex == PSR_CPL))
8435 specs[count++] = tmpl;
8438 else if (idesc->operands[!rsrc_write] == IA64_OPND_PSR_L)
8440 if (dep->regindex < 32
8441 || dep->regindex == 35
8442 || dep->regindex == 36
8443 || (rsrc_write && dep->regindex == PSR_CPL))
8445 specs[count++] = tmpl;
8450 /* Several PSR bits have very specific dependencies. */
8451 switch (dep->regindex)
8454 specs[count++] = tmpl;
8459 specs[count++] = tmpl;
8463 /* Only certain CR accesses use PSR.ic */
8464 if (idesc->operands[0] == IA64_OPND_CR3
8465 || idesc->operands[1] == IA64_OPND_CR3)
8468 ((idesc->operands[0] == IA64_OPND_CR3)
8471 CURR_SLOT.opnd[index].X_add_number - REG_CR;
8486 specs[count++] = tmpl;
8495 specs[count++] = tmpl;
8499 /* Only some AR accesses use cpl */
8500 if (idesc->operands[0] == IA64_OPND_AR3
8501 || idesc->operands[1] == IA64_OPND_AR3)
8504 ((idesc->operands[0] == IA64_OPND_AR3)
8507 CURR_SLOT.opnd[index].X_add_number - REG_AR;
8514 && regno <= AR_K7))))
8516 specs[count++] = tmpl;
8521 specs[count++] = tmpl;
8531 if (idesc->operands[0] == IA64_OPND_IMMU24)
8533 mask = CURR_SLOT.opnd[0].X_add_number;
8539 if (mask & ((valueT) 1 << dep->regindex))
8541 specs[count++] = tmpl;
8546 int min = dep->regindex == PSR_DFL ? 2 : 32;
8547 int max = dep->regindex == PSR_DFL ? 31 : 127;
8548 /* dfh is read on FR32-127; dfl is read on FR2-31 */
8549 for (i = 0; i < NELEMS (idesc->operands); i++)
8551 if (idesc->operands[i] == IA64_OPND_F1
8552 || idesc->operands[i] == IA64_OPND_F2
8553 || idesc->operands[i] == IA64_OPND_F3
8554 || idesc->operands[i] == IA64_OPND_F4)
8556 int reg = CURR_SLOT.opnd[i].X_add_number - REG_FR;
8557 if (reg >= min && reg <= max)
8559 specs[count++] = tmpl;
8566 int min = dep->regindex == PSR_MFL ? 2 : 32;
8567 int max = dep->regindex == PSR_MFL ? 31 : 127;
8568 /* mfh is read on writes to FR32-127; mfl is read on writes to
8570 for (i = 0; i < idesc->num_outputs; i++)
8572 if (idesc->operands[i] == IA64_OPND_F1)
8574 int reg = CURR_SLOT.opnd[i].X_add_number - REG_FR;
8575 if (reg >= min && reg <= max)
8577 specs[count++] = tmpl;
8582 else if (note == 10)
8584 for (i = 0; i < NELEMS (idesc->operands); i++)
8586 if (idesc->operands[i] == IA64_OPND_R1
8587 || idesc->operands[i] == IA64_OPND_R2
8588 || idesc->operands[i] == IA64_OPND_R3)
8590 int regno = CURR_SLOT.opnd[i].X_add_number - REG_GR;
8591 if (regno >= 16 && regno <= 31)
8593 specs[count++] = tmpl;
8604 case IA64_RS_AR_FPSR:
8605 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
8607 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
8608 if (regno == AR_FPSR)
8610 specs[count++] = tmpl;
8615 specs[count++] = tmpl;
8620 /* Handle all AR[REG] resources */
8621 if (note == 0 || note == 1)
8623 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
8624 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3
8625 && regno == dep->regindex)
8627 specs[count++] = tmpl;
8629 /* other AR[REG] resources may be affected by AR accesses */
8630 else if (idesc->operands[0] == IA64_OPND_AR3)
8633 regno = CURR_SLOT.opnd[0].X_add_number - REG_AR;
8634 switch (dep->regindex)
8640 if (regno == AR_BSPSTORE)
8642 specs[count++] = tmpl;
8646 (regno == AR_BSPSTORE
8647 || regno == AR_RNAT))
8649 specs[count++] = tmpl;
8654 else if (idesc->operands[1] == IA64_OPND_AR3)
8657 regno = CURR_SLOT.opnd[1].X_add_number - REG_AR;
8658 switch (dep->regindex)
8663 if (regno == AR_BSPSTORE || regno == AR_RNAT)
8665 specs[count++] = tmpl;
8672 specs[count++] = tmpl;
8682 /* Handle all CR[REG] resources */
8683 if (note == 0 || note == 1)
8685 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3)
8687 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
8688 if (regno == dep->regindex)
8690 specs[count++] = tmpl;
8692 else if (!rsrc_write)
8694 /* Reads from CR[IVR] affect other resources. */
8695 if (regno == CR_IVR)
8697 if ((dep->regindex >= CR_IRR0
8698 && dep->regindex <= CR_IRR3)
8699 || dep->regindex == CR_TPR)
8701 specs[count++] = tmpl;
8708 specs[count++] = tmpl;
8717 case IA64_RS_INSERVICE:
8718 /* look for write of EOI (67) or read of IVR (65) */
8719 if ((idesc->operands[0] == IA64_OPND_CR3
8720 && CURR_SLOT.opnd[0].X_add_number - REG_CR == CR_EOI)
8721 || (idesc->operands[1] == IA64_OPND_CR3
8722 && CURR_SLOT.opnd[1].X_add_number - REG_CR == CR_IVR))
8724 specs[count++] = tmpl;
8731 specs[count++] = tmpl;
8742 specs[count++] = tmpl;
8746 /* Check if any of the registers accessed are in the rotating region.
8747 mov to/from pr accesses CFM only when qp_regno is in the rotating
8749 for (i = 0; i < NELEMS (idesc->operands); i++)
8751 if (idesc->operands[i] == IA64_OPND_R1
8752 || idesc->operands[i] == IA64_OPND_R2
8753 || idesc->operands[i] == IA64_OPND_R3)
8755 int num = CURR_SLOT.opnd[i].X_add_number - REG_GR;
8756 /* Assumes that md.rot.num_regs is always valid */
8757 if (md.rot.num_regs > 0
8759 && num < 31 + md.rot.num_regs)
8761 specs[count] = tmpl;
8762 specs[count++].specific = 0;
8765 else if (idesc->operands[i] == IA64_OPND_F1
8766 || idesc->operands[i] == IA64_OPND_F2
8767 || idesc->operands[i] == IA64_OPND_F3
8768 || idesc->operands[i] == IA64_OPND_F4)
8770 int num = CURR_SLOT.opnd[i].X_add_number - REG_FR;
8773 specs[count] = tmpl;
8774 specs[count++].specific = 0;
8777 else if (idesc->operands[i] == IA64_OPND_P1
8778 || idesc->operands[i] == IA64_OPND_P2)
8780 int num = CURR_SLOT.opnd[i].X_add_number - REG_P;
8783 specs[count] = tmpl;
8784 specs[count++].specific = 0;
8788 if (CURR_SLOT.qp_regno > 15)
8790 specs[count] = tmpl;
8791 specs[count++].specific = 0;
8796 /* This is the same as IA64_RS_PRr, except simplified to account for
8797 the fact that there is only one register. */
8801 specs[count++] = tmpl;
8806 if (idesc->operands[2] == IA64_OPND_IMM17)
8807 mask = CURR_SLOT.opnd[2].X_add_number;
8808 if (mask & ((valueT) 1 << 63))
8809 specs[count++] = tmpl;
8811 else if (note == 11)
8813 if ((idesc->operands[0] == IA64_OPND_P1
8814 && CURR_SLOT.opnd[0].X_add_number - REG_P == 63)
8815 || (idesc->operands[1] == IA64_OPND_P2
8816 && CURR_SLOT.opnd[1].X_add_number - REG_P == 63))
8818 specs[count++] = tmpl;
8821 else if (note == 12)
8823 if (CURR_SLOT.qp_regno == 63)
8825 specs[count++] = tmpl;
8832 int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P;
8833 int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P;
8834 int or_andcm = strstr (idesc->name, "or.andcm") != NULL;
8835 int and_orcm = strstr (idesc->name, "and.orcm") != NULL;
8838 && (idesc->operands[0] == IA64_OPND_P1
8839 || idesc->operands[0] == IA64_OPND_P2))
8841 specs[count] = tmpl;
8842 specs[count++].cmp_type =
8843 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
8846 && (idesc->operands[1] == IA64_OPND_P1
8847 || idesc->operands[1] == IA64_OPND_P2))
8849 specs[count] = tmpl;
8850 specs[count++].cmp_type =
8851 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
8856 if (CURR_SLOT.qp_regno == 63)
8858 specs[count++] = tmpl;
8869 /* FIXME we can identify some individual RSE written resources, but RSE
8870 read resources have not yet been completely identified, so for now
8871 treat RSE as a single resource */
8872 if (strncmp (idesc->name, "mov", 3) == 0)
8876 if (idesc->operands[0] == IA64_OPND_AR3
8877 && CURR_SLOT.opnd[0].X_add_number - REG_AR == AR_BSPSTORE)
8879 specs[count] = tmpl;
8880 specs[count++].index = 0; /* IA64_RSE_BSPLOAD/RNATBITINDEX */
8885 if (idesc->operands[0] == IA64_OPND_AR3)
8887 if (CURR_SLOT.opnd[0].X_add_number - REG_AR == AR_BSPSTORE
8888 || CURR_SLOT.opnd[0].X_add_number - REG_AR == AR_RNAT)
8890 specs[count++] = tmpl;
8893 else if (idesc->operands[1] == IA64_OPND_AR3)
8895 if (CURR_SLOT.opnd[1].X_add_number - REG_AR == AR_BSP
8896 || CURR_SLOT.opnd[1].X_add_number - REG_AR == AR_BSPSTORE
8897 || CURR_SLOT.opnd[1].X_add_number - REG_AR == AR_RNAT)
8899 specs[count++] = tmpl;
8906 specs[count++] = tmpl;
8911 /* FIXME -- do any of these need to be non-specific? */
8912 specs[count++] = tmpl;
8916 as_bad (_("Unrecognized dependency specifier %d\n"), dep->specifier);
8923 /* Clear branch flags on marked resources. This breaks the link between the
8924 QP of the marking instruction and a subsequent branch on the same QP. */
8927 clear_qp_branch_flag (mask)
8931 for (i = 0; i < regdepslen; i++)
8933 valueT bit = ((valueT) 1 << regdeps[i].qp_regno);
8934 if ((bit & mask) != 0)
8936 regdeps[i].link_to_qp_branch = 0;
8941 /* MASK contains 2 and only 2 PRs which are mutually exclusive. Remove
8942 any mutexes which contain one of the PRs and create new ones when
8946 update_qp_mutex (valueT mask)
8952 while (i < qp_mutexeslen)
8954 if ((qp_mutexes[i].prmask & mask) != 0)
8956 /* If it destroys and creates the same mutex, do nothing. */
8957 if (qp_mutexes[i].prmask == mask
8958 && qp_mutexes[i].path == md.path)
8969 fprintf (stderr, " Clearing mutex relation");
8970 print_prmask (qp_mutexes[i].prmask);
8971 fprintf (stderr, "\n");
8974 /* Deal with the old mutex with more than 3+ PRs only if
8975 the new mutex on the same execution path with it.
8977 FIXME: The 3+ mutex support is incomplete.
8978 dot_pred_rel () may be a better place to fix it. */
8979 if (qp_mutexes[i].path == md.path)
8981 /* If it is a proper subset of the mutex, create a
8984 && (qp_mutexes[i].prmask & mask) == mask)
8987 qp_mutexes[i].prmask &= ~mask;
8988 if (qp_mutexes[i].prmask & (qp_mutexes[i].prmask - 1))
8990 /* Modify the mutex if there are more than one
8998 /* Remove the mutex. */
8999 qp_mutexes[i] = qp_mutexes[--qp_mutexeslen];
9007 add_qp_mutex (mask);
9012 /* Remove any mutexes which contain any of the PRs indicated in the mask.
9014 Any changes to a PR clears the mutex relations which include that PR. */
9017 clear_qp_mutex (mask)
9023 while (i < qp_mutexeslen)
9025 if ((qp_mutexes[i].prmask & mask) != 0)
9029 fprintf (stderr, " Clearing mutex relation");
9030 print_prmask (qp_mutexes[i].prmask);
9031 fprintf (stderr, "\n");
9033 qp_mutexes[i] = qp_mutexes[--qp_mutexeslen];
9040 /* Clear implies relations which contain PRs in the given masks.
9041 P1_MASK indicates the source of the implies relation, while P2_MASK
9042 indicates the implied PR. */
9045 clear_qp_implies (p1_mask, p2_mask)
9052 while (i < qp_implieslen)
9054 if ((((valueT) 1 << qp_implies[i].p1) & p1_mask) != 0
9055 || (((valueT) 1 << qp_implies[i].p2) & p2_mask) != 0)
9058 fprintf (stderr, "Clearing implied relation PR%d->PR%d\n",
9059 qp_implies[i].p1, qp_implies[i].p2);
9060 qp_implies[i] = qp_implies[--qp_implieslen];
9067 /* Add the PRs specified to the list of implied relations. */
9070 add_qp_imply (p1, p2)
9077 /* p0 is not meaningful here. */
9078 if (p1 == 0 || p2 == 0)
9084 /* If it exists already, ignore it. */
9085 for (i = 0; i < qp_implieslen; i++)
9087 if (qp_implies[i].p1 == p1
9088 && qp_implies[i].p2 == p2
9089 && qp_implies[i].path == md.path
9090 && !qp_implies[i].p2_branched)
9094 if (qp_implieslen == qp_impliestotlen)
9096 qp_impliestotlen += 20;
9097 qp_implies = (struct qp_imply *)
9098 xrealloc ((void *) qp_implies,
9099 qp_impliestotlen * sizeof (struct qp_imply));
9102 fprintf (stderr, " Registering PR%d implies PR%d\n", p1, p2);
9103 qp_implies[qp_implieslen].p1 = p1;
9104 qp_implies[qp_implieslen].p2 = p2;
9105 qp_implies[qp_implieslen].path = md.path;
9106 qp_implies[qp_implieslen++].p2_branched = 0;
9108 /* Add in the implied transitive relations; for everything that p2 implies,
9109 make p1 imply that, too; for everything that implies p1, make it imply p2
9111 for (i = 0; i < qp_implieslen; i++)
9113 if (qp_implies[i].p1 == p2)
9114 add_qp_imply (p1, qp_implies[i].p2);
9115 if (qp_implies[i].p2 == p1)
9116 add_qp_imply (qp_implies[i].p1, p2);
9118 /* Add in mutex relations implied by this implies relation; for each mutex
9119 relation containing p2, duplicate it and replace p2 with p1. */
9120 bit = (valueT) 1 << p1;
9121 mask = (valueT) 1 << p2;
9122 for (i = 0; i < qp_mutexeslen; i++)
9124 if (qp_mutexes[i].prmask & mask)
9125 add_qp_mutex ((qp_mutexes[i].prmask & ~mask) | bit);
9129 /* Add the PRs specified in the mask to the mutex list; this means that only
9130 one of the PRs can be true at any time. PR0 should never be included in
9140 if (qp_mutexeslen == qp_mutexestotlen)
9142 qp_mutexestotlen += 20;
9143 qp_mutexes = (struct qpmutex *)
9144 xrealloc ((void *) qp_mutexes,
9145 qp_mutexestotlen * sizeof (struct qpmutex));
9149 fprintf (stderr, " Registering mutex on");
9150 print_prmask (mask);
9151 fprintf (stderr, "\n");
9153 qp_mutexes[qp_mutexeslen].path = md.path;
9154 qp_mutexes[qp_mutexeslen++].prmask = mask;
9158 has_suffix_p (name, suffix)
9162 size_t namelen = strlen (name);
9163 size_t sufflen = strlen (suffix);
9165 if (namelen <= sufflen)
9167 return strcmp (name + namelen - sufflen, suffix) == 0;
9171 clear_register_values ()
9175 fprintf (stderr, " Clearing register values\n");
9176 for (i = 1; i < NELEMS (gr_values); i++)
9177 gr_values[i].known = 0;
9180 /* Keep track of register values/changes which affect DV tracking.
9182 optimization note: should add a flag to classes of insns where otherwise we
9183 have to examine a group of strings to identify them. */
9186 note_register_values (idesc)
9187 struct ia64_opcode *idesc;
9189 valueT qp_changemask = 0;
9192 /* Invalidate values for registers being written to. */
9193 for (i = 0; i < idesc->num_outputs; i++)
9195 if (idesc->operands[i] == IA64_OPND_R1
9196 || idesc->operands[i] == IA64_OPND_R2
9197 || idesc->operands[i] == IA64_OPND_R3)
9199 int regno = CURR_SLOT.opnd[i].X_add_number - REG_GR;
9200 if (regno > 0 && regno < NELEMS (gr_values))
9201 gr_values[regno].known = 0;
9203 else if (idesc->operands[i] == IA64_OPND_R3_2)
9205 int regno = CURR_SLOT.opnd[i].X_add_number - REG_GR;
9206 if (regno > 0 && regno < 4)
9207 gr_values[regno].known = 0;
9209 else if (idesc->operands[i] == IA64_OPND_P1
9210 || idesc->operands[i] == IA64_OPND_P2)
9212 int regno = CURR_SLOT.opnd[i].X_add_number - REG_P;
9213 qp_changemask |= (valueT) 1 << regno;
9215 else if (idesc->operands[i] == IA64_OPND_PR)
9217 if (idesc->operands[2] & (valueT) 0x10000)
9218 qp_changemask = ~(valueT) 0x1FFFF | idesc->operands[2];
9220 qp_changemask = idesc->operands[2];
9223 else if (idesc->operands[i] == IA64_OPND_PR_ROT)
9225 if (idesc->operands[1] & ((valueT) 1 << 43))
9226 qp_changemask = -((valueT) 1 << 44) | idesc->operands[1];
9228 qp_changemask = idesc->operands[1];
9229 qp_changemask &= ~(valueT) 0xFFFF;
9234 /* Always clear qp branch flags on any PR change. */
9235 /* FIXME there may be exceptions for certain compares. */
9236 clear_qp_branch_flag (qp_changemask);
9238 /* Invalidate rotating registers on insns which affect RRBs in CFM. */
9239 if (idesc->flags & IA64_OPCODE_MOD_RRBS)
9241 qp_changemask |= ~(valueT) 0xFFFF;
9242 if (strcmp (idesc->name, "clrrrb.pr") != 0)
9244 for (i = 32; i < 32 + md.rot.num_regs; i++)
9245 gr_values[i].known = 0;
9247 clear_qp_mutex (qp_changemask);
9248 clear_qp_implies (qp_changemask, qp_changemask);
9250 /* After a call, all register values are undefined, except those marked
9252 else if (strncmp (idesc->name, "br.call", 6) == 0
9253 || strncmp (idesc->name, "brl.call", 7) == 0)
9255 /* FIXME keep GR values which are marked as "safe_across_calls" */
9256 clear_register_values ();
9257 clear_qp_mutex (~qp_safe_across_calls);
9258 clear_qp_implies (~qp_safe_across_calls, ~qp_safe_across_calls);
9259 clear_qp_branch_flag (~qp_safe_across_calls);
9261 else if (is_interruption_or_rfi (idesc)
9262 || is_taken_branch (idesc))
9264 clear_register_values ();
9265 clear_qp_mutex (~(valueT) 0);
9266 clear_qp_implies (~(valueT) 0, ~(valueT) 0);
9268 /* Look for mutex and implies relations. */
9269 else if ((idesc->operands[0] == IA64_OPND_P1
9270 || idesc->operands[0] == IA64_OPND_P2)
9271 && (idesc->operands[1] == IA64_OPND_P1
9272 || idesc->operands[1] == IA64_OPND_P2))
9274 int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P;
9275 int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P;
9276 valueT p1mask = (p1 != 0) ? (valueT) 1 << p1 : 0;
9277 valueT p2mask = (p2 != 0) ? (valueT) 1 << p2 : 0;
9279 /* If both PRs are PR0, we can't really do anything. */
9280 if (p1 == 0 && p2 == 0)
9283 fprintf (stderr, " Ignoring PRs due to inclusion of p0\n");
9285 /* In general, clear mutexes and implies which include P1 or P2,
9286 with the following exceptions. */
9287 else if (has_suffix_p (idesc->name, ".or.andcm")
9288 || has_suffix_p (idesc->name, ".and.orcm"))
9290 clear_qp_implies (p2mask, p1mask);
9292 else if (has_suffix_p (idesc->name, ".andcm")
9293 || has_suffix_p (idesc->name, ".and"))
9295 clear_qp_implies (0, p1mask | p2mask);
9297 else if (has_suffix_p (idesc->name, ".orcm")
9298 || has_suffix_p (idesc->name, ".or"))
9300 clear_qp_mutex (p1mask | p2mask);
9301 clear_qp_implies (p1mask | p2mask, 0);
9307 clear_qp_implies (p1mask | p2mask, p1mask | p2mask);
9309 /* If one of the PRs is PR0, we call clear_qp_mutex. */
9310 if (p1 == 0 || p2 == 0)
9311 clear_qp_mutex (p1mask | p2mask);
9313 added = update_qp_mutex (p1mask | p2mask);
9315 if (CURR_SLOT.qp_regno == 0
9316 || has_suffix_p (idesc->name, ".unc"))
9318 if (added == 0 && p1 && p2)
9319 add_qp_mutex (p1mask | p2mask);
9320 if (CURR_SLOT.qp_regno != 0)
9323 add_qp_imply (p1, CURR_SLOT.qp_regno);
9325 add_qp_imply (p2, CURR_SLOT.qp_regno);
9330 /* Look for mov imm insns into GRs. */
9331 else if (idesc->operands[0] == IA64_OPND_R1
9332 && (idesc->operands[1] == IA64_OPND_IMM22
9333 || idesc->operands[1] == IA64_OPND_IMMU64)
9334 && (strcmp (idesc->name, "mov") == 0
9335 || strcmp (idesc->name, "movl") == 0))
9337 int regno = CURR_SLOT.opnd[0].X_add_number - REG_GR;
9338 if (regno > 0 && regno < NELEMS (gr_values))
9340 gr_values[regno].known = 1;
9341 gr_values[regno].value = CURR_SLOT.opnd[1].X_add_number;
9342 gr_values[regno].path = md.path;
9345 fprintf (stderr, " Know gr%d = ", regno);
9346 fprintf_vma (stderr, gr_values[regno].value);
9347 fputs ("\n", stderr);
9353 clear_qp_mutex (qp_changemask);
9354 clear_qp_implies (qp_changemask, qp_changemask);
9358 /* Return whether the given predicate registers are currently mutex. */
9361 qp_mutex (p1, p2, path)
9371 mask = ((valueT) 1 << p1) | (valueT) 1 << p2;
9372 for (i = 0; i < qp_mutexeslen; i++)
9374 if (qp_mutexes[i].path >= path
9375 && (qp_mutexes[i].prmask & mask) == mask)
9382 /* Return whether the given resource is in the given insn's list of chks
9383 Return 1 if the conflict is absolutely determined, 2 if it's a potential
9387 resources_match (rs, idesc, note, qp_regno, path)
9389 struct ia64_opcode *idesc;
9394 struct rsrc specs[MAX_SPECS];
9397 /* If the marked resource's qp_regno and the given qp_regno are mutex,
9398 we don't need to check. One exception is note 11, which indicates that
9399 target predicates are written regardless of PR[qp]. */
9400 if (qp_mutex (rs->qp_regno, qp_regno, path)
9404 count = specify_resource (rs->dependency, idesc, DV_CHK, specs, note, path);
9407 /* UNAT checking is a bit more specific than other resources */
9408 if (rs->dependency->specifier == IA64_RS_AR_UNAT
9409 && specs[count].mem_offset.hint
9410 && rs->mem_offset.hint)
9412 if (rs->mem_offset.base == specs[count].mem_offset.base)
9414 if (((rs->mem_offset.offset >> 3) & 0x3F) ==
9415 ((specs[count].mem_offset.offset >> 3) & 0x3F))
9422 /* Skip apparent PR write conflicts where both writes are an AND or both
9423 writes are an OR. */
9424 if (rs->dependency->specifier == IA64_RS_PR
9425 || rs->dependency->specifier == IA64_RS_PRr
9426 || rs->dependency->specifier == IA64_RS_PR63)
9428 if (specs[count].cmp_type != CMP_NONE
9429 && specs[count].cmp_type == rs->cmp_type)
9432 fprintf (stderr, " %s on parallel compare allowed (PR%d)\n",
9433 dv_mode[rs->dependency->mode],
9434 rs->dependency->specifier != IA64_RS_PR63 ?
9435 specs[count].index : 63);
9440 " %s on parallel compare conflict %s vs %s on PR%d\n",
9441 dv_mode[rs->dependency->mode],
9442 dv_cmp_type[rs->cmp_type],
9443 dv_cmp_type[specs[count].cmp_type],
9444 rs->dependency->specifier != IA64_RS_PR63 ?
9445 specs[count].index : 63);
9449 /* If either resource is not specific, conservatively assume a conflict
9451 if (!specs[count].specific || !rs->specific)
9453 else if (specs[count].index == rs->index)
9458 fprintf (stderr, " No %s conflicts\n", rs->dependency->name);
9464 /* Indicate an instruction group break; if INSERT_STOP is non-zero, then
9465 insert a stop to create the break. Update all resource dependencies
9466 appropriately. If QP_REGNO is non-zero, only apply the break to resources
9467 which use the same QP_REGNO and have the link_to_qp_branch flag set.
9468 If SAVE_CURRENT is non-zero, don't affect resources marked by the current
9472 insn_group_break (insert_stop, qp_regno, save_current)
9479 if (insert_stop && md.num_slots_in_use > 0)
9480 PREV_SLOT.end_of_insn_group = 1;
9484 fprintf (stderr, " Insn group break%s",
9485 (insert_stop ? " (w/stop)" : ""));
9487 fprintf (stderr, " effective for QP=%d", qp_regno);
9488 fprintf (stderr, "\n");
9492 while (i < regdepslen)
9494 const struct ia64_dependency *dep = regdeps[i].dependency;
9497 && regdeps[i].qp_regno != qp_regno)
9504 && CURR_SLOT.src_file == regdeps[i].file
9505 && CURR_SLOT.src_line == regdeps[i].line)
9511 /* clear dependencies which are automatically cleared by a stop, or
9512 those that have reached the appropriate state of insn serialization */
9513 if (dep->semantics == IA64_DVS_IMPLIED
9514 || dep->semantics == IA64_DVS_IMPLIEDF
9515 || regdeps[i].insn_srlz == STATE_SRLZ)
9517 print_dependency ("Removing", i);
9518 regdeps[i] = regdeps[--regdepslen];
9522 if (dep->semantics == IA64_DVS_DATA
9523 || dep->semantics == IA64_DVS_INSTR
9524 || dep->semantics == IA64_DVS_SPECIFIC)
9526 if (regdeps[i].insn_srlz == STATE_NONE)
9527 regdeps[i].insn_srlz = STATE_STOP;
9528 if (regdeps[i].data_srlz == STATE_NONE)
9529 regdeps[i].data_srlz = STATE_STOP;
9536 /* Add the given resource usage spec to the list of active dependencies. */
9539 mark_resource (idesc, dep, spec, depind, path)
9540 struct ia64_opcode *idesc ATTRIBUTE_UNUSED;
9541 const struct ia64_dependency *dep ATTRIBUTE_UNUSED;
9546 if (regdepslen == regdepstotlen)
9548 regdepstotlen += 20;
9549 regdeps = (struct rsrc *)
9550 xrealloc ((void *) regdeps,
9551 regdepstotlen * sizeof (struct rsrc));
9554 regdeps[regdepslen] = *spec;
9555 regdeps[regdepslen].depind = depind;
9556 regdeps[regdepslen].path = path;
9557 regdeps[regdepslen].file = CURR_SLOT.src_file;
9558 regdeps[regdepslen].line = CURR_SLOT.src_line;
9560 print_dependency ("Adding", regdepslen);
9566 print_dependency (action, depind)
9572 fprintf (stderr, " %s %s '%s'",
9573 action, dv_mode[(regdeps[depind].dependency)->mode],
9574 (regdeps[depind].dependency)->name);
9575 if (regdeps[depind].specific && regdeps[depind].index != 0)
9576 fprintf (stderr, " (%d)", regdeps[depind].index);
9577 if (regdeps[depind].mem_offset.hint)
9579 fputs (" ", stderr);
9580 fprintf_vma (stderr, regdeps[depind].mem_offset.base);
9581 fputs ("+", stderr);
9582 fprintf_vma (stderr, regdeps[depind].mem_offset.offset);
9584 fprintf (stderr, "\n");
9589 instruction_serialization ()
9593 fprintf (stderr, " Instruction serialization\n");
9594 for (i = 0; i < regdepslen; i++)
9595 if (regdeps[i].insn_srlz == STATE_STOP)
9596 regdeps[i].insn_srlz = STATE_SRLZ;
9600 data_serialization ()
9604 fprintf (stderr, " Data serialization\n");
9605 while (i < regdepslen)
9607 if (regdeps[i].data_srlz == STATE_STOP
9608 /* Note: as of 991210, all "other" dependencies are cleared by a
9609 data serialization. This might change with new tables */
9610 || (regdeps[i].dependency)->semantics == IA64_DVS_OTHER)
9612 print_dependency ("Removing", i);
9613 regdeps[i] = regdeps[--regdepslen];
9620 /* Insert stops and serializations as needed to avoid DVs. */
9623 remove_marked_resource (rs)
9626 switch (rs->dependency->semantics)
9628 case IA64_DVS_SPECIFIC:
9630 fprintf (stderr, "Implementation-specific, assume worst case...\n");
9631 /* ...fall through... */
9632 case IA64_DVS_INSTR:
9634 fprintf (stderr, "Inserting instr serialization\n");
9635 if (rs->insn_srlz < STATE_STOP)
9636 insn_group_break (1, 0, 0);
9637 if (rs->insn_srlz < STATE_SRLZ)
9639 struct slot oldslot = CURR_SLOT;
9640 /* Manually jam a srlz.i insn into the stream */
9641 memset (&CURR_SLOT, 0, sizeof (CURR_SLOT));
9642 CURR_SLOT.idesc = ia64_find_opcode ("srlz.i");
9643 instruction_serialization ();
9644 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS;
9645 if (++md.num_slots_in_use >= NUM_SLOTS)
9647 CURR_SLOT = oldslot;
9649 insn_group_break (1, 0, 0);
9651 case IA64_DVS_OTHER: /* as of rev2 (991220) of the DV tables, all
9652 "other" types of DV are eliminated
9653 by a data serialization */
9656 fprintf (stderr, "Inserting data serialization\n");
9657 if (rs->data_srlz < STATE_STOP)
9658 insn_group_break (1, 0, 0);
9660 struct slot oldslot = CURR_SLOT;
9661 /* Manually jam a srlz.d insn into the stream */
9662 memset (&CURR_SLOT, 0, sizeof (CURR_SLOT));
9663 CURR_SLOT.idesc = ia64_find_opcode ("srlz.d");
9664 data_serialization ();
9665 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS;
9666 if (++md.num_slots_in_use >= NUM_SLOTS)
9668 CURR_SLOT = oldslot;
9671 case IA64_DVS_IMPLIED:
9672 case IA64_DVS_IMPLIEDF:
9674 fprintf (stderr, "Inserting stop\n");
9675 insn_group_break (1, 0, 0);
9682 /* Check the resources used by the given opcode against the current dependency
9685 The check is run once for each execution path encountered. In this case,
9686 a unique execution path is the sequence of instructions following a code
9687 entry point, e.g. the following has three execution paths, one starting
9688 at L0, one at L1, and one at L2.
9697 check_dependencies (idesc)
9698 struct ia64_opcode *idesc;
9700 const struct ia64_opcode_dependency *opdeps = idesc->dependencies;
9704 /* Note that the number of marked resources may change within the
9705 loop if in auto mode. */
9707 while (i < regdepslen)
9709 struct rsrc *rs = ®deps[i];
9710 const struct ia64_dependency *dep = rs->dependency;
9715 if (dep->semantics == IA64_DVS_NONE
9716 || (chkind = depends_on (rs->depind, idesc)) == -1)
9722 note = NOTE (opdeps->chks[chkind]);
9724 /* Check this resource against each execution path seen thus far. */
9725 for (path = 0; path <= md.path; path++)
9729 /* If the dependency wasn't on the path being checked, ignore it. */
9730 if (rs->path < path)
9733 /* If the QP for this insn implies a QP which has branched, don't
9734 bother checking. Ed. NOTE: I don't think this check is terribly
9735 useful; what's the point of generating code which will only be
9736 reached if its QP is zero?
9737 This code was specifically inserted to handle the following code,
9738 based on notes from Intel's DV checking code, where p1 implies p2.
9744 if (CURR_SLOT.qp_regno != 0)
9748 for (implies = 0; implies < qp_implieslen; implies++)
9750 if (qp_implies[implies].path >= path
9751 && qp_implies[implies].p1 == CURR_SLOT.qp_regno
9752 && qp_implies[implies].p2_branched)
9762 if ((matchtype = resources_match (rs, idesc, note,
9763 CURR_SLOT.qp_regno, path)) != 0)
9766 char pathmsg[256] = "";
9767 char indexmsg[256] = "";
9768 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0);
9771 sprintf (pathmsg, " when entry is at label '%s'",
9772 md.entry_labels[path - 1]);
9773 if (rs->specific && rs->index != 0)
9774 sprintf (indexmsg, ", specific resource number is %d",
9776 sprintf (msg, "Use of '%s' %s %s dependency '%s' (%s)%s%s",
9778 (certain ? "violates" : "may violate"),
9779 dv_mode[dep->mode], dep->name,
9780 dv_sem[dep->semantics],
9783 if (md.explicit_mode)
9785 as_warn ("%s", msg);
9787 as_warn (_("Only the first path encountering the conflict "
9789 as_warn_where (rs->file, rs->line,
9790 _("This is the location of the "
9791 "conflicting usage"));
9792 /* Don't bother checking other paths, to avoid duplicating
9799 fprintf (stderr, "%s @ %s:%d\n", msg, rs->file, rs->line);
9801 remove_marked_resource (rs);
9803 /* since the set of dependencies has changed, start over */
9804 /* FIXME -- since we're removing dvs as we go, we
9805 probably don't really need to start over... */
9818 /* Register new dependencies based on the given opcode. */
9821 mark_resources (idesc)
9822 struct ia64_opcode *idesc;
9825 const struct ia64_opcode_dependency *opdeps = idesc->dependencies;
9826 int add_only_qp_reads = 0;
9828 /* A conditional branch only uses its resources if it is taken; if it is
9829 taken, we stop following that path. The other branch types effectively
9830 *always* write their resources. If it's not taken, register only QP
9832 if (is_conditional_branch (idesc) || is_interruption_or_rfi (idesc))
9834 add_only_qp_reads = 1;
9838 fprintf (stderr, "Registering '%s' resource usage\n", idesc->name);
9840 for (i = 0; i < opdeps->nregs; i++)
9842 const struct ia64_dependency *dep;
9843 struct rsrc specs[MAX_SPECS];
9848 dep = ia64_find_dependency (opdeps->regs[i]);
9849 note = NOTE (opdeps->regs[i]);
9851 if (add_only_qp_reads
9852 && !(dep->mode == IA64_DV_WAR
9853 && (dep->specifier == IA64_RS_PR
9854 || dep->specifier == IA64_RS_PRr
9855 || dep->specifier == IA64_RS_PR63)))
9858 count = specify_resource (dep, idesc, DV_REG, specs, note, md.path);
9861 if (md.debug_dv && !count)
9862 fprintf (stderr, " No %s %s usage found (path %d)\n",
9863 dv_mode[dep->mode], dep->name, md.path);
9868 mark_resource (idesc, dep, &specs[count],
9869 DEP (opdeps->regs[i]), md.path);
9872 /* The execution path may affect register values, which may in turn
9873 affect which indirect-access resources are accessed. */
9874 switch (dep->specifier)
9886 for (path = 0; path < md.path; path++)
9888 count = specify_resource (dep, idesc, DV_REG, specs, note, path);
9890 mark_resource (idesc, dep, &specs[count],
9891 DEP (opdeps->regs[i]), path);
9898 /* Remove dependencies when they no longer apply. */
9901 update_dependencies (idesc)
9902 struct ia64_opcode *idesc;
9906 if (strcmp (idesc->name, "srlz.i") == 0)
9908 instruction_serialization ();
9910 else if (strcmp (idesc->name, "srlz.d") == 0)
9912 data_serialization ();
9914 else if (is_interruption_or_rfi (idesc)
9915 || is_taken_branch (idesc))
9917 /* Although technically the taken branch doesn't clear dependencies
9918 which require a srlz.[id], we don't follow the branch; the next
9919 instruction is assumed to start with a clean slate. */
9923 else if (is_conditional_branch (idesc)
9924 && CURR_SLOT.qp_regno != 0)
9926 int is_call = strstr (idesc->name, ".call") != NULL;
9928 for (i = 0; i < qp_implieslen; i++)
9930 /* If the conditional branch's predicate is implied by the predicate
9931 in an existing dependency, remove that dependency. */
9932 if (qp_implies[i].p2 == CURR_SLOT.qp_regno)
9935 /* Note that this implied predicate takes a branch so that if
9936 a later insn generates a DV but its predicate implies this
9937 one, we can avoid the false DV warning. */
9938 qp_implies[i].p2_branched = 1;
9939 while (depind < regdepslen)
9941 if (regdeps[depind].qp_regno == qp_implies[i].p1)
9943 print_dependency ("Removing", depind);
9944 regdeps[depind] = regdeps[--regdepslen];
9951 /* Any marked resources which have this same predicate should be
9952 cleared, provided that the QP hasn't been modified between the
9953 marking instruction and the branch. */
9956 insn_group_break (0, CURR_SLOT.qp_regno, 1);
9961 while (i < regdepslen)
9963 if (regdeps[i].qp_regno == CURR_SLOT.qp_regno
9964 && regdeps[i].link_to_qp_branch
9965 && (regdeps[i].file != CURR_SLOT.src_file
9966 || regdeps[i].line != CURR_SLOT.src_line))
9968 /* Treat like a taken branch */
9969 print_dependency ("Removing", i);
9970 regdeps[i] = regdeps[--regdepslen];
9979 /* Examine the current instruction for dependency violations. */
9983 struct ia64_opcode *idesc;
9987 fprintf (stderr, "Checking %s for violations (line %d, %d/%d)\n",
9988 idesc->name, CURR_SLOT.src_line,
9989 idesc->dependencies->nchks,
9990 idesc->dependencies->nregs);
9993 /* Look through the list of currently marked resources; if the current
9994 instruction has the dependency in its chks list which uses that resource,
9995 check against the specific resources used. */
9996 check_dependencies (idesc);
9998 /* Look up the instruction's regdeps (RAW writes, WAW writes, and WAR reads),
9999 then add them to the list of marked resources. */
10000 mark_resources (idesc);
10002 /* There are several types of dependency semantics, and each has its own
10003 requirements for being cleared
10005 Instruction serialization (insns separated by interruption, rfi, or
10006 writer + srlz.i + reader, all in separate groups) clears DVS_INSTR.
10008 Data serialization (instruction serialization, or writer + srlz.d +
10009 reader, where writer and srlz.d are in separate groups) clears
10010 DVS_DATA. (This also clears DVS_OTHER, but that is not guaranteed to
10011 always be the case).
10013 Instruction group break (groups separated by stop, taken branch,
10014 interruption or rfi) clears DVS_IMPLIED and DVS_IMPLIEDF.
10016 update_dependencies (idesc);
10018 /* Sometimes, knowing a register value allows us to avoid giving a false DV
10019 warning. Keep track of as many as possible that are useful. */
10020 note_register_values (idesc);
10022 /* We don't need or want this anymore. */
10023 md.mem_offset.hint = 0;
10028 /* Translate one line of assembly. Pseudo ops and labels do not show
10034 char *saved_input_line_pointer, *mnemonic;
10035 const struct pseudo_opcode *pdesc;
10036 struct ia64_opcode *idesc;
10037 unsigned char qp_regno;
10038 unsigned int flags;
10041 saved_input_line_pointer = input_line_pointer;
10042 input_line_pointer = str;
10044 /* extract the opcode (mnemonic): */
10046 mnemonic = input_line_pointer;
10047 ch = get_symbol_end ();
10048 pdesc = (struct pseudo_opcode *) hash_find (md.pseudo_hash, mnemonic);
10051 *input_line_pointer = ch;
10052 (*pdesc->handler) (pdesc->arg);
10056 /* Find the instruction descriptor matching the arguments. */
10058 idesc = ia64_find_opcode (mnemonic);
10059 *input_line_pointer = ch;
10062 as_bad ("Unknown opcode `%s'", mnemonic);
10066 idesc = parse_operands (idesc);
10070 /* Handle the dynamic ops we can handle now: */
10071 if (idesc->type == IA64_TYPE_DYN)
10073 if (strcmp (idesc->name, "add") == 0)
10075 if (CURR_SLOT.opnd[2].X_op == O_register
10076 && CURR_SLOT.opnd[2].X_add_number < 4)
10080 ia64_free_opcode (idesc);
10081 idesc = ia64_find_opcode (mnemonic);
10083 know (!idesc->next);
10086 else if (strcmp (idesc->name, "mov") == 0)
10088 enum ia64_opnd opnd1, opnd2;
10091 opnd1 = idesc->operands[0];
10092 opnd2 = idesc->operands[1];
10093 if (opnd1 == IA64_OPND_AR3)
10095 else if (opnd2 == IA64_OPND_AR3)
10099 if (CURR_SLOT.opnd[rop].X_op == O_register)
10101 if (ar_is_only_in_integer_unit (CURR_SLOT.opnd[rop].X_add_number))
10102 mnemonic = "mov.i";
10103 else if (ar_is_only_in_memory_unit (CURR_SLOT.opnd[rop].X_add_number))
10104 mnemonic = "mov.m";
10112 ia64_free_opcode (idesc);
10113 idesc = ia64_find_opcode (mnemonic);
10114 while (idesc != NULL
10115 && (idesc->operands[0] != opnd1
10116 || idesc->operands[1] != opnd2))
10117 idesc = get_next_opcode (idesc);
10121 else if (strcmp (idesc->name, "mov.i") == 0
10122 || strcmp (idesc->name, "mov.m") == 0)
10124 enum ia64_opnd opnd1, opnd2;
10127 opnd1 = idesc->operands[0];
10128 opnd2 = idesc->operands[1];
10129 if (opnd1 == IA64_OPND_AR3)
10131 else if (opnd2 == IA64_OPND_AR3)
10135 if (CURR_SLOT.opnd[rop].X_op == O_register)
10138 if (ar_is_only_in_integer_unit (CURR_SLOT.opnd[rop].X_add_number))
10140 else if (ar_is_only_in_memory_unit (CURR_SLOT.opnd[rop].X_add_number))
10142 if (unit != 'a' && unit != idesc->name [4])
10143 as_bad ("AR %d cannot be accessed by %c-unit",
10144 (int) (CURR_SLOT.opnd[rop].X_add_number - REG_AR),
10150 if (md.qp.X_op == O_register)
10152 qp_regno = md.qp.X_add_number - REG_P;
10153 md.qp.X_op = O_absent;
10156 flags = idesc->flags;
10158 if ((flags & IA64_OPCODE_FIRST) != 0)
10160 /* The alignment frag has to end with a stop bit only if the
10161 next instruction after the alignment directive has to be
10162 the first instruction in an instruction group. */
10165 while (align_frag->fr_type != rs_align_code)
10167 align_frag = align_frag->fr_next;
10171 /* align_frag can be NULL if there are directives in
10173 if (align_frag && align_frag->fr_next == frag_now)
10174 align_frag->tc_frag_data = 1;
10177 insn_group_break (1, 0, 0);
10181 if ((flags & IA64_OPCODE_NO_PRED) != 0 && qp_regno != 0)
10183 as_bad ("`%s' cannot be predicated", idesc->name);
10187 /* Build the instruction. */
10188 CURR_SLOT.qp_regno = qp_regno;
10189 CURR_SLOT.idesc = idesc;
10190 as_where (&CURR_SLOT.src_file, &CURR_SLOT.src_line);
10191 dwarf2_where (&CURR_SLOT.debug_line);
10193 /* Add unwind entry, if there is one. */
10194 if (unwind.current_entry)
10196 CURR_SLOT.unwind_record = unwind.current_entry;
10197 unwind.current_entry = NULL;
10200 /* Check for dependency violations. */
10204 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS;
10205 if (++md.num_slots_in_use >= NUM_SLOTS)
10206 emit_one_bundle ();
10208 if ((flags & IA64_OPCODE_LAST) != 0)
10209 insn_group_break (1, 0, 0);
10211 md.last_text_seg = now_seg;
10214 input_line_pointer = saved_input_line_pointer;
10217 /* Called when symbol NAME cannot be found in the symbol table.
10218 Should be used for dynamic valued symbols only. */
10221 md_undefined_symbol (name)
10222 char *name ATTRIBUTE_UNUSED;
10227 /* Called for any expression that can not be recognized. When the
10228 function is called, `input_line_pointer' will point to the start of
10235 enum pseudo_type pseudo_type;
10240 switch (*input_line_pointer)
10243 /* Find what relocation pseudo-function we're dealing with. */
10245 ch = *++input_line_pointer;
10246 for (i = 0; i < NELEMS (pseudo_func); ++i)
10247 if (pseudo_func[i].name && pseudo_func[i].name[0] == ch)
10249 len = strlen (pseudo_func[i].name);
10250 if (strncmp (pseudo_func[i].name + 1,
10251 input_line_pointer + 1, len - 1) == 0
10252 && !is_part_of_name (input_line_pointer[len]))
10254 input_line_pointer += len;
10255 pseudo_type = pseudo_func[i].type;
10259 switch (pseudo_type)
10261 case PSEUDO_FUNC_RELOC:
10262 SKIP_WHITESPACE ();
10263 if (*input_line_pointer != '(')
10265 as_bad ("Expected '('");
10269 ++input_line_pointer;
10271 if (*input_line_pointer++ != ')')
10273 as_bad ("Missing ')'");
10276 if (e->X_op != O_symbol)
10278 if (e->X_op != O_pseudo_fixup)
10280 as_bad ("Not a symbolic expression");
10283 if (i != FUNC_LT_RELATIVE)
10285 as_bad ("Illegal combination of relocation functions");
10288 switch (S_GET_VALUE (e->X_op_symbol))
10290 case FUNC_FPTR_RELATIVE:
10291 i = FUNC_LT_FPTR_RELATIVE; break;
10292 case FUNC_DTP_MODULE:
10293 i = FUNC_LT_DTP_MODULE; break;
10294 case FUNC_DTP_RELATIVE:
10295 i = FUNC_LT_DTP_RELATIVE; break;
10296 case FUNC_TP_RELATIVE:
10297 i = FUNC_LT_TP_RELATIVE; break;
10299 as_bad ("Illegal combination of relocation functions");
10303 /* Make sure gas doesn't get rid of local symbols that are used
10305 e->X_op = O_pseudo_fixup;
10306 e->X_op_symbol = pseudo_func[i].u.sym;
10309 case PSEUDO_FUNC_CONST:
10310 e->X_op = O_constant;
10311 e->X_add_number = pseudo_func[i].u.ival;
10314 case PSEUDO_FUNC_REG:
10315 e->X_op = O_register;
10316 e->X_add_number = pseudo_func[i].u.ival;
10320 name = input_line_pointer - 1;
10322 as_bad ("Unknown pseudo function `%s'", name);
10328 ++input_line_pointer;
10330 if (*input_line_pointer != ']')
10332 as_bad ("Closing bracket misssing");
10337 if (e->X_op != O_register)
10338 as_bad ("Register expected as index");
10340 ++input_line_pointer;
10351 ignore_rest_of_line ();
10354 /* Return 1 if it's OK to adjust a reloc by replacing the symbol with
10355 a section symbol plus some offset. For relocs involving @fptr(),
10356 directives we don't want such adjustments since we need to have the
10357 original symbol's name in the reloc. */
10359 ia64_fix_adjustable (fix)
10362 /* Prevent all adjustments to global symbols */
10363 if (S_IS_EXTERN (fix->fx_addsy) || S_IS_WEAK (fix->fx_addsy))
10366 switch (fix->fx_r_type)
10368 case BFD_RELOC_IA64_FPTR64I:
10369 case BFD_RELOC_IA64_FPTR32MSB:
10370 case BFD_RELOC_IA64_FPTR32LSB:
10371 case BFD_RELOC_IA64_FPTR64MSB:
10372 case BFD_RELOC_IA64_FPTR64LSB:
10373 case BFD_RELOC_IA64_LTOFF_FPTR22:
10374 case BFD_RELOC_IA64_LTOFF_FPTR64I:
10384 ia64_force_relocation (fix)
10387 switch (fix->fx_r_type)
10389 case BFD_RELOC_IA64_FPTR64I:
10390 case BFD_RELOC_IA64_FPTR32MSB:
10391 case BFD_RELOC_IA64_FPTR32LSB:
10392 case BFD_RELOC_IA64_FPTR64MSB:
10393 case BFD_RELOC_IA64_FPTR64LSB:
10395 case BFD_RELOC_IA64_LTOFF22:
10396 case BFD_RELOC_IA64_LTOFF64I:
10397 case BFD_RELOC_IA64_LTOFF_FPTR22:
10398 case BFD_RELOC_IA64_LTOFF_FPTR64I:
10399 case BFD_RELOC_IA64_PLTOFF22:
10400 case BFD_RELOC_IA64_PLTOFF64I:
10401 case BFD_RELOC_IA64_PLTOFF64MSB:
10402 case BFD_RELOC_IA64_PLTOFF64LSB:
10404 case BFD_RELOC_IA64_LTOFF22X:
10405 case BFD_RELOC_IA64_LDXMOV:
10412 return generic_force_reloc (fix);
10415 /* Decide from what point a pc-relative relocation is relative to,
10416 relative to the pc-relative fixup. Er, relatively speaking. */
10418 ia64_pcrel_from_section (fix, sec)
10422 unsigned long off = fix->fx_frag->fr_address + fix->fx_where;
10424 if (bfd_get_section_flags (stdoutput, sec) & SEC_CODE)
10431 /* Used to emit section-relative relocs for the dwarf2 debug data. */
10433 ia64_dwarf2_emit_offset (symbolS *symbol, unsigned int size)
10437 expr.X_op = O_pseudo_fixup;
10438 expr.X_op_symbol = pseudo_func[FUNC_SEC_RELATIVE].u.sym;
10439 expr.X_add_number = 0;
10440 expr.X_add_symbol = symbol;
10441 emit_expr (&expr, size);
10444 /* This is called whenever some data item (not an instruction) needs a
10445 fixup. We pick the right reloc code depending on the byteorder
10446 currently in effect. */
10448 ia64_cons_fix_new (f, where, nbytes, exp)
10454 bfd_reloc_code_real_type code;
10459 /* There are no reloc for 8 and 16 bit quantities, but we allow
10460 them here since they will work fine as long as the expression
10461 is fully defined at the end of the pass over the source file. */
10462 case 1: code = BFD_RELOC_8; break;
10463 case 2: code = BFD_RELOC_16; break;
10465 if (target_big_endian)
10466 code = BFD_RELOC_IA64_DIR32MSB;
10468 code = BFD_RELOC_IA64_DIR32LSB;
10472 /* In 32-bit mode, data8 could mean function descriptors too. */
10473 if (exp->X_op == O_pseudo_fixup
10474 && exp->X_op_symbol
10475 && S_GET_VALUE (exp->X_op_symbol) == FUNC_IPLT_RELOC
10476 && !(md.flags & EF_IA_64_ABI64))
10478 if (target_big_endian)
10479 code = BFD_RELOC_IA64_IPLTMSB;
10481 code = BFD_RELOC_IA64_IPLTLSB;
10482 exp->X_op = O_symbol;
10487 if (target_big_endian)
10488 code = BFD_RELOC_IA64_DIR64MSB;
10490 code = BFD_RELOC_IA64_DIR64LSB;
10495 if (exp->X_op == O_pseudo_fixup
10496 && exp->X_op_symbol
10497 && S_GET_VALUE (exp->X_op_symbol) == FUNC_IPLT_RELOC)
10499 if (target_big_endian)
10500 code = BFD_RELOC_IA64_IPLTMSB;
10502 code = BFD_RELOC_IA64_IPLTLSB;
10503 exp->X_op = O_symbol;
10509 as_bad ("Unsupported fixup size %d", nbytes);
10510 ignore_rest_of_line ();
10514 if (exp->X_op == O_pseudo_fixup)
10516 exp->X_op = O_symbol;
10517 code = ia64_gen_real_reloc_type (exp->X_op_symbol, code);
10518 /* ??? If code unchanged, unsupported. */
10521 fix = fix_new_exp (f, where, nbytes, exp, 0, code);
10522 /* We need to store the byte order in effect in case we're going
10523 to fix an 8 or 16 bit relocation (for which there no real
10524 relocs available). See md_apply_fix3(). */
10525 fix->tc_fix_data.bigendian = target_big_endian;
10528 /* Return the actual relocation we wish to associate with the pseudo
10529 reloc described by SYM and R_TYPE. SYM should be one of the
10530 symbols in the pseudo_func array, or NULL. */
10532 static bfd_reloc_code_real_type
10533 ia64_gen_real_reloc_type (sym, r_type)
10534 struct symbol *sym;
10535 bfd_reloc_code_real_type r_type;
10537 bfd_reloc_code_real_type new = 0;
10544 switch (S_GET_VALUE (sym))
10546 case FUNC_FPTR_RELATIVE:
10549 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_FPTR64I; break;
10550 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_FPTR32MSB; break;
10551 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_FPTR32LSB; break;
10552 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_FPTR64MSB; break;
10553 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_FPTR64LSB; break;
10558 case FUNC_GP_RELATIVE:
10561 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_GPREL22; break;
10562 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_GPREL64I; break;
10563 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_GPREL32MSB; break;
10564 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_GPREL32LSB; break;
10565 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_GPREL64MSB; break;
10566 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_GPREL64LSB; break;
10571 case FUNC_LT_RELATIVE:
10574 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_LTOFF22; break;
10575 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_LTOFF64I; break;
10580 case FUNC_LT_RELATIVE_X:
10583 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_LTOFF22X; break;
10588 case FUNC_PC_RELATIVE:
10591 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_PCREL22; break;
10592 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_PCREL64I; break;
10593 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_PCREL32MSB; break;
10594 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_PCREL32LSB; break;
10595 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_PCREL64MSB; break;
10596 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_PCREL64LSB; break;
10601 case FUNC_PLT_RELATIVE:
10604 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_PLTOFF22; break;
10605 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_PLTOFF64I; break;
10606 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_PLTOFF64MSB;break;
10607 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_PLTOFF64LSB;break;
10612 case FUNC_SEC_RELATIVE:
10615 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_SECREL32MSB;break;
10616 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_SECREL32LSB;break;
10617 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_SECREL64MSB;break;
10618 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_SECREL64LSB;break;
10623 case FUNC_SEG_RELATIVE:
10626 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_SEGREL32MSB;break;
10627 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_SEGREL32LSB;break;
10628 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_SEGREL64MSB;break;
10629 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_SEGREL64LSB;break;
10634 case FUNC_LTV_RELATIVE:
10637 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_LTV32MSB; break;
10638 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_LTV32LSB; break;
10639 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_LTV64MSB; break;
10640 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_LTV64LSB; break;
10645 case FUNC_LT_FPTR_RELATIVE:
10648 case BFD_RELOC_IA64_IMM22:
10649 new = BFD_RELOC_IA64_LTOFF_FPTR22; break;
10650 case BFD_RELOC_IA64_IMM64:
10651 new = BFD_RELOC_IA64_LTOFF_FPTR64I; break;
10657 case FUNC_TP_RELATIVE:
10660 case BFD_RELOC_IA64_IMM14:
10661 new = BFD_RELOC_IA64_TPREL14; break;
10662 case BFD_RELOC_IA64_IMM22:
10663 new = BFD_RELOC_IA64_TPREL22; break;
10664 case BFD_RELOC_IA64_IMM64:
10665 new = BFD_RELOC_IA64_TPREL64I; break;
10671 case FUNC_LT_TP_RELATIVE:
10674 case BFD_RELOC_IA64_IMM22:
10675 new = BFD_RELOC_IA64_LTOFF_TPREL22; break;
10681 case FUNC_LT_DTP_MODULE:
10684 case BFD_RELOC_IA64_IMM22:
10685 new = BFD_RELOC_IA64_LTOFF_DTPMOD22; break;
10691 case FUNC_DTP_RELATIVE:
10694 case BFD_RELOC_IA64_DIR64MSB:
10695 new = BFD_RELOC_IA64_DTPREL64MSB; break;
10696 case BFD_RELOC_IA64_DIR64LSB:
10697 new = BFD_RELOC_IA64_DTPREL64LSB; break;
10698 case BFD_RELOC_IA64_IMM14:
10699 new = BFD_RELOC_IA64_DTPREL14; break;
10700 case BFD_RELOC_IA64_IMM22:
10701 new = BFD_RELOC_IA64_DTPREL22; break;
10702 case BFD_RELOC_IA64_IMM64:
10703 new = BFD_RELOC_IA64_DTPREL64I; break;
10709 case FUNC_LT_DTP_RELATIVE:
10712 case BFD_RELOC_IA64_IMM22:
10713 new = BFD_RELOC_IA64_LTOFF_DTPREL22; break;
10719 case FUNC_IPLT_RELOC:
10726 /* Hmmmm. Should this ever occur? */
10733 /* Here is where generate the appropriate reloc for pseudo relocation
10736 ia64_validate_fix (fix)
10739 switch (fix->fx_r_type)
10741 case BFD_RELOC_IA64_FPTR64I:
10742 case BFD_RELOC_IA64_FPTR32MSB:
10743 case BFD_RELOC_IA64_FPTR64LSB:
10744 case BFD_RELOC_IA64_LTOFF_FPTR22:
10745 case BFD_RELOC_IA64_LTOFF_FPTR64I:
10746 if (fix->fx_offset != 0)
10747 as_bad_where (fix->fx_file, fix->fx_line,
10748 "No addend allowed in @fptr() relocation");
10756 fix_insn (fix, odesc, value)
10758 const struct ia64_operand *odesc;
10761 bfd_vma insn[3], t0, t1, control_bits;
10766 slot = fix->fx_where & 0x3;
10767 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot);
10769 /* Bundles are always in little-endian byte order */
10770 t0 = bfd_getl64 (fixpos);
10771 t1 = bfd_getl64 (fixpos + 8);
10772 control_bits = t0 & 0x1f;
10773 insn[0] = (t0 >> 5) & 0x1ffffffffffLL;
10774 insn[1] = ((t0 >> 46) & 0x3ffff) | ((t1 & 0x7fffff) << 18);
10775 insn[2] = (t1 >> 23) & 0x1ffffffffffLL;
10778 if (odesc - elf64_ia64_operands == IA64_OPND_IMMU64)
10780 insn[1] = (value >> 22) & 0x1ffffffffffLL;
10781 insn[2] |= (((value & 0x7f) << 13)
10782 | (((value >> 7) & 0x1ff) << 27)
10783 | (((value >> 16) & 0x1f) << 22)
10784 | (((value >> 21) & 0x1) << 21)
10785 | (((value >> 63) & 0x1) << 36));
10787 else if (odesc - elf64_ia64_operands == IA64_OPND_IMMU62)
10789 if (value & ~0x3fffffffffffffffULL)
10790 err = "integer operand out of range";
10791 insn[1] = (value >> 21) & 0x1ffffffffffLL;
10792 insn[2] |= (((value & 0xfffff) << 6) | (((value >> 20) & 0x1) << 36));
10794 else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64)
10797 insn[1] = ((value >> 20) & 0x7fffffffffLL) << 2;
10798 insn[2] |= ((((value >> 59) & 0x1) << 36)
10799 | (((value >> 0) & 0xfffff) << 13));
10802 err = (*odesc->insert) (odesc, value, insn + slot);
10805 as_bad_where (fix->fx_file, fix->fx_line, err);
10807 t0 = control_bits | (insn[0] << 5) | (insn[1] << 46);
10808 t1 = ((insn[1] >> 18) & 0x7fffff) | (insn[2] << 23);
10809 number_to_chars_littleendian (fixpos + 0, t0, 8);
10810 number_to_chars_littleendian (fixpos + 8, t1, 8);
10813 /* Attempt to simplify or even eliminate a fixup. The return value is
10814 ignored; perhaps it was once meaningful, but now it is historical.
10815 To indicate that a fixup has been eliminated, set FIXP->FX_DONE.
10817 If fixp->fx_addsy is non-NULL, we'll have to generate a reloc entry
10821 md_apply_fix3 (fix, valP, seg)
10824 segT seg ATTRIBUTE_UNUSED;
10827 valueT value = *valP;
10829 fixpos = fix->fx_frag->fr_literal + fix->fx_where;
10833 switch (fix->fx_r_type)
10835 case BFD_RELOC_IA64_DIR32MSB:
10836 fix->fx_r_type = BFD_RELOC_IA64_PCREL32MSB;
10839 case BFD_RELOC_IA64_DIR32LSB:
10840 fix->fx_r_type = BFD_RELOC_IA64_PCREL32LSB;
10843 case BFD_RELOC_IA64_DIR64MSB:
10844 fix->fx_r_type = BFD_RELOC_IA64_PCREL64MSB;
10847 case BFD_RELOC_IA64_DIR64LSB:
10848 fix->fx_r_type = BFD_RELOC_IA64_PCREL64LSB;
10857 switch (fix->fx_r_type)
10859 case BFD_RELOC_UNUSED:
10860 /* This must be a TAG13 or TAG13b operand. There are no external
10861 relocs defined for them, so we must give an error. */
10862 as_bad_where (fix->fx_file, fix->fx_line,
10863 "%s must have a constant value",
10864 elf64_ia64_operands[fix->tc_fix_data.opnd].desc);
10868 case BFD_RELOC_IA64_TPREL14:
10869 case BFD_RELOC_IA64_TPREL22:
10870 case BFD_RELOC_IA64_TPREL64I:
10871 case BFD_RELOC_IA64_LTOFF_TPREL22:
10872 case BFD_RELOC_IA64_LTOFF_DTPMOD22:
10873 case BFD_RELOC_IA64_DTPREL14:
10874 case BFD_RELOC_IA64_DTPREL22:
10875 case BFD_RELOC_IA64_DTPREL64I:
10876 case BFD_RELOC_IA64_LTOFF_DTPREL22:
10877 S_SET_THREAD_LOCAL (fix->fx_addsy);
10884 else if (fix->tc_fix_data.opnd == IA64_OPND_NIL)
10886 if (fix->tc_fix_data.bigendian)
10887 number_to_chars_bigendian (fixpos, value, fix->fx_size);
10889 number_to_chars_littleendian (fixpos, value, fix->fx_size);
10894 fix_insn (fix, elf64_ia64_operands + fix->tc_fix_data.opnd, value);
10899 /* Generate the BFD reloc to be stuck in the object file from the
10900 fixup used internally in the assembler. */
10903 tc_gen_reloc (sec, fixp)
10904 asection *sec ATTRIBUTE_UNUSED;
10909 reloc = xmalloc (sizeof (*reloc));
10910 reloc->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
10911 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
10912 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
10913 reloc->addend = fixp->fx_offset;
10914 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
10918 as_bad_where (fixp->fx_file, fixp->fx_line,
10919 "Cannot represent %s relocation in object file",
10920 bfd_get_reloc_code_name (fixp->fx_r_type));
10925 /* Turn a string in input_line_pointer into a floating point constant
10926 of type TYPE, and store the appropriate bytes in *LIT. The number
10927 of LITTLENUMS emitted is stored in *SIZE. An error message is
10928 returned, or NULL on OK. */
10930 #define MAX_LITTLENUMS 5
10933 md_atof (type, lit, size)
10938 LITTLENUM_TYPE words[MAX_LITTLENUMS];
10968 return "Bad call to MD_ATOF()";
10970 t = atof_ieee (input_line_pointer, type, words);
10972 input_line_pointer = t;
10974 (*ia64_float_to_chars) (lit, words, prec);
10978 /* It is 10 byte floating point with 6 byte padding. */
10979 memset (&lit [10], 0, 6);
10980 *size = 8 * sizeof (LITTLENUM_TYPE);
10983 *size = prec * sizeof (LITTLENUM_TYPE);
10988 /* Handle ia64 specific semantics of the align directive. */
10991 ia64_md_do_align (n, fill, len, max)
10992 int n ATTRIBUTE_UNUSED;
10993 const char *fill ATTRIBUTE_UNUSED;
10994 int len ATTRIBUTE_UNUSED;
10995 int max ATTRIBUTE_UNUSED;
10997 if (subseg_text_p (now_seg))
10998 ia64_flush_insns ();
11001 /* This is called from HANDLE_ALIGN in write.c. Fill in the contents
11002 of an rs_align_code fragment. */
11005 ia64_handle_align (fragp)
11008 /* Use mfi bundle of nops with no stop bits. */
11009 static const unsigned char le_nop[]
11010 = { 0x0c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
11011 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00};
11012 static const unsigned char le_nop_stop[]
11013 = { 0x0d, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
11014 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00};
11018 const unsigned char *nop;
11020 if (fragp->fr_type != rs_align_code)
11023 /* Check if this frag has to end with a stop bit. */
11024 nop = fragp->tc_frag_data ? le_nop_stop : le_nop;
11026 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
11027 p = fragp->fr_literal + fragp->fr_fix;
11029 /* If no paddings are needed, we check if we need a stop bit. */
11030 if (!bytes && fragp->tc_frag_data)
11032 if (fragp->fr_fix < 16)
11034 /* FIXME: It won't work with
11036 alloc r32=ar.pfs,1,2,4,0
11040 as_bad_where (fragp->fr_file, fragp->fr_line,
11041 _("Can't add stop bit to mark end of instruction group"));
11044 /* Bundles are always in little-endian byte order. Make sure
11045 the previous bundle has the stop bit. */
11049 /* Make sure we are on a 16-byte boundary, in case someone has been
11050 putting data into a text section. */
11053 int fix = bytes & 15;
11054 memset (p, 0, fix);
11057 fragp->fr_fix += fix;
11060 /* Instruction bundles are always little-endian. */
11061 memcpy (p, nop, 16);
11062 fragp->fr_var = 16;
11066 ia64_float_to_chars_bigendian (char *lit, LITTLENUM_TYPE *words,
11071 number_to_chars_bigendian (lit, (long) (*words++),
11072 sizeof (LITTLENUM_TYPE));
11073 lit += sizeof (LITTLENUM_TYPE);
11078 ia64_float_to_chars_littleendian (char *lit, LITTLENUM_TYPE *words,
11083 number_to_chars_littleendian (lit, (long) (words[prec]),
11084 sizeof (LITTLENUM_TYPE));
11085 lit += sizeof (LITTLENUM_TYPE);
11090 ia64_elf_section_change_hook (void)
11092 if (elf_section_type (now_seg) == SHT_IA_64_UNWIND
11093 && elf_linked_to_section (now_seg) == NULL)
11094 elf_linked_to_section (now_seg) = text_section;
11095 dot_byteorder (-1);
11098 /* Check if a label should be made global. */
11100 ia64_check_label (symbolS *label)
11102 if (*input_line_pointer == ':')
11104 S_SET_EXTERNAL (label);
11105 input_line_pointer++;
11109 /* Used to remember where .alias and .secalias directives are seen. We
11110 will rename symbol and section names when we are about to output
11111 the relocatable file. */
11114 char *file; /* The file where the directive is seen. */
11115 unsigned int line; /* The line number the directive is at. */
11116 const char *name; /* The orignale name of the symbol. */
11119 /* Called for .alias and .secalias directives. If SECTION is 1, it is
11120 .secalias. Otherwise, it is .alias. */
11122 dot_alias (int section)
11124 char *name, *alias;
11128 const char *error_string;
11131 struct hash_control *ahash, *nhash;
11134 name = input_line_pointer;
11135 delim = get_symbol_end ();
11136 end_name = input_line_pointer;
11139 if (name == end_name)
11141 as_bad (_("expected symbol name"));
11142 discard_rest_of_line ();
11146 SKIP_WHITESPACE ();
11148 if (*input_line_pointer != ',')
11151 as_bad (_("expected comma after \"%s\""), name);
11153 ignore_rest_of_line ();
11157 input_line_pointer++;
11160 /* We call demand_copy_C_string to check if alias string is valid.
11161 There should be a closing `"' and no `\0' in the string. */
11162 alias = demand_copy_C_string (&len);
11165 ignore_rest_of_line ();
11169 /* Make a copy of name string. */
11170 len = strlen (name) + 1;
11171 obstack_grow (¬es, name, len);
11172 name = obstack_finish (¬es);
11177 ahash = secalias_hash;
11178 nhash = secalias_name_hash;
11183 ahash = alias_hash;
11184 nhash = alias_name_hash;
11187 /* Check if alias has been used before. */
11188 h = (struct alias *) hash_find (ahash, alias);
11191 if (strcmp (h->name, name))
11192 as_bad (_("`%s' is already the alias of %s `%s'"),
11193 alias, kind, h->name);
11197 /* Check if name already has an alias. */
11198 a = (const char *) hash_find (nhash, name);
11201 if (strcmp (a, alias))
11202 as_bad (_("%s `%s' already has an alias `%s'"), kind, name, a);
11206 h = (struct alias *) xmalloc (sizeof (struct alias));
11207 as_where (&h->file, &h->line);
11210 error_string = hash_jam (ahash, alias, (PTR) h);
11213 as_fatal (_("inserting \"%s\" into %s alias hash table failed: %s"),
11214 alias, kind, error_string);
11218 error_string = hash_jam (nhash, name, (PTR) alias);
11221 as_fatal (_("inserting \"%s\" into %s name hash table failed: %s"),
11222 alias, kind, error_string);
11224 obstack_free (¬es, name);
11225 obstack_free (¬es, alias);
11228 demand_empty_rest_of_line ();
11231 /* It renames the original symbol name to its alias. */
11233 do_alias (const char *alias, PTR value)
11235 struct alias *h = (struct alias *) value;
11236 symbolS *sym = symbol_find (h->name);
11239 as_warn_where (h->file, h->line,
11240 _("symbol `%s' aliased to `%s' is not used"),
11243 S_SET_NAME (sym, (char *) alias);
11246 /* Called from write_object_file. */
11248 ia64_adjust_symtab (void)
11250 hash_traverse (alias_hash, do_alias);
11253 /* It renames the original section name to its alias. */
11255 do_secalias (const char *alias, PTR value)
11257 struct alias *h = (struct alias *) value;
11258 segT sec = bfd_get_section_by_name (stdoutput, h->name);
11261 as_warn_where (h->file, h->line,
11262 _("section `%s' aliased to `%s' is not used"),
11268 /* Called from write_object_file. */
11270 ia64_frob_file (void)
11272 hash_traverse (secalias_hash, do_secalias);