include/opcode/
[deliverable/binutils-gdb.git] / gas / config / tc-ia64.c
1 /* tc-ia64.c -- Assembler for the HP/Intel IA-64 architecture.
2 Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
3 Free Software Foundation, Inc.
4 Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
5
6 This file is part of GAS, the GNU Assembler.
7
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)
11 any later version.
12
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.
17
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, 51 Franklin Street - Fifth Floor,
21 Boston, MA 02110-1301, USA. */
22
23 /*
24 TODO:
25
26 - optional operands
27 - directives:
28 .eb
29 .estate
30 .lb
31 .popsection
32 .previous
33 .psr
34 .pushsection
35 - labels are wrong if automatic alignment is introduced
36 (e.g., checkout the second real10 definition in test-data.s)
37 - DV-related stuff:
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
41 notes)
42
43 */
44
45 #include "as.h"
46 #include "safe-ctype.h"
47 #include "dwarf2dbg.h"
48 #include "subsegs.h"
49
50 #include "opcode/ia64.h"
51
52 #include "elf/ia64.h"
53
54 #ifdef HAVE_LIMITS_H
55 #include <limits.h>
56 #endif
57
58 #define NELEMS(a) ((int) (sizeof (a)/sizeof ((a)[0])))
59
60 /* Some systems define MIN in, e.g., param.h. */
61 #undef MIN
62 #define MIN(a,b) ((a) < (b) ? (a) : (b))
63
64 #define NUM_SLOTS 4
65 #define PREV_SLOT md.slot[(md.curr_slot + NUM_SLOTS - 1) % NUM_SLOTS]
66 #define CURR_SLOT md.slot[md.curr_slot]
67
68 #define O_pseudo_fixup (O_max + 1)
69
70 enum special_section
71 {
72 /* IA-64 ABI section pseudo-ops. */
73 SPECIAL_SECTION_BSS = 0,
74 SPECIAL_SECTION_SBSS,
75 SPECIAL_SECTION_SDATA,
76 SPECIAL_SECTION_RODATA,
77 SPECIAL_SECTION_COMMENT,
78 SPECIAL_SECTION_UNWIND,
79 SPECIAL_SECTION_UNWIND_INFO,
80 /* HPUX specific section pseudo-ops. */
81 SPECIAL_SECTION_INIT_ARRAY,
82 SPECIAL_SECTION_FINI_ARRAY,
83 };
84
85 enum reloc_func
86 {
87 FUNC_DTP_MODULE,
88 FUNC_DTP_RELATIVE,
89 FUNC_FPTR_RELATIVE,
90 FUNC_GP_RELATIVE,
91 FUNC_LT_RELATIVE,
92 FUNC_LT_RELATIVE_X,
93 FUNC_PC_RELATIVE,
94 FUNC_PLT_RELATIVE,
95 FUNC_SEC_RELATIVE,
96 FUNC_SEG_RELATIVE,
97 FUNC_TP_RELATIVE,
98 FUNC_LTV_RELATIVE,
99 FUNC_LT_FPTR_RELATIVE,
100 FUNC_LT_DTP_MODULE,
101 FUNC_LT_DTP_RELATIVE,
102 FUNC_LT_TP_RELATIVE,
103 FUNC_IPLT_RELOC,
104 };
105
106 enum reg_symbol
107 {
108 REG_GR = 0,
109 REG_FR = (REG_GR + 128),
110 REG_AR = (REG_FR + 128),
111 REG_CR = (REG_AR + 128),
112 REG_P = (REG_CR + 128),
113 REG_BR = (REG_P + 64),
114 REG_IP = (REG_BR + 8),
115 REG_CFM,
116 REG_PR,
117 REG_PR_ROT,
118 REG_PSR,
119 REG_PSR_L,
120 REG_PSR_UM,
121 /* The following are pseudo-registers for use by gas only. */
122 IND_CPUID,
123 IND_DBR,
124 IND_DTR,
125 IND_ITR,
126 IND_IBR,
127 IND_MSR,
128 IND_PKR,
129 IND_PMC,
130 IND_PMD,
131 IND_RR,
132 /* The following pseudo-registers are used for unwind directives only: */
133 REG_PSP,
134 REG_PRIUNAT,
135 REG_NUM
136 };
137
138 enum dynreg_type
139 {
140 DYNREG_GR = 0, /* dynamic general purpose register */
141 DYNREG_FR, /* dynamic floating point register */
142 DYNREG_PR, /* dynamic predicate register */
143 DYNREG_NUM_TYPES
144 };
145
146 enum operand_match_result
147 {
148 OPERAND_MATCH,
149 OPERAND_OUT_OF_RANGE,
150 OPERAND_MISMATCH
151 };
152
153 /* On the ia64, we can't know the address of a text label until the
154 instructions are packed into a bundle. To handle this, we keep
155 track of the list of labels that appear in front of each
156 instruction. */
157 struct label_fix
158 {
159 struct label_fix *next;
160 struct symbol *sym;
161 bfd_boolean dw2_mark_labels;
162 };
163
164 /* This is the endianness of the current section. */
165 extern int target_big_endian;
166
167 /* This is the default endianness. */
168 static int default_big_endian = TARGET_BYTES_BIG_ENDIAN;
169
170 void (*ia64_number_to_chars) PARAMS ((char *, valueT, int));
171
172 static void ia64_float_to_chars_bigendian
173 PARAMS ((char *, LITTLENUM_TYPE *, int));
174 static void ia64_float_to_chars_littleendian
175 PARAMS ((char *, LITTLENUM_TYPE *, int));
176 static void (*ia64_float_to_chars)
177 PARAMS ((char *, LITTLENUM_TYPE *, int));
178
179 static struct hash_control *alias_hash;
180 static struct hash_control *alias_name_hash;
181 static struct hash_control *secalias_hash;
182 static struct hash_control *secalias_name_hash;
183
184 /* List of chars besides those in app.c:symbol_chars that can start an
185 operand. Used to prevent the scrubber eating vital white-space. */
186 const char ia64_symbol_chars[] = "@?";
187
188 /* Characters which always start a comment. */
189 const char comment_chars[] = "";
190
191 /* Characters which start a comment at the beginning of a line. */
192 const char line_comment_chars[] = "#";
193
194 /* Characters which may be used to separate multiple commands on a
195 single line. */
196 const char line_separator_chars[] = ";{}";
197
198 /* Characters which are used to indicate an exponent in a floating
199 point number. */
200 const char EXP_CHARS[] = "eE";
201
202 /* Characters which mean that a number is a floating point constant,
203 as in 0d1.0. */
204 const char FLT_CHARS[] = "rRsSfFdDxXpP";
205
206 /* ia64-specific option processing: */
207
208 const char *md_shortopts = "m:N:x::";
209
210 struct option md_longopts[] =
211 {
212 #define OPTION_MCONSTANT_GP (OPTION_MD_BASE + 1)
213 {"mconstant-gp", no_argument, NULL, OPTION_MCONSTANT_GP},
214 #define OPTION_MAUTO_PIC (OPTION_MD_BASE + 2)
215 {"mauto-pic", no_argument, NULL, OPTION_MAUTO_PIC}
216 };
217
218 size_t md_longopts_size = sizeof (md_longopts);
219
220 static struct
221 {
222 struct hash_control *pseudo_hash; /* pseudo opcode hash table */
223 struct hash_control *reg_hash; /* register name hash table */
224 struct hash_control *dynreg_hash; /* dynamic register hash table */
225 struct hash_control *const_hash; /* constant hash table */
226 struct hash_control *entry_hash; /* code entry hint hash table */
227
228 symbolS *regsym[REG_NUM];
229
230 /* If X_op is != O_absent, the registername for the instruction's
231 qualifying predicate. If NULL, p0 is assumed for instructions
232 that are predicatable. */
233 expressionS qp;
234
235 /* Optimize for which CPU. */
236 enum
237 {
238 itanium1,
239 itanium2
240 } tune;
241
242 /* What to do when hint.b is used. */
243 enum
244 {
245 hint_b_error,
246 hint_b_warning,
247 hint_b_ok
248 } hint_b;
249
250 unsigned int
251 manual_bundling : 1,
252 debug_dv: 1,
253 detect_dv: 1,
254 explicit_mode : 1, /* which mode we're in */
255 default_explicit_mode : 1, /* which mode is the default */
256 mode_explicitly_set : 1, /* was the current mode explicitly set? */
257 auto_align : 1,
258 keep_pending_output : 1;
259
260 /* What to do when something is wrong with unwind directives. */
261 enum
262 {
263 unwind_check_warning,
264 unwind_check_error
265 } unwind_check;
266
267 /* Each bundle consists of up to three instructions. We keep
268 track of four most recent instructions so we can correctly set
269 the end_of_insn_group for the last instruction in a bundle. */
270 int curr_slot;
271 int num_slots_in_use;
272 struct slot
273 {
274 unsigned int
275 end_of_insn_group : 1,
276 manual_bundling_on : 1,
277 manual_bundling_off : 1,
278 loc_directive_seen : 1;
279 signed char user_template; /* user-selected template, if any */
280 unsigned char qp_regno; /* qualifying predicate */
281 /* This duplicates a good fraction of "struct fix" but we
282 can't use a "struct fix" instead since we can't call
283 fix_new_exp() until we know the address of the instruction. */
284 int num_fixups;
285 struct insn_fix
286 {
287 bfd_reloc_code_real_type code;
288 enum ia64_opnd opnd; /* type of operand in need of fix */
289 unsigned int is_pcrel : 1; /* is operand pc-relative? */
290 expressionS expr; /* the value to be inserted */
291 }
292 fixup[2]; /* at most two fixups per insn */
293 struct ia64_opcode *idesc;
294 struct label_fix *label_fixups;
295 struct label_fix *tag_fixups;
296 struct unw_rec_list *unwind_record; /* Unwind directive. */
297 expressionS opnd[6];
298 char *src_file;
299 unsigned int src_line;
300 struct dwarf2_line_info debug_line;
301 }
302 slot[NUM_SLOTS];
303
304 segT last_text_seg;
305
306 struct dynreg
307 {
308 struct dynreg *next; /* next dynamic register */
309 const char *name;
310 unsigned short base; /* the base register number */
311 unsigned short num_regs; /* # of registers in this set */
312 }
313 *dynreg[DYNREG_NUM_TYPES], in, loc, out, rot;
314
315 flagword flags; /* ELF-header flags */
316
317 struct mem_offset {
318 unsigned hint:1; /* is this hint currently valid? */
319 bfd_vma offset; /* mem.offset offset */
320 bfd_vma base; /* mem.offset base */
321 } mem_offset;
322
323 int path; /* number of alt. entry points seen */
324 const char **entry_labels; /* labels of all alternate paths in
325 the current DV-checking block. */
326 int maxpaths; /* size currently allocated for
327 entry_labels */
328
329 int pointer_size; /* size in bytes of a pointer */
330 int pointer_size_shift; /* shift size of a pointer for alignment */
331 }
332 md;
333
334 /* These are not const, because they are modified to MMI for non-itanium1
335 targets below. */
336 /* MFI bundle of nops. */
337 static unsigned char le_nop[16] =
338 {
339 0x0c, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
340 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00
341 };
342 /* MFI bundle of nops with stop-bit. */
343 static unsigned char le_nop_stop[16] =
344 {
345 0x0d, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
346 0x00, 0x02, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00
347 };
348
349 /* application registers: */
350
351 #define AR_K0 0
352 #define AR_K7 7
353 #define AR_RSC 16
354 #define AR_BSP 17
355 #define AR_BSPSTORE 18
356 #define AR_RNAT 19
357 #define AR_UNAT 36
358 #define AR_FPSR 40
359 #define AR_ITC 44
360 #define AR_PFS 64
361 #define AR_LC 65
362
363 static const struct
364 {
365 const char *name;
366 int regnum;
367 }
368 ar[] =
369 {
370 {"ar.k0", 0}, {"ar.k1", 1}, {"ar.k2", 2}, {"ar.k3", 3},
371 {"ar.k4", 4}, {"ar.k5", 5}, {"ar.k6", 6}, {"ar.k7", 7},
372 {"ar.rsc", 16}, {"ar.bsp", 17},
373 {"ar.bspstore", 18}, {"ar.rnat", 19},
374 {"ar.fcr", 21}, {"ar.eflag", 24},
375 {"ar.csd", 25}, {"ar.ssd", 26},
376 {"ar.cflg", 27}, {"ar.fsr", 28},
377 {"ar.fir", 29}, {"ar.fdr", 30},
378 {"ar.ccv", 32}, {"ar.unat", 36},
379 {"ar.fpsr", 40}, {"ar.itc", 44},
380 {"ar.pfs", 64}, {"ar.lc", 65},
381 {"ar.ec", 66},
382 };
383
384 #define CR_IPSR 16
385 #define CR_ISR 17
386 #define CR_IIP 19
387 #define CR_IFA 20
388 #define CR_ITIR 21
389 #define CR_IIPA 22
390 #define CR_IFS 23
391 #define CR_IIM 24
392 #define CR_IHA 25
393 #define CR_IVR 65
394 #define CR_TPR 66
395 #define CR_EOI 67
396 #define CR_IRR0 68
397 #define CR_IRR3 71
398 #define CR_LRR0 80
399 #define CR_LRR1 81
400
401 /* control registers: */
402 static const struct
403 {
404 const char *name;
405 int regnum;
406 }
407 cr[] =
408 {
409 {"cr.dcr", 0},
410 {"cr.itm", 1},
411 {"cr.iva", 2},
412 {"cr.pta", 8},
413 {"cr.gpta", 9},
414 {"cr.ipsr", 16},
415 {"cr.isr", 17},
416 {"cr.iip", 19},
417 {"cr.ifa", 20},
418 {"cr.itir", 21},
419 {"cr.iipa", 22},
420 {"cr.ifs", 23},
421 {"cr.iim", 24},
422 {"cr.iha", 25},
423 {"cr.lid", 64},
424 {"cr.ivr", 65},
425 {"cr.tpr", 66},
426 {"cr.eoi", 67},
427 {"cr.irr0", 68},
428 {"cr.irr1", 69},
429 {"cr.irr2", 70},
430 {"cr.irr3", 71},
431 {"cr.itv", 72},
432 {"cr.pmv", 73},
433 {"cr.cmcv", 74},
434 {"cr.lrr0", 80},
435 {"cr.lrr1", 81}
436 };
437
438 #define PSR_MFL 4
439 #define PSR_IC 13
440 #define PSR_DFL 18
441 #define PSR_CPL 32
442
443 static const struct const_desc
444 {
445 const char *name;
446 valueT value;
447 }
448 const_bits[] =
449 {
450 /* PSR constant masks: */
451
452 /* 0: reserved */
453 {"psr.be", ((valueT) 1) << 1},
454 {"psr.up", ((valueT) 1) << 2},
455 {"psr.ac", ((valueT) 1) << 3},
456 {"psr.mfl", ((valueT) 1) << 4},
457 {"psr.mfh", ((valueT) 1) << 5},
458 /* 6-12: reserved */
459 {"psr.ic", ((valueT) 1) << 13},
460 {"psr.i", ((valueT) 1) << 14},
461 {"psr.pk", ((valueT) 1) << 15},
462 /* 16: reserved */
463 {"psr.dt", ((valueT) 1) << 17},
464 {"psr.dfl", ((valueT) 1) << 18},
465 {"psr.dfh", ((valueT) 1) << 19},
466 {"psr.sp", ((valueT) 1) << 20},
467 {"psr.pp", ((valueT) 1) << 21},
468 {"psr.di", ((valueT) 1) << 22},
469 {"psr.si", ((valueT) 1) << 23},
470 {"psr.db", ((valueT) 1) << 24},
471 {"psr.lp", ((valueT) 1) << 25},
472 {"psr.tb", ((valueT) 1) << 26},
473 {"psr.rt", ((valueT) 1) << 27},
474 /* 28-31: reserved */
475 /* 32-33: cpl (current privilege level) */
476 {"psr.is", ((valueT) 1) << 34},
477 {"psr.mc", ((valueT) 1) << 35},
478 {"psr.it", ((valueT) 1) << 36},
479 {"psr.id", ((valueT) 1) << 37},
480 {"psr.da", ((valueT) 1) << 38},
481 {"psr.dd", ((valueT) 1) << 39},
482 {"psr.ss", ((valueT) 1) << 40},
483 /* 41-42: ri (restart instruction) */
484 {"psr.ed", ((valueT) 1) << 43},
485 {"psr.bn", ((valueT) 1) << 44},
486 };
487
488 /* indirect register-sets/memory: */
489
490 static const struct
491 {
492 const char *name;
493 int regnum;
494 }
495 indirect_reg[] =
496 {
497 { "CPUID", IND_CPUID },
498 { "cpuid", IND_CPUID },
499 { "dbr", IND_DBR },
500 { "dtr", IND_DTR },
501 { "itr", IND_ITR },
502 { "ibr", IND_IBR },
503 { "msr", IND_MSR },
504 { "pkr", IND_PKR },
505 { "pmc", IND_PMC },
506 { "pmd", IND_PMD },
507 { "rr", IND_RR },
508 };
509
510 /* Pseudo functions used to indicate relocation types (these functions
511 start with an at sign (@). */
512 static struct
513 {
514 const char *name;
515 enum pseudo_type
516 {
517 PSEUDO_FUNC_NONE,
518 PSEUDO_FUNC_RELOC,
519 PSEUDO_FUNC_CONST,
520 PSEUDO_FUNC_REG,
521 PSEUDO_FUNC_FLOAT
522 }
523 type;
524 union
525 {
526 unsigned long ival;
527 symbolS *sym;
528 }
529 u;
530 }
531 pseudo_func[] =
532 {
533 /* reloc pseudo functions (these must come first!): */
534 { "dtpmod", PSEUDO_FUNC_RELOC, { 0 } },
535 { "dtprel", PSEUDO_FUNC_RELOC, { 0 } },
536 { "fptr", PSEUDO_FUNC_RELOC, { 0 } },
537 { "gprel", PSEUDO_FUNC_RELOC, { 0 } },
538 { "ltoff", PSEUDO_FUNC_RELOC, { 0 } },
539 { "ltoffx", PSEUDO_FUNC_RELOC, { 0 } },
540 { "pcrel", PSEUDO_FUNC_RELOC, { 0 } },
541 { "pltoff", PSEUDO_FUNC_RELOC, { 0 } },
542 { "secrel", PSEUDO_FUNC_RELOC, { 0 } },
543 { "segrel", PSEUDO_FUNC_RELOC, { 0 } },
544 { "tprel", PSEUDO_FUNC_RELOC, { 0 } },
545 { "ltv", PSEUDO_FUNC_RELOC, { 0 } },
546 { NULL, 0, { 0 } }, /* placeholder for FUNC_LT_FPTR_RELATIVE */
547 { NULL, 0, { 0 } }, /* placeholder for FUNC_LT_DTP_MODULE */
548 { NULL, 0, { 0 } }, /* placeholder for FUNC_LT_DTP_RELATIVE */
549 { NULL, 0, { 0 } }, /* placeholder for FUNC_LT_TP_RELATIVE */
550 { "iplt", PSEUDO_FUNC_RELOC, { 0 } },
551
552 /* mbtype4 constants: */
553 { "alt", PSEUDO_FUNC_CONST, { 0xa } },
554 { "brcst", PSEUDO_FUNC_CONST, { 0x0 } },
555 { "mix", PSEUDO_FUNC_CONST, { 0x8 } },
556 { "rev", PSEUDO_FUNC_CONST, { 0xb } },
557 { "shuf", PSEUDO_FUNC_CONST, { 0x9 } },
558
559 /* fclass constants: */
560 { "nat", PSEUDO_FUNC_CONST, { 0x100 } },
561 { "qnan", PSEUDO_FUNC_CONST, { 0x080 } },
562 { "snan", PSEUDO_FUNC_CONST, { 0x040 } },
563 { "pos", PSEUDO_FUNC_CONST, { 0x001 } },
564 { "neg", PSEUDO_FUNC_CONST, { 0x002 } },
565 { "zero", PSEUDO_FUNC_CONST, { 0x004 } },
566 { "unorm", PSEUDO_FUNC_CONST, { 0x008 } },
567 { "norm", PSEUDO_FUNC_CONST, { 0x010 } },
568 { "inf", PSEUDO_FUNC_CONST, { 0x020 } },
569
570 { "natval", PSEUDO_FUNC_CONST, { 0x100 } }, /* old usage */
571
572 /* hint constants: */
573 { "pause", PSEUDO_FUNC_CONST, { 0x0 } },
574
575 /* unwind-related constants: */
576 { "svr4", PSEUDO_FUNC_CONST, { ELFOSABI_NONE } },
577 { "hpux", PSEUDO_FUNC_CONST, { ELFOSABI_HPUX } },
578 { "nt", PSEUDO_FUNC_CONST, { 2 } }, /* conflicts w/ELFOSABI_NETBSD */
579 { "linux", PSEUDO_FUNC_CONST, { ELFOSABI_LINUX } },
580 { "freebsd", PSEUDO_FUNC_CONST, { ELFOSABI_FREEBSD } },
581 { "openvms", PSEUDO_FUNC_CONST, { ELFOSABI_OPENVMS } },
582 { "nsk", PSEUDO_FUNC_CONST, { ELFOSABI_NSK } },
583
584 /* unwind-related registers: */
585 { "priunat",PSEUDO_FUNC_REG, { REG_PRIUNAT } }
586 };
587
588 /* 41-bit nop opcodes (one per unit): */
589 static const bfd_vma nop[IA64_NUM_UNITS] =
590 {
591 0x0000000000LL, /* NIL => break 0 */
592 0x0008000000LL, /* I-unit nop */
593 0x0008000000LL, /* M-unit nop */
594 0x4000000000LL, /* B-unit nop */
595 0x0008000000LL, /* F-unit nop */
596 0x0000000000LL, /* L-"unit" nop immediate */
597 0x0008000000LL, /* X-unit nop */
598 };
599
600 /* Can't be `const' as it's passed to input routines (which have the
601 habit of setting temporary sentinels. */
602 static char special_section_name[][20] =
603 {
604 {".bss"}, {".sbss"}, {".sdata"}, {".rodata"}, {".comment"},
605 {".IA_64.unwind"}, {".IA_64.unwind_info"},
606 {".init_array"}, {".fini_array"}
607 };
608
609 /* The best template for a particular sequence of up to three
610 instructions: */
611 #define N IA64_NUM_TYPES
612 static unsigned char best_template[N][N][N];
613 #undef N
614
615 /* Resource dependencies currently in effect */
616 static struct rsrc {
617 int depind; /* dependency index */
618 const struct ia64_dependency *dependency; /* actual dependency */
619 unsigned specific:1, /* is this a specific bit/regno? */
620 link_to_qp_branch:1; /* will a branch on the same QP clear it?*/
621 int index; /* specific regno/bit within dependency */
622 int note; /* optional qualifying note (0 if none) */
623 #define STATE_NONE 0
624 #define STATE_STOP 1
625 #define STATE_SRLZ 2
626 int insn_srlz; /* current insn serialization state */
627 int data_srlz; /* current data serialization state */
628 int qp_regno; /* qualifying predicate for this usage */
629 char *file; /* what file marked this dependency */
630 unsigned int line; /* what line marked this dependency */
631 struct mem_offset mem_offset; /* optional memory offset hint */
632 enum { CMP_NONE, CMP_OR, CMP_AND } cmp_type; /* OR or AND compare? */
633 int path; /* corresponding code entry index */
634 } *regdeps = NULL;
635 static int regdepslen = 0;
636 static int regdepstotlen = 0;
637 static const char *dv_mode[] = { "RAW", "WAW", "WAR" };
638 static const char *dv_sem[] = { "none", "implied", "impliedf",
639 "data", "instr", "specific", "stop", "other" };
640 static const char *dv_cmp_type[] = { "none", "OR", "AND" };
641
642 /* Current state of PR mutexation */
643 static struct qpmutex {
644 valueT prmask;
645 int path;
646 } *qp_mutexes = NULL; /* QP mutex bitmasks */
647 static int qp_mutexeslen = 0;
648 static int qp_mutexestotlen = 0;
649 static valueT qp_safe_across_calls = 0;
650
651 /* Current state of PR implications */
652 static struct qp_imply {
653 unsigned p1:6;
654 unsigned p2:6;
655 unsigned p2_branched:1;
656 int path;
657 } *qp_implies = NULL;
658 static int qp_implieslen = 0;
659 static int qp_impliestotlen = 0;
660
661 /* Keep track of static GR values so that indirect register usage can
662 sometimes be tracked. */
663 static struct gr {
664 unsigned known:1;
665 int path;
666 valueT value;
667 } gr_values[128] = {
668 {
669 1,
670 #ifdef INT_MAX
671 INT_MAX,
672 #else
673 (((1 << (8 * sizeof(gr_values->path) - 2)) - 1) << 1) + 1,
674 #endif
675 0
676 }
677 };
678
679 /* Remember the alignment frag. */
680 static fragS *align_frag;
681
682 /* These are the routines required to output the various types of
683 unwind records. */
684
685 /* A slot_number is a frag address plus the slot index (0-2). We use the
686 frag address here so that if there is a section switch in the middle of
687 a function, then instructions emitted to a different section are not
688 counted. Since there may be more than one frag for a function, this
689 means we also need to keep track of which frag this address belongs to
690 so we can compute inter-frag distances. This also nicely solves the
691 problem with nops emitted for align directives, which can't easily be
692 counted, but can easily be derived from frag sizes. */
693
694 typedef struct unw_rec_list {
695 unwind_record r;
696 unsigned long slot_number;
697 fragS *slot_frag;
698 struct unw_rec_list *next;
699 } unw_rec_list;
700
701 #define SLOT_NUM_NOT_SET (unsigned)-1
702
703 /* Linked list of saved prologue counts. A very poor
704 implementation of a map from label numbers to prologue counts. */
705 typedef struct label_prologue_count
706 {
707 struct label_prologue_count *next;
708 unsigned long label_number;
709 unsigned int prologue_count;
710 } label_prologue_count;
711
712 typedef struct proc_pending
713 {
714 symbolS *sym;
715 struct proc_pending *next;
716 } proc_pending;
717
718 static struct
719 {
720 /* Maintain a list of unwind entries for the current function. */
721 unw_rec_list *list;
722 unw_rec_list *tail;
723
724 /* Any unwind entires that should be attached to the current slot
725 that an insn is being constructed for. */
726 unw_rec_list *current_entry;
727
728 /* These are used to create the unwind table entry for this function. */
729 proc_pending proc_pending;
730 symbolS *info; /* pointer to unwind info */
731 symbolS *personality_routine;
732 segT saved_text_seg;
733 subsegT saved_text_subseg;
734 unsigned int force_unwind_entry : 1; /* force generation of unwind entry? */
735
736 /* TRUE if processing unwind directives in a prologue region. */
737 unsigned int prologue : 1;
738 unsigned int prologue_mask : 4;
739 unsigned int prologue_gr : 7;
740 unsigned int body : 1;
741 unsigned int insn : 1;
742 unsigned int prologue_count; /* number of .prologues seen so far */
743 /* Prologue counts at previous .label_state directives. */
744 struct label_prologue_count * saved_prologue_counts;
745
746 /* List of split up .save-s. */
747 unw_p_record *pending_saves;
748 } unwind;
749
750 /* The input value is a negated offset from psp, and specifies an address
751 psp - offset. The encoded value is psp + 16 - (4 * offset). Thus we
752 must add 16 and divide by 4 to get the encoded value. */
753
754 #define ENCODED_PSP_OFFSET(OFFSET) (((OFFSET) + 16) / 4)
755
756 typedef void (*vbyte_func) PARAMS ((int, char *, char *));
757
758 /* Forward declarations: */
759 static void set_section PARAMS ((char *name));
760 static unsigned int set_regstack PARAMS ((unsigned int, unsigned int,
761 unsigned int, unsigned int));
762 static void dot_align (int);
763 static void dot_radix PARAMS ((int));
764 static void dot_special_section PARAMS ((int));
765 static void dot_proc PARAMS ((int));
766 static void dot_fframe PARAMS ((int));
767 static void dot_vframe PARAMS ((int));
768 static void dot_vframesp PARAMS ((int));
769 static void dot_save PARAMS ((int));
770 static void dot_restore PARAMS ((int));
771 static void dot_restorereg PARAMS ((int));
772 static void dot_handlerdata PARAMS ((int));
773 static void dot_unwentry PARAMS ((int));
774 static void dot_altrp PARAMS ((int));
775 static void dot_savemem PARAMS ((int));
776 static void dot_saveg PARAMS ((int));
777 static void dot_savef PARAMS ((int));
778 static void dot_saveb PARAMS ((int));
779 static void dot_savegf PARAMS ((int));
780 static void dot_spill PARAMS ((int));
781 static void dot_spillreg PARAMS ((int));
782 static void dot_spillmem PARAMS ((int));
783 static void dot_label_state PARAMS ((int));
784 static void dot_copy_state PARAMS ((int));
785 static void dot_unwabi PARAMS ((int));
786 static void dot_personality PARAMS ((int));
787 static void dot_body PARAMS ((int));
788 static void dot_prologue PARAMS ((int));
789 static void dot_endp PARAMS ((int));
790 static void dot_template PARAMS ((int));
791 static void dot_regstk PARAMS ((int));
792 static void dot_rot PARAMS ((int));
793 static void dot_byteorder PARAMS ((int));
794 static void dot_psr PARAMS ((int));
795 static void dot_alias PARAMS ((int));
796 static void dot_ln PARAMS ((int));
797 static void cross_section PARAMS ((int ref, void (*cons) PARAMS((int)), int ua));
798 static void dot_xdata PARAMS ((int));
799 static void stmt_float_cons PARAMS ((int));
800 static void stmt_cons_ua PARAMS ((int));
801 static void dot_xfloat_cons PARAMS ((int));
802 static void dot_xstringer PARAMS ((int));
803 static void dot_xdata_ua PARAMS ((int));
804 static void dot_xfloat_cons_ua PARAMS ((int));
805 static void print_prmask PARAMS ((valueT mask));
806 static void dot_pred_rel PARAMS ((int));
807 static void dot_reg_val PARAMS ((int));
808 static void dot_serialize PARAMS ((int));
809 static void dot_dv_mode PARAMS ((int));
810 static void dot_entry PARAMS ((int));
811 static void dot_mem_offset PARAMS ((int));
812 static void add_unwind_entry PARAMS((unw_rec_list *, int));
813 static symbolS *declare_register PARAMS ((const char *name, int regnum));
814 static void declare_register_set PARAMS ((const char *, int, int));
815 static unsigned int operand_width PARAMS ((enum ia64_opnd));
816 static enum operand_match_result operand_match PARAMS ((const struct ia64_opcode *idesc,
817 int index,
818 expressionS *e));
819 static int parse_operand PARAMS ((expressionS *, int));
820 static struct ia64_opcode * parse_operands PARAMS ((struct ia64_opcode *));
821 static void build_insn PARAMS ((struct slot *, bfd_vma *));
822 static void emit_one_bundle PARAMS ((void));
823 static void fix_insn PARAMS ((fixS *, const struct ia64_operand *, valueT));
824 static bfd_reloc_code_real_type ia64_gen_real_reloc_type PARAMS ((struct symbol *sym,
825 bfd_reloc_code_real_type r_type));
826 static void insn_group_break PARAMS ((int, int, int));
827 static void mark_resource PARAMS ((struct ia64_opcode *, const struct ia64_dependency *,
828 struct rsrc *, int depind, int path));
829 static void add_qp_mutex PARAMS((valueT mask));
830 static void add_qp_imply PARAMS((int p1, int p2));
831 static void clear_qp_branch_flag PARAMS((valueT mask));
832 static void clear_qp_mutex PARAMS((valueT mask));
833 static void clear_qp_implies PARAMS((valueT p1_mask, valueT p2_mask));
834 static int has_suffix_p PARAMS((const char *, const char *));
835 static void clear_register_values PARAMS ((void));
836 static void print_dependency PARAMS ((const char *action, int depind));
837 static void instruction_serialization PARAMS ((void));
838 static void data_serialization PARAMS ((void));
839 static void remove_marked_resource PARAMS ((struct rsrc *));
840 static int is_conditional_branch PARAMS ((struct ia64_opcode *));
841 static int is_taken_branch PARAMS ((struct ia64_opcode *));
842 static int is_interruption_or_rfi PARAMS ((struct ia64_opcode *));
843 static int depends_on PARAMS ((int, struct ia64_opcode *));
844 static int specify_resource PARAMS ((const struct ia64_dependency *,
845 struct ia64_opcode *, int, struct rsrc [], int, int));
846 static int check_dv PARAMS((struct ia64_opcode *idesc));
847 static void check_dependencies PARAMS((struct ia64_opcode *));
848 static void mark_resources PARAMS((struct ia64_opcode *));
849 static void update_dependencies PARAMS((struct ia64_opcode *));
850 static void note_register_values PARAMS((struct ia64_opcode *));
851 static int qp_mutex PARAMS ((int, int, int));
852 static int resources_match PARAMS ((struct rsrc *, struct ia64_opcode *, int, int, int));
853 static void output_vbyte_mem PARAMS ((int, char *, char *));
854 static void count_output PARAMS ((int, char *, char *));
855 static void output_R1_format PARAMS ((vbyte_func, unw_record_type, int));
856 static void output_R2_format PARAMS ((vbyte_func, int, int, unsigned long));
857 static void output_R3_format PARAMS ((vbyte_func, unw_record_type, unsigned long));
858 static void output_P1_format PARAMS ((vbyte_func, int));
859 static void output_P2_format PARAMS ((vbyte_func, int, int));
860 static void output_P3_format PARAMS ((vbyte_func, unw_record_type, int));
861 static void output_P4_format PARAMS ((vbyte_func, unsigned char *, unsigned long));
862 static void output_P5_format PARAMS ((vbyte_func, int, unsigned long));
863 static void output_P6_format PARAMS ((vbyte_func, unw_record_type, int));
864 static void output_P7_format PARAMS ((vbyte_func, unw_record_type, unsigned long, unsigned long));
865 static void output_P8_format PARAMS ((vbyte_func, unw_record_type, unsigned long));
866 static void output_P9_format PARAMS ((vbyte_func, int, int));
867 static void output_P10_format PARAMS ((vbyte_func, int, int));
868 static void output_B1_format PARAMS ((vbyte_func, unw_record_type, unsigned long));
869 static void output_B2_format PARAMS ((vbyte_func, unsigned long, unsigned long));
870 static void output_B3_format PARAMS ((vbyte_func, unsigned long, unsigned long));
871 static void output_B4_format PARAMS ((vbyte_func, unw_record_type, unsigned long));
872 static char format_ab_reg PARAMS ((int, int));
873 static void output_X1_format PARAMS ((vbyte_func, unw_record_type, int, int, unsigned long,
874 unsigned long));
875 static void output_X2_format PARAMS ((vbyte_func, int, int, int, int, int, unsigned long));
876 static void output_X3_format PARAMS ((vbyte_func, unw_record_type, int, int, int, unsigned long,
877 unsigned long));
878 static void output_X4_format PARAMS ((vbyte_func, int, int, int, int, int, int, unsigned long));
879 static unw_rec_list *output_endp PARAMS ((void));
880 static unw_rec_list *output_prologue PARAMS ((void));
881 static unw_rec_list *output_prologue_gr PARAMS ((unsigned int, unsigned int));
882 static unw_rec_list *output_body PARAMS ((void));
883 static unw_rec_list *output_mem_stack_f PARAMS ((unsigned int));
884 static unw_rec_list *output_mem_stack_v PARAMS ((void));
885 static unw_rec_list *output_psp_gr PARAMS ((unsigned int));
886 static unw_rec_list *output_psp_sprel PARAMS ((unsigned int));
887 static unw_rec_list *output_rp_when PARAMS ((void));
888 static unw_rec_list *output_rp_gr PARAMS ((unsigned int));
889 static unw_rec_list *output_rp_br PARAMS ((unsigned int));
890 static unw_rec_list *output_rp_psprel PARAMS ((unsigned int));
891 static unw_rec_list *output_rp_sprel PARAMS ((unsigned int));
892 static unw_rec_list *output_pfs_when PARAMS ((void));
893 static unw_rec_list *output_pfs_gr PARAMS ((unsigned int));
894 static unw_rec_list *output_pfs_psprel PARAMS ((unsigned int));
895 static unw_rec_list *output_pfs_sprel PARAMS ((unsigned int));
896 static unw_rec_list *output_preds_when PARAMS ((void));
897 static unw_rec_list *output_preds_gr PARAMS ((unsigned int));
898 static unw_rec_list *output_preds_psprel PARAMS ((unsigned int));
899 static unw_rec_list *output_preds_sprel PARAMS ((unsigned int));
900 static unw_rec_list *output_fr_mem PARAMS ((unsigned int));
901 static unw_rec_list *output_frgr_mem PARAMS ((unsigned int, unsigned int));
902 static unw_rec_list *output_gr_gr PARAMS ((unsigned int, unsigned int));
903 static unw_rec_list *output_gr_mem PARAMS ((unsigned int));
904 static unw_rec_list *output_br_mem PARAMS ((unsigned int));
905 static unw_rec_list *output_br_gr PARAMS ((unsigned int, unsigned int));
906 static unw_rec_list *output_spill_base PARAMS ((unsigned int));
907 static unw_rec_list *output_unat_when PARAMS ((void));
908 static unw_rec_list *output_unat_gr PARAMS ((unsigned int));
909 static unw_rec_list *output_unat_psprel PARAMS ((unsigned int));
910 static unw_rec_list *output_unat_sprel PARAMS ((unsigned int));
911 static unw_rec_list *output_lc_when PARAMS ((void));
912 static unw_rec_list *output_lc_gr PARAMS ((unsigned int));
913 static unw_rec_list *output_lc_psprel PARAMS ((unsigned int));
914 static unw_rec_list *output_lc_sprel PARAMS ((unsigned int));
915 static unw_rec_list *output_fpsr_when PARAMS ((void));
916 static unw_rec_list *output_fpsr_gr PARAMS ((unsigned int));
917 static unw_rec_list *output_fpsr_psprel PARAMS ((unsigned int));
918 static unw_rec_list *output_fpsr_sprel PARAMS ((unsigned int));
919 static unw_rec_list *output_priunat_when_gr PARAMS ((void));
920 static unw_rec_list *output_priunat_when_mem PARAMS ((void));
921 static unw_rec_list *output_priunat_gr PARAMS ((unsigned int));
922 static unw_rec_list *output_priunat_psprel PARAMS ((unsigned int));
923 static unw_rec_list *output_priunat_sprel PARAMS ((unsigned int));
924 static unw_rec_list *output_bsp_when PARAMS ((void));
925 static unw_rec_list *output_bsp_gr PARAMS ((unsigned int));
926 static unw_rec_list *output_bsp_psprel PARAMS ((unsigned int));
927 static unw_rec_list *output_bsp_sprel PARAMS ((unsigned int));
928 static unw_rec_list *output_bspstore_when PARAMS ((void));
929 static unw_rec_list *output_bspstore_gr PARAMS ((unsigned int));
930 static unw_rec_list *output_bspstore_psprel PARAMS ((unsigned int));
931 static unw_rec_list *output_bspstore_sprel PARAMS ((unsigned int));
932 static unw_rec_list *output_rnat_when PARAMS ((void));
933 static unw_rec_list *output_rnat_gr PARAMS ((unsigned int));
934 static unw_rec_list *output_rnat_psprel PARAMS ((unsigned int));
935 static unw_rec_list *output_rnat_sprel PARAMS ((unsigned int));
936 static unw_rec_list *output_unwabi PARAMS ((unsigned long, unsigned long));
937 static unw_rec_list *output_epilogue PARAMS ((unsigned long));
938 static unw_rec_list *output_label_state PARAMS ((unsigned long));
939 static unw_rec_list *output_copy_state PARAMS ((unsigned long));
940 static unw_rec_list *output_spill_psprel PARAMS ((unsigned int, unsigned int, unsigned int,
941 unsigned int));
942 static unw_rec_list *output_spill_sprel PARAMS ((unsigned int, unsigned int, unsigned int,
943 unsigned int));
944 static unw_rec_list *output_spill_reg PARAMS ((unsigned int, unsigned int, unsigned int,
945 unsigned int, unsigned int));
946 static void process_one_record PARAMS ((unw_rec_list *, vbyte_func));
947 static void process_unw_records PARAMS ((unw_rec_list *, vbyte_func));
948 static int calc_record_size PARAMS ((unw_rec_list *));
949 static void set_imask PARAMS ((unw_rec_list *, unsigned long, unsigned long, unsigned int));
950 static unsigned long slot_index PARAMS ((unsigned long, fragS *,
951 unsigned long, fragS *,
952 int));
953 static unw_rec_list *optimize_unw_records PARAMS ((unw_rec_list *));
954 static void fixup_unw_records PARAMS ((unw_rec_list *, int));
955 static int parse_predicate_and_operand PARAMS ((expressionS *, unsigned *, const char *));
956 static void convert_expr_to_ab_reg PARAMS ((const expressionS *, unsigned int *, unsigned int *, const char *, int));
957 static void convert_expr_to_xy_reg PARAMS ((const expressionS *, unsigned int *, unsigned int *, const char *, int));
958 static unsigned int get_saved_prologue_count PARAMS ((unsigned long));
959 static void save_prologue_count PARAMS ((unsigned long, unsigned int));
960 static void free_saved_prologue_counts PARAMS ((void));
961
962 /* Determine if application register REGNUM resides only in the integer
963 unit (as opposed to the memory unit). */
964 static int
965 ar_is_only_in_integer_unit (int reg)
966 {
967 reg -= REG_AR;
968 return reg >= 64 && reg <= 111;
969 }
970
971 /* Determine if application register REGNUM resides only in the memory
972 unit (as opposed to the integer unit). */
973 static int
974 ar_is_only_in_memory_unit (int reg)
975 {
976 reg -= REG_AR;
977 return reg >= 0 && reg <= 47;
978 }
979
980 /* Switch to section NAME and create section if necessary. It's
981 rather ugly that we have to manipulate input_line_pointer but I
982 don't see any other way to accomplish the same thing without
983 changing obj-elf.c (which may be the Right Thing, in the end). */
984 static void
985 set_section (name)
986 char *name;
987 {
988 char *saved_input_line_pointer;
989
990 saved_input_line_pointer = input_line_pointer;
991 input_line_pointer = name;
992 obj_elf_section (0);
993 input_line_pointer = saved_input_line_pointer;
994 }
995
996 /* Map 's' to SHF_IA_64_SHORT. */
997
998 int
999 ia64_elf_section_letter (letter, ptr_msg)
1000 int letter;
1001 char **ptr_msg;
1002 {
1003 if (letter == 's')
1004 return SHF_IA_64_SHORT;
1005 else if (letter == 'o')
1006 return SHF_LINK_ORDER;
1007
1008 *ptr_msg = _("Bad .section directive: want a,o,s,w,x,M,S,G,T in string");
1009 return -1;
1010 }
1011
1012 /* Map SHF_IA_64_SHORT to SEC_SMALL_DATA. */
1013
1014 flagword
1015 ia64_elf_section_flags (flags, attr, type)
1016 flagword flags;
1017 int attr, type ATTRIBUTE_UNUSED;
1018 {
1019 if (attr & SHF_IA_64_SHORT)
1020 flags |= SEC_SMALL_DATA;
1021 return flags;
1022 }
1023
1024 int
1025 ia64_elf_section_type (str, len)
1026 const char *str;
1027 size_t len;
1028 {
1029 #define STREQ(s) ((len == sizeof (s) - 1) && (strncmp (str, s, sizeof (s) - 1) == 0))
1030
1031 if (STREQ (ELF_STRING_ia64_unwind_info))
1032 return SHT_PROGBITS;
1033
1034 if (STREQ (ELF_STRING_ia64_unwind_info_once))
1035 return SHT_PROGBITS;
1036
1037 if (STREQ (ELF_STRING_ia64_unwind))
1038 return SHT_IA_64_UNWIND;
1039
1040 if (STREQ (ELF_STRING_ia64_unwind_once))
1041 return SHT_IA_64_UNWIND;
1042
1043 if (STREQ ("unwind"))
1044 return SHT_IA_64_UNWIND;
1045
1046 return -1;
1047 #undef STREQ
1048 }
1049
1050 static unsigned int
1051 set_regstack (ins, locs, outs, rots)
1052 unsigned int ins, locs, outs, rots;
1053 {
1054 /* Size of frame. */
1055 unsigned int sof;
1056
1057 sof = ins + locs + outs;
1058 if (sof > 96)
1059 {
1060 as_bad ("Size of frame exceeds maximum of 96 registers");
1061 return 0;
1062 }
1063 if (rots > sof)
1064 {
1065 as_warn ("Size of rotating registers exceeds frame size");
1066 return 0;
1067 }
1068 md.in.base = REG_GR + 32;
1069 md.loc.base = md.in.base + ins;
1070 md.out.base = md.loc.base + locs;
1071
1072 md.in.num_regs = ins;
1073 md.loc.num_regs = locs;
1074 md.out.num_regs = outs;
1075 md.rot.num_regs = rots;
1076 return sof;
1077 }
1078
1079 void
1080 ia64_flush_insns ()
1081 {
1082 struct label_fix *lfix;
1083 segT saved_seg;
1084 subsegT saved_subseg;
1085 unw_rec_list *ptr;
1086 bfd_boolean mark;
1087
1088 if (!md.last_text_seg)
1089 return;
1090
1091 saved_seg = now_seg;
1092 saved_subseg = now_subseg;
1093
1094 subseg_set (md.last_text_seg, 0);
1095
1096 while (md.num_slots_in_use > 0)
1097 emit_one_bundle (); /* force out queued instructions */
1098
1099 /* In case there are labels following the last instruction, resolve
1100 those now. */
1101 mark = FALSE;
1102 for (lfix = CURR_SLOT.label_fixups; lfix; lfix = lfix->next)
1103 {
1104 symbol_set_value_now (lfix->sym);
1105 mark |= lfix->dw2_mark_labels;
1106 }
1107 if (mark)
1108 {
1109 dwarf2_where (&CURR_SLOT.debug_line);
1110 CURR_SLOT.debug_line.flags |= DWARF2_FLAG_BASIC_BLOCK;
1111 dwarf2_gen_line_info (frag_now_fix (), &CURR_SLOT.debug_line);
1112 }
1113 CURR_SLOT.label_fixups = 0;
1114
1115 for (lfix = CURR_SLOT.tag_fixups; lfix; lfix = lfix->next)
1116 symbol_set_value_now (lfix->sym);
1117 CURR_SLOT.tag_fixups = 0;
1118
1119 /* In case there are unwind directives following the last instruction,
1120 resolve those now. We only handle prologue, body, and endp directives
1121 here. Give an error for others. */
1122 for (ptr = unwind.current_entry; ptr; ptr = ptr->next)
1123 {
1124 switch (ptr->r.type)
1125 {
1126 case prologue:
1127 case prologue_gr:
1128 case body:
1129 case endp:
1130 ptr->slot_number = (unsigned long) frag_more (0);
1131 ptr->slot_frag = frag_now;
1132 break;
1133
1134 /* Allow any record which doesn't have a "t" field (i.e.,
1135 doesn't relate to a particular instruction). */
1136 case unwabi:
1137 case br_gr:
1138 case copy_state:
1139 case fr_mem:
1140 case frgr_mem:
1141 case gr_gr:
1142 case gr_mem:
1143 case label_state:
1144 case rp_br:
1145 case spill_base:
1146 case spill_mask:
1147 /* nothing */
1148 break;
1149
1150 default:
1151 as_bad (_("Unwind directive not followed by an instruction."));
1152 break;
1153 }
1154 }
1155 unwind.current_entry = NULL;
1156
1157 subseg_set (saved_seg, saved_subseg);
1158
1159 if (md.qp.X_op == O_register)
1160 as_bad ("qualifying predicate not followed by instruction");
1161 }
1162
1163 static void
1164 ia64_do_align (int nbytes)
1165 {
1166 char *saved_input_line_pointer = input_line_pointer;
1167
1168 input_line_pointer = "";
1169 s_align_bytes (nbytes);
1170 input_line_pointer = saved_input_line_pointer;
1171 }
1172
1173 void
1174 ia64_cons_align (nbytes)
1175 int nbytes;
1176 {
1177 if (md.auto_align)
1178 {
1179 char *saved_input_line_pointer = input_line_pointer;
1180 input_line_pointer = "";
1181 s_align_bytes (nbytes);
1182 input_line_pointer = saved_input_line_pointer;
1183 }
1184 }
1185
1186 /* Output COUNT bytes to a memory location. */
1187 static char *vbyte_mem_ptr = NULL;
1188
1189 void
1190 output_vbyte_mem (count, ptr, comment)
1191 int count;
1192 char *ptr;
1193 char *comment ATTRIBUTE_UNUSED;
1194 {
1195 int x;
1196 if (vbyte_mem_ptr == NULL)
1197 abort ();
1198
1199 if (count == 0)
1200 return;
1201 for (x = 0; x < count; x++)
1202 *(vbyte_mem_ptr++) = ptr[x];
1203 }
1204
1205 /* Count the number of bytes required for records. */
1206 static int vbyte_count = 0;
1207 void
1208 count_output (count, ptr, comment)
1209 int count;
1210 char *ptr ATTRIBUTE_UNUSED;
1211 char *comment ATTRIBUTE_UNUSED;
1212 {
1213 vbyte_count += count;
1214 }
1215
1216 static void
1217 output_R1_format (f, rtype, rlen)
1218 vbyte_func f;
1219 unw_record_type rtype;
1220 int rlen;
1221 {
1222 int r = 0;
1223 char byte;
1224 if (rlen > 0x1f)
1225 {
1226 output_R3_format (f, rtype, rlen);
1227 return;
1228 }
1229
1230 if (rtype == body)
1231 r = 1;
1232 else if (rtype != prologue)
1233 as_bad ("record type is not valid");
1234
1235 byte = UNW_R1 | (r << 5) | (rlen & 0x1f);
1236 (*f) (1, &byte, NULL);
1237 }
1238
1239 static void
1240 output_R2_format (f, mask, grsave, rlen)
1241 vbyte_func f;
1242 int mask, grsave;
1243 unsigned long rlen;
1244 {
1245 char bytes[20];
1246 int count = 2;
1247 mask = (mask & 0x0f);
1248 grsave = (grsave & 0x7f);
1249
1250 bytes[0] = (UNW_R2 | (mask >> 1));
1251 bytes[1] = (((mask & 0x01) << 7) | grsave);
1252 count += output_leb128 (bytes + 2, rlen, 0);
1253 (*f) (count, bytes, NULL);
1254 }
1255
1256 static void
1257 output_R3_format (f, rtype, rlen)
1258 vbyte_func f;
1259 unw_record_type rtype;
1260 unsigned long rlen;
1261 {
1262 int r = 0, count;
1263 char bytes[20];
1264 if (rlen <= 0x1f)
1265 {
1266 output_R1_format (f, rtype, rlen);
1267 return;
1268 }
1269
1270 if (rtype == body)
1271 r = 1;
1272 else if (rtype != prologue)
1273 as_bad ("record type is not valid");
1274 bytes[0] = (UNW_R3 | r);
1275 count = output_leb128 (bytes + 1, rlen, 0);
1276 (*f) (count + 1, bytes, NULL);
1277 }
1278
1279 static void
1280 output_P1_format (f, brmask)
1281 vbyte_func f;
1282 int brmask;
1283 {
1284 char byte;
1285 byte = UNW_P1 | (brmask & 0x1f);
1286 (*f) (1, &byte, NULL);
1287 }
1288
1289 static void
1290 output_P2_format (f, brmask, gr)
1291 vbyte_func f;
1292 int brmask;
1293 int gr;
1294 {
1295 char bytes[2];
1296 brmask = (brmask & 0x1f);
1297 bytes[0] = UNW_P2 | (brmask >> 1);
1298 bytes[1] = (((brmask & 1) << 7) | gr);
1299 (*f) (2, bytes, NULL);
1300 }
1301
1302 static void
1303 output_P3_format (f, rtype, reg)
1304 vbyte_func f;
1305 unw_record_type rtype;
1306 int reg;
1307 {
1308 char bytes[2];
1309 int r = 0;
1310 reg = (reg & 0x7f);
1311 switch (rtype)
1312 {
1313 case psp_gr:
1314 r = 0;
1315 break;
1316 case rp_gr:
1317 r = 1;
1318 break;
1319 case pfs_gr:
1320 r = 2;
1321 break;
1322 case preds_gr:
1323 r = 3;
1324 break;
1325 case unat_gr:
1326 r = 4;
1327 break;
1328 case lc_gr:
1329 r = 5;
1330 break;
1331 case rp_br:
1332 r = 6;
1333 break;
1334 case rnat_gr:
1335 r = 7;
1336 break;
1337 case bsp_gr:
1338 r = 8;
1339 break;
1340 case bspstore_gr:
1341 r = 9;
1342 break;
1343 case fpsr_gr:
1344 r = 10;
1345 break;
1346 case priunat_gr:
1347 r = 11;
1348 break;
1349 default:
1350 as_bad ("Invalid record type for P3 format.");
1351 }
1352 bytes[0] = (UNW_P3 | (r >> 1));
1353 bytes[1] = (((r & 1) << 7) | reg);
1354 (*f) (2, bytes, NULL);
1355 }
1356
1357 static void
1358 output_P4_format (f, imask, imask_size)
1359 vbyte_func f;
1360 unsigned char *imask;
1361 unsigned long imask_size;
1362 {
1363 imask[0] = UNW_P4;
1364 (*f) (imask_size, (char *) imask, NULL);
1365 }
1366
1367 static void
1368 output_P5_format (f, grmask, frmask)
1369 vbyte_func f;
1370 int grmask;
1371 unsigned long frmask;
1372 {
1373 char bytes[4];
1374 grmask = (grmask & 0x0f);
1375
1376 bytes[0] = UNW_P5;
1377 bytes[1] = ((grmask << 4) | ((frmask & 0x000f0000) >> 16));
1378 bytes[2] = ((frmask & 0x0000ff00) >> 8);
1379 bytes[3] = (frmask & 0x000000ff);
1380 (*f) (4, bytes, NULL);
1381 }
1382
1383 static void
1384 output_P6_format (f, rtype, rmask)
1385 vbyte_func f;
1386 unw_record_type rtype;
1387 int rmask;
1388 {
1389 char byte;
1390 int r = 0;
1391
1392 if (rtype == gr_mem)
1393 r = 1;
1394 else if (rtype != fr_mem)
1395 as_bad ("Invalid record type for format P6");
1396 byte = (UNW_P6 | (r << 4) | (rmask & 0x0f));
1397 (*f) (1, &byte, NULL);
1398 }
1399
1400 static void
1401 output_P7_format (f, rtype, w1, w2)
1402 vbyte_func f;
1403 unw_record_type rtype;
1404 unsigned long w1;
1405 unsigned long w2;
1406 {
1407 char bytes[20];
1408 int count = 1;
1409 int r = 0;
1410 count += output_leb128 (bytes + 1, w1, 0);
1411 switch (rtype)
1412 {
1413 case mem_stack_f:
1414 r = 0;
1415 count += output_leb128 (bytes + count, w2 >> 4, 0);
1416 break;
1417 case mem_stack_v:
1418 r = 1;
1419 break;
1420 case spill_base:
1421 r = 2;
1422 break;
1423 case psp_sprel:
1424 r = 3;
1425 break;
1426 case rp_when:
1427 r = 4;
1428 break;
1429 case rp_psprel:
1430 r = 5;
1431 break;
1432 case pfs_when:
1433 r = 6;
1434 break;
1435 case pfs_psprel:
1436 r = 7;
1437 break;
1438 case preds_when:
1439 r = 8;
1440 break;
1441 case preds_psprel:
1442 r = 9;
1443 break;
1444 case lc_when:
1445 r = 10;
1446 break;
1447 case lc_psprel:
1448 r = 11;
1449 break;
1450 case unat_when:
1451 r = 12;
1452 break;
1453 case unat_psprel:
1454 r = 13;
1455 break;
1456 case fpsr_when:
1457 r = 14;
1458 break;
1459 case fpsr_psprel:
1460 r = 15;
1461 break;
1462 default:
1463 break;
1464 }
1465 bytes[0] = (UNW_P7 | r);
1466 (*f) (count, bytes, NULL);
1467 }
1468
1469 static void
1470 output_P8_format (f, rtype, t)
1471 vbyte_func f;
1472 unw_record_type rtype;
1473 unsigned long t;
1474 {
1475 char bytes[20];
1476 int r = 0;
1477 int count = 2;
1478 bytes[0] = UNW_P8;
1479 switch (rtype)
1480 {
1481 case rp_sprel:
1482 r = 1;
1483 break;
1484 case pfs_sprel:
1485 r = 2;
1486 break;
1487 case preds_sprel:
1488 r = 3;
1489 break;
1490 case lc_sprel:
1491 r = 4;
1492 break;
1493 case unat_sprel:
1494 r = 5;
1495 break;
1496 case fpsr_sprel:
1497 r = 6;
1498 break;
1499 case bsp_when:
1500 r = 7;
1501 break;
1502 case bsp_psprel:
1503 r = 8;
1504 break;
1505 case bsp_sprel:
1506 r = 9;
1507 break;
1508 case bspstore_when:
1509 r = 10;
1510 break;
1511 case bspstore_psprel:
1512 r = 11;
1513 break;
1514 case bspstore_sprel:
1515 r = 12;
1516 break;
1517 case rnat_when:
1518 r = 13;
1519 break;
1520 case rnat_psprel:
1521 r = 14;
1522 break;
1523 case rnat_sprel:
1524 r = 15;
1525 break;
1526 case priunat_when_gr:
1527 r = 16;
1528 break;
1529 case priunat_psprel:
1530 r = 17;
1531 break;
1532 case priunat_sprel:
1533 r = 18;
1534 break;
1535 case priunat_when_mem:
1536 r = 19;
1537 break;
1538 default:
1539 break;
1540 }
1541 bytes[1] = r;
1542 count += output_leb128 (bytes + 2, t, 0);
1543 (*f) (count, bytes, NULL);
1544 }
1545
1546 static void
1547 output_P9_format (f, grmask, gr)
1548 vbyte_func f;
1549 int grmask;
1550 int gr;
1551 {
1552 char bytes[3];
1553 bytes[0] = UNW_P9;
1554 bytes[1] = (grmask & 0x0f);
1555 bytes[2] = (gr & 0x7f);
1556 (*f) (3, bytes, NULL);
1557 }
1558
1559 static void
1560 output_P10_format (f, abi, context)
1561 vbyte_func f;
1562 int abi;
1563 int context;
1564 {
1565 char bytes[3];
1566 bytes[0] = UNW_P10;
1567 bytes[1] = (abi & 0xff);
1568 bytes[2] = (context & 0xff);
1569 (*f) (3, bytes, NULL);
1570 }
1571
1572 static void
1573 output_B1_format (f, rtype, label)
1574 vbyte_func f;
1575 unw_record_type rtype;
1576 unsigned long label;
1577 {
1578 char byte;
1579 int r = 0;
1580 if (label > 0x1f)
1581 {
1582 output_B4_format (f, rtype, label);
1583 return;
1584 }
1585 if (rtype == copy_state)
1586 r = 1;
1587 else if (rtype != label_state)
1588 as_bad ("Invalid record type for format B1");
1589
1590 byte = (UNW_B1 | (r << 5) | (label & 0x1f));
1591 (*f) (1, &byte, NULL);
1592 }
1593
1594 static void
1595 output_B2_format (f, ecount, t)
1596 vbyte_func f;
1597 unsigned long ecount;
1598 unsigned long t;
1599 {
1600 char bytes[20];
1601 int count = 1;
1602 if (ecount > 0x1f)
1603 {
1604 output_B3_format (f, ecount, t);
1605 return;
1606 }
1607 bytes[0] = (UNW_B2 | (ecount & 0x1f));
1608 count += output_leb128 (bytes + 1, t, 0);
1609 (*f) (count, bytes, NULL);
1610 }
1611
1612 static void
1613 output_B3_format (f, ecount, t)
1614 vbyte_func f;
1615 unsigned long ecount;
1616 unsigned long t;
1617 {
1618 char bytes[20];
1619 int count = 1;
1620 if (ecount <= 0x1f)
1621 {
1622 output_B2_format (f, ecount, t);
1623 return;
1624 }
1625 bytes[0] = UNW_B3;
1626 count += output_leb128 (bytes + 1, t, 0);
1627 count += output_leb128 (bytes + count, ecount, 0);
1628 (*f) (count, bytes, NULL);
1629 }
1630
1631 static void
1632 output_B4_format (f, rtype, label)
1633 vbyte_func f;
1634 unw_record_type rtype;
1635 unsigned long label;
1636 {
1637 char bytes[20];
1638 int r = 0;
1639 int count = 1;
1640 if (label <= 0x1f)
1641 {
1642 output_B1_format (f, rtype, label);
1643 return;
1644 }
1645
1646 if (rtype == copy_state)
1647 r = 1;
1648 else if (rtype != label_state)
1649 as_bad ("Invalid record type for format B1");
1650
1651 bytes[0] = (UNW_B4 | (r << 3));
1652 count += output_leb128 (bytes + 1, label, 0);
1653 (*f) (count, bytes, NULL);
1654 }
1655
1656 static char
1657 format_ab_reg (ab, reg)
1658 int ab;
1659 int reg;
1660 {
1661 int ret;
1662 ab = (ab & 3);
1663 reg = (reg & 0x1f);
1664 ret = (ab << 5) | reg;
1665 return ret;
1666 }
1667
1668 static void
1669 output_X1_format (f, rtype, ab, reg, t, w1)
1670 vbyte_func f;
1671 unw_record_type rtype;
1672 int ab, reg;
1673 unsigned long t;
1674 unsigned long w1;
1675 {
1676 char bytes[20];
1677 int r = 0;
1678 int count = 2;
1679 bytes[0] = UNW_X1;
1680
1681 if (rtype == spill_sprel)
1682 r = 1;
1683 else if (rtype != spill_psprel)
1684 as_bad ("Invalid record type for format X1");
1685 bytes[1] = ((r << 7) | format_ab_reg (ab, reg));
1686 count += output_leb128 (bytes + 2, t, 0);
1687 count += output_leb128 (bytes + count, w1, 0);
1688 (*f) (count, bytes, NULL);
1689 }
1690
1691 static void
1692 output_X2_format (f, ab, reg, x, y, treg, t)
1693 vbyte_func f;
1694 int ab, reg;
1695 int x, y, treg;
1696 unsigned long t;
1697 {
1698 char bytes[20];
1699 int count = 3;
1700 bytes[0] = UNW_X2;
1701 bytes[1] = (((x & 1) << 7) | format_ab_reg (ab, reg));
1702 bytes[2] = (((y & 1) << 7) | (treg & 0x7f));
1703 count += output_leb128 (bytes + 3, t, 0);
1704 (*f) (count, bytes, NULL);
1705 }
1706
1707 static void
1708 output_X3_format (f, rtype, qp, ab, reg, t, w1)
1709 vbyte_func f;
1710 unw_record_type rtype;
1711 int qp;
1712 int ab, reg;
1713 unsigned long t;
1714 unsigned long w1;
1715 {
1716 char bytes[20];
1717 int r = 0;
1718 int count = 3;
1719 bytes[0] = UNW_X3;
1720
1721 if (rtype == spill_sprel_p)
1722 r = 1;
1723 else if (rtype != spill_psprel_p)
1724 as_bad ("Invalid record type for format X3");
1725 bytes[1] = ((r << 7) | (qp & 0x3f));
1726 bytes[2] = format_ab_reg (ab, reg);
1727 count += output_leb128 (bytes + 3, t, 0);
1728 count += output_leb128 (bytes + count, w1, 0);
1729 (*f) (count, bytes, NULL);
1730 }
1731
1732 static void
1733 output_X4_format (f, qp, ab, reg, x, y, treg, t)
1734 vbyte_func f;
1735 int qp;
1736 int ab, reg;
1737 int x, y, treg;
1738 unsigned long t;
1739 {
1740 char bytes[20];
1741 int count = 4;
1742 bytes[0] = UNW_X4;
1743 bytes[1] = (qp & 0x3f);
1744 bytes[2] = (((x & 1) << 7) | format_ab_reg (ab, reg));
1745 bytes[3] = (((y & 1) << 7) | (treg & 0x7f));
1746 count += output_leb128 (bytes + 4, t, 0);
1747 (*f) (count, bytes, NULL);
1748 }
1749
1750 /* This function checks whether there are any outstanding .save-s and
1751 discards them if so. */
1752
1753 static void
1754 check_pending_save (void)
1755 {
1756 if (unwind.pending_saves)
1757 {
1758 unw_rec_list *cur, *prev;
1759
1760 as_warn ("Previous .save incomplete");
1761 for (cur = unwind.list, prev = NULL; cur; )
1762 if (&cur->r.record.p == unwind.pending_saves)
1763 {
1764 if (prev)
1765 prev->next = cur->next;
1766 else
1767 unwind.list = cur->next;
1768 if (cur == unwind.tail)
1769 unwind.tail = prev;
1770 if (cur == unwind.current_entry)
1771 unwind.current_entry = cur->next;
1772 /* Don't free the first discarded record, it's being used as
1773 terminator for (currently) br_gr and gr_gr processing, and
1774 also prevents leaving a dangling pointer to it in its
1775 predecessor. */
1776 cur->r.record.p.grmask = 0;
1777 cur->r.record.p.brmask = 0;
1778 cur->r.record.p.frmask = 0;
1779 prev = cur->r.record.p.next;
1780 cur->r.record.p.next = NULL;
1781 cur = prev;
1782 break;
1783 }
1784 else
1785 {
1786 prev = cur;
1787 cur = cur->next;
1788 }
1789 while (cur)
1790 {
1791 prev = cur;
1792 cur = cur->r.record.p.next;
1793 free (prev);
1794 }
1795 unwind.pending_saves = NULL;
1796 }
1797 }
1798
1799 /* This function allocates a record list structure, and initializes fields. */
1800
1801 static unw_rec_list *
1802 alloc_record (unw_record_type t)
1803 {
1804 unw_rec_list *ptr;
1805 ptr = xmalloc (sizeof (*ptr));
1806 memset (ptr, 0, sizeof (*ptr));
1807 ptr->slot_number = SLOT_NUM_NOT_SET;
1808 ptr->r.type = t;
1809 return ptr;
1810 }
1811
1812 /* Dummy unwind record used for calculating the length of the last prologue or
1813 body region. */
1814
1815 static unw_rec_list *
1816 output_endp ()
1817 {
1818 unw_rec_list *ptr = alloc_record (endp);
1819 return ptr;
1820 }
1821
1822 static unw_rec_list *
1823 output_prologue ()
1824 {
1825 unw_rec_list *ptr = alloc_record (prologue);
1826 memset (&ptr->r.record.r.mask, 0, sizeof (ptr->r.record.r.mask));
1827 return ptr;
1828 }
1829
1830 static unw_rec_list *
1831 output_prologue_gr (saved_mask, reg)
1832 unsigned int saved_mask;
1833 unsigned int reg;
1834 {
1835 unw_rec_list *ptr = alloc_record (prologue_gr);
1836 memset (&ptr->r.record.r.mask, 0, sizeof (ptr->r.record.r.mask));
1837 ptr->r.record.r.grmask = saved_mask;
1838 ptr->r.record.r.grsave = reg;
1839 return ptr;
1840 }
1841
1842 static unw_rec_list *
1843 output_body ()
1844 {
1845 unw_rec_list *ptr = alloc_record (body);
1846 return ptr;
1847 }
1848
1849 static unw_rec_list *
1850 output_mem_stack_f (size)
1851 unsigned int size;
1852 {
1853 unw_rec_list *ptr = alloc_record (mem_stack_f);
1854 ptr->r.record.p.size = size;
1855 return ptr;
1856 }
1857
1858 static unw_rec_list *
1859 output_mem_stack_v ()
1860 {
1861 unw_rec_list *ptr = alloc_record (mem_stack_v);
1862 return ptr;
1863 }
1864
1865 static unw_rec_list *
1866 output_psp_gr (gr)
1867 unsigned int gr;
1868 {
1869 unw_rec_list *ptr = alloc_record (psp_gr);
1870 ptr->r.record.p.r.gr = gr;
1871 return ptr;
1872 }
1873
1874 static unw_rec_list *
1875 output_psp_sprel (offset)
1876 unsigned int offset;
1877 {
1878 unw_rec_list *ptr = alloc_record (psp_sprel);
1879 ptr->r.record.p.off.sp = offset / 4;
1880 return ptr;
1881 }
1882
1883 static unw_rec_list *
1884 output_rp_when ()
1885 {
1886 unw_rec_list *ptr = alloc_record (rp_when);
1887 return ptr;
1888 }
1889
1890 static unw_rec_list *
1891 output_rp_gr (gr)
1892 unsigned int gr;
1893 {
1894 unw_rec_list *ptr = alloc_record (rp_gr);
1895 ptr->r.record.p.r.gr = gr;
1896 return ptr;
1897 }
1898
1899 static unw_rec_list *
1900 output_rp_br (br)
1901 unsigned int br;
1902 {
1903 unw_rec_list *ptr = alloc_record (rp_br);
1904 ptr->r.record.p.r.br = br;
1905 return ptr;
1906 }
1907
1908 static unw_rec_list *
1909 output_rp_psprel (offset)
1910 unsigned int offset;
1911 {
1912 unw_rec_list *ptr = alloc_record (rp_psprel);
1913 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
1914 return ptr;
1915 }
1916
1917 static unw_rec_list *
1918 output_rp_sprel (offset)
1919 unsigned int offset;
1920 {
1921 unw_rec_list *ptr = alloc_record (rp_sprel);
1922 ptr->r.record.p.off.sp = offset / 4;
1923 return ptr;
1924 }
1925
1926 static unw_rec_list *
1927 output_pfs_when ()
1928 {
1929 unw_rec_list *ptr = alloc_record (pfs_when);
1930 return ptr;
1931 }
1932
1933 static unw_rec_list *
1934 output_pfs_gr (gr)
1935 unsigned int gr;
1936 {
1937 unw_rec_list *ptr = alloc_record (pfs_gr);
1938 ptr->r.record.p.r.gr = gr;
1939 return ptr;
1940 }
1941
1942 static unw_rec_list *
1943 output_pfs_psprel (offset)
1944 unsigned int offset;
1945 {
1946 unw_rec_list *ptr = alloc_record (pfs_psprel);
1947 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
1948 return ptr;
1949 }
1950
1951 static unw_rec_list *
1952 output_pfs_sprel (offset)
1953 unsigned int offset;
1954 {
1955 unw_rec_list *ptr = alloc_record (pfs_sprel);
1956 ptr->r.record.p.off.sp = offset / 4;
1957 return ptr;
1958 }
1959
1960 static unw_rec_list *
1961 output_preds_when ()
1962 {
1963 unw_rec_list *ptr = alloc_record (preds_when);
1964 return ptr;
1965 }
1966
1967 static unw_rec_list *
1968 output_preds_gr (gr)
1969 unsigned int gr;
1970 {
1971 unw_rec_list *ptr = alloc_record (preds_gr);
1972 ptr->r.record.p.r.gr = gr;
1973 return ptr;
1974 }
1975
1976 static unw_rec_list *
1977 output_preds_psprel (offset)
1978 unsigned int offset;
1979 {
1980 unw_rec_list *ptr = alloc_record (preds_psprel);
1981 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
1982 return ptr;
1983 }
1984
1985 static unw_rec_list *
1986 output_preds_sprel (offset)
1987 unsigned int offset;
1988 {
1989 unw_rec_list *ptr = alloc_record (preds_sprel);
1990 ptr->r.record.p.off.sp = offset / 4;
1991 return ptr;
1992 }
1993
1994 static unw_rec_list *
1995 output_fr_mem (mask)
1996 unsigned int mask;
1997 {
1998 unw_rec_list *ptr = alloc_record (fr_mem);
1999 unw_rec_list *cur = ptr;
2000
2001 ptr->r.record.p.frmask = mask;
2002 unwind.pending_saves = &ptr->r.record.p;
2003 for (;;)
2004 {
2005 unw_rec_list *prev = cur;
2006
2007 /* Clear least significant set bit. */
2008 mask &= ~(mask & (~mask + 1));
2009 if (!mask)
2010 return ptr;
2011 cur = alloc_record (fr_mem);
2012 cur->r.record.p.frmask = mask;
2013 /* Retain only least significant bit. */
2014 prev->r.record.p.frmask ^= mask;
2015 prev->r.record.p.next = cur;
2016 }
2017 }
2018
2019 static unw_rec_list *
2020 output_frgr_mem (gr_mask, fr_mask)
2021 unsigned int gr_mask;
2022 unsigned int fr_mask;
2023 {
2024 unw_rec_list *ptr = alloc_record (frgr_mem);
2025 unw_rec_list *cur = ptr;
2026
2027 unwind.pending_saves = &cur->r.record.p;
2028 cur->r.record.p.frmask = fr_mask;
2029 while (fr_mask)
2030 {
2031 unw_rec_list *prev = cur;
2032
2033 /* Clear least significant set bit. */
2034 fr_mask &= ~(fr_mask & (~fr_mask + 1));
2035 if (!gr_mask && !fr_mask)
2036 return ptr;
2037 cur = alloc_record (frgr_mem);
2038 cur->r.record.p.frmask = fr_mask;
2039 /* Retain only least significant bit. */
2040 prev->r.record.p.frmask ^= fr_mask;
2041 prev->r.record.p.next = cur;
2042 }
2043 cur->r.record.p.grmask = gr_mask;
2044 for (;;)
2045 {
2046 unw_rec_list *prev = cur;
2047
2048 /* Clear least significant set bit. */
2049 gr_mask &= ~(gr_mask & (~gr_mask + 1));
2050 if (!gr_mask)
2051 return ptr;
2052 cur = alloc_record (frgr_mem);
2053 cur->r.record.p.grmask = gr_mask;
2054 /* Retain only least significant bit. */
2055 prev->r.record.p.grmask ^= gr_mask;
2056 prev->r.record.p.next = cur;
2057 }
2058 }
2059
2060 static unw_rec_list *
2061 output_gr_gr (mask, reg)
2062 unsigned int mask;
2063 unsigned int reg;
2064 {
2065 unw_rec_list *ptr = alloc_record (gr_gr);
2066 unw_rec_list *cur = ptr;
2067
2068 ptr->r.record.p.grmask = mask;
2069 ptr->r.record.p.r.gr = reg;
2070 unwind.pending_saves = &ptr->r.record.p;
2071 for (;;)
2072 {
2073 unw_rec_list *prev = cur;
2074
2075 /* Clear least significant set bit. */
2076 mask &= ~(mask & (~mask + 1));
2077 if (!mask)
2078 return ptr;
2079 cur = alloc_record (gr_gr);
2080 cur->r.record.p.grmask = mask;
2081 /* Indicate this record shouldn't be output. */
2082 cur->r.record.p.r.gr = REG_NUM;
2083 /* Retain only least significant bit. */
2084 prev->r.record.p.grmask ^= mask;
2085 prev->r.record.p.next = cur;
2086 }
2087 }
2088
2089 static unw_rec_list *
2090 output_gr_mem (mask)
2091 unsigned int mask;
2092 {
2093 unw_rec_list *ptr = alloc_record (gr_mem);
2094 unw_rec_list *cur = ptr;
2095
2096 ptr->r.record.p.grmask = mask;
2097 unwind.pending_saves = &ptr->r.record.p;
2098 for (;;)
2099 {
2100 unw_rec_list *prev = cur;
2101
2102 /* Clear least significant set bit. */
2103 mask &= ~(mask & (~mask + 1));
2104 if (!mask)
2105 return ptr;
2106 cur = alloc_record (gr_mem);
2107 cur->r.record.p.grmask = mask;
2108 /* Retain only least significant bit. */
2109 prev->r.record.p.grmask ^= mask;
2110 prev->r.record.p.next = cur;
2111 }
2112 }
2113
2114 static unw_rec_list *
2115 output_br_mem (unsigned int mask)
2116 {
2117 unw_rec_list *ptr = alloc_record (br_mem);
2118 unw_rec_list *cur = ptr;
2119
2120 ptr->r.record.p.brmask = mask;
2121 unwind.pending_saves = &ptr->r.record.p;
2122 for (;;)
2123 {
2124 unw_rec_list *prev = cur;
2125
2126 /* Clear least significant set bit. */
2127 mask &= ~(mask & (~mask + 1));
2128 if (!mask)
2129 return ptr;
2130 cur = alloc_record (br_mem);
2131 cur->r.record.p.brmask = mask;
2132 /* Retain only least significant bit. */
2133 prev->r.record.p.brmask ^= mask;
2134 prev->r.record.p.next = cur;
2135 }
2136 }
2137
2138 static unw_rec_list *
2139 output_br_gr (mask, reg)
2140 unsigned int mask;
2141 unsigned int reg;
2142 {
2143 unw_rec_list *ptr = alloc_record (br_gr);
2144 unw_rec_list *cur = ptr;
2145
2146 ptr->r.record.p.brmask = mask;
2147 ptr->r.record.p.r.gr = reg;
2148 unwind.pending_saves = &ptr->r.record.p;
2149 for (;;)
2150 {
2151 unw_rec_list *prev = cur;
2152
2153 /* Clear least significant set bit. */
2154 mask &= ~(mask & (~mask + 1));
2155 if (!mask)
2156 return ptr;
2157 cur = alloc_record (br_gr);
2158 cur->r.record.p.brmask = mask;
2159 /* Indicate this record shouldn't be output. */
2160 cur->r.record.p.r.gr = REG_NUM;
2161 /* Retain only least significant bit. */
2162 prev->r.record.p.brmask ^= mask;
2163 prev->r.record.p.next = cur;
2164 }
2165 }
2166
2167 static unw_rec_list *
2168 output_spill_base (offset)
2169 unsigned int offset;
2170 {
2171 unw_rec_list *ptr = alloc_record (spill_base);
2172 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2173 return ptr;
2174 }
2175
2176 static unw_rec_list *
2177 output_unat_when ()
2178 {
2179 unw_rec_list *ptr = alloc_record (unat_when);
2180 return ptr;
2181 }
2182
2183 static unw_rec_list *
2184 output_unat_gr (gr)
2185 unsigned int gr;
2186 {
2187 unw_rec_list *ptr = alloc_record (unat_gr);
2188 ptr->r.record.p.r.gr = gr;
2189 return ptr;
2190 }
2191
2192 static unw_rec_list *
2193 output_unat_psprel (offset)
2194 unsigned int offset;
2195 {
2196 unw_rec_list *ptr = alloc_record (unat_psprel);
2197 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2198 return ptr;
2199 }
2200
2201 static unw_rec_list *
2202 output_unat_sprel (offset)
2203 unsigned int offset;
2204 {
2205 unw_rec_list *ptr = alloc_record (unat_sprel);
2206 ptr->r.record.p.off.sp = offset / 4;
2207 return ptr;
2208 }
2209
2210 static unw_rec_list *
2211 output_lc_when ()
2212 {
2213 unw_rec_list *ptr = alloc_record (lc_when);
2214 return ptr;
2215 }
2216
2217 static unw_rec_list *
2218 output_lc_gr (gr)
2219 unsigned int gr;
2220 {
2221 unw_rec_list *ptr = alloc_record (lc_gr);
2222 ptr->r.record.p.r.gr = gr;
2223 return ptr;
2224 }
2225
2226 static unw_rec_list *
2227 output_lc_psprel (offset)
2228 unsigned int offset;
2229 {
2230 unw_rec_list *ptr = alloc_record (lc_psprel);
2231 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2232 return ptr;
2233 }
2234
2235 static unw_rec_list *
2236 output_lc_sprel (offset)
2237 unsigned int offset;
2238 {
2239 unw_rec_list *ptr = alloc_record (lc_sprel);
2240 ptr->r.record.p.off.sp = offset / 4;
2241 return ptr;
2242 }
2243
2244 static unw_rec_list *
2245 output_fpsr_when ()
2246 {
2247 unw_rec_list *ptr = alloc_record (fpsr_when);
2248 return ptr;
2249 }
2250
2251 static unw_rec_list *
2252 output_fpsr_gr (gr)
2253 unsigned int gr;
2254 {
2255 unw_rec_list *ptr = alloc_record (fpsr_gr);
2256 ptr->r.record.p.r.gr = gr;
2257 return ptr;
2258 }
2259
2260 static unw_rec_list *
2261 output_fpsr_psprel (offset)
2262 unsigned int offset;
2263 {
2264 unw_rec_list *ptr = alloc_record (fpsr_psprel);
2265 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2266 return ptr;
2267 }
2268
2269 static unw_rec_list *
2270 output_fpsr_sprel (offset)
2271 unsigned int offset;
2272 {
2273 unw_rec_list *ptr = alloc_record (fpsr_sprel);
2274 ptr->r.record.p.off.sp = offset / 4;
2275 return ptr;
2276 }
2277
2278 static unw_rec_list *
2279 output_priunat_when_gr ()
2280 {
2281 unw_rec_list *ptr = alloc_record (priunat_when_gr);
2282 return ptr;
2283 }
2284
2285 static unw_rec_list *
2286 output_priunat_when_mem ()
2287 {
2288 unw_rec_list *ptr = alloc_record (priunat_when_mem);
2289 return ptr;
2290 }
2291
2292 static unw_rec_list *
2293 output_priunat_gr (gr)
2294 unsigned int gr;
2295 {
2296 unw_rec_list *ptr = alloc_record (priunat_gr);
2297 ptr->r.record.p.r.gr = gr;
2298 return ptr;
2299 }
2300
2301 static unw_rec_list *
2302 output_priunat_psprel (offset)
2303 unsigned int offset;
2304 {
2305 unw_rec_list *ptr = alloc_record (priunat_psprel);
2306 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2307 return ptr;
2308 }
2309
2310 static unw_rec_list *
2311 output_priunat_sprel (offset)
2312 unsigned int offset;
2313 {
2314 unw_rec_list *ptr = alloc_record (priunat_sprel);
2315 ptr->r.record.p.off.sp = offset / 4;
2316 return ptr;
2317 }
2318
2319 static unw_rec_list *
2320 output_bsp_when ()
2321 {
2322 unw_rec_list *ptr = alloc_record (bsp_when);
2323 return ptr;
2324 }
2325
2326 static unw_rec_list *
2327 output_bsp_gr (gr)
2328 unsigned int gr;
2329 {
2330 unw_rec_list *ptr = alloc_record (bsp_gr);
2331 ptr->r.record.p.r.gr = gr;
2332 return ptr;
2333 }
2334
2335 static unw_rec_list *
2336 output_bsp_psprel (offset)
2337 unsigned int offset;
2338 {
2339 unw_rec_list *ptr = alloc_record (bsp_psprel);
2340 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2341 return ptr;
2342 }
2343
2344 static unw_rec_list *
2345 output_bsp_sprel (offset)
2346 unsigned int offset;
2347 {
2348 unw_rec_list *ptr = alloc_record (bsp_sprel);
2349 ptr->r.record.p.off.sp = offset / 4;
2350 return ptr;
2351 }
2352
2353 static unw_rec_list *
2354 output_bspstore_when ()
2355 {
2356 unw_rec_list *ptr = alloc_record (bspstore_when);
2357 return ptr;
2358 }
2359
2360 static unw_rec_list *
2361 output_bspstore_gr (gr)
2362 unsigned int gr;
2363 {
2364 unw_rec_list *ptr = alloc_record (bspstore_gr);
2365 ptr->r.record.p.r.gr = gr;
2366 return ptr;
2367 }
2368
2369 static unw_rec_list *
2370 output_bspstore_psprel (offset)
2371 unsigned int offset;
2372 {
2373 unw_rec_list *ptr = alloc_record (bspstore_psprel);
2374 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2375 return ptr;
2376 }
2377
2378 static unw_rec_list *
2379 output_bspstore_sprel (offset)
2380 unsigned int offset;
2381 {
2382 unw_rec_list *ptr = alloc_record (bspstore_sprel);
2383 ptr->r.record.p.off.sp = offset / 4;
2384 return ptr;
2385 }
2386
2387 static unw_rec_list *
2388 output_rnat_when ()
2389 {
2390 unw_rec_list *ptr = alloc_record (rnat_when);
2391 return ptr;
2392 }
2393
2394 static unw_rec_list *
2395 output_rnat_gr (gr)
2396 unsigned int gr;
2397 {
2398 unw_rec_list *ptr = alloc_record (rnat_gr);
2399 ptr->r.record.p.r.gr = gr;
2400 return ptr;
2401 }
2402
2403 static unw_rec_list *
2404 output_rnat_psprel (offset)
2405 unsigned int offset;
2406 {
2407 unw_rec_list *ptr = alloc_record (rnat_psprel);
2408 ptr->r.record.p.off.psp = ENCODED_PSP_OFFSET (offset);
2409 return ptr;
2410 }
2411
2412 static unw_rec_list *
2413 output_rnat_sprel (offset)
2414 unsigned int offset;
2415 {
2416 unw_rec_list *ptr = alloc_record (rnat_sprel);
2417 ptr->r.record.p.off.sp = offset / 4;
2418 return ptr;
2419 }
2420
2421 static unw_rec_list *
2422 output_unwabi (abi, context)
2423 unsigned long abi;
2424 unsigned long context;
2425 {
2426 unw_rec_list *ptr = alloc_record (unwabi);
2427 ptr->r.record.p.abi = abi;
2428 ptr->r.record.p.context = context;
2429 return ptr;
2430 }
2431
2432 static unw_rec_list *
2433 output_epilogue (unsigned long ecount)
2434 {
2435 unw_rec_list *ptr = alloc_record (epilogue);
2436 ptr->r.record.b.ecount = ecount;
2437 return ptr;
2438 }
2439
2440 static unw_rec_list *
2441 output_label_state (unsigned long label)
2442 {
2443 unw_rec_list *ptr = alloc_record (label_state);
2444 ptr->r.record.b.label = label;
2445 return ptr;
2446 }
2447
2448 static unw_rec_list *
2449 output_copy_state (unsigned long label)
2450 {
2451 unw_rec_list *ptr = alloc_record (copy_state);
2452 ptr->r.record.b.label = label;
2453 return ptr;
2454 }
2455
2456 static unw_rec_list *
2457 output_spill_psprel (ab, reg, offset, predicate)
2458 unsigned int ab;
2459 unsigned int reg;
2460 unsigned int offset;
2461 unsigned int predicate;
2462 {
2463 unw_rec_list *ptr = alloc_record (predicate ? spill_psprel_p : spill_psprel);
2464 ptr->r.record.x.ab = ab;
2465 ptr->r.record.x.reg = reg;
2466 ptr->r.record.x.where.pspoff = ENCODED_PSP_OFFSET (offset);
2467 ptr->r.record.x.qp = predicate;
2468 return ptr;
2469 }
2470
2471 static unw_rec_list *
2472 output_spill_sprel (ab, reg, offset, predicate)
2473 unsigned int ab;
2474 unsigned int reg;
2475 unsigned int offset;
2476 unsigned int predicate;
2477 {
2478 unw_rec_list *ptr = alloc_record (predicate ? spill_sprel_p : spill_sprel);
2479 ptr->r.record.x.ab = ab;
2480 ptr->r.record.x.reg = reg;
2481 ptr->r.record.x.where.spoff = offset / 4;
2482 ptr->r.record.x.qp = predicate;
2483 return ptr;
2484 }
2485
2486 static unw_rec_list *
2487 output_spill_reg (ab, reg, targ_reg, xy, predicate)
2488 unsigned int ab;
2489 unsigned int reg;
2490 unsigned int targ_reg;
2491 unsigned int xy;
2492 unsigned int predicate;
2493 {
2494 unw_rec_list *ptr = alloc_record (predicate ? spill_reg_p : spill_reg);
2495 ptr->r.record.x.ab = ab;
2496 ptr->r.record.x.reg = reg;
2497 ptr->r.record.x.where.reg = targ_reg;
2498 ptr->r.record.x.xy = xy;
2499 ptr->r.record.x.qp = predicate;
2500 return ptr;
2501 }
2502
2503 /* Given a unw_rec_list process the correct format with the
2504 specified function. */
2505
2506 static void
2507 process_one_record (ptr, f)
2508 unw_rec_list *ptr;
2509 vbyte_func f;
2510 {
2511 unsigned int fr_mask, gr_mask;
2512
2513 switch (ptr->r.type)
2514 {
2515 /* This is a dummy record that takes up no space in the output. */
2516 case endp:
2517 break;
2518
2519 case gr_mem:
2520 case fr_mem:
2521 case br_mem:
2522 case frgr_mem:
2523 /* These are taken care of by prologue/prologue_gr. */
2524 break;
2525
2526 case prologue_gr:
2527 case prologue:
2528 if (ptr->r.type == prologue_gr)
2529 output_R2_format (f, ptr->r.record.r.grmask,
2530 ptr->r.record.r.grsave, ptr->r.record.r.rlen);
2531 else
2532 output_R1_format (f, ptr->r.type, ptr->r.record.r.rlen);
2533
2534 /* Output descriptor(s) for union of register spills (if any). */
2535 gr_mask = ptr->r.record.r.mask.gr_mem;
2536 fr_mask = ptr->r.record.r.mask.fr_mem;
2537 if (fr_mask)
2538 {
2539 if ((fr_mask & ~0xfUL) == 0)
2540 output_P6_format (f, fr_mem, fr_mask);
2541 else
2542 {
2543 output_P5_format (f, gr_mask, fr_mask);
2544 gr_mask = 0;
2545 }
2546 }
2547 if (gr_mask)
2548 output_P6_format (f, gr_mem, gr_mask);
2549 if (ptr->r.record.r.mask.br_mem)
2550 output_P1_format (f, ptr->r.record.r.mask.br_mem);
2551
2552 /* output imask descriptor if necessary: */
2553 if (ptr->r.record.r.mask.i)
2554 output_P4_format (f, ptr->r.record.r.mask.i,
2555 ptr->r.record.r.imask_size);
2556 break;
2557
2558 case body:
2559 output_R1_format (f, ptr->r.type, ptr->r.record.r.rlen);
2560 break;
2561 case mem_stack_f:
2562 case mem_stack_v:
2563 output_P7_format (f, ptr->r.type, ptr->r.record.p.t,
2564 ptr->r.record.p.size);
2565 break;
2566 case psp_gr:
2567 case rp_gr:
2568 case pfs_gr:
2569 case preds_gr:
2570 case unat_gr:
2571 case lc_gr:
2572 case fpsr_gr:
2573 case priunat_gr:
2574 case bsp_gr:
2575 case bspstore_gr:
2576 case rnat_gr:
2577 output_P3_format (f, ptr->r.type, ptr->r.record.p.r.gr);
2578 break;
2579 case rp_br:
2580 output_P3_format (f, rp_br, ptr->r.record.p.r.br);
2581 break;
2582 case psp_sprel:
2583 output_P7_format (f, psp_sprel, ptr->r.record.p.off.sp, 0);
2584 break;
2585 case rp_when:
2586 case pfs_when:
2587 case preds_when:
2588 case unat_when:
2589 case lc_when:
2590 case fpsr_when:
2591 output_P7_format (f, ptr->r.type, ptr->r.record.p.t, 0);
2592 break;
2593 case rp_psprel:
2594 case pfs_psprel:
2595 case preds_psprel:
2596 case unat_psprel:
2597 case lc_psprel:
2598 case fpsr_psprel:
2599 case spill_base:
2600 output_P7_format (f, ptr->r.type, ptr->r.record.p.off.psp, 0);
2601 break;
2602 case rp_sprel:
2603 case pfs_sprel:
2604 case preds_sprel:
2605 case unat_sprel:
2606 case lc_sprel:
2607 case fpsr_sprel:
2608 case priunat_sprel:
2609 case bsp_sprel:
2610 case bspstore_sprel:
2611 case rnat_sprel:
2612 output_P8_format (f, ptr->r.type, ptr->r.record.p.off.sp);
2613 break;
2614 case gr_gr:
2615 if (ptr->r.record.p.r.gr < REG_NUM)
2616 {
2617 const unw_rec_list *cur = ptr;
2618
2619 gr_mask = cur->r.record.p.grmask;
2620 while ((cur = cur->r.record.p.next) != NULL)
2621 gr_mask |= cur->r.record.p.grmask;
2622 output_P9_format (f, gr_mask, ptr->r.record.p.r.gr);
2623 }
2624 break;
2625 case br_gr:
2626 if (ptr->r.record.p.r.gr < REG_NUM)
2627 {
2628 const unw_rec_list *cur = ptr;
2629
2630 gr_mask = cur->r.record.p.brmask;
2631 while ((cur = cur->r.record.p.next) != NULL)
2632 gr_mask |= cur->r.record.p.brmask;
2633 output_P2_format (f, gr_mask, ptr->r.record.p.r.gr);
2634 }
2635 break;
2636 case spill_mask:
2637 as_bad ("spill_mask record unimplemented.");
2638 break;
2639 case priunat_when_gr:
2640 case priunat_when_mem:
2641 case bsp_when:
2642 case bspstore_when:
2643 case rnat_when:
2644 output_P8_format (f, ptr->r.type, ptr->r.record.p.t);
2645 break;
2646 case priunat_psprel:
2647 case bsp_psprel:
2648 case bspstore_psprel:
2649 case rnat_psprel:
2650 output_P8_format (f, ptr->r.type, ptr->r.record.p.off.psp);
2651 break;
2652 case unwabi:
2653 output_P10_format (f, ptr->r.record.p.abi, ptr->r.record.p.context);
2654 break;
2655 case epilogue:
2656 output_B3_format (f, ptr->r.record.b.ecount, ptr->r.record.b.t);
2657 break;
2658 case label_state:
2659 case copy_state:
2660 output_B4_format (f, ptr->r.type, ptr->r.record.b.label);
2661 break;
2662 case spill_psprel:
2663 output_X1_format (f, ptr->r.type, ptr->r.record.x.ab,
2664 ptr->r.record.x.reg, ptr->r.record.x.t,
2665 ptr->r.record.x.where.pspoff);
2666 break;
2667 case spill_sprel:
2668 output_X1_format (f, ptr->r.type, ptr->r.record.x.ab,
2669 ptr->r.record.x.reg, ptr->r.record.x.t,
2670 ptr->r.record.x.where.spoff);
2671 break;
2672 case spill_reg:
2673 output_X2_format (f, ptr->r.record.x.ab, ptr->r.record.x.reg,
2674 ptr->r.record.x.xy >> 1, ptr->r.record.x.xy,
2675 ptr->r.record.x.where.reg, ptr->r.record.x.t);
2676 break;
2677 case spill_psprel_p:
2678 output_X3_format (f, ptr->r.type, ptr->r.record.x.qp,
2679 ptr->r.record.x.ab, ptr->r.record.x.reg,
2680 ptr->r.record.x.t, ptr->r.record.x.where.pspoff);
2681 break;
2682 case spill_sprel_p:
2683 output_X3_format (f, ptr->r.type, ptr->r.record.x.qp,
2684 ptr->r.record.x.ab, ptr->r.record.x.reg,
2685 ptr->r.record.x.t, ptr->r.record.x.where.spoff);
2686 break;
2687 case spill_reg_p:
2688 output_X4_format (f, ptr->r.record.x.qp, ptr->r.record.x.ab,
2689 ptr->r.record.x.reg, ptr->r.record.x.xy >> 1,
2690 ptr->r.record.x.xy, ptr->r.record.x.where.reg,
2691 ptr->r.record.x.t);
2692 break;
2693 default:
2694 as_bad ("record_type_not_valid");
2695 break;
2696 }
2697 }
2698
2699 /* Given a unw_rec_list list, process all the records with
2700 the specified function. */
2701 static void
2702 process_unw_records (list, f)
2703 unw_rec_list *list;
2704 vbyte_func f;
2705 {
2706 unw_rec_list *ptr;
2707 for (ptr = list; ptr; ptr = ptr->next)
2708 process_one_record (ptr, f);
2709 }
2710
2711 /* Determine the size of a record list in bytes. */
2712 static int
2713 calc_record_size (list)
2714 unw_rec_list *list;
2715 {
2716 vbyte_count = 0;
2717 process_unw_records (list, count_output);
2718 return vbyte_count;
2719 }
2720
2721 /* Return the number of bits set in the input value.
2722 Perhaps this has a better place... */
2723 #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
2724 # define popcount __builtin_popcount
2725 #else
2726 static int
2727 popcount (unsigned x)
2728 {
2729 static const unsigned char popcnt[16] =
2730 {
2731 0, 1, 1, 2,
2732 1, 2, 2, 3,
2733 1, 2, 2, 3,
2734 2, 3, 3, 4
2735 };
2736
2737 if (x < NELEMS (popcnt))
2738 return popcnt[x];
2739 return popcnt[x % NELEMS (popcnt)] + popcount (x / NELEMS (popcnt));
2740 }
2741 #endif
2742
2743 /* Update IMASK bitmask to reflect the fact that one or more registers
2744 of type TYPE are saved starting at instruction with index T. If N
2745 bits are set in REGMASK, it is assumed that instructions T through
2746 T+N-1 save these registers.
2747
2748 TYPE values:
2749 0: no save
2750 1: instruction saves next fp reg
2751 2: instruction saves next general reg
2752 3: instruction saves next branch reg */
2753 static void
2754 set_imask (region, regmask, t, type)
2755 unw_rec_list *region;
2756 unsigned long regmask;
2757 unsigned long t;
2758 unsigned int type;
2759 {
2760 unsigned char *imask;
2761 unsigned long imask_size;
2762 unsigned int i;
2763 int pos;
2764
2765 imask = region->r.record.r.mask.i;
2766 imask_size = region->r.record.r.imask_size;
2767 if (!imask)
2768 {
2769 imask_size = (region->r.record.r.rlen * 2 + 7) / 8 + 1;
2770 imask = xmalloc (imask_size);
2771 memset (imask, 0, imask_size);
2772
2773 region->r.record.r.imask_size = imask_size;
2774 region->r.record.r.mask.i = imask;
2775 }
2776
2777 i = (t / 4) + 1;
2778 pos = 2 * (3 - t % 4);
2779 while (regmask)
2780 {
2781 if (i >= imask_size)
2782 {
2783 as_bad ("Ignoring attempt to spill beyond end of region");
2784 return;
2785 }
2786
2787 imask[i] |= (type & 0x3) << pos;
2788
2789 regmask &= (regmask - 1);
2790 pos -= 2;
2791 if (pos < 0)
2792 {
2793 pos = 0;
2794 ++i;
2795 }
2796 }
2797 }
2798
2799 /* Return the number of instruction slots from FIRST_ADDR to SLOT_ADDR.
2800 SLOT_FRAG is the frag containing SLOT_ADDR, and FIRST_FRAG is the frag
2801 containing FIRST_ADDR. If BEFORE_RELAX, then we use worst-case estimates
2802 for frag sizes. */
2803
2804 unsigned long
2805 slot_index (slot_addr, slot_frag, first_addr, first_frag, before_relax)
2806 unsigned long slot_addr;
2807 fragS *slot_frag;
2808 unsigned long first_addr;
2809 fragS *first_frag;
2810 int before_relax;
2811 {
2812 unsigned long index = 0;
2813
2814 /* First time we are called, the initial address and frag are invalid. */
2815 if (first_addr == 0)
2816 return 0;
2817
2818 /* If the two addresses are in different frags, then we need to add in
2819 the remaining size of this frag, and then the entire size of intermediate
2820 frags. */
2821 while (slot_frag != first_frag)
2822 {
2823 unsigned long start_addr = (unsigned long) &first_frag->fr_literal;
2824
2825 if (! before_relax)
2826 {
2827 /* We can get the final addresses only during and after
2828 relaxation. */
2829 if (first_frag->fr_next && first_frag->fr_next->fr_address)
2830 index += 3 * ((first_frag->fr_next->fr_address
2831 - first_frag->fr_address
2832 - first_frag->fr_fix) >> 4);
2833 }
2834 else
2835 /* We don't know what the final addresses will be. We try our
2836 best to estimate. */
2837 switch (first_frag->fr_type)
2838 {
2839 default:
2840 break;
2841
2842 case rs_space:
2843 as_fatal ("only constant space allocation is supported");
2844 break;
2845
2846 case rs_align:
2847 case rs_align_code:
2848 case rs_align_test:
2849 /* Take alignment into account. Assume the worst case
2850 before relaxation. */
2851 index += 3 * ((1 << first_frag->fr_offset) >> 4);
2852 break;
2853
2854 case rs_org:
2855 if (first_frag->fr_symbol)
2856 {
2857 as_fatal ("only constant offsets are supported");
2858 break;
2859 }
2860 case rs_fill:
2861 index += 3 * (first_frag->fr_offset >> 4);
2862 break;
2863 }
2864
2865 /* Add in the full size of the frag converted to instruction slots. */
2866 index += 3 * (first_frag->fr_fix >> 4);
2867 /* Subtract away the initial part before first_addr. */
2868 index -= (3 * ((first_addr >> 4) - (start_addr >> 4))
2869 + ((first_addr & 0x3) - (start_addr & 0x3)));
2870
2871 /* Move to the beginning of the next frag. */
2872 first_frag = first_frag->fr_next;
2873 first_addr = (unsigned long) &first_frag->fr_literal;
2874
2875 /* This can happen if there is section switching in the middle of a
2876 function, causing the frag chain for the function to be broken. */
2877 if (first_frag == NULL)
2878 {
2879 /* We get six warnings for one problem, because of the loop in
2880 fixup_unw_records, and because fixup_unw_records is called 3
2881 times: once before creating the variant frag, once to estimate
2882 its size, and once to relax it. This is unreasonable, so we use
2883 a static var to make sure we only emit the warning once. */
2884 static int warned = 0;
2885
2886 if (!warned)
2887 {
2888 as_warn ("Corrupted unwind info due to unsupported section switching");
2889 warned = 1;
2890 }
2891
2892 return index;
2893 }
2894 }
2895
2896 /* Add in the used part of the last frag. */
2897 index += (3 * ((slot_addr >> 4) - (first_addr >> 4))
2898 + ((slot_addr & 0x3) - (first_addr & 0x3)));
2899 return index;
2900 }
2901
2902 /* Optimize unwind record directives. */
2903
2904 static unw_rec_list *
2905 optimize_unw_records (list)
2906 unw_rec_list *list;
2907 {
2908 if (!list)
2909 return NULL;
2910
2911 /* If the only unwind record is ".prologue" or ".prologue" followed
2912 by ".body", then we can optimize the unwind directives away. */
2913 if (list->r.type == prologue
2914 && (list->next->r.type == endp
2915 || (list->next->r.type == body && list->next->next->r.type == endp)))
2916 return NULL;
2917
2918 return list;
2919 }
2920
2921 /* Given a complete record list, process any records which have
2922 unresolved fields, (ie length counts for a prologue). After
2923 this has been run, all necessary information should be available
2924 within each record to generate an image. */
2925
2926 static void
2927 fixup_unw_records (list, before_relax)
2928 unw_rec_list *list;
2929 int before_relax;
2930 {
2931 unw_rec_list *ptr, *region = 0;
2932 unsigned long first_addr = 0, rlen = 0, t;
2933 fragS *first_frag = 0;
2934
2935 for (ptr = list; ptr; ptr = ptr->next)
2936 {
2937 if (ptr->slot_number == SLOT_NUM_NOT_SET)
2938 as_bad (" Insn slot not set in unwind record.");
2939 t = slot_index (ptr->slot_number, ptr->slot_frag,
2940 first_addr, first_frag, before_relax);
2941 switch (ptr->r.type)
2942 {
2943 case prologue:
2944 case prologue_gr:
2945 case body:
2946 {
2947 unw_rec_list *last;
2948 int size;
2949 unsigned long last_addr = 0;
2950 fragS *last_frag = NULL;
2951
2952 first_addr = ptr->slot_number;
2953 first_frag = ptr->slot_frag;
2954 /* Find either the next body/prologue start, or the end of
2955 the function, and determine the size of the region. */
2956 for (last = ptr->next; last != NULL; last = last->next)
2957 if (last->r.type == prologue || last->r.type == prologue_gr
2958 || last->r.type == body || last->r.type == endp)
2959 {
2960 last_addr = last->slot_number;
2961 last_frag = last->slot_frag;
2962 break;
2963 }
2964 size = slot_index (last_addr, last_frag, first_addr, first_frag,
2965 before_relax);
2966 rlen = ptr->r.record.r.rlen = size;
2967 if (ptr->r.type == body)
2968 /* End of region. */
2969 region = 0;
2970 else
2971 region = ptr;
2972 break;
2973 }
2974 case epilogue:
2975 if (t < rlen)
2976 ptr->r.record.b.t = rlen - 1 - t;
2977 else
2978 /* This happens when a memory-stack-less procedure uses a
2979 ".restore sp" directive at the end of a region to pop
2980 the frame state. */
2981 ptr->r.record.b.t = 0;
2982 break;
2983
2984 case mem_stack_f:
2985 case mem_stack_v:
2986 case rp_when:
2987 case pfs_when:
2988 case preds_when:
2989 case unat_when:
2990 case lc_when:
2991 case fpsr_when:
2992 case priunat_when_gr:
2993 case priunat_when_mem:
2994 case bsp_when:
2995 case bspstore_when:
2996 case rnat_when:
2997 ptr->r.record.p.t = t;
2998 break;
2999
3000 case spill_reg:
3001 case spill_sprel:
3002 case spill_psprel:
3003 case spill_reg_p:
3004 case spill_sprel_p:
3005 case spill_psprel_p:
3006 ptr->r.record.x.t = t;
3007 break;
3008
3009 case frgr_mem:
3010 if (!region)
3011 {
3012 as_bad ("frgr_mem record before region record!");
3013 return;
3014 }
3015 region->r.record.r.mask.fr_mem |= ptr->r.record.p.frmask;
3016 region->r.record.r.mask.gr_mem |= ptr->r.record.p.grmask;
3017 set_imask (region, ptr->r.record.p.frmask, t, 1);
3018 set_imask (region, ptr->r.record.p.grmask, t, 2);
3019 break;
3020 case fr_mem:
3021 if (!region)
3022 {
3023 as_bad ("fr_mem record before region record!");
3024 return;
3025 }
3026 region->r.record.r.mask.fr_mem |= ptr->r.record.p.frmask;
3027 set_imask (region, ptr->r.record.p.frmask, t, 1);
3028 break;
3029 case gr_mem:
3030 if (!region)
3031 {
3032 as_bad ("gr_mem record before region record!");
3033 return;
3034 }
3035 region->r.record.r.mask.gr_mem |= ptr->r.record.p.grmask;
3036 set_imask (region, ptr->r.record.p.grmask, t, 2);
3037 break;
3038 case br_mem:
3039 if (!region)
3040 {
3041 as_bad ("br_mem record before region record!");
3042 return;
3043 }
3044 region->r.record.r.mask.br_mem |= ptr->r.record.p.brmask;
3045 set_imask (region, ptr->r.record.p.brmask, t, 3);
3046 break;
3047
3048 case gr_gr:
3049 if (!region)
3050 {
3051 as_bad ("gr_gr record before region record!");
3052 return;
3053 }
3054 set_imask (region, ptr->r.record.p.grmask, t, 2);
3055 break;
3056 case br_gr:
3057 if (!region)
3058 {
3059 as_bad ("br_gr record before region record!");
3060 return;
3061 }
3062 set_imask (region, ptr->r.record.p.brmask, t, 3);
3063 break;
3064
3065 default:
3066 break;
3067 }
3068 }
3069 }
3070
3071 /* Estimate the size of a frag before relaxing. We only have one type of frag
3072 to handle here, which is the unwind info frag. */
3073
3074 int
3075 ia64_estimate_size_before_relax (fragS *frag,
3076 asection *segtype ATTRIBUTE_UNUSED)
3077 {
3078 unw_rec_list *list;
3079 int len, size, pad;
3080
3081 /* ??? This code is identical to the first part of ia64_convert_frag. */
3082 list = (unw_rec_list *) frag->fr_opcode;
3083 fixup_unw_records (list, 0);
3084
3085 len = calc_record_size (list);
3086 /* pad to pointer-size boundary. */
3087 pad = len % md.pointer_size;
3088 if (pad != 0)
3089 len += md.pointer_size - pad;
3090 /* Add 8 for the header. */
3091 size = len + 8;
3092 /* Add a pointer for the personality offset. */
3093 if (frag->fr_offset)
3094 size += md.pointer_size;
3095
3096 /* fr_var carries the max_chars that we created the fragment with.
3097 We must, of course, have allocated enough memory earlier. */
3098 assert (frag->fr_var >= size);
3099
3100 return frag->fr_fix + size;
3101 }
3102
3103 /* This function converts a rs_machine_dependent variant frag into a
3104 normal fill frag with the unwind image from the the record list. */
3105 void
3106 ia64_convert_frag (fragS *frag)
3107 {
3108 unw_rec_list *list;
3109 int len, size, pad;
3110 valueT flag_value;
3111
3112 /* ??? This code is identical to ia64_estimate_size_before_relax. */
3113 list = (unw_rec_list *) frag->fr_opcode;
3114 fixup_unw_records (list, 0);
3115
3116 len = calc_record_size (list);
3117 /* pad to pointer-size boundary. */
3118 pad = len % md.pointer_size;
3119 if (pad != 0)
3120 len += md.pointer_size - pad;
3121 /* Add 8 for the header. */
3122 size = len + 8;
3123 /* Add a pointer for the personality offset. */
3124 if (frag->fr_offset)
3125 size += md.pointer_size;
3126
3127 /* fr_var carries the max_chars that we created the fragment with.
3128 We must, of course, have allocated enough memory earlier. */
3129 assert (frag->fr_var >= size);
3130
3131 /* Initialize the header area. fr_offset is initialized with
3132 unwind.personality_routine. */
3133 if (frag->fr_offset)
3134 {
3135 if (md.flags & EF_IA_64_ABI64)
3136 flag_value = (bfd_vma) 3 << 32;
3137 else
3138 /* 32-bit unwind info block. */
3139 flag_value = (bfd_vma) 0x1003 << 32;
3140 }
3141 else
3142 flag_value = 0;
3143
3144 md_number_to_chars (frag->fr_literal,
3145 (((bfd_vma) 1 << 48) /* Version. */
3146 | flag_value /* U & E handler flags. */
3147 | (len / md.pointer_size)), /* Length. */
3148 8);
3149
3150 /* Skip the header. */
3151 vbyte_mem_ptr = frag->fr_literal + 8;
3152 process_unw_records (list, output_vbyte_mem);
3153
3154 /* Fill the padding bytes with zeros. */
3155 if (pad != 0)
3156 md_number_to_chars (frag->fr_literal + len + 8 - md.pointer_size + pad, 0,
3157 md.pointer_size - pad);
3158
3159 frag->fr_fix += size;
3160 frag->fr_type = rs_fill;
3161 frag->fr_var = 0;
3162 frag->fr_offset = 0;
3163 }
3164
3165 static int
3166 parse_predicate_and_operand (e, qp, po)
3167 expressionS * e;
3168 unsigned * qp;
3169 const char * po;
3170 {
3171 int sep = parse_operand (e, ',');
3172
3173 *qp = e->X_add_number - REG_P;
3174 if (e->X_op != O_register || *qp > 63)
3175 {
3176 as_bad ("First operand to .%s must be a predicate", po);
3177 *qp = 0;
3178 }
3179 else if (*qp == 0)
3180 as_warn ("Pointless use of p0 as first operand to .%s", po);
3181 if (sep == ',')
3182 sep = parse_operand (e, ',');
3183 else
3184 e->X_op = O_absent;
3185 return sep;
3186 }
3187
3188 static void
3189 convert_expr_to_ab_reg (e, ab, regp, po, n)
3190 const expressionS *e;
3191 unsigned int *ab;
3192 unsigned int *regp;
3193 const char * po;
3194 int n;
3195 {
3196 unsigned int reg = e->X_add_number;
3197
3198 *ab = *regp = 0; /* Anything valid is good here. */
3199
3200 if (e->X_op != O_register)
3201 reg = REG_GR; /* Anything invalid is good here. */
3202
3203 if (reg >= (REG_GR + 4) && reg <= (REG_GR + 7))
3204 {
3205 *ab = 0;
3206 *regp = reg - REG_GR;
3207 }
3208 else if ((reg >= (REG_FR + 2) && reg <= (REG_FR + 5))
3209 || (reg >= (REG_FR + 16) && reg <= (REG_FR + 31)))
3210 {
3211 *ab = 1;
3212 *regp = reg - REG_FR;
3213 }
3214 else if (reg >= (REG_BR + 1) && reg <= (REG_BR + 5))
3215 {
3216 *ab = 2;
3217 *regp = reg - REG_BR;
3218 }
3219 else
3220 {
3221 *ab = 3;
3222 switch (reg)
3223 {
3224 case REG_PR: *regp = 0; break;
3225 case REG_PSP: *regp = 1; break;
3226 case REG_PRIUNAT: *regp = 2; break;
3227 case REG_BR + 0: *regp = 3; break;
3228 case REG_AR + AR_BSP: *regp = 4; break;
3229 case REG_AR + AR_BSPSTORE: *regp = 5; break;
3230 case REG_AR + AR_RNAT: *regp = 6; break;
3231 case REG_AR + AR_UNAT: *regp = 7; break;
3232 case REG_AR + AR_FPSR: *regp = 8; break;
3233 case REG_AR + AR_PFS: *regp = 9; break;
3234 case REG_AR + AR_LC: *regp = 10; break;
3235
3236 default:
3237 as_bad ("Operand %d to .%s must be a preserved register", n, po);
3238 break;
3239 }
3240 }
3241 }
3242
3243 static void
3244 convert_expr_to_xy_reg (e, xy, regp, po, n)
3245 const expressionS *e;
3246 unsigned int *xy;
3247 unsigned int *regp;
3248 const char * po;
3249 int n;
3250 {
3251 unsigned int reg = e->X_add_number;
3252
3253 *xy = *regp = 0; /* Anything valid is good here. */
3254
3255 if (e->X_op != O_register)
3256 reg = REG_GR; /* Anything invalid is good here. */
3257
3258 if (reg >= (REG_GR + 1) && reg <= (REG_GR + 127))
3259 {
3260 *xy = 0;
3261 *regp = reg - REG_GR;
3262 }
3263 else if (reg >= (REG_FR + 2) && reg <= (REG_FR + 127))
3264 {
3265 *xy = 1;
3266 *regp = reg - REG_FR;
3267 }
3268 else if (reg >= REG_BR && reg <= (REG_BR + 7))
3269 {
3270 *xy = 2;
3271 *regp = reg - REG_BR;
3272 }
3273 else
3274 as_bad ("Operand %d to .%s must be a writable register", n, po);
3275 }
3276
3277 static void
3278 dot_align (int arg)
3279 {
3280 /* The current frag is an alignment frag. */
3281 align_frag = frag_now;
3282 s_align_bytes (arg);
3283 }
3284
3285 static void
3286 dot_radix (dummy)
3287 int dummy ATTRIBUTE_UNUSED;
3288 {
3289 char *radix;
3290 int ch;
3291
3292 SKIP_WHITESPACE ();
3293
3294 if (is_it_end_of_statement ())
3295 return;
3296 radix = input_line_pointer;
3297 ch = get_symbol_end ();
3298 ia64_canonicalize_symbol_name (radix);
3299 if (strcasecmp (radix, "C"))
3300 as_bad ("Radix `%s' unsupported or invalid", radix);
3301 *input_line_pointer = ch;
3302 demand_empty_rest_of_line ();
3303 }
3304
3305 /* Helper function for .loc directives. If the assembler is not generating
3306 line number info, then we need to remember which instructions have a .loc
3307 directive, and only call dwarf2_gen_line_info for those instructions. */
3308
3309 static void
3310 dot_loc (int x)
3311 {
3312 CURR_SLOT.loc_directive_seen = 1;
3313 dwarf2_directive_loc (x);
3314 }
3315
3316 /* .sbss, .bss etc. are macros that expand into ".section SECNAME". */
3317 static void
3318 dot_special_section (which)
3319 int which;
3320 {
3321 set_section ((char *) special_section_name[which]);
3322 }
3323
3324 /* Return -1 for warning and 0 for error. */
3325
3326 static int
3327 unwind_diagnostic (const char * region, const char *directive)
3328 {
3329 if (md.unwind_check == unwind_check_warning)
3330 {
3331 as_warn (".%s outside of %s", directive, region);
3332 return -1;
3333 }
3334 else
3335 {
3336 as_bad (".%s outside of %s", directive, region);
3337 ignore_rest_of_line ();
3338 return 0;
3339 }
3340 }
3341
3342 /* Return 1 if a directive is in a procedure, -1 if a directive isn't in
3343 a procedure but the unwind directive check is set to warning, 0 if
3344 a directive isn't in a procedure and the unwind directive check is set
3345 to error. */
3346
3347 static int
3348 in_procedure (const char *directive)
3349 {
3350 if (unwind.proc_pending.sym
3351 && (!unwind.saved_text_seg || strcmp (directive, "endp") == 0))
3352 return 1;
3353 return unwind_diagnostic ("procedure", directive);
3354 }
3355
3356 /* Return 1 if a directive is in a prologue, -1 if a directive isn't in
3357 a prologue but the unwind directive check is set to warning, 0 if
3358 a directive isn't in a prologue and the unwind directive check is set
3359 to error. */
3360
3361 static int
3362 in_prologue (const char *directive)
3363 {
3364 int in = in_procedure (directive);
3365
3366 if (in > 0 && !unwind.prologue)
3367 in = unwind_diagnostic ("prologue", directive);
3368 check_pending_save ();
3369 return in;
3370 }
3371
3372 /* Return 1 if a directive is in a body, -1 if a directive isn't in
3373 a body but the unwind directive check is set to warning, 0 if
3374 a directive isn't in a body and the unwind directive check is set
3375 to error. */
3376
3377 static int
3378 in_body (const char *directive)
3379 {
3380 int in = in_procedure (directive);
3381
3382 if (in > 0 && !unwind.body)
3383 in = unwind_diagnostic ("body region", directive);
3384 return in;
3385 }
3386
3387 static void
3388 add_unwind_entry (ptr, sep)
3389 unw_rec_list *ptr;
3390 int sep;
3391 {
3392 if (ptr)
3393 {
3394 if (unwind.tail)
3395 unwind.tail->next = ptr;
3396 else
3397 unwind.list = ptr;
3398 unwind.tail = ptr;
3399
3400 /* The current entry can in fact be a chain of unwind entries. */
3401 if (unwind.current_entry == NULL)
3402 unwind.current_entry = ptr;
3403 }
3404
3405 /* The current entry can in fact be a chain of unwind entries. */
3406 if (unwind.current_entry == NULL)
3407 unwind.current_entry = ptr;
3408
3409 if (sep == ',')
3410 {
3411 /* Parse a tag permitted for the current directive. */
3412 int ch;
3413
3414 SKIP_WHITESPACE ();
3415 ch = get_symbol_end ();
3416 /* FIXME: For now, just issue a warning that this isn't implemented. */
3417 {
3418 static int warned;
3419
3420 if (!warned)
3421 {
3422 warned = 1;
3423 as_warn ("Tags on unwind pseudo-ops aren't supported, yet");
3424 }
3425 }
3426 *input_line_pointer = ch;
3427 }
3428 if (sep != NOT_A_CHAR)
3429 demand_empty_rest_of_line ();
3430 }
3431
3432 static void
3433 dot_fframe (dummy)
3434 int dummy ATTRIBUTE_UNUSED;
3435 {
3436 expressionS e;
3437 int sep;
3438
3439 if (!in_prologue ("fframe"))
3440 return;
3441
3442 sep = parse_operand (&e, ',');
3443
3444 if (e.X_op != O_constant)
3445 {
3446 as_bad ("First operand to .fframe must be a constant");
3447 e.X_add_number = 0;
3448 }
3449 add_unwind_entry (output_mem_stack_f (e.X_add_number), sep);
3450 }
3451
3452 static void
3453 dot_vframe (dummy)
3454 int dummy ATTRIBUTE_UNUSED;
3455 {
3456 expressionS e;
3457 unsigned reg;
3458 int sep;
3459
3460 if (!in_prologue ("vframe"))
3461 return;
3462
3463 sep = parse_operand (&e, ',');
3464 reg = e.X_add_number - REG_GR;
3465 if (e.X_op != O_register || reg > 127)
3466 {
3467 as_bad ("First operand to .vframe must be a general register");
3468 reg = 0;
3469 }
3470 add_unwind_entry (output_mem_stack_v (), sep);
3471 if (! (unwind.prologue_mask & 2))
3472 add_unwind_entry (output_psp_gr (reg), NOT_A_CHAR);
3473 else if (reg != unwind.prologue_gr
3474 + (unsigned) popcount (unwind.prologue_mask & (-2 << 1)))
3475 as_warn ("Operand of .vframe contradicts .prologue");
3476 }
3477
3478 static void
3479 dot_vframesp (psp)
3480 int psp;
3481 {
3482 expressionS e;
3483 int sep;
3484
3485 if (psp)
3486 as_warn (".vframepsp is meaningless, assuming .vframesp was meant");
3487
3488 if (!in_prologue ("vframesp"))
3489 return;
3490
3491 sep = parse_operand (&e, ',');
3492 if (e.X_op != O_constant)
3493 {
3494 as_bad ("Operand to .vframesp must be a constant (sp-relative offset)");
3495 e.X_add_number = 0;
3496 }
3497 add_unwind_entry (output_mem_stack_v (), sep);
3498 add_unwind_entry (output_psp_sprel (e.X_add_number), NOT_A_CHAR);
3499 }
3500
3501 static void
3502 dot_save (dummy)
3503 int dummy ATTRIBUTE_UNUSED;
3504 {
3505 expressionS e1, e2;
3506 unsigned reg1, reg2;
3507 int sep;
3508
3509 if (!in_prologue ("save"))
3510 return;
3511
3512 sep = parse_operand (&e1, ',');
3513 if (sep == ',')
3514 sep = parse_operand (&e2, ',');
3515 else
3516 e2.X_op = O_absent;
3517
3518 reg1 = e1.X_add_number;
3519 /* Make sure its a valid ar.xxx reg, OR its br0, aka 'rp'. */
3520 if (e1.X_op != O_register)
3521 {
3522 as_bad ("First operand to .save not a register");
3523 reg1 = REG_PR; /* Anything valid is good here. */
3524 }
3525 reg2 = e2.X_add_number - REG_GR;
3526 if (e2.X_op != O_register || reg2 > 127)
3527 {
3528 as_bad ("Second operand to .save not a valid register");
3529 reg2 = 0;
3530 }
3531 switch (reg1)
3532 {
3533 case REG_AR + AR_BSP:
3534 add_unwind_entry (output_bsp_when (), sep);
3535 add_unwind_entry (output_bsp_gr (reg2), NOT_A_CHAR);
3536 break;
3537 case REG_AR + AR_BSPSTORE:
3538 add_unwind_entry (output_bspstore_when (), sep);
3539 add_unwind_entry (output_bspstore_gr (reg2), NOT_A_CHAR);
3540 break;
3541 case REG_AR + AR_RNAT:
3542 add_unwind_entry (output_rnat_when (), sep);
3543 add_unwind_entry (output_rnat_gr (reg2), NOT_A_CHAR);
3544 break;
3545 case REG_AR + AR_UNAT:
3546 add_unwind_entry (output_unat_when (), sep);
3547 add_unwind_entry (output_unat_gr (reg2), NOT_A_CHAR);
3548 break;
3549 case REG_AR + AR_FPSR:
3550 add_unwind_entry (output_fpsr_when (), sep);
3551 add_unwind_entry (output_fpsr_gr (reg2), NOT_A_CHAR);
3552 break;
3553 case REG_AR + AR_PFS:
3554 add_unwind_entry (output_pfs_when (), sep);
3555 if (! (unwind.prologue_mask & 4))
3556 add_unwind_entry (output_pfs_gr (reg2), NOT_A_CHAR);
3557 else if (reg2 != unwind.prologue_gr
3558 + (unsigned) popcount (unwind.prologue_mask & (-4 << 1)))
3559 as_warn ("Second operand of .save contradicts .prologue");
3560 break;
3561 case REG_AR + AR_LC:
3562 add_unwind_entry (output_lc_when (), sep);
3563 add_unwind_entry (output_lc_gr (reg2), NOT_A_CHAR);
3564 break;
3565 case REG_BR:
3566 add_unwind_entry (output_rp_when (), sep);
3567 if (! (unwind.prologue_mask & 8))
3568 add_unwind_entry (output_rp_gr (reg2), NOT_A_CHAR);
3569 else if (reg2 != unwind.prologue_gr)
3570 as_warn ("Second operand of .save contradicts .prologue");
3571 break;
3572 case REG_PR:
3573 add_unwind_entry (output_preds_when (), sep);
3574 if (! (unwind.prologue_mask & 1))
3575 add_unwind_entry (output_preds_gr (reg2), NOT_A_CHAR);
3576 else if (reg2 != unwind.prologue_gr
3577 + (unsigned) popcount (unwind.prologue_mask & (-1 << 1)))
3578 as_warn ("Second operand of .save contradicts .prologue");
3579 break;
3580 case REG_PRIUNAT:
3581 add_unwind_entry (output_priunat_when_gr (), sep);
3582 add_unwind_entry (output_priunat_gr (reg2), NOT_A_CHAR);
3583 break;
3584 default:
3585 as_bad ("First operand to .save not a valid register");
3586 add_unwind_entry (NULL, sep);
3587 break;
3588 }
3589 }
3590
3591 static void
3592 dot_restore (dummy)
3593 int dummy ATTRIBUTE_UNUSED;
3594 {
3595 expressionS e1;
3596 unsigned long ecount; /* # of _additional_ regions to pop */
3597 int sep;
3598
3599 if (!in_body ("restore"))
3600 return;
3601
3602 sep = parse_operand (&e1, ',');
3603 if (e1.X_op != O_register || e1.X_add_number != REG_GR + 12)
3604 as_bad ("First operand to .restore must be stack pointer (sp)");
3605
3606 if (sep == ',')
3607 {
3608 expressionS e2;
3609
3610 sep = parse_operand (&e2, ',');
3611 if (e2.X_op != O_constant || e2.X_add_number < 0)
3612 {
3613 as_bad ("Second operand to .restore must be a constant >= 0");
3614 e2.X_add_number = 0;
3615 }
3616 ecount = e2.X_add_number;
3617 }
3618 else
3619 ecount = unwind.prologue_count - 1;
3620
3621 if (ecount >= unwind.prologue_count)
3622 {
3623 as_bad ("Epilogue count of %lu exceeds number of nested prologues (%u)",
3624 ecount + 1, unwind.prologue_count);
3625 ecount = 0;
3626 }
3627
3628 add_unwind_entry (output_epilogue (ecount), sep);
3629
3630 if (ecount < unwind.prologue_count)
3631 unwind.prologue_count -= ecount + 1;
3632 else
3633 unwind.prologue_count = 0;
3634 }
3635
3636 static void
3637 dot_restorereg (pred)
3638 int pred;
3639 {
3640 unsigned int qp, ab, reg;
3641 expressionS e;
3642 int sep;
3643 const char * const po = pred ? "restorereg.p" : "restorereg";
3644
3645 if (!in_procedure (po))
3646 return;
3647
3648 if (pred)
3649 sep = parse_predicate_and_operand (&e, &qp, po);
3650 else
3651 {
3652 sep = parse_operand (&e, ',');
3653 qp = 0;
3654 }
3655 convert_expr_to_ab_reg (&e, &ab, &reg, po, 1 + pred);
3656
3657 add_unwind_entry (output_spill_reg (ab, reg, 0, 0, qp), sep);
3658 }
3659
3660 static char *special_linkonce_name[] =
3661 {
3662 ".gnu.linkonce.ia64unw.", ".gnu.linkonce.ia64unwi."
3663 };
3664
3665 static void
3666 start_unwind_section (const segT text_seg, int sec_index)
3667 {
3668 /*
3669 Use a slightly ugly scheme to derive the unwind section names from
3670 the text section name:
3671
3672 text sect. unwind table sect.
3673 name: name: comments:
3674 ---------- ----------------- --------------------------------
3675 .text .IA_64.unwind
3676 .text.foo .IA_64.unwind.text.foo
3677 .foo .IA_64.unwind.foo
3678 .gnu.linkonce.t.foo
3679 .gnu.linkonce.ia64unw.foo
3680 _info .IA_64.unwind_info gas issues error message (ditto)
3681 _infoFOO .IA_64.unwind_infoFOO gas issues error message (ditto)
3682
3683 This mapping is done so that:
3684
3685 (a) An object file with unwind info only in .text will use
3686 unwind section names .IA_64.unwind and .IA_64.unwind_info.
3687 This follows the letter of the ABI and also ensures backwards
3688 compatibility with older toolchains.
3689
3690 (b) An object file with unwind info in multiple text sections
3691 will use separate unwind sections for each text section.
3692 This allows us to properly set the "sh_info" and "sh_link"
3693 fields in SHT_IA_64_UNWIND as required by the ABI and also
3694 lets GNU ld support programs with multiple segments
3695 containing unwind info (as might be the case for certain
3696 embedded applications).
3697
3698 (c) An error is issued if there would be a name clash.
3699 */
3700
3701 const char *text_name, *sec_text_name;
3702 char *sec_name;
3703 const char *prefix = special_section_name [sec_index];
3704 const char *suffix;
3705 size_t prefix_len, suffix_len, sec_name_len;
3706
3707 sec_text_name = segment_name (text_seg);
3708 text_name = sec_text_name;
3709 if (strncmp (text_name, "_info", 5) == 0)
3710 {
3711 as_bad ("Illegal section name `%s' (causes unwind section name clash)",
3712 text_name);
3713 ignore_rest_of_line ();
3714 return;
3715 }
3716 if (strcmp (text_name, ".text") == 0)
3717 text_name = "";
3718
3719 /* Build the unwind section name by appending the (possibly stripped)
3720 text section name to the unwind prefix. */
3721 suffix = text_name;
3722 if (strncmp (text_name, ".gnu.linkonce.t.",
3723 sizeof (".gnu.linkonce.t.") - 1) == 0)
3724 {
3725 prefix = special_linkonce_name [sec_index - SPECIAL_SECTION_UNWIND];
3726 suffix += sizeof (".gnu.linkonce.t.") - 1;
3727 }
3728
3729 prefix_len = strlen (prefix);
3730 suffix_len = strlen (suffix);
3731 sec_name_len = prefix_len + suffix_len;
3732 sec_name = alloca (sec_name_len + 1);
3733 memcpy (sec_name, prefix, prefix_len);
3734 memcpy (sec_name + prefix_len, suffix, suffix_len);
3735 sec_name [sec_name_len] = '\0';
3736
3737 /* Handle COMDAT group. */
3738 if ((text_seg->flags & SEC_LINK_ONCE) != 0
3739 && (elf_section_flags (text_seg) & SHF_GROUP) != 0)
3740 {
3741 char *section;
3742 size_t len, group_name_len;
3743 const char *group_name = elf_group_name (text_seg);
3744
3745 if (group_name == NULL)
3746 {
3747 as_bad ("Group section `%s' has no group signature",
3748 sec_text_name);
3749 ignore_rest_of_line ();
3750 return;
3751 }
3752 /* We have to construct a fake section directive. */
3753 group_name_len = strlen (group_name);
3754 len = (sec_name_len
3755 + 16 /* ,"aG",@progbits, */
3756 + group_name_len /* ,group_name */
3757 + 7); /* ,comdat */
3758
3759 section = alloca (len + 1);
3760 memcpy (section, sec_name, sec_name_len);
3761 memcpy (section + sec_name_len, ",\"aG\",@progbits,", 16);
3762 memcpy (section + sec_name_len + 16, group_name, group_name_len);
3763 memcpy (section + len - 7, ",comdat", 7);
3764 section [len] = '\0';
3765 set_section (section);
3766 }
3767 else
3768 {
3769 set_section (sec_name);
3770 bfd_set_section_flags (stdoutput, now_seg,
3771 SEC_LOAD | SEC_ALLOC | SEC_READONLY);
3772 }
3773
3774 elf_linked_to_section (now_seg) = text_seg;
3775 }
3776
3777 static void
3778 generate_unwind_image (const segT text_seg)
3779 {
3780 int size, pad;
3781 unw_rec_list *list;
3782
3783 /* Mark the end of the unwind info, so that we can compute the size of the
3784 last unwind region. */
3785 add_unwind_entry (output_endp (), NOT_A_CHAR);
3786
3787 /* Force out pending instructions, to make sure all unwind records have
3788 a valid slot_number field. */
3789 ia64_flush_insns ();
3790
3791 /* Generate the unwind record. */
3792 list = optimize_unw_records (unwind.list);
3793 fixup_unw_records (list, 1);
3794 size = calc_record_size (list);
3795
3796 if (size > 0 || unwind.force_unwind_entry)
3797 {
3798 unwind.force_unwind_entry = 0;
3799 /* pad to pointer-size boundary. */
3800 pad = size % md.pointer_size;
3801 if (pad != 0)
3802 size += md.pointer_size - pad;
3803 /* Add 8 for the header. */
3804 size += 8;
3805 /* Add a pointer for the personality offset. */
3806 if (unwind.personality_routine)
3807 size += md.pointer_size;
3808 }
3809
3810 /* If there are unwind records, switch sections, and output the info. */
3811 if (size != 0)
3812 {
3813 expressionS exp;
3814 bfd_reloc_code_real_type reloc;
3815
3816 start_unwind_section (text_seg, SPECIAL_SECTION_UNWIND_INFO);
3817
3818 /* Make sure the section has 4 byte alignment for ILP32 and
3819 8 byte alignment for LP64. */
3820 frag_align (md.pointer_size_shift, 0, 0);
3821 record_alignment (now_seg, md.pointer_size_shift);
3822
3823 /* Set expression which points to start of unwind descriptor area. */
3824 unwind.info = expr_build_dot ();
3825
3826 frag_var (rs_machine_dependent, size, size, 0, 0,
3827 (offsetT) (long) unwind.personality_routine,
3828 (char *) list);
3829
3830 /* Add the personality address to the image. */
3831 if (unwind.personality_routine != 0)
3832 {
3833 exp.X_op = O_symbol;
3834 exp.X_add_symbol = unwind.personality_routine;
3835 exp.X_add_number = 0;
3836
3837 if (md.flags & EF_IA_64_BE)
3838 {
3839 if (md.flags & EF_IA_64_ABI64)
3840 reloc = BFD_RELOC_IA64_LTOFF_FPTR64MSB;
3841 else
3842 reloc = BFD_RELOC_IA64_LTOFF_FPTR32MSB;
3843 }
3844 else
3845 {
3846 if (md.flags & EF_IA_64_ABI64)
3847 reloc = BFD_RELOC_IA64_LTOFF_FPTR64LSB;
3848 else
3849 reloc = BFD_RELOC_IA64_LTOFF_FPTR32LSB;
3850 }
3851
3852 fix_new_exp (frag_now, frag_now_fix () - md.pointer_size,
3853 md.pointer_size, &exp, 0, reloc);
3854 unwind.personality_routine = 0;
3855 }
3856 }
3857
3858 free_saved_prologue_counts ();
3859 unwind.list = unwind.tail = unwind.current_entry = NULL;
3860 }
3861
3862 static void
3863 dot_handlerdata (dummy)
3864 int dummy ATTRIBUTE_UNUSED;
3865 {
3866 if (!in_procedure ("handlerdata"))
3867 return;
3868 unwind.force_unwind_entry = 1;
3869
3870 /* Remember which segment we're in so we can switch back after .endp */
3871 unwind.saved_text_seg = now_seg;
3872 unwind.saved_text_subseg = now_subseg;
3873
3874 /* Generate unwind info into unwind-info section and then leave that
3875 section as the currently active one so dataXX directives go into
3876 the language specific data area of the unwind info block. */
3877 generate_unwind_image (now_seg);
3878 demand_empty_rest_of_line ();
3879 }
3880
3881 static void
3882 dot_unwentry (dummy)
3883 int dummy ATTRIBUTE_UNUSED;
3884 {
3885 if (!in_procedure ("unwentry"))
3886 return;
3887 unwind.force_unwind_entry = 1;
3888 demand_empty_rest_of_line ();
3889 }
3890
3891 static void
3892 dot_altrp (dummy)
3893 int dummy ATTRIBUTE_UNUSED;
3894 {
3895 expressionS e;
3896 unsigned reg;
3897
3898 if (!in_prologue ("altrp"))
3899 return;
3900
3901 parse_operand (&e, 0);
3902 reg = e.X_add_number - REG_BR;
3903 if (e.X_op != O_register || reg > 7)
3904 {
3905 as_bad ("First operand to .altrp not a valid branch register");
3906 reg = 0;
3907 }
3908 add_unwind_entry (output_rp_br (reg), 0);
3909 }
3910
3911 static void
3912 dot_savemem (psprel)
3913 int psprel;
3914 {
3915 expressionS e1, e2;
3916 int sep;
3917 int reg1, val;
3918 const char * const po = psprel ? "savepsp" : "savesp";
3919
3920 if (!in_prologue (po))
3921 return;
3922
3923 sep = parse_operand (&e1, ',');
3924 if (sep == ',')
3925 sep = parse_operand (&e2, ',');
3926 else
3927 e2.X_op = O_absent;
3928
3929 reg1 = e1.X_add_number;
3930 val = e2.X_add_number;
3931
3932 /* Make sure its a valid ar.xxx reg, OR its br0, aka 'rp'. */
3933 if (e1.X_op != O_register)
3934 {
3935 as_bad ("First operand to .%s not a register", po);
3936 reg1 = REG_PR; /* Anything valid is good here. */
3937 }
3938 if (e2.X_op != O_constant)
3939 {
3940 as_bad ("Second operand to .%s not a constant", po);
3941 val = 0;
3942 }
3943
3944 switch (reg1)
3945 {
3946 case REG_AR + AR_BSP:
3947 add_unwind_entry (output_bsp_when (), sep);
3948 add_unwind_entry ((psprel
3949 ? output_bsp_psprel
3950 : output_bsp_sprel) (val), NOT_A_CHAR);
3951 break;
3952 case REG_AR + AR_BSPSTORE:
3953 add_unwind_entry (output_bspstore_when (), sep);
3954 add_unwind_entry ((psprel
3955 ? output_bspstore_psprel
3956 : output_bspstore_sprel) (val), NOT_A_CHAR);
3957 break;
3958 case REG_AR + AR_RNAT:
3959 add_unwind_entry (output_rnat_when (), sep);
3960 add_unwind_entry ((psprel
3961 ? output_rnat_psprel
3962 : output_rnat_sprel) (val), NOT_A_CHAR);
3963 break;
3964 case REG_AR + AR_UNAT:
3965 add_unwind_entry (output_unat_when (), sep);
3966 add_unwind_entry ((psprel
3967 ? output_unat_psprel
3968 : output_unat_sprel) (val), NOT_A_CHAR);
3969 break;
3970 case REG_AR + AR_FPSR:
3971 add_unwind_entry (output_fpsr_when (), sep);
3972 add_unwind_entry ((psprel
3973 ? output_fpsr_psprel
3974 : output_fpsr_sprel) (val), NOT_A_CHAR);
3975 break;
3976 case REG_AR + AR_PFS:
3977 add_unwind_entry (output_pfs_when (), sep);
3978 add_unwind_entry ((psprel
3979 ? output_pfs_psprel
3980 : output_pfs_sprel) (val), NOT_A_CHAR);
3981 break;
3982 case REG_AR + AR_LC:
3983 add_unwind_entry (output_lc_when (), sep);
3984 add_unwind_entry ((psprel
3985 ? output_lc_psprel
3986 : output_lc_sprel) (val), NOT_A_CHAR);
3987 break;
3988 case REG_BR:
3989 add_unwind_entry (output_rp_when (), sep);
3990 add_unwind_entry ((psprel
3991 ? output_rp_psprel
3992 : output_rp_sprel) (val), NOT_A_CHAR);
3993 break;
3994 case REG_PR:
3995 add_unwind_entry (output_preds_when (), sep);
3996 add_unwind_entry ((psprel
3997 ? output_preds_psprel
3998 : output_preds_sprel) (val), NOT_A_CHAR);
3999 break;
4000 case REG_PRIUNAT:
4001 add_unwind_entry (output_priunat_when_mem (), sep);
4002 add_unwind_entry ((psprel
4003 ? output_priunat_psprel
4004 : output_priunat_sprel) (val), NOT_A_CHAR);
4005 break;
4006 default:
4007 as_bad ("First operand to .%s not a valid register", po);
4008 add_unwind_entry (NULL, sep);
4009 break;
4010 }
4011 }
4012
4013 static void
4014 dot_saveg (dummy)
4015 int dummy ATTRIBUTE_UNUSED;
4016 {
4017 expressionS e;
4018 unsigned grmask;
4019 int sep;
4020
4021 if (!in_prologue ("save.g"))
4022 return;
4023
4024 sep = parse_operand (&e, ',');
4025
4026 grmask = e.X_add_number;
4027 if (e.X_op != O_constant
4028 || e.X_add_number <= 0
4029 || e.X_add_number > 0xf)
4030 {
4031 as_bad ("First operand to .save.g must be a positive 4-bit constant");
4032 grmask = 0;
4033 }
4034
4035 if (sep == ',')
4036 {
4037 unsigned reg;
4038 int n = popcount (grmask);
4039
4040 parse_operand (&e, 0);
4041 reg = e.X_add_number - REG_GR;
4042 if (e.X_op != O_register || reg > 127)
4043 {
4044 as_bad ("Second operand to .save.g must be a general register");
4045 reg = 0;
4046 }
4047 else if (reg > 128U - n)
4048 {
4049 as_bad ("Second operand to .save.g must be the first of %d general registers", n);
4050 reg = 0;
4051 }
4052 add_unwind_entry (output_gr_gr (grmask, reg), 0);
4053 }
4054 else
4055 add_unwind_entry (output_gr_mem (grmask), 0);
4056 }
4057
4058 static void
4059 dot_savef (dummy)
4060 int dummy ATTRIBUTE_UNUSED;
4061 {
4062 expressionS e;
4063
4064 if (!in_prologue ("save.f"))
4065 return;
4066
4067 parse_operand (&e, 0);
4068
4069 if (e.X_op != O_constant
4070 || e.X_add_number <= 0
4071 || e.X_add_number > 0xfffff)
4072 {
4073 as_bad ("Operand to .save.f must be a positive 20-bit constant");
4074 e.X_add_number = 0;
4075 }
4076 add_unwind_entry (output_fr_mem (e.X_add_number), 0);
4077 }
4078
4079 static void
4080 dot_saveb (dummy)
4081 int dummy ATTRIBUTE_UNUSED;
4082 {
4083 expressionS e;
4084 unsigned brmask;
4085 int sep;
4086
4087 if (!in_prologue ("save.b"))
4088 return;
4089
4090 sep = parse_operand (&e, ',');
4091
4092 brmask = e.X_add_number;
4093 if (e.X_op != O_constant
4094 || e.X_add_number <= 0
4095 || e.X_add_number > 0x1f)
4096 {
4097 as_bad ("First operand to .save.b must be a positive 5-bit constant");
4098 brmask = 0;
4099 }
4100
4101 if (sep == ',')
4102 {
4103 unsigned reg;
4104 int n = popcount (brmask);
4105
4106 parse_operand (&e, 0);
4107 reg = e.X_add_number - REG_GR;
4108 if (e.X_op != O_register || reg > 127)
4109 {
4110 as_bad ("Second operand to .save.b must be a general register");
4111 reg = 0;
4112 }
4113 else if (reg > 128U - n)
4114 {
4115 as_bad ("Second operand to .save.b must be the first of %d general registers", n);
4116 reg = 0;
4117 }
4118 add_unwind_entry (output_br_gr (brmask, reg), 0);
4119 }
4120 else
4121 add_unwind_entry (output_br_mem (brmask), 0);
4122 }
4123
4124 static void
4125 dot_savegf (dummy)
4126 int dummy ATTRIBUTE_UNUSED;
4127 {
4128 expressionS e1, e2;
4129
4130 if (!in_prologue ("save.gf"))
4131 return;
4132
4133 if (parse_operand (&e1, ',') == ',')
4134 parse_operand (&e2, 0);
4135 else
4136 e2.X_op = O_absent;
4137
4138 if (e1.X_op != O_constant
4139 || e1.X_add_number < 0
4140 || e1.X_add_number > 0xf)
4141 {
4142 as_bad ("First operand to .save.gf must be a non-negative 4-bit constant");
4143 e1.X_op = O_absent;
4144 e1.X_add_number = 0;
4145 }
4146 if (e2.X_op != O_constant
4147 || e2.X_add_number < 0
4148 || e2.X_add_number > 0xfffff)
4149 {
4150 as_bad ("Second operand to .save.gf must be a non-negative 20-bit constant");
4151 e2.X_op = O_absent;
4152 e2.X_add_number = 0;
4153 }
4154 if (e1.X_op == O_constant
4155 && e2.X_op == O_constant
4156 && e1.X_add_number == 0
4157 && e2.X_add_number == 0)
4158 as_bad ("Operands to .save.gf may not be both zero");
4159
4160 add_unwind_entry (output_frgr_mem (e1.X_add_number, e2.X_add_number), 0);
4161 }
4162
4163 static void
4164 dot_spill (dummy)
4165 int dummy ATTRIBUTE_UNUSED;
4166 {
4167 expressionS e;
4168
4169 if (!in_prologue ("spill"))
4170 return;
4171
4172 parse_operand (&e, 0);
4173
4174 if (e.X_op != O_constant)
4175 {
4176 as_bad ("Operand to .spill must be a constant");
4177 e.X_add_number = 0;
4178 }
4179 add_unwind_entry (output_spill_base (e.X_add_number), 0);
4180 }
4181
4182 static void
4183 dot_spillreg (pred)
4184 int pred;
4185 {
4186 int sep;
4187 unsigned int qp, ab, xy, reg, treg;
4188 expressionS e;
4189 const char * const po = pred ? "spillreg.p" : "spillreg";
4190
4191 if (!in_procedure (po))
4192 return;
4193
4194 if (pred)
4195 sep = parse_predicate_and_operand (&e, &qp, po);
4196 else
4197 {
4198 sep = parse_operand (&e, ',');
4199 qp = 0;
4200 }
4201 convert_expr_to_ab_reg (&e, &ab, &reg, po, 1 + pred);
4202
4203 if (sep == ',')
4204 sep = parse_operand (&e, ',');
4205 else
4206 e.X_op = O_absent;
4207 convert_expr_to_xy_reg (&e, &xy, &treg, po, 2 + pred);
4208
4209 add_unwind_entry (output_spill_reg (ab, reg, treg, xy, qp), sep);
4210 }
4211
4212 static void
4213 dot_spillmem (psprel)
4214 int psprel;
4215 {
4216 expressionS e;
4217 int pred = (psprel < 0), sep;
4218 unsigned int qp, ab, reg;
4219 const char * po;
4220
4221 if (pred)
4222 {
4223 psprel = ~psprel;
4224 po = psprel ? "spillpsp.p" : "spillsp.p";
4225 }
4226 else
4227 po = psprel ? "spillpsp" : "spillsp";
4228
4229 if (!in_procedure (po))
4230 return;
4231
4232 if (pred)
4233 sep = parse_predicate_and_operand (&e, &qp, po);
4234 else
4235 {
4236 sep = parse_operand (&e, ',');
4237 qp = 0;
4238 }
4239 convert_expr_to_ab_reg (&e, &ab, &reg, po, 1 + pred);
4240
4241 if (sep == ',')
4242 sep = parse_operand (&e, ',');
4243 else
4244 e.X_op = O_absent;
4245 if (e.X_op != O_constant)
4246 {
4247 as_bad ("Operand %d to .%s must be a constant", 2 + pred, po);
4248 e.X_add_number = 0;
4249 }
4250
4251 if (psprel)
4252 add_unwind_entry (output_spill_psprel (ab, reg, e.X_add_number, qp), sep);
4253 else
4254 add_unwind_entry (output_spill_sprel (ab, reg, e.X_add_number, qp), sep);
4255 }
4256
4257 static unsigned int
4258 get_saved_prologue_count (lbl)
4259 unsigned long lbl;
4260 {
4261 label_prologue_count *lpc = unwind.saved_prologue_counts;
4262
4263 while (lpc != NULL && lpc->label_number != lbl)
4264 lpc = lpc->next;
4265
4266 if (lpc != NULL)
4267 return lpc->prologue_count;
4268
4269 as_bad ("Missing .label_state %ld", lbl);
4270 return 1;
4271 }
4272
4273 static void
4274 save_prologue_count (lbl, count)
4275 unsigned long lbl;
4276 unsigned int count;
4277 {
4278 label_prologue_count *lpc = unwind.saved_prologue_counts;
4279
4280 while (lpc != NULL && lpc->label_number != lbl)
4281 lpc = lpc->next;
4282
4283 if (lpc != NULL)
4284 lpc->prologue_count = count;
4285 else
4286 {
4287 label_prologue_count *new_lpc = xmalloc (sizeof (* new_lpc));
4288
4289 new_lpc->next = unwind.saved_prologue_counts;
4290 new_lpc->label_number = lbl;
4291 new_lpc->prologue_count = count;
4292 unwind.saved_prologue_counts = new_lpc;
4293 }
4294 }
4295
4296 static void
4297 free_saved_prologue_counts ()
4298 {
4299 label_prologue_count *lpc = unwind.saved_prologue_counts;
4300 label_prologue_count *next;
4301
4302 while (lpc != NULL)
4303 {
4304 next = lpc->next;
4305 free (lpc);
4306 lpc = next;
4307 }
4308
4309 unwind.saved_prologue_counts = NULL;
4310 }
4311
4312 static void
4313 dot_label_state (dummy)
4314 int dummy ATTRIBUTE_UNUSED;
4315 {
4316 expressionS e;
4317
4318 if (!in_body ("label_state"))
4319 return;
4320
4321 parse_operand (&e, 0);
4322 if (e.X_op == O_constant)
4323 save_prologue_count (e.X_add_number, unwind.prologue_count);
4324 else
4325 {
4326 as_bad ("Operand to .label_state must be a constant");
4327 e.X_add_number = 0;
4328 }
4329 add_unwind_entry (output_label_state (e.X_add_number), 0);
4330 }
4331
4332 static void
4333 dot_copy_state (dummy)
4334 int dummy ATTRIBUTE_UNUSED;
4335 {
4336 expressionS e;
4337
4338 if (!in_body ("copy_state"))
4339 return;
4340
4341 parse_operand (&e, 0);
4342 if (e.X_op == O_constant)
4343 unwind.prologue_count = get_saved_prologue_count (e.X_add_number);
4344 else
4345 {
4346 as_bad ("Operand to .copy_state must be a constant");
4347 e.X_add_number = 0;
4348 }
4349 add_unwind_entry (output_copy_state (e.X_add_number), 0);
4350 }
4351
4352 static void
4353 dot_unwabi (dummy)
4354 int dummy ATTRIBUTE_UNUSED;
4355 {
4356 expressionS e1, e2;
4357 unsigned char sep;
4358
4359 if (!in_prologue ("unwabi"))
4360 return;
4361
4362 sep = parse_operand (&e1, ',');
4363 if (sep == ',')
4364 parse_operand (&e2, 0);
4365 else
4366 e2.X_op = O_absent;
4367
4368 if (e1.X_op != O_constant)
4369 {
4370 as_bad ("First operand to .unwabi must be a constant");
4371 e1.X_add_number = 0;
4372 }
4373
4374 if (e2.X_op != O_constant)
4375 {
4376 as_bad ("Second operand to .unwabi must be a constant");
4377 e2.X_add_number = 0;
4378 }
4379
4380 add_unwind_entry (output_unwabi (e1.X_add_number, e2.X_add_number), 0);
4381 }
4382
4383 static void
4384 dot_personality (dummy)
4385 int dummy ATTRIBUTE_UNUSED;
4386 {
4387 char *name, *p, c;
4388 if (!in_procedure ("personality"))
4389 return;
4390 SKIP_WHITESPACE ();
4391 name = input_line_pointer;
4392 c = get_symbol_end ();
4393 p = input_line_pointer;
4394 unwind.personality_routine = symbol_find_or_make (name);
4395 unwind.force_unwind_entry = 1;
4396 *p = c;
4397 SKIP_WHITESPACE ();
4398 demand_empty_rest_of_line ();
4399 }
4400
4401 static void
4402 dot_proc (dummy)
4403 int dummy ATTRIBUTE_UNUSED;
4404 {
4405 char *name, *p, c;
4406 symbolS *sym;
4407 proc_pending *pending, *last_pending;
4408
4409 if (unwind.proc_pending.sym)
4410 {
4411 (md.unwind_check == unwind_check_warning
4412 ? as_warn
4413 : as_bad) ("Missing .endp after previous .proc");
4414 while (unwind.proc_pending.next)
4415 {
4416 pending = unwind.proc_pending.next;
4417 unwind.proc_pending.next = pending->next;
4418 free (pending);
4419 }
4420 }
4421 last_pending = NULL;
4422
4423 /* Parse names of main and alternate entry points and mark them as
4424 function symbols: */
4425 while (1)
4426 {
4427 SKIP_WHITESPACE ();
4428 name = input_line_pointer;
4429 c = get_symbol_end ();
4430 p = input_line_pointer;
4431 if (!*name)
4432 as_bad ("Empty argument of .proc");
4433 else
4434 {
4435 sym = symbol_find_or_make (name);
4436 if (S_IS_DEFINED (sym))
4437 as_bad ("`%s' was already defined", name);
4438 else if (!last_pending)
4439 {
4440 unwind.proc_pending.sym = sym;
4441 last_pending = &unwind.proc_pending;
4442 }
4443 else
4444 {
4445 pending = xmalloc (sizeof (*pending));
4446 pending->sym = sym;
4447 last_pending = last_pending->next = pending;
4448 }
4449 symbol_get_bfdsym (sym)->flags |= BSF_FUNCTION;
4450 }
4451 *p = c;
4452 SKIP_WHITESPACE ();
4453 if (*input_line_pointer != ',')
4454 break;
4455 ++input_line_pointer;
4456 }
4457 if (!last_pending)
4458 {
4459 unwind.proc_pending.sym = expr_build_dot ();
4460 last_pending = &unwind.proc_pending;
4461 }
4462 last_pending->next = NULL;
4463 demand_empty_rest_of_line ();
4464 ia64_do_align (16);
4465
4466 unwind.prologue = 0;
4467 unwind.prologue_count = 0;
4468 unwind.body = 0;
4469 unwind.insn = 0;
4470 unwind.list = unwind.tail = unwind.current_entry = NULL;
4471 unwind.personality_routine = 0;
4472 }
4473
4474 static void
4475 dot_body (dummy)
4476 int dummy ATTRIBUTE_UNUSED;
4477 {
4478 if (!in_procedure ("body"))
4479 return;
4480 if (!unwind.prologue && !unwind.body && unwind.insn)
4481 as_warn ("Initial .body should precede any instructions");
4482 check_pending_save ();
4483
4484 unwind.prologue = 0;
4485 unwind.prologue_mask = 0;
4486 unwind.body = 1;
4487
4488 add_unwind_entry (output_body (), 0);
4489 }
4490
4491 static void
4492 dot_prologue (dummy)
4493 int dummy ATTRIBUTE_UNUSED;
4494 {
4495 unsigned mask = 0, grsave = 0;
4496
4497 if (!in_procedure ("prologue"))
4498 return;
4499 if (unwind.prologue)
4500 {
4501 as_bad (".prologue within prologue");
4502 ignore_rest_of_line ();
4503 return;
4504 }
4505 if (!unwind.body && unwind.insn)
4506 as_warn ("Initial .prologue should precede any instructions");
4507
4508 if (!is_it_end_of_statement ())
4509 {
4510 expressionS e;
4511 int n, sep = parse_operand (&e, ',');
4512
4513 if (e.X_op != O_constant
4514 || e.X_add_number < 0
4515 || e.X_add_number > 0xf)
4516 as_bad ("First operand to .prologue must be a positive 4-bit constant");
4517 else if (e.X_add_number == 0)
4518 as_warn ("Pointless use of zero first operand to .prologue");
4519 else
4520 mask = e.X_add_number;
4521 n = popcount (mask);
4522
4523 if (sep == ',')
4524 parse_operand (&e, 0);
4525 else
4526 e.X_op = O_absent;
4527 if (e.X_op == O_constant
4528 && e.X_add_number >= 0
4529 && e.X_add_number < 128)
4530 {
4531 if (md.unwind_check == unwind_check_error)
4532 as_warn ("Using a constant as second operand to .prologue is deprecated");
4533 grsave = e.X_add_number;
4534 }
4535 else if (e.X_op != O_register
4536 || (grsave = e.X_add_number - REG_GR) > 127)
4537 {
4538 as_bad ("Second operand to .prologue must be a general register");
4539 grsave = 0;
4540 }
4541 else if (grsave > 128U - n)
4542 {
4543 as_bad ("Second operand to .prologue must be the first of %d general registers", n);
4544 grsave = 0;
4545 }
4546
4547 }
4548
4549 if (mask)
4550 add_unwind_entry (output_prologue_gr (mask, grsave), 0);
4551 else
4552 add_unwind_entry (output_prologue (), 0);
4553
4554 unwind.prologue = 1;
4555 unwind.prologue_mask = mask;
4556 unwind.prologue_gr = grsave;
4557 unwind.body = 0;
4558 ++unwind.prologue_count;
4559 }
4560
4561 static void
4562 dot_endp (dummy)
4563 int dummy ATTRIBUTE_UNUSED;
4564 {
4565 expressionS e;
4566 int bytes_per_address;
4567 long where;
4568 segT saved_seg;
4569 subsegT saved_subseg;
4570 proc_pending *pending;
4571 int unwind_check = md.unwind_check;
4572
4573 md.unwind_check = unwind_check_error;
4574 if (!in_procedure ("endp"))
4575 return;
4576 md.unwind_check = unwind_check;
4577
4578 if (unwind.saved_text_seg)
4579 {
4580 saved_seg = unwind.saved_text_seg;
4581 saved_subseg = unwind.saved_text_subseg;
4582 unwind.saved_text_seg = NULL;
4583 }
4584 else
4585 {
4586 saved_seg = now_seg;
4587 saved_subseg = now_subseg;
4588 }
4589
4590 insn_group_break (1, 0, 0);
4591
4592 /* If there wasn't a .handlerdata, we haven't generated an image yet. */
4593 if (!unwind.info)
4594 generate_unwind_image (saved_seg);
4595
4596 if (unwind.info || unwind.force_unwind_entry)
4597 {
4598 symbolS *proc_end;
4599
4600 subseg_set (md.last_text_seg, 0);
4601 proc_end = expr_build_dot ();
4602
4603 start_unwind_section (saved_seg, SPECIAL_SECTION_UNWIND);
4604
4605 /* Make sure that section has 4 byte alignment for ILP32 and
4606 8 byte alignment for LP64. */
4607 record_alignment (now_seg, md.pointer_size_shift);
4608
4609 /* Need space for 3 pointers for procedure start, procedure end,
4610 and unwind info. */
4611 memset (frag_more (3 * md.pointer_size), 0, 3 * md.pointer_size);
4612 where = frag_now_fix () - (3 * md.pointer_size);
4613 bytes_per_address = bfd_arch_bits_per_address (stdoutput) / 8;
4614
4615 /* Issue the values of a) Proc Begin, b) Proc End, c) Unwind Record. */
4616 e.X_op = O_pseudo_fixup;
4617 e.X_op_symbol = pseudo_func[FUNC_SEG_RELATIVE].u.sym;
4618 e.X_add_number = 0;
4619 if (!S_IS_LOCAL (unwind.proc_pending.sym)
4620 && S_IS_DEFINED (unwind.proc_pending.sym))
4621 e.X_add_symbol = symbol_temp_new (S_GET_SEGMENT (unwind.proc_pending.sym),
4622 S_GET_VALUE (unwind.proc_pending.sym),
4623 symbol_get_frag (unwind.proc_pending.sym));
4624 else
4625 e.X_add_symbol = unwind.proc_pending.sym;
4626 ia64_cons_fix_new (frag_now, where, bytes_per_address, &e);
4627
4628 e.X_op = O_pseudo_fixup;
4629 e.X_op_symbol = pseudo_func[FUNC_SEG_RELATIVE].u.sym;
4630 e.X_add_number = 0;
4631 e.X_add_symbol = proc_end;
4632 ia64_cons_fix_new (frag_now, where + bytes_per_address,
4633 bytes_per_address, &e);
4634
4635 if (unwind.info)
4636 {
4637 e.X_op = O_pseudo_fixup;
4638 e.X_op_symbol = pseudo_func[FUNC_SEG_RELATIVE].u.sym;
4639 e.X_add_number = 0;
4640 e.X_add_symbol = unwind.info;
4641 ia64_cons_fix_new (frag_now, where + (bytes_per_address * 2),
4642 bytes_per_address, &e);
4643 }
4644 }
4645 subseg_set (saved_seg, saved_subseg);
4646
4647 /* Set symbol sizes. */
4648 pending = &unwind.proc_pending;
4649 if (S_GET_NAME (pending->sym))
4650 {
4651 do
4652 {
4653 symbolS *sym = pending->sym;
4654
4655 if (!S_IS_DEFINED (sym))
4656 as_bad ("`%s' was not defined within procedure", S_GET_NAME (sym));
4657 else if (S_GET_SIZE (sym) == 0
4658 && symbol_get_obj (sym)->size == NULL)
4659 {
4660 fragS *frag = symbol_get_frag (sym);
4661
4662 if (frag)
4663 {
4664 if (frag == frag_now && SEG_NORMAL (now_seg))
4665 S_SET_SIZE (sym, frag_now_fix () - S_GET_VALUE (sym));
4666 else
4667 {
4668 symbol_get_obj (sym)->size =
4669 (expressionS *) xmalloc (sizeof (expressionS));
4670 symbol_get_obj (sym)->size->X_op = O_subtract;
4671 symbol_get_obj (sym)->size->X_add_symbol
4672 = symbol_new (FAKE_LABEL_NAME, now_seg,
4673 frag_now_fix (), frag_now);
4674 symbol_get_obj (sym)->size->X_op_symbol = sym;
4675 symbol_get_obj (sym)->size->X_add_number = 0;
4676 }
4677 }
4678 }
4679 } while ((pending = pending->next) != NULL);
4680 }
4681
4682 /* Parse names of main and alternate entry points. */
4683 while (1)
4684 {
4685 char *name, *p, c;
4686
4687 SKIP_WHITESPACE ();
4688 name = input_line_pointer;
4689 c = get_symbol_end ();
4690 p = input_line_pointer;
4691 if (!*name)
4692 (md.unwind_check == unwind_check_warning
4693 ? as_warn
4694 : as_bad) ("Empty argument of .endp");
4695 else
4696 {
4697 symbolS *sym = symbol_find (name);
4698
4699 for (pending = &unwind.proc_pending; pending; pending = pending->next)
4700 {
4701 if (sym == pending->sym)
4702 {
4703 pending->sym = NULL;
4704 break;
4705 }
4706 }
4707 if (!sym || !pending)
4708 as_warn ("`%s' was not specified with previous .proc", name);
4709 }
4710 *p = c;
4711 SKIP_WHITESPACE ();
4712 if (*input_line_pointer != ',')
4713 break;
4714 ++input_line_pointer;
4715 }
4716 demand_empty_rest_of_line ();
4717
4718 /* Deliberately only checking for the main entry point here; the
4719 language spec even says all arguments to .endp are ignored. */
4720 if (unwind.proc_pending.sym
4721 && S_GET_NAME (unwind.proc_pending.sym)
4722 && strcmp (S_GET_NAME (unwind.proc_pending.sym), FAKE_LABEL_NAME))
4723 as_warn ("`%s' should be an operand to this .endp",
4724 S_GET_NAME (unwind.proc_pending.sym));
4725 while (unwind.proc_pending.next)
4726 {
4727 pending = unwind.proc_pending.next;
4728 unwind.proc_pending.next = pending->next;
4729 free (pending);
4730 }
4731 unwind.proc_pending.sym = unwind.info = NULL;
4732 }
4733
4734 static void
4735 dot_template (template)
4736 int template;
4737 {
4738 CURR_SLOT.user_template = template;
4739 }
4740
4741 static void
4742 dot_regstk (dummy)
4743 int dummy ATTRIBUTE_UNUSED;
4744 {
4745 int ins, locs, outs, rots;
4746
4747 if (is_it_end_of_statement ())
4748 ins = locs = outs = rots = 0;
4749 else
4750 {
4751 ins = get_absolute_expression ();
4752 if (*input_line_pointer++ != ',')
4753 goto err;
4754 locs = get_absolute_expression ();
4755 if (*input_line_pointer++ != ',')
4756 goto err;
4757 outs = get_absolute_expression ();
4758 if (*input_line_pointer++ != ',')
4759 goto err;
4760 rots = get_absolute_expression ();
4761 }
4762 set_regstack (ins, locs, outs, rots);
4763 return;
4764
4765 err:
4766 as_bad ("Comma expected");
4767 ignore_rest_of_line ();
4768 }
4769
4770 static void
4771 dot_rot (type)
4772 int type;
4773 {
4774 offsetT num_regs;
4775 valueT num_alloced = 0;
4776 struct dynreg **drpp, *dr;
4777 int ch, base_reg = 0;
4778 char *name, *start;
4779 size_t len;
4780
4781 switch (type)
4782 {
4783 case DYNREG_GR: base_reg = REG_GR + 32; break;
4784 case DYNREG_FR: base_reg = REG_FR + 32; break;
4785 case DYNREG_PR: base_reg = REG_P + 16; break;
4786 default: break;
4787 }
4788
4789 /* First, remove existing names from hash table. */
4790 for (dr = md.dynreg[type]; dr && dr->num_regs; dr = dr->next)
4791 {
4792 hash_delete (md.dynreg_hash, dr->name);
4793 /* FIXME: Free dr->name. */
4794 dr->num_regs = 0;
4795 }
4796
4797 drpp = &md.dynreg[type];
4798 while (1)
4799 {
4800 start = input_line_pointer;
4801 ch = get_symbol_end ();
4802 len = strlen (ia64_canonicalize_symbol_name (start));
4803 *input_line_pointer = ch;
4804
4805 SKIP_WHITESPACE ();
4806 if (*input_line_pointer != '[')
4807 {
4808 as_bad ("Expected '['");
4809 goto err;
4810 }
4811 ++input_line_pointer; /* skip '[' */
4812
4813 num_regs = get_absolute_expression ();
4814
4815 if (*input_line_pointer++ != ']')
4816 {
4817 as_bad ("Expected ']'");
4818 goto err;
4819 }
4820 if (num_regs <= 0)
4821 {
4822 as_bad ("Number of elements must be positive");
4823 goto err;
4824 }
4825 SKIP_WHITESPACE ();
4826
4827 num_alloced += num_regs;
4828 switch (type)
4829 {
4830 case DYNREG_GR:
4831 if (num_alloced > md.rot.num_regs)
4832 {
4833 as_bad ("Used more than the declared %d rotating registers",
4834 md.rot.num_regs);
4835 goto err;
4836 }
4837 break;
4838 case DYNREG_FR:
4839 if (num_alloced > 96)
4840 {
4841 as_bad ("Used more than the available 96 rotating registers");
4842 goto err;
4843 }
4844 break;
4845 case DYNREG_PR:
4846 if (num_alloced > 48)
4847 {
4848 as_bad ("Used more than the available 48 rotating registers");
4849 goto err;
4850 }
4851 break;
4852
4853 default:
4854 break;
4855 }
4856
4857 if (!*drpp)
4858 {
4859 *drpp = obstack_alloc (&notes, sizeof (*dr));
4860 memset (*drpp, 0, sizeof (*dr));
4861 }
4862
4863 name = obstack_alloc (&notes, len + 1);
4864 memcpy (name, start, len);
4865 name[len] = '\0';
4866
4867 dr = *drpp;
4868 dr->name = name;
4869 dr->num_regs = num_regs;
4870 dr->base = base_reg;
4871 drpp = &dr->next;
4872 base_reg += num_regs;
4873
4874 if (hash_insert (md.dynreg_hash, name, dr))
4875 {
4876 as_bad ("Attempt to redefine register set `%s'", name);
4877 obstack_free (&notes, name);
4878 goto err;
4879 }
4880
4881 if (*input_line_pointer != ',')
4882 break;
4883 ++input_line_pointer; /* skip comma */
4884 SKIP_WHITESPACE ();
4885 }
4886 demand_empty_rest_of_line ();
4887 return;
4888
4889 err:
4890 ignore_rest_of_line ();
4891 }
4892
4893 static void
4894 dot_byteorder (byteorder)
4895 int byteorder;
4896 {
4897 segment_info_type *seginfo = seg_info (now_seg);
4898
4899 if (byteorder == -1)
4900 {
4901 if (seginfo->tc_segment_info_data.endian == 0)
4902 seginfo->tc_segment_info_data.endian = default_big_endian ? 1 : 2;
4903 byteorder = seginfo->tc_segment_info_data.endian == 1;
4904 }
4905 else
4906 seginfo->tc_segment_info_data.endian = byteorder ? 1 : 2;
4907
4908 if (target_big_endian != byteorder)
4909 {
4910 target_big_endian = byteorder;
4911 if (target_big_endian)
4912 {
4913 ia64_number_to_chars = number_to_chars_bigendian;
4914 ia64_float_to_chars = ia64_float_to_chars_bigendian;
4915 }
4916 else
4917 {
4918 ia64_number_to_chars = number_to_chars_littleendian;
4919 ia64_float_to_chars = ia64_float_to_chars_littleendian;
4920 }
4921 }
4922 }
4923
4924 static void
4925 dot_psr (dummy)
4926 int dummy ATTRIBUTE_UNUSED;
4927 {
4928 char *option;
4929 int ch;
4930
4931 while (1)
4932 {
4933 option = input_line_pointer;
4934 ch = get_symbol_end ();
4935 if (strcmp (option, "lsb") == 0)
4936 md.flags &= ~EF_IA_64_BE;
4937 else if (strcmp (option, "msb") == 0)
4938 md.flags |= EF_IA_64_BE;
4939 else if (strcmp (option, "abi32") == 0)
4940 md.flags &= ~EF_IA_64_ABI64;
4941 else if (strcmp (option, "abi64") == 0)
4942 md.flags |= EF_IA_64_ABI64;
4943 else
4944 as_bad ("Unknown psr option `%s'", option);
4945 *input_line_pointer = ch;
4946
4947 SKIP_WHITESPACE ();
4948 if (*input_line_pointer != ',')
4949 break;
4950
4951 ++input_line_pointer;
4952 SKIP_WHITESPACE ();
4953 }
4954 demand_empty_rest_of_line ();
4955 }
4956
4957 static void
4958 dot_ln (dummy)
4959 int dummy ATTRIBUTE_UNUSED;
4960 {
4961 new_logical_line (0, get_absolute_expression ());
4962 demand_empty_rest_of_line ();
4963 }
4964
4965 static void
4966 cross_section (ref, cons, ua)
4967 int ref;
4968 void (*cons) PARAMS((int));
4969 int ua;
4970 {
4971 char *start, *end;
4972 int saved_auto_align;
4973 unsigned int section_count;
4974
4975 SKIP_WHITESPACE ();
4976 start = input_line_pointer;
4977 if (*start == '"')
4978 {
4979 int len;
4980 char *name;
4981
4982 name = demand_copy_C_string (&len);
4983 obstack_free(&notes, name);
4984 if (!name)
4985 {
4986 ignore_rest_of_line ();
4987 return;
4988 }
4989 }
4990 else
4991 {
4992 char c = get_symbol_end ();
4993
4994 if (input_line_pointer == start)
4995 {
4996 as_bad ("Missing section name");
4997 ignore_rest_of_line ();
4998 return;
4999 }
5000 *input_line_pointer = c;
5001 }
5002 end = input_line_pointer;
5003 SKIP_WHITESPACE ();
5004 if (*input_line_pointer != ',')
5005 {
5006 as_bad ("Comma expected after section name");
5007 ignore_rest_of_line ();
5008 return;
5009 }
5010 *end = '\0';
5011 end = input_line_pointer + 1; /* skip comma */
5012 input_line_pointer = start;
5013 md.keep_pending_output = 1;
5014 section_count = bfd_count_sections(stdoutput);
5015 obj_elf_section (0);
5016 if (section_count != bfd_count_sections(stdoutput))
5017 as_warn ("Creating sections with .xdataN/.xrealN/.xstringZ is deprecated.");
5018 input_line_pointer = end;
5019 saved_auto_align = md.auto_align;
5020 if (ua)
5021 md.auto_align = 0;
5022 (*cons) (ref);
5023 if (ua)
5024 md.auto_align = saved_auto_align;
5025 obj_elf_previous (0);
5026 md.keep_pending_output = 0;
5027 }
5028
5029 static void
5030 dot_xdata (size)
5031 int size;
5032 {
5033 cross_section (size, cons, 0);
5034 }
5035
5036 /* Why doesn't float_cons() call md_cons_align() the way cons() does? */
5037
5038 static void
5039 stmt_float_cons (kind)
5040 int kind;
5041 {
5042 size_t alignment;
5043
5044 switch (kind)
5045 {
5046 case 'd':
5047 alignment = 8;
5048 break;
5049
5050 case 'x':
5051 case 'X':
5052 alignment = 16;
5053 break;
5054
5055 case 'f':
5056 default:
5057 alignment = 4;
5058 break;
5059 }
5060 ia64_do_align (alignment);
5061 float_cons (kind);
5062 }
5063
5064 static void
5065 stmt_cons_ua (size)
5066 int size;
5067 {
5068 int saved_auto_align = md.auto_align;
5069
5070 md.auto_align = 0;
5071 cons (size);
5072 md.auto_align = saved_auto_align;
5073 }
5074
5075 static void
5076 dot_xfloat_cons (kind)
5077 int kind;
5078 {
5079 cross_section (kind, stmt_float_cons, 0);
5080 }
5081
5082 static void
5083 dot_xstringer (zero)
5084 int zero;
5085 {
5086 cross_section (zero, stringer, 0);
5087 }
5088
5089 static void
5090 dot_xdata_ua (size)
5091 int size;
5092 {
5093 cross_section (size, cons, 1);
5094 }
5095
5096 static void
5097 dot_xfloat_cons_ua (kind)
5098 int kind;
5099 {
5100 cross_section (kind, float_cons, 1);
5101 }
5102
5103 /* .reg.val <regname>,value */
5104
5105 static void
5106 dot_reg_val (dummy)
5107 int dummy ATTRIBUTE_UNUSED;
5108 {
5109 expressionS reg;
5110
5111 expression_and_evaluate (&reg);
5112 if (reg.X_op != O_register)
5113 {
5114 as_bad (_("Register name expected"));
5115 ignore_rest_of_line ();
5116 }
5117 else if (*input_line_pointer++ != ',')
5118 {
5119 as_bad (_("Comma expected"));
5120 ignore_rest_of_line ();
5121 }
5122 else
5123 {
5124 valueT value = get_absolute_expression ();
5125 int regno = reg.X_add_number;
5126 if (regno <= REG_GR || regno > REG_GR + 127)
5127 as_warn (_("Register value annotation ignored"));
5128 else
5129 {
5130 gr_values[regno - REG_GR].known = 1;
5131 gr_values[regno - REG_GR].value = value;
5132 gr_values[regno - REG_GR].path = md.path;
5133 }
5134 }
5135 demand_empty_rest_of_line ();
5136 }
5137
5138 /*
5139 .serialize.data
5140 .serialize.instruction
5141 */
5142 static void
5143 dot_serialize (type)
5144 int type;
5145 {
5146 insn_group_break (0, 0, 0);
5147 if (type)
5148 instruction_serialization ();
5149 else
5150 data_serialization ();
5151 insn_group_break (0, 0, 0);
5152 demand_empty_rest_of_line ();
5153 }
5154
5155 /* select dv checking mode
5156 .auto
5157 .explicit
5158 .default
5159
5160 A stop is inserted when changing modes
5161 */
5162
5163 static void
5164 dot_dv_mode (type)
5165 int type;
5166 {
5167 if (md.manual_bundling)
5168 as_warn (_("Directive invalid within a bundle"));
5169
5170 if (type == 'E' || type == 'A')
5171 md.mode_explicitly_set = 0;
5172 else
5173 md.mode_explicitly_set = 1;
5174
5175 md.detect_dv = 1;
5176 switch (type)
5177 {
5178 case 'A':
5179 case 'a':
5180 if (md.explicit_mode)
5181 insn_group_break (1, 0, 0);
5182 md.explicit_mode = 0;
5183 break;
5184 case 'E':
5185 case 'e':
5186 if (!md.explicit_mode)
5187 insn_group_break (1, 0, 0);
5188 md.explicit_mode = 1;
5189 break;
5190 default:
5191 case 'd':
5192 if (md.explicit_mode != md.default_explicit_mode)
5193 insn_group_break (1, 0, 0);
5194 md.explicit_mode = md.default_explicit_mode;
5195 md.mode_explicitly_set = 0;
5196 break;
5197 }
5198 }
5199
5200 static void
5201 print_prmask (mask)
5202 valueT mask;
5203 {
5204 int regno;
5205 char *comma = "";
5206 for (regno = 0; regno < 64; regno++)
5207 {
5208 if (mask & ((valueT) 1 << regno))
5209 {
5210 fprintf (stderr, "%s p%d", comma, regno);
5211 comma = ",";
5212 }
5213 }
5214 }
5215
5216 /*
5217 .pred.rel.clear [p1 [,p2 [,...]]] (also .pred.rel "clear" or @clear)
5218 .pred.rel.imply p1, p2 (also .pred.rel "imply" or @imply)
5219 .pred.rel.mutex p1, p2 [,...] (also .pred.rel "mutex" or @mutex)
5220 .pred.safe_across_calls p1 [, p2 [,...]]
5221 */
5222
5223 static void
5224 dot_pred_rel (type)
5225 int type;
5226 {
5227 valueT mask = 0;
5228 int count = 0;
5229 int p1 = -1, p2 = -1;
5230
5231 if (type == 0)
5232 {
5233 if (*input_line_pointer == '"')
5234 {
5235 int len;
5236 char *form = demand_copy_C_string (&len);
5237
5238 if (strcmp (form, "mutex") == 0)
5239 type = 'm';
5240 else if (strcmp (form, "clear") == 0)
5241 type = 'c';
5242 else if (strcmp (form, "imply") == 0)
5243 type = 'i';
5244 obstack_free (&notes, form);
5245 }
5246 else if (*input_line_pointer == '@')
5247 {
5248 char *form = ++input_line_pointer;
5249 char c = get_symbol_end();
5250
5251 if (strcmp (form, "mutex") == 0)
5252 type = 'm';
5253 else if (strcmp (form, "clear") == 0)
5254 type = 'c';
5255 else if (strcmp (form, "imply") == 0)
5256 type = 'i';
5257 *input_line_pointer = c;
5258 }
5259 else
5260 {
5261 as_bad (_("Missing predicate relation type"));
5262 ignore_rest_of_line ();
5263 return;
5264 }
5265 if (type == 0)
5266 {
5267 as_bad (_("Unrecognized predicate relation type"));
5268 ignore_rest_of_line ();
5269 return;
5270 }
5271 if (*input_line_pointer == ',')
5272 ++input_line_pointer;
5273 SKIP_WHITESPACE ();
5274 }
5275
5276 SKIP_WHITESPACE ();
5277 while (1)
5278 {
5279 valueT bits = 1;
5280 int regno;
5281 expressionS pr, *pr1, *pr2;
5282
5283 expression_and_evaluate (&pr);
5284 if (pr.X_op == O_register
5285 && pr.X_add_number >= REG_P
5286 && pr.X_add_number <= REG_P + 63)
5287 {
5288 regno = pr.X_add_number - REG_P;
5289 bits <<= regno;
5290 count++;
5291 if (p1 == -1)
5292 p1 = regno;
5293 else if (p2 == -1)
5294 p2 = regno;
5295 }
5296 else if (type != 'i'
5297 && pr.X_op == O_subtract
5298 && (pr1 = symbol_get_value_expression (pr.X_add_symbol))
5299 && pr1->X_op == O_register
5300 && pr1->X_add_number >= REG_P
5301 && pr1->X_add_number <= REG_P + 63
5302 && (pr2 = symbol_get_value_expression (pr.X_op_symbol))
5303 && pr2->X_op == O_register
5304 && pr2->X_add_number >= REG_P
5305 && pr2->X_add_number <= REG_P + 63)
5306 {
5307 /* It's a range. */
5308 int stop;
5309
5310 regno = pr1->X_add_number - REG_P;
5311 stop = pr2->X_add_number - REG_P;
5312 if (regno >= stop)
5313 {
5314 as_bad (_("Bad register range"));
5315 ignore_rest_of_line ();
5316 return;
5317 }
5318 bits = ((bits << stop) << 1) - (bits << regno);
5319 count += stop - regno + 1;
5320 }
5321 else
5322 {
5323 as_bad (_("Predicate register expected"));
5324 ignore_rest_of_line ();
5325 return;
5326 }
5327 if (mask & bits)
5328 as_warn (_("Duplicate predicate register ignored"));
5329 mask |= bits;
5330 if (*input_line_pointer != ',')
5331 break;
5332 ++input_line_pointer;
5333 SKIP_WHITESPACE ();
5334 }
5335
5336 switch (type)
5337 {
5338 case 'c':
5339 if (count == 0)
5340 mask = ~(valueT) 0;
5341 clear_qp_mutex (mask);
5342 clear_qp_implies (mask, (valueT) 0);
5343 break;
5344 case 'i':
5345 if (count != 2 || p1 == -1 || p2 == -1)
5346 as_bad (_("Predicate source and target required"));
5347 else if (p1 == 0 || p2 == 0)
5348 as_bad (_("Use of p0 is not valid in this context"));
5349 else
5350 add_qp_imply (p1, p2);
5351 break;
5352 case 'm':
5353 if (count < 2)
5354 {
5355 as_bad (_("At least two PR arguments expected"));
5356 break;
5357 }
5358 else if (mask & 1)
5359 {
5360 as_bad (_("Use of p0 is not valid in this context"));
5361 break;
5362 }
5363 add_qp_mutex (mask);
5364 break;
5365 case 's':
5366 /* note that we don't override any existing relations */
5367 if (count == 0)
5368 {
5369 as_bad (_("At least one PR argument expected"));
5370 break;
5371 }
5372 if (md.debug_dv)
5373 {
5374 fprintf (stderr, "Safe across calls: ");
5375 print_prmask (mask);
5376 fprintf (stderr, "\n");
5377 }
5378 qp_safe_across_calls = mask;
5379 break;
5380 }
5381 demand_empty_rest_of_line ();
5382 }
5383
5384 /* .entry label [, label [, ...]]
5385 Hint to DV code that the given labels are to be considered entry points.
5386 Otherwise, only global labels are considered entry points. */
5387
5388 static void
5389 dot_entry (dummy)
5390 int dummy ATTRIBUTE_UNUSED;
5391 {
5392 const char *err;
5393 char *name;
5394 int c;
5395 symbolS *symbolP;
5396
5397 do
5398 {
5399 name = input_line_pointer;
5400 c = get_symbol_end ();
5401 symbolP = symbol_find_or_make (name);
5402
5403 err = hash_insert (md.entry_hash, S_GET_NAME (symbolP), (PTR) symbolP);
5404 if (err)
5405 as_fatal (_("Inserting \"%s\" into entry hint table failed: %s"),
5406 name, err);
5407
5408 *input_line_pointer = c;
5409 SKIP_WHITESPACE ();
5410 c = *input_line_pointer;
5411 if (c == ',')
5412 {
5413 input_line_pointer++;
5414 SKIP_WHITESPACE ();
5415 if (*input_line_pointer == '\n')
5416 c = '\n';
5417 }
5418 }
5419 while (c == ',');
5420
5421 demand_empty_rest_of_line ();
5422 }
5423
5424 /* .mem.offset offset, base
5425 "base" is used to distinguish between offsets from a different base. */
5426
5427 static void
5428 dot_mem_offset (dummy)
5429 int dummy ATTRIBUTE_UNUSED;
5430 {
5431 md.mem_offset.hint = 1;
5432 md.mem_offset.offset = get_absolute_expression ();
5433 if (*input_line_pointer != ',')
5434 {
5435 as_bad (_("Comma expected"));
5436 ignore_rest_of_line ();
5437 return;
5438 }
5439 ++input_line_pointer;
5440 md.mem_offset.base = get_absolute_expression ();
5441 demand_empty_rest_of_line ();
5442 }
5443
5444 /* ia64-specific pseudo-ops: */
5445 const pseudo_typeS md_pseudo_table[] =
5446 {
5447 { "radix", dot_radix, 0 },
5448 { "lcomm", s_lcomm_bytes, 1 },
5449 { "loc", dot_loc, 0 },
5450 { "bss", dot_special_section, SPECIAL_SECTION_BSS },
5451 { "sbss", dot_special_section, SPECIAL_SECTION_SBSS },
5452 { "sdata", dot_special_section, SPECIAL_SECTION_SDATA },
5453 { "rodata", dot_special_section, SPECIAL_SECTION_RODATA },
5454 { "comment", dot_special_section, SPECIAL_SECTION_COMMENT },
5455 { "ia_64.unwind", dot_special_section, SPECIAL_SECTION_UNWIND },
5456 { "ia_64.unwind_info", dot_special_section, SPECIAL_SECTION_UNWIND_INFO },
5457 { "init_array", dot_special_section, SPECIAL_SECTION_INIT_ARRAY },
5458 { "fini_array", dot_special_section, SPECIAL_SECTION_FINI_ARRAY },
5459 { "proc", dot_proc, 0 },
5460 { "body", dot_body, 0 },
5461 { "prologue", dot_prologue, 0 },
5462 { "endp", dot_endp, 0 },
5463
5464 { "fframe", dot_fframe, 0 },
5465 { "vframe", dot_vframe, 0 },
5466 { "vframesp", dot_vframesp, 0 },
5467 { "vframepsp", dot_vframesp, 1 },
5468 { "save", dot_save, 0 },
5469 { "restore", dot_restore, 0 },
5470 { "restorereg", dot_restorereg, 0 },
5471 { "restorereg.p", dot_restorereg, 1 },
5472 { "handlerdata", dot_handlerdata, 0 },
5473 { "unwentry", dot_unwentry, 0 },
5474 { "altrp", dot_altrp, 0 },
5475 { "savesp", dot_savemem, 0 },
5476 { "savepsp", dot_savemem, 1 },
5477 { "save.g", dot_saveg, 0 },
5478 { "save.f", dot_savef, 0 },
5479 { "save.b", dot_saveb, 0 },
5480 { "save.gf", dot_savegf, 0 },
5481 { "spill", dot_spill, 0 },
5482 { "spillreg", dot_spillreg, 0 },
5483 { "spillsp", dot_spillmem, 0 },
5484 { "spillpsp", dot_spillmem, 1 },
5485 { "spillreg.p", dot_spillreg, 1 },
5486 { "spillsp.p", dot_spillmem, ~0 },
5487 { "spillpsp.p", dot_spillmem, ~1 },
5488 { "label_state", dot_label_state, 0 },
5489 { "copy_state", dot_copy_state, 0 },
5490 { "unwabi", dot_unwabi, 0 },
5491 { "personality", dot_personality, 0 },
5492 { "mii", dot_template, 0x0 },
5493 { "mli", dot_template, 0x2 }, /* old format, for compatibility */
5494 { "mlx", dot_template, 0x2 },
5495 { "mmi", dot_template, 0x4 },
5496 { "mfi", dot_template, 0x6 },
5497 { "mmf", dot_template, 0x7 },
5498 { "mib", dot_template, 0x8 },
5499 { "mbb", dot_template, 0x9 },
5500 { "bbb", dot_template, 0xb },
5501 { "mmb", dot_template, 0xc },
5502 { "mfb", dot_template, 0xe },
5503 { "align", dot_align, 0 },
5504 { "regstk", dot_regstk, 0 },
5505 { "rotr", dot_rot, DYNREG_GR },
5506 { "rotf", dot_rot, DYNREG_FR },
5507 { "rotp", dot_rot, DYNREG_PR },
5508 { "lsb", dot_byteorder, 0 },
5509 { "msb", dot_byteorder, 1 },
5510 { "psr", dot_psr, 0 },
5511 { "alias", dot_alias, 0 },
5512 { "secalias", dot_alias, 1 },
5513 { "ln", dot_ln, 0 }, /* source line info (for debugging) */
5514
5515 { "xdata1", dot_xdata, 1 },
5516 { "xdata2", dot_xdata, 2 },
5517 { "xdata4", dot_xdata, 4 },
5518 { "xdata8", dot_xdata, 8 },
5519 { "xdata16", dot_xdata, 16 },
5520 { "xreal4", dot_xfloat_cons, 'f' },
5521 { "xreal8", dot_xfloat_cons, 'd' },
5522 { "xreal10", dot_xfloat_cons, 'x' },
5523 { "xreal16", dot_xfloat_cons, 'X' },
5524 { "xstring", dot_xstringer, 0 },
5525 { "xstringz", dot_xstringer, 1 },
5526
5527 /* unaligned versions: */
5528 { "xdata2.ua", dot_xdata_ua, 2 },
5529 { "xdata4.ua", dot_xdata_ua, 4 },
5530 { "xdata8.ua", dot_xdata_ua, 8 },
5531 { "xdata16.ua", dot_xdata_ua, 16 },
5532 { "xreal4.ua", dot_xfloat_cons_ua, 'f' },
5533 { "xreal8.ua", dot_xfloat_cons_ua, 'd' },
5534 { "xreal10.ua", dot_xfloat_cons_ua, 'x' },
5535 { "xreal16.ua", dot_xfloat_cons_ua, 'X' },
5536
5537 /* annotations/DV checking support */
5538 { "entry", dot_entry, 0 },
5539 { "mem.offset", dot_mem_offset, 0 },
5540 { "pred.rel", dot_pred_rel, 0 },
5541 { "pred.rel.clear", dot_pred_rel, 'c' },
5542 { "pred.rel.imply", dot_pred_rel, 'i' },
5543 { "pred.rel.mutex", dot_pred_rel, 'm' },
5544 { "pred.safe_across_calls", dot_pred_rel, 's' },
5545 { "reg.val", dot_reg_val, 0 },
5546 { "serialize.data", dot_serialize, 0 },
5547 { "serialize.instruction", dot_serialize, 1 },
5548 { "auto", dot_dv_mode, 'a' },
5549 { "explicit", dot_dv_mode, 'e' },
5550 { "default", dot_dv_mode, 'd' },
5551
5552 /* ??? These are needed to make gas/testsuite/gas/elf/ehopt.s work.
5553 IA-64 aligns data allocation pseudo-ops by default, so we have to
5554 tell it that these ones are supposed to be unaligned. Long term,
5555 should rewrite so that only IA-64 specific data allocation pseudo-ops
5556 are aligned by default. */
5557 {"2byte", stmt_cons_ua, 2},
5558 {"4byte", stmt_cons_ua, 4},
5559 {"8byte", stmt_cons_ua, 8},
5560
5561 { NULL, 0, 0 }
5562 };
5563
5564 static const struct pseudo_opcode
5565 {
5566 const char *name;
5567 void (*handler) (int);
5568 int arg;
5569 }
5570 pseudo_opcode[] =
5571 {
5572 /* these are more like pseudo-ops, but don't start with a dot */
5573 { "data1", cons, 1 },
5574 { "data2", cons, 2 },
5575 { "data4", cons, 4 },
5576 { "data8", cons, 8 },
5577 { "data16", cons, 16 },
5578 { "real4", stmt_float_cons, 'f' },
5579 { "real8", stmt_float_cons, 'd' },
5580 { "real10", stmt_float_cons, 'x' },
5581 { "real16", stmt_float_cons, 'X' },
5582 { "string", stringer, 0 },
5583 { "stringz", stringer, 1 },
5584
5585 /* unaligned versions: */
5586 { "data2.ua", stmt_cons_ua, 2 },
5587 { "data4.ua", stmt_cons_ua, 4 },
5588 { "data8.ua", stmt_cons_ua, 8 },
5589 { "data16.ua", stmt_cons_ua, 16 },
5590 { "real4.ua", float_cons, 'f' },
5591 { "real8.ua", float_cons, 'd' },
5592 { "real10.ua", float_cons, 'x' },
5593 { "real16.ua", float_cons, 'X' },
5594 };
5595
5596 /* Declare a register by creating a symbol for it and entering it in
5597 the symbol table. */
5598
5599 static symbolS *
5600 declare_register (name, regnum)
5601 const char *name;
5602 int regnum;
5603 {
5604 const char *err;
5605 symbolS *sym;
5606
5607 sym = symbol_create (name, reg_section, regnum, &zero_address_frag);
5608
5609 err = hash_insert (md.reg_hash, S_GET_NAME (sym), (PTR) sym);
5610 if (err)
5611 as_fatal ("Inserting \"%s\" into register table failed: %s",
5612 name, err);
5613
5614 return sym;
5615 }
5616
5617 static void
5618 declare_register_set (prefix, num_regs, base_regnum)
5619 const char *prefix;
5620 int num_regs;
5621 int base_regnum;
5622 {
5623 char name[8];
5624 int i;
5625
5626 for (i = 0; i < num_regs; ++i)
5627 {
5628 sprintf (name, "%s%u", prefix, i);
5629 declare_register (name, base_regnum + i);
5630 }
5631 }
5632
5633 static unsigned int
5634 operand_width (opnd)
5635 enum ia64_opnd opnd;
5636 {
5637 const struct ia64_operand *odesc = &elf64_ia64_operands[opnd];
5638 unsigned int bits = 0;
5639 int i;
5640
5641 bits = 0;
5642 for (i = 0; i < NELEMS (odesc->field) && odesc->field[i].bits; ++i)
5643 bits += odesc->field[i].bits;
5644
5645 return bits;
5646 }
5647
5648 static enum operand_match_result
5649 operand_match (idesc, index, e)
5650 const struct ia64_opcode *idesc;
5651 int index;
5652 expressionS *e;
5653 {
5654 enum ia64_opnd opnd = idesc->operands[index];
5655 int bits, relocatable = 0;
5656 struct insn_fix *fix;
5657 bfd_signed_vma val;
5658
5659 switch (opnd)
5660 {
5661 /* constants: */
5662
5663 case IA64_OPND_AR_CCV:
5664 if (e->X_op == O_register && e->X_add_number == REG_AR + 32)
5665 return OPERAND_MATCH;
5666 break;
5667
5668 case IA64_OPND_AR_CSD:
5669 if (e->X_op == O_register && e->X_add_number == REG_AR + 25)
5670 return OPERAND_MATCH;
5671 break;
5672
5673 case IA64_OPND_AR_PFS:
5674 if (e->X_op == O_register && e->X_add_number == REG_AR + 64)
5675 return OPERAND_MATCH;
5676 break;
5677
5678 case IA64_OPND_GR0:
5679 if (e->X_op == O_register && e->X_add_number == REG_GR + 0)
5680 return OPERAND_MATCH;
5681 break;
5682
5683 case IA64_OPND_IP:
5684 if (e->X_op == O_register && e->X_add_number == REG_IP)
5685 return OPERAND_MATCH;
5686 break;
5687
5688 case IA64_OPND_PR:
5689 if (e->X_op == O_register && e->X_add_number == REG_PR)
5690 return OPERAND_MATCH;
5691 break;
5692
5693 case IA64_OPND_PR_ROT:
5694 if (e->X_op == O_register && e->X_add_number == REG_PR_ROT)
5695 return OPERAND_MATCH;
5696 break;
5697
5698 case IA64_OPND_PSR:
5699 if (e->X_op == O_register && e->X_add_number == REG_PSR)
5700 return OPERAND_MATCH;
5701 break;
5702
5703 case IA64_OPND_PSR_L:
5704 if (e->X_op == O_register && e->X_add_number == REG_PSR_L)
5705 return OPERAND_MATCH;
5706 break;
5707
5708 case IA64_OPND_PSR_UM:
5709 if (e->X_op == O_register && e->X_add_number == REG_PSR_UM)
5710 return OPERAND_MATCH;
5711 break;
5712
5713 case IA64_OPND_C1:
5714 if (e->X_op == O_constant)
5715 {
5716 if (e->X_add_number == 1)
5717 return OPERAND_MATCH;
5718 else
5719 return OPERAND_OUT_OF_RANGE;
5720 }
5721 break;
5722
5723 case IA64_OPND_C8:
5724 if (e->X_op == O_constant)
5725 {
5726 if (e->X_add_number == 8)
5727 return OPERAND_MATCH;
5728 else
5729 return OPERAND_OUT_OF_RANGE;
5730 }
5731 break;
5732
5733 case IA64_OPND_C16:
5734 if (e->X_op == O_constant)
5735 {
5736 if (e->X_add_number == 16)
5737 return OPERAND_MATCH;
5738 else
5739 return OPERAND_OUT_OF_RANGE;
5740 }
5741 break;
5742
5743 /* register operands: */
5744
5745 case IA64_OPND_AR3:
5746 if (e->X_op == O_register && e->X_add_number >= REG_AR
5747 && e->X_add_number < REG_AR + 128)
5748 return OPERAND_MATCH;
5749 break;
5750
5751 case IA64_OPND_B1:
5752 case IA64_OPND_B2:
5753 if (e->X_op == O_register && e->X_add_number >= REG_BR
5754 && e->X_add_number < REG_BR + 8)
5755 return OPERAND_MATCH;
5756 break;
5757
5758 case IA64_OPND_CR3:
5759 if (e->X_op == O_register && e->X_add_number >= REG_CR
5760 && e->X_add_number < REG_CR + 128)
5761 return OPERAND_MATCH;
5762 break;
5763
5764 case IA64_OPND_F1:
5765 case IA64_OPND_F2:
5766 case IA64_OPND_F3:
5767 case IA64_OPND_F4:
5768 if (e->X_op == O_register && e->X_add_number >= REG_FR
5769 && e->X_add_number < REG_FR + 128)
5770 return OPERAND_MATCH;
5771 break;
5772
5773 case IA64_OPND_P1:
5774 case IA64_OPND_P2:
5775 if (e->X_op == O_register && e->X_add_number >= REG_P
5776 && e->X_add_number < REG_P + 64)
5777 return OPERAND_MATCH;
5778 break;
5779
5780 case IA64_OPND_R1:
5781 case IA64_OPND_R2:
5782 case IA64_OPND_R3:
5783 if (e->X_op == O_register && e->X_add_number >= REG_GR
5784 && e->X_add_number < REG_GR + 128)
5785 return OPERAND_MATCH;
5786 break;
5787
5788 case IA64_OPND_R3_2:
5789 if (e->X_op == O_register && e->X_add_number >= REG_GR)
5790 {
5791 if (e->X_add_number < REG_GR + 4)
5792 return OPERAND_MATCH;
5793 else if (e->X_add_number < REG_GR + 128)
5794 return OPERAND_OUT_OF_RANGE;
5795 }
5796 break;
5797
5798 /* indirect operands: */
5799 case IA64_OPND_CPUID_R3:
5800 case IA64_OPND_DBR_R3:
5801 case IA64_OPND_DTR_R3:
5802 case IA64_OPND_ITR_R3:
5803 case IA64_OPND_IBR_R3:
5804 case IA64_OPND_MSR_R3:
5805 case IA64_OPND_PKR_R3:
5806 case IA64_OPND_PMC_R3:
5807 case IA64_OPND_PMD_R3:
5808 case IA64_OPND_RR_R3:
5809 if (e->X_op == O_index && e->X_op_symbol
5810 && (S_GET_VALUE (e->X_op_symbol) - IND_CPUID
5811 == opnd - IA64_OPND_CPUID_R3))
5812 return OPERAND_MATCH;
5813 break;
5814
5815 case IA64_OPND_MR3:
5816 if (e->X_op == O_index && !e->X_op_symbol)
5817 return OPERAND_MATCH;
5818 break;
5819
5820 /* immediate operands: */
5821 case IA64_OPND_CNT2a:
5822 case IA64_OPND_LEN4:
5823 case IA64_OPND_LEN6:
5824 bits = operand_width (idesc->operands[index]);
5825 if (e->X_op == O_constant)
5826 {
5827 if ((bfd_vma) (e->X_add_number - 1) < ((bfd_vma) 1 << bits))
5828 return OPERAND_MATCH;
5829 else
5830 return OPERAND_OUT_OF_RANGE;
5831 }
5832 break;
5833
5834 case IA64_OPND_CNT2b:
5835 if (e->X_op == O_constant)
5836 {
5837 if ((bfd_vma) (e->X_add_number - 1) < 3)
5838 return OPERAND_MATCH;
5839 else
5840 return OPERAND_OUT_OF_RANGE;
5841 }
5842 break;
5843
5844 case IA64_OPND_CNT2c:
5845 val = e->X_add_number;
5846 if (e->X_op == O_constant)
5847 {
5848 if ((val == 0 || val == 7 || val == 15 || val == 16))
5849 return OPERAND_MATCH;
5850 else
5851 return OPERAND_OUT_OF_RANGE;
5852 }
5853 break;
5854
5855 case IA64_OPND_SOR:
5856 /* SOR must be an integer multiple of 8 */
5857 if (e->X_op == O_constant && e->X_add_number & 0x7)
5858 return OPERAND_OUT_OF_RANGE;
5859 case IA64_OPND_SOF:
5860 case IA64_OPND_SOL:
5861 if (e->X_op == O_constant)
5862 {
5863 if ((bfd_vma) e->X_add_number <= 96)
5864 return OPERAND_MATCH;
5865 else
5866 return OPERAND_OUT_OF_RANGE;
5867 }
5868 break;
5869
5870 case IA64_OPND_IMMU62:
5871 if (e->X_op == O_constant)
5872 {
5873 if ((bfd_vma) e->X_add_number < ((bfd_vma) 1 << 62))
5874 return OPERAND_MATCH;
5875 else
5876 return OPERAND_OUT_OF_RANGE;
5877 }
5878 else
5879 {
5880 /* FIXME -- need 62-bit relocation type */
5881 as_bad (_("62-bit relocation not yet implemented"));
5882 }
5883 break;
5884
5885 case IA64_OPND_IMMU64:
5886 if (e->X_op == O_symbol || e->X_op == O_pseudo_fixup
5887 || e->X_op == O_subtract)
5888 {
5889 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
5890 fix->code = BFD_RELOC_IA64_IMM64;
5891 if (e->X_op != O_subtract)
5892 {
5893 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
5894 if (e->X_op == O_pseudo_fixup)
5895 e->X_op = O_symbol;
5896 }
5897
5898 fix->opnd = idesc->operands[index];
5899 fix->expr = *e;
5900 fix->is_pcrel = 0;
5901 ++CURR_SLOT.num_fixups;
5902 return OPERAND_MATCH;
5903 }
5904 else if (e->X_op == O_constant)
5905 return OPERAND_MATCH;
5906 break;
5907
5908 case IA64_OPND_CCNT5:
5909 case IA64_OPND_CNT5:
5910 case IA64_OPND_CNT6:
5911 case IA64_OPND_CPOS6a:
5912 case IA64_OPND_CPOS6b:
5913 case IA64_OPND_CPOS6c:
5914 case IA64_OPND_IMMU2:
5915 case IA64_OPND_IMMU7a:
5916 case IA64_OPND_IMMU7b:
5917 case IA64_OPND_IMMU21:
5918 case IA64_OPND_IMMU24:
5919 case IA64_OPND_MBTYPE4:
5920 case IA64_OPND_MHTYPE8:
5921 case IA64_OPND_POS6:
5922 bits = operand_width (idesc->operands[index]);
5923 if (e->X_op == O_constant)
5924 {
5925 if ((bfd_vma) e->X_add_number < ((bfd_vma) 1 << bits))
5926 return OPERAND_MATCH;
5927 else
5928 return OPERAND_OUT_OF_RANGE;
5929 }
5930 break;
5931
5932 case IA64_OPND_IMMU9:
5933 bits = operand_width (idesc->operands[index]);
5934 if (e->X_op == O_constant)
5935 {
5936 if ((bfd_vma) e->X_add_number < ((bfd_vma) 1 << bits))
5937 {
5938 int lobits = e->X_add_number & 0x3;
5939 if (((bfd_vma) e->X_add_number & 0x3C) != 0 && lobits == 0)
5940 e->X_add_number |= (bfd_vma) 0x3;
5941 return OPERAND_MATCH;
5942 }
5943 else
5944 return OPERAND_OUT_OF_RANGE;
5945 }
5946 break;
5947
5948 case IA64_OPND_IMM44:
5949 /* least 16 bits must be zero */
5950 if ((e->X_add_number & 0xffff) != 0)
5951 /* XXX technically, this is wrong: we should not be issuing warning
5952 messages until we're sure this instruction pattern is going to
5953 be used! */
5954 as_warn (_("lower 16 bits of mask ignored"));
5955
5956 if (e->X_op == O_constant)
5957 {
5958 if (((e->X_add_number >= 0
5959 && (bfd_vma) e->X_add_number < ((bfd_vma) 1 << 44))
5960 || (e->X_add_number < 0
5961 && (bfd_vma) -e->X_add_number <= ((bfd_vma) 1 << 44))))
5962 {
5963 /* sign-extend */
5964 if (e->X_add_number >= 0
5965 && (e->X_add_number & ((bfd_vma) 1 << 43)) != 0)
5966 {
5967 e->X_add_number |= ~(((bfd_vma) 1 << 44) - 1);
5968 }
5969 return OPERAND_MATCH;
5970 }
5971 else
5972 return OPERAND_OUT_OF_RANGE;
5973 }
5974 break;
5975
5976 case IA64_OPND_IMM17:
5977 /* bit 0 is a don't care (pr0 is hardwired to 1) */
5978 if (e->X_op == O_constant)
5979 {
5980 if (((e->X_add_number >= 0
5981 && (bfd_vma) e->X_add_number < ((bfd_vma) 1 << 17))
5982 || (e->X_add_number < 0
5983 && (bfd_vma) -e->X_add_number <= ((bfd_vma) 1 << 17))))
5984 {
5985 /* sign-extend */
5986 if (e->X_add_number >= 0
5987 && (e->X_add_number & ((bfd_vma) 1 << 16)) != 0)
5988 {
5989 e->X_add_number |= ~(((bfd_vma) 1 << 17) - 1);
5990 }
5991 return OPERAND_MATCH;
5992 }
5993 else
5994 return OPERAND_OUT_OF_RANGE;
5995 }
5996 break;
5997
5998 case IA64_OPND_IMM14:
5999 case IA64_OPND_IMM22:
6000 relocatable = 1;
6001 case IA64_OPND_IMM1:
6002 case IA64_OPND_IMM8:
6003 case IA64_OPND_IMM8U4:
6004 case IA64_OPND_IMM8M1:
6005 case IA64_OPND_IMM8M1U4:
6006 case IA64_OPND_IMM8M1U8:
6007 case IA64_OPND_IMM9a:
6008 case IA64_OPND_IMM9b:
6009 bits = operand_width (idesc->operands[index]);
6010 if (relocatable && (e->X_op == O_symbol
6011 || e->X_op == O_subtract
6012 || e->X_op == O_pseudo_fixup))
6013 {
6014 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
6015
6016 if (idesc->operands[index] == IA64_OPND_IMM14)
6017 fix->code = BFD_RELOC_IA64_IMM14;
6018 else
6019 fix->code = BFD_RELOC_IA64_IMM22;
6020
6021 if (e->X_op != O_subtract)
6022 {
6023 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
6024 if (e->X_op == O_pseudo_fixup)
6025 e->X_op = O_symbol;
6026 }
6027
6028 fix->opnd = idesc->operands[index];
6029 fix->expr = *e;
6030 fix->is_pcrel = 0;
6031 ++CURR_SLOT.num_fixups;
6032 return OPERAND_MATCH;
6033 }
6034 else if (e->X_op != O_constant
6035 && ! (e->X_op == O_big && opnd == IA64_OPND_IMM8M1U8))
6036 return OPERAND_MISMATCH;
6037
6038 if (opnd == IA64_OPND_IMM8M1U4)
6039 {
6040 /* Zero is not valid for unsigned compares that take an adjusted
6041 constant immediate range. */
6042 if (e->X_add_number == 0)
6043 return OPERAND_OUT_OF_RANGE;
6044
6045 /* Sign-extend 32-bit unsigned numbers, so that the following range
6046 checks will work. */
6047 val = e->X_add_number;
6048 if (((val & (~(bfd_vma) 0 << 32)) == 0)
6049 && ((val & ((bfd_vma) 1 << 31)) != 0))
6050 val = ((val << 32) >> 32);
6051
6052 /* Check for 0x100000000. This is valid because
6053 0x100000000-1 is the same as ((uint32_t) -1). */
6054 if (val == ((bfd_signed_vma) 1 << 32))
6055 return OPERAND_MATCH;
6056
6057 val = val - 1;
6058 }
6059 else if (opnd == IA64_OPND_IMM8M1U8)
6060 {
6061 /* Zero is not valid for unsigned compares that take an adjusted
6062 constant immediate range. */
6063 if (e->X_add_number == 0)
6064 return OPERAND_OUT_OF_RANGE;
6065
6066 /* Check for 0x10000000000000000. */
6067 if (e->X_op == O_big)
6068 {
6069 if (generic_bignum[0] == 0
6070 && generic_bignum[1] == 0
6071 && generic_bignum[2] == 0
6072 && generic_bignum[3] == 0
6073 && generic_bignum[4] == 1)
6074 return OPERAND_MATCH;
6075 else
6076 return OPERAND_OUT_OF_RANGE;
6077 }
6078 else
6079 val = e->X_add_number - 1;
6080 }
6081 else if (opnd == IA64_OPND_IMM8M1)
6082 val = e->X_add_number - 1;
6083 else if (opnd == IA64_OPND_IMM8U4)
6084 {
6085 /* Sign-extend 32-bit unsigned numbers, so that the following range
6086 checks will work. */
6087 val = e->X_add_number;
6088 if (((val & (~(bfd_vma) 0 << 32)) == 0)
6089 && ((val & ((bfd_vma) 1 << 31)) != 0))
6090 val = ((val << 32) >> 32);
6091 }
6092 else
6093 val = e->X_add_number;
6094
6095 if ((val >= 0 && (bfd_vma) val < ((bfd_vma) 1 << (bits - 1)))
6096 || (val < 0 && (bfd_vma) -val <= ((bfd_vma) 1 << (bits - 1))))
6097 return OPERAND_MATCH;
6098 else
6099 return OPERAND_OUT_OF_RANGE;
6100
6101 case IA64_OPND_INC3:
6102 /* +/- 1, 4, 8, 16 */
6103 val = e->X_add_number;
6104 if (val < 0)
6105 val = -val;
6106 if (e->X_op == O_constant)
6107 {
6108 if ((val == 1 || val == 4 || val == 8 || val == 16))
6109 return OPERAND_MATCH;
6110 else
6111 return OPERAND_OUT_OF_RANGE;
6112 }
6113 break;
6114
6115 case IA64_OPND_TGT25:
6116 case IA64_OPND_TGT25b:
6117 case IA64_OPND_TGT25c:
6118 case IA64_OPND_TGT64:
6119 if (e->X_op == O_symbol)
6120 {
6121 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
6122 if (opnd == IA64_OPND_TGT25)
6123 fix->code = BFD_RELOC_IA64_PCREL21F;
6124 else if (opnd == IA64_OPND_TGT25b)
6125 fix->code = BFD_RELOC_IA64_PCREL21M;
6126 else if (opnd == IA64_OPND_TGT25c)
6127 fix->code = BFD_RELOC_IA64_PCREL21B;
6128 else if (opnd == IA64_OPND_TGT64)
6129 fix->code = BFD_RELOC_IA64_PCREL60B;
6130 else
6131 abort ();
6132
6133 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
6134 fix->opnd = idesc->operands[index];
6135 fix->expr = *e;
6136 fix->is_pcrel = 1;
6137 ++CURR_SLOT.num_fixups;
6138 return OPERAND_MATCH;
6139 }
6140 case IA64_OPND_TAG13:
6141 case IA64_OPND_TAG13b:
6142 switch (e->X_op)
6143 {
6144 case O_constant:
6145 return OPERAND_MATCH;
6146
6147 case O_symbol:
6148 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
6149 /* There are no external relocs for TAG13/TAG13b fields, so we
6150 create a dummy reloc. This will not live past md_apply_fix. */
6151 fix->code = BFD_RELOC_UNUSED;
6152 fix->code = ia64_gen_real_reloc_type (e->X_op_symbol, fix->code);
6153 fix->opnd = idesc->operands[index];
6154 fix->expr = *e;
6155 fix->is_pcrel = 1;
6156 ++CURR_SLOT.num_fixups;
6157 return OPERAND_MATCH;
6158
6159 default:
6160 break;
6161 }
6162 break;
6163
6164 case IA64_OPND_LDXMOV:
6165 fix = CURR_SLOT.fixup + CURR_SLOT.num_fixups;
6166 fix->code = BFD_RELOC_IA64_LDXMOV;
6167 fix->opnd = idesc->operands[index];
6168 fix->expr = *e;
6169 fix->is_pcrel = 0;
6170 ++CURR_SLOT.num_fixups;
6171 return OPERAND_MATCH;
6172
6173 default:
6174 break;
6175 }
6176 return OPERAND_MISMATCH;
6177 }
6178
6179 static int
6180 parse_operand (e, more)
6181 expressionS *e;
6182 int more;
6183 {
6184 int sep = '\0';
6185
6186 memset (e, 0, sizeof (*e));
6187 e->X_op = O_absent;
6188 SKIP_WHITESPACE ();
6189 expression_and_evaluate (e);
6190 sep = *input_line_pointer;
6191 if (more && (sep == ',' || sep == more))
6192 ++input_line_pointer;
6193 return sep;
6194 }
6195
6196 /* Returns the next entry in the opcode table that matches the one in
6197 IDESC, and frees the entry in IDESC. If no matching entry is
6198 found, NULL is returned instead. */
6199
6200 static struct ia64_opcode *
6201 get_next_opcode (struct ia64_opcode *idesc)
6202 {
6203 struct ia64_opcode *next = ia64_find_next_opcode (idesc);
6204 ia64_free_opcode (idesc);
6205 return next;
6206 }
6207
6208 /* Parse the operands for the opcode and find the opcode variant that
6209 matches the specified operands, or NULL if no match is possible. */
6210
6211 static struct ia64_opcode *
6212 parse_operands (idesc)
6213 struct ia64_opcode *idesc;
6214 {
6215 int i = 0, highest_unmatched_operand, num_operands = 0, num_outputs = 0;
6216 int error_pos, out_of_range_pos, curr_out_of_range_pos, sep = 0;
6217 int reg1, reg2;
6218 char reg_class;
6219 enum ia64_opnd expected_operand = IA64_OPND_NIL;
6220 enum operand_match_result result;
6221 char mnemonic[129];
6222 char *first_arg = 0, *end, *saved_input_pointer;
6223 unsigned int sof;
6224
6225 assert (strlen (idesc->name) <= 128);
6226
6227 strcpy (mnemonic, idesc->name);
6228 if (idesc->operands[2] == IA64_OPND_SOF
6229 || idesc->operands[1] == IA64_OPND_SOF)
6230 {
6231 /* To make the common idiom "alloc loc?=ar.pfs,0,1,0,0" work, we
6232 can't parse the first operand until we have parsed the
6233 remaining operands of the "alloc" instruction. */
6234 SKIP_WHITESPACE ();
6235 first_arg = input_line_pointer;
6236 end = strchr (input_line_pointer, '=');
6237 if (!end)
6238 {
6239 as_bad ("Expected separator `='");
6240 return 0;
6241 }
6242 input_line_pointer = end + 1;
6243 ++i;
6244 ++num_outputs;
6245 }
6246
6247 for (; ; ++i)
6248 {
6249 if (i < NELEMS (CURR_SLOT.opnd))
6250 {
6251 sep = parse_operand (CURR_SLOT.opnd + i, '=');
6252 if (CURR_SLOT.opnd[i].X_op == O_absent)
6253 break;
6254 }
6255 else
6256 {
6257 expressionS dummy;
6258
6259 sep = parse_operand (&dummy, '=');
6260 if (dummy.X_op == O_absent)
6261 break;
6262 }
6263
6264 ++num_operands;
6265
6266 if (sep != '=' && sep != ',')
6267 break;
6268
6269 if (sep == '=')
6270 {
6271 if (num_outputs > 0)
6272 as_bad ("Duplicate equal sign (=) in instruction");
6273 else
6274 num_outputs = i + 1;
6275 }
6276 }
6277 if (sep != '\0')
6278 {
6279 as_bad ("Illegal operand separator `%c'", sep);
6280 return 0;
6281 }
6282
6283 if (idesc->operands[2] == IA64_OPND_SOF
6284 || idesc->operands[1] == IA64_OPND_SOF)
6285 {
6286 /* Map alloc r1=ar.pfs,i,l,o,r to alloc r1=ar.pfs,(i+l+o),(i+l),r.
6287 Note, however, that due to that mapping operand numbers in error
6288 messages for any of the constant operands will not be correct. */
6289 know (strcmp (idesc->name, "alloc") == 0);
6290 /* The first operand hasn't been parsed/initialized, yet (but
6291 num_operands intentionally doesn't account for that). */
6292 i = num_operands > 4 ? 2 : 1;
6293 #define FORCE_CONST(n) (CURR_SLOT.opnd[n].X_op == O_constant \
6294 ? CURR_SLOT.opnd[n].X_add_number \
6295 : 0)
6296 sof = set_regstack (FORCE_CONST(i),
6297 FORCE_CONST(i + 1),
6298 FORCE_CONST(i + 2),
6299 FORCE_CONST(i + 3));
6300 #undef FORCE_CONST
6301
6302 /* now we can parse the first arg: */
6303 saved_input_pointer = input_line_pointer;
6304 input_line_pointer = first_arg;
6305 sep = parse_operand (CURR_SLOT.opnd + 0, '=');
6306 if (sep != '=')
6307 --num_outputs; /* force error */
6308 input_line_pointer = saved_input_pointer;
6309
6310 CURR_SLOT.opnd[i].X_add_number = sof;
6311 if (CURR_SLOT.opnd[i + 1].X_op == O_constant
6312 && CURR_SLOT.opnd[i + 2].X_op == O_constant)
6313 CURR_SLOT.opnd[i + 1].X_add_number
6314 = sof - CURR_SLOT.opnd[i + 2].X_add_number;
6315 else
6316 CURR_SLOT.opnd[i + 1].X_op = O_illegal;
6317 CURR_SLOT.opnd[i + 2] = CURR_SLOT.opnd[i + 3];
6318 }
6319
6320 highest_unmatched_operand = -4;
6321 curr_out_of_range_pos = -1;
6322 error_pos = 0;
6323 for (; idesc; idesc = get_next_opcode (idesc))
6324 {
6325 if (num_outputs != idesc->num_outputs)
6326 continue; /* mismatch in # of outputs */
6327 if (highest_unmatched_operand < 0)
6328 highest_unmatched_operand |= 1;
6329 if (num_operands > NELEMS (idesc->operands)
6330 || (num_operands < NELEMS (idesc->operands)
6331 && idesc->operands[num_operands])
6332 || (num_operands > 0 && !idesc->operands[num_operands - 1]))
6333 continue; /* mismatch in number of arguments */
6334 if (highest_unmatched_operand < 0)
6335 highest_unmatched_operand |= 2;
6336
6337 CURR_SLOT.num_fixups = 0;
6338
6339 /* Try to match all operands. If we see an out-of-range operand,
6340 then continue trying to match the rest of the operands, since if
6341 the rest match, then this idesc will give the best error message. */
6342
6343 out_of_range_pos = -1;
6344 for (i = 0; i < num_operands && idesc->operands[i]; ++i)
6345 {
6346 result = operand_match (idesc, i, CURR_SLOT.opnd + i);
6347 if (result != OPERAND_MATCH)
6348 {
6349 if (result != OPERAND_OUT_OF_RANGE)
6350 break;
6351 if (out_of_range_pos < 0)
6352 /* remember position of the first out-of-range operand: */
6353 out_of_range_pos = i;
6354 }
6355 }
6356
6357 /* If we did not match all operands, or if at least one operand was
6358 out-of-range, then this idesc does not match. Keep track of which
6359 idesc matched the most operands before failing. If we have two
6360 idescs that failed at the same position, and one had an out-of-range
6361 operand, then prefer the out-of-range operand. Thus if we have
6362 "add r0=0x1000000,r1" we get an error saying the constant is out
6363 of range instead of an error saying that the constant should have been
6364 a register. */
6365
6366 if (i != num_operands || out_of_range_pos >= 0)
6367 {
6368 if (i > highest_unmatched_operand
6369 || (i == highest_unmatched_operand
6370 && out_of_range_pos > curr_out_of_range_pos))
6371 {
6372 highest_unmatched_operand = i;
6373 if (out_of_range_pos >= 0)
6374 {
6375 expected_operand = idesc->operands[out_of_range_pos];
6376 error_pos = out_of_range_pos;
6377 }
6378 else
6379 {
6380 expected_operand = idesc->operands[i];
6381 error_pos = i;
6382 }
6383 curr_out_of_range_pos = out_of_range_pos;
6384 }
6385 continue;
6386 }
6387
6388 break;
6389 }
6390 if (!idesc)
6391 {
6392 if (expected_operand)
6393 as_bad ("Operand %u of `%s' should be %s",
6394 error_pos + 1, mnemonic,
6395 elf64_ia64_operands[expected_operand].desc);
6396 else if (highest_unmatched_operand < 0 && !(highest_unmatched_operand & 1))
6397 as_bad ("Wrong number of output operands");
6398 else if (highest_unmatched_operand < 0 && !(highest_unmatched_operand & 2))
6399 as_bad ("Wrong number of input operands");
6400 else
6401 as_bad ("Operand mismatch");
6402 return 0;
6403 }
6404
6405 /* Check that the instruction doesn't use
6406 - r0, f0, or f1 as output operands
6407 - the same predicate twice as output operands
6408 - r0 as address of a base update load or store
6409 - the same GR as output and address of a base update load
6410 - two even- or two odd-numbered FRs as output operands of a floating
6411 point parallel load.
6412 At most two (conflicting) output (or output-like) operands can exist,
6413 (floating point parallel loads have three outputs, but the base register,
6414 if updated, cannot conflict with the actual outputs). */
6415 reg2 = reg1 = -1;
6416 for (i = 0; i < num_operands; ++i)
6417 {
6418 int regno = 0;
6419
6420 reg_class = 0;
6421 switch (idesc->operands[i])
6422 {
6423 case IA64_OPND_R1:
6424 case IA64_OPND_R2:
6425 case IA64_OPND_R3:
6426 if (i < num_outputs)
6427 {
6428 if (CURR_SLOT.opnd[i].X_add_number == REG_GR)
6429 reg_class = 'r';
6430 else if (reg1 < 0)
6431 reg1 = CURR_SLOT.opnd[i].X_add_number;
6432 else if (reg2 < 0)
6433 reg2 = CURR_SLOT.opnd[i].X_add_number;
6434 }
6435 break;
6436 case IA64_OPND_P1:
6437 case IA64_OPND_P2:
6438 if (i < num_outputs)
6439 {
6440 if (reg1 < 0)
6441 reg1 = CURR_SLOT.opnd[i].X_add_number;
6442 else if (reg2 < 0)
6443 reg2 = CURR_SLOT.opnd[i].X_add_number;
6444 }
6445 break;
6446 case IA64_OPND_F1:
6447 case IA64_OPND_F2:
6448 case IA64_OPND_F3:
6449 case IA64_OPND_F4:
6450 if (i < num_outputs)
6451 {
6452 if (CURR_SLOT.opnd[i].X_add_number >= REG_FR
6453 && CURR_SLOT.opnd[i].X_add_number <= REG_FR + 1)
6454 {
6455 reg_class = 'f';
6456 regno = CURR_SLOT.opnd[i].X_add_number - REG_FR;
6457 }
6458 else if (reg1 < 0)
6459 reg1 = CURR_SLOT.opnd[i].X_add_number;
6460 else if (reg2 < 0)
6461 reg2 = CURR_SLOT.opnd[i].X_add_number;
6462 }
6463 break;
6464 case IA64_OPND_MR3:
6465 if (idesc->flags & IA64_OPCODE_POSTINC)
6466 {
6467 if (CURR_SLOT.opnd[i].X_add_number == REG_GR)
6468 reg_class = 'm';
6469 else if (reg1 < 0)
6470 reg1 = CURR_SLOT.opnd[i].X_add_number;
6471 else if (reg2 < 0)
6472 reg2 = CURR_SLOT.opnd[i].X_add_number;
6473 }
6474 break;
6475 default:
6476 break;
6477 }
6478 switch (reg_class)
6479 {
6480 case 0:
6481 break;
6482 default:
6483 as_warn ("Invalid use of `%c%d' as output operand", reg_class, regno);
6484 break;
6485 case 'm':
6486 as_warn ("Invalid use of `r%d' as base update address operand", regno);
6487 break;
6488 }
6489 }
6490 if (reg1 == reg2)
6491 {
6492 if (reg1 >= REG_GR && reg1 <= REG_GR + 127)
6493 {
6494 reg1 -= REG_GR;
6495 reg_class = 'r';
6496 }
6497 else if (reg1 >= REG_P && reg1 <= REG_P + 63)
6498 {
6499 reg1 -= REG_P;
6500 reg_class = 'p';
6501 }
6502 else if (reg1 >= REG_FR && reg1 <= REG_FR + 127)
6503 {
6504 reg1 -= REG_FR;
6505 reg_class = 'f';
6506 }
6507 else
6508 reg_class = 0;
6509 if (reg_class)
6510 as_warn ("Invalid duplicate use of `%c%d'", reg_class, reg1);
6511 }
6512 else if (((reg1 >= REG_FR && reg1 <= REG_FR + 31
6513 && reg2 >= REG_FR && reg2 <= REG_FR + 31)
6514 || (reg1 >= REG_FR + 32 && reg1 <= REG_FR + 127
6515 && reg2 >= REG_FR + 32 && reg2 <= REG_FR + 127))
6516 && ! ((reg1 ^ reg2) & 1))
6517 as_warn ("Invalid simultaneous use of `f%d' and `f%d'",
6518 reg1 - REG_FR, reg2 - REG_FR);
6519 else if ((reg1 >= REG_FR && reg1 <= REG_FR + 31
6520 && reg2 >= REG_FR + 32 && reg2 <= REG_FR + 127)
6521 || (reg1 >= REG_FR + 32 && reg1 <= REG_FR + 127
6522 && reg2 >= REG_FR && reg2 <= REG_FR + 31))
6523 as_warn ("Dangerous simultaneous use of `f%d' and `f%d'",
6524 reg1 - REG_FR, reg2 - REG_FR);
6525 return idesc;
6526 }
6527
6528 static void
6529 build_insn (slot, insnp)
6530 struct slot *slot;
6531 bfd_vma *insnp;
6532 {
6533 const struct ia64_operand *odesc, *o2desc;
6534 struct ia64_opcode *idesc = slot->idesc;
6535 bfd_vma insn;
6536 bfd_signed_vma val;
6537 const char *err;
6538 int i;
6539
6540 insn = idesc->opcode | slot->qp_regno;
6541
6542 for (i = 0; i < NELEMS (idesc->operands) && idesc->operands[i]; ++i)
6543 {
6544 if (slot->opnd[i].X_op == O_register
6545 || slot->opnd[i].X_op == O_constant
6546 || slot->opnd[i].X_op == O_index)
6547 val = slot->opnd[i].X_add_number;
6548 else if (slot->opnd[i].X_op == O_big)
6549 {
6550 /* This must be the value 0x10000000000000000. */
6551 assert (idesc->operands[i] == IA64_OPND_IMM8M1U8);
6552 val = 0;
6553 }
6554 else
6555 val = 0;
6556
6557 switch (idesc->operands[i])
6558 {
6559 case IA64_OPND_IMMU64:
6560 *insnp++ = (val >> 22) & 0x1ffffffffffLL;
6561 insn |= (((val & 0x7f) << 13) | (((val >> 7) & 0x1ff) << 27)
6562 | (((val >> 16) & 0x1f) << 22) | (((val >> 21) & 0x1) << 21)
6563 | (((val >> 63) & 0x1) << 36));
6564 continue;
6565
6566 case IA64_OPND_IMMU62:
6567 val &= 0x3fffffffffffffffULL;
6568 if (val != slot->opnd[i].X_add_number)
6569 as_warn (_("Value truncated to 62 bits"));
6570 *insnp++ = (val >> 21) & 0x1ffffffffffLL;
6571 insn |= (((val & 0xfffff) << 6) | (((val >> 20) & 0x1) << 36));
6572 continue;
6573
6574 case IA64_OPND_TGT64:
6575 val >>= 4;
6576 *insnp++ = ((val >> 20) & 0x7fffffffffLL) << 2;
6577 insn |= ((((val >> 59) & 0x1) << 36)
6578 | (((val >> 0) & 0xfffff) << 13));
6579 continue;
6580
6581 case IA64_OPND_AR3:
6582 val -= REG_AR;
6583 break;
6584
6585 case IA64_OPND_B1:
6586 case IA64_OPND_B2:
6587 val -= REG_BR;
6588 break;
6589
6590 case IA64_OPND_CR3:
6591 val -= REG_CR;
6592 break;
6593
6594 case IA64_OPND_F1:
6595 case IA64_OPND_F2:
6596 case IA64_OPND_F3:
6597 case IA64_OPND_F4:
6598 val -= REG_FR;
6599 break;
6600
6601 case IA64_OPND_P1:
6602 case IA64_OPND_P2:
6603 val -= REG_P;
6604 break;
6605
6606 case IA64_OPND_R1:
6607 case IA64_OPND_R2:
6608 case IA64_OPND_R3:
6609 case IA64_OPND_R3_2:
6610 case IA64_OPND_CPUID_R3:
6611 case IA64_OPND_DBR_R3:
6612 case IA64_OPND_DTR_R3:
6613 case IA64_OPND_ITR_R3:
6614 case IA64_OPND_IBR_R3:
6615 case IA64_OPND_MR3:
6616 case IA64_OPND_MSR_R3:
6617 case IA64_OPND_PKR_R3:
6618 case IA64_OPND_PMC_R3:
6619 case IA64_OPND_PMD_R3:
6620 case IA64_OPND_RR_R3:
6621 val -= REG_GR;
6622 break;
6623
6624 default:
6625 break;
6626 }
6627
6628 odesc = elf64_ia64_operands + idesc->operands[i];
6629 err = (*odesc->insert) (odesc, val, &insn);
6630 if (err)
6631 as_bad_where (slot->src_file, slot->src_line,
6632 "Bad operand value: %s", err);
6633 if (idesc->flags & IA64_OPCODE_PSEUDO)
6634 {
6635 if ((idesc->flags & IA64_OPCODE_F2_EQ_F3)
6636 && odesc == elf64_ia64_operands + IA64_OPND_F3)
6637 {
6638 o2desc = elf64_ia64_operands + IA64_OPND_F2;
6639 (*o2desc->insert) (o2desc, val, &insn);
6640 }
6641 if ((idesc->flags & IA64_OPCODE_LEN_EQ_64MCNT)
6642 && (odesc == elf64_ia64_operands + IA64_OPND_CPOS6a
6643 || odesc == elf64_ia64_operands + IA64_OPND_POS6))
6644 {
6645 o2desc = elf64_ia64_operands + IA64_OPND_LEN6;
6646 (*o2desc->insert) (o2desc, 64 - val, &insn);
6647 }
6648 }
6649 }
6650 *insnp = insn;
6651 }
6652
6653 static void
6654 emit_one_bundle ()
6655 {
6656 int manual_bundling_off = 0, manual_bundling = 0;
6657 enum ia64_unit required_unit, insn_unit = 0;
6658 enum ia64_insn_type type[3], insn_type;
6659 unsigned int template, orig_template;
6660 bfd_vma insn[3] = { -1, -1, -1 };
6661 struct ia64_opcode *idesc;
6662 int end_of_insn_group = 0, user_template = -1;
6663 int n, i, j, first, curr, last_slot;
6664 bfd_vma t0 = 0, t1 = 0;
6665 struct label_fix *lfix;
6666 bfd_boolean mark_label;
6667 struct insn_fix *ifix;
6668 char mnemonic[16];
6669 fixS *fix;
6670 char *f;
6671 int addr_mod;
6672
6673 first = (md.curr_slot + NUM_SLOTS - md.num_slots_in_use) % NUM_SLOTS;
6674 know (first >= 0 & first < NUM_SLOTS);
6675 n = MIN (3, md.num_slots_in_use);
6676
6677 /* Determine template: user user_template if specified, best match
6678 otherwise: */
6679
6680 if (md.slot[first].user_template >= 0)
6681 user_template = template = md.slot[first].user_template;
6682 else
6683 {
6684 /* Auto select appropriate template. */
6685 memset (type, 0, sizeof (type));
6686 curr = first;
6687 for (i = 0; i < n; ++i)
6688 {
6689 if (md.slot[curr].label_fixups && i != 0)
6690 break;
6691 type[i] = md.slot[curr].idesc->type;
6692 curr = (curr + 1) % NUM_SLOTS;
6693 }
6694 template = best_template[type[0]][type[1]][type[2]];
6695 }
6696
6697 /* initialize instructions with appropriate nops: */
6698 for (i = 0; i < 3; ++i)
6699 insn[i] = nop[ia64_templ_desc[template].exec_unit[i]];
6700
6701 f = frag_more (16);
6702
6703 /* Check to see if this bundle is at an offset that is a multiple of 16-bytes
6704 from the start of the frag. */
6705 addr_mod = frag_now_fix () & 15;
6706 if (frag_now->has_code && frag_now->insn_addr != addr_mod)
6707 as_bad (_("instruction address is not a multiple of 16"));
6708 frag_now->insn_addr = addr_mod;
6709 frag_now->has_code = 1;
6710
6711 /* now fill in slots with as many insns as possible: */
6712 curr = first;
6713 idesc = md.slot[curr].idesc;
6714 end_of_insn_group = 0;
6715 last_slot = -1;
6716 for (i = 0; i < 3 && md.num_slots_in_use > 0; ++i)
6717 {
6718 /* If we have unwind records, we may need to update some now. */
6719 unw_rec_list *ptr = md.slot[curr].unwind_record;
6720 unw_rec_list *end_ptr = NULL;
6721
6722 if (ptr)
6723 {
6724 /* Find the last prologue/body record in the list for the current
6725 insn, and set the slot number for all records up to that point.
6726 This needs to be done now, because prologue/body records refer to
6727 the current point, not the point after the instruction has been
6728 issued. This matters because there may have been nops emitted
6729 meanwhile. Any non-prologue non-body record followed by a
6730 prologue/body record must also refer to the current point. */
6731 unw_rec_list *last_ptr;
6732
6733 for (j = 1; end_ptr == NULL && j < md.num_slots_in_use; ++j)
6734 end_ptr = md.slot[(curr + j) % NUM_SLOTS].unwind_record;
6735 for (last_ptr = NULL; ptr != end_ptr; ptr = ptr->next)
6736 if (ptr->r.type == prologue || ptr->r.type == prologue_gr
6737 || ptr->r.type == body)
6738 last_ptr = ptr;
6739 if (last_ptr)
6740 {
6741 /* Make last_ptr point one after the last prologue/body
6742 record. */
6743 last_ptr = last_ptr->next;
6744 for (ptr = md.slot[curr].unwind_record; ptr != last_ptr;
6745 ptr = ptr->next)
6746 {
6747 ptr->slot_number = (unsigned long) f + i;
6748 ptr->slot_frag = frag_now;
6749 }
6750 /* Remove the initialized records, so that we won't accidentally
6751 update them again if we insert a nop and continue. */
6752 md.slot[curr].unwind_record = last_ptr;
6753 }
6754 }
6755
6756 manual_bundling_off = md.slot[curr].manual_bundling_off;
6757 if (md.slot[curr].manual_bundling_on)
6758 {
6759 if (curr == first)
6760 manual_bundling = 1;
6761 else
6762 break; /* Need to start a new bundle. */
6763 }
6764
6765 /* If this instruction specifies a template, then it must be the first
6766 instruction of a bundle. */
6767 if (curr != first && md.slot[curr].user_template >= 0)
6768 break;
6769
6770 if (idesc->flags & IA64_OPCODE_SLOT2)
6771 {
6772 if (manual_bundling && !manual_bundling_off)
6773 {
6774 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6775 "`%s' must be last in bundle", idesc->name);
6776 if (i < 2)
6777 manual_bundling = -1; /* Suppress meaningless post-loop errors. */
6778 }
6779 i = 2;
6780 }
6781 if (idesc->flags & IA64_OPCODE_LAST)
6782 {
6783 int required_slot;
6784 unsigned int required_template;
6785
6786 /* If we need a stop bit after an M slot, our only choice is
6787 template 5 (M;;MI). If we need a stop bit after a B
6788 slot, our only choice is to place it at the end of the
6789 bundle, because the only available templates are MIB,
6790 MBB, BBB, MMB, and MFB. We don't handle anything other
6791 than M and B slots because these are the only kind of
6792 instructions that can have the IA64_OPCODE_LAST bit set. */
6793 required_template = template;
6794 switch (idesc->type)
6795 {
6796 case IA64_TYPE_M:
6797 required_slot = 0;
6798 required_template = 5;
6799 break;
6800
6801 case IA64_TYPE_B:
6802 required_slot = 2;
6803 break;
6804
6805 default:
6806 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6807 "Internal error: don't know how to force %s to end"
6808 "of instruction group", idesc->name);
6809 required_slot = i;
6810 break;
6811 }
6812 if (manual_bundling
6813 && (i > required_slot
6814 || (required_slot == 2 && !manual_bundling_off)
6815 || (user_template >= 0
6816 /* Changing from MMI to M;MI is OK. */
6817 && (template ^ required_template) > 1)))
6818 {
6819 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6820 "`%s' must be last in instruction group",
6821 idesc->name);
6822 if (i < 2 && required_slot == 2 && !manual_bundling_off)
6823 manual_bundling = -1; /* Suppress meaningless post-loop errors. */
6824 }
6825 if (required_slot < i)
6826 /* Can't fit this instruction. */
6827 break;
6828
6829 i = required_slot;
6830 if (required_template != template)
6831 {
6832 /* If we switch the template, we need to reset the NOPs
6833 after slot i. The slot-types of the instructions ahead
6834 of i never change, so we don't need to worry about
6835 changing NOPs in front of this slot. */
6836 for (j = i; j < 3; ++j)
6837 insn[j] = nop[ia64_templ_desc[required_template].exec_unit[j]];
6838 }
6839 template = required_template;
6840 }
6841 if (curr != first && md.slot[curr].label_fixups)
6842 {
6843 if (manual_bundling)
6844 {
6845 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
6846 "Label must be first in a bundle");
6847 manual_bundling = -1; /* Suppress meaningless post-loop errors. */
6848 }
6849 /* This insn must go into the first slot of a bundle. */
6850 break;
6851 }
6852
6853 if (end_of_insn_group && md.num_slots_in_use >= 1)
6854 {
6855 /* We need an instruction group boundary in the middle of a
6856 bundle. See if we can switch to an other template with
6857 an appropriate boundary. */
6858
6859 orig_template = template;
6860 if (i == 1 && (user_template == 4
6861 || (user_template < 0
6862 && (ia64_templ_desc[template].exec_unit[0]
6863 == IA64_UNIT_M))))
6864 {
6865 template = 5;
6866 end_of_insn_group = 0;
6867 }
6868 else if (i == 2 && (user_template == 0
6869 || (user_template < 0
6870 && (ia64_templ_desc[template].exec_unit[1]
6871 == IA64_UNIT_I)))
6872 /* This test makes sure we don't switch the template if
6873 the next instruction is one that needs to be first in
6874 an instruction group. Since all those instructions are
6875 in the M group, there is no way such an instruction can
6876 fit in this bundle even if we switch the template. The
6877 reason we have to check for this is that otherwise we
6878 may end up generating "MI;;I M.." which has the deadly
6879 effect that the second M instruction is no longer the
6880 first in the group! --davidm 99/12/16 */
6881 && (idesc->flags & IA64_OPCODE_FIRST) == 0)
6882 {
6883 template = 1;
6884 end_of_insn_group = 0;
6885 }
6886 else if (i == 1
6887 && user_template == 0
6888 && !(idesc->flags & IA64_OPCODE_FIRST))
6889 /* Use the next slot. */
6890 continue;
6891 else if (curr != first)
6892 /* can't fit this insn */
6893 break;
6894
6895 if (template != orig_template)
6896 /* if we switch the template, we need to reset the NOPs
6897 after slot i. The slot-types of the instructions ahead
6898 of i never change, so we don't need to worry about
6899 changing NOPs in front of this slot. */
6900 for (j = i; j < 3; ++j)
6901 insn[j] = nop[ia64_templ_desc[template].exec_unit[j]];
6902 }
6903 required_unit = ia64_templ_desc[template].exec_unit[i];
6904
6905 /* resolve dynamic opcodes such as "break", "hint", and "nop": */
6906 if (idesc->type == IA64_TYPE_DYN)
6907 {
6908 enum ia64_opnd opnd1, opnd2;
6909
6910 if ((strcmp (idesc->name, "nop") == 0)
6911 || (strcmp (idesc->name, "break") == 0))
6912 insn_unit = required_unit;
6913 else if (strcmp (idesc->name, "hint") == 0)
6914 {
6915 insn_unit = required_unit;
6916 if (required_unit == IA64_UNIT_B)
6917 {
6918 switch (md.hint_b)
6919 {
6920 case hint_b_ok:
6921 break;
6922 case hint_b_warning:
6923 as_warn ("hint in B unit may be treated as nop");
6924 break;
6925 case hint_b_error:
6926 /* When manual bundling is off and there is no
6927 user template, we choose a different unit so
6928 that hint won't go into the current slot. We
6929 will fill the current bundle with nops and
6930 try to put hint into the next bundle. */
6931 if (!manual_bundling && user_template < 0)
6932 insn_unit = IA64_UNIT_I;
6933 else
6934 as_bad ("hint in B unit can't be used");
6935 break;
6936 }
6937 }
6938 }
6939 else if (strcmp (idesc->name, "chk.s") == 0
6940 || strcmp (idesc->name, "mov") == 0)
6941 {
6942 insn_unit = IA64_UNIT_M;
6943 if (required_unit == IA64_UNIT_I
6944 || (required_unit == IA64_UNIT_F && template == 6))
6945 insn_unit = IA64_UNIT_I;
6946 }
6947 else
6948 as_fatal ("emit_one_bundle: unexpected dynamic op");
6949
6950 sprintf (mnemonic, "%s.%c", idesc->name, "?imbfxx"[insn_unit]);
6951 opnd1 = idesc->operands[0];
6952 opnd2 = idesc->operands[1];
6953 ia64_free_opcode (idesc);
6954 idesc = ia64_find_opcode (mnemonic);
6955 /* moves to/from ARs have collisions */
6956 if (opnd1 == IA64_OPND_AR3 || opnd2 == IA64_OPND_AR3)
6957 {
6958 while (idesc != NULL
6959 && (idesc->operands[0] != opnd1
6960 || idesc->operands[1] != opnd2))
6961 idesc = get_next_opcode (idesc);
6962 }
6963 md.slot[curr].idesc = idesc;
6964 }
6965 else
6966 {
6967 insn_type = idesc->type;
6968 insn_unit = IA64_UNIT_NIL;
6969 switch (insn_type)
6970 {
6971 case IA64_TYPE_A:
6972 if (required_unit == IA64_UNIT_I || required_unit == IA64_UNIT_M)
6973 insn_unit = required_unit;
6974 break;
6975 case IA64_TYPE_X: insn_unit = IA64_UNIT_L; break;
6976 case IA64_TYPE_I: insn_unit = IA64_UNIT_I; break;
6977 case IA64_TYPE_M: insn_unit = IA64_UNIT_M; break;
6978 case IA64_TYPE_B: insn_unit = IA64_UNIT_B; break;
6979 case IA64_TYPE_F: insn_unit = IA64_UNIT_F; break;
6980 default: break;
6981 }
6982 }
6983
6984 if (insn_unit != required_unit)
6985 continue; /* Try next slot. */
6986
6987 /* Now is a good time to fix up the labels for this insn. */
6988 mark_label = FALSE;
6989 for (lfix = md.slot[curr].label_fixups; lfix; lfix = lfix->next)
6990 {
6991 S_SET_VALUE (lfix->sym, frag_now_fix () - 16);
6992 symbol_set_frag (lfix->sym, frag_now);
6993 mark_label |= lfix->dw2_mark_labels;
6994 }
6995 for (lfix = md.slot[curr].tag_fixups; lfix; lfix = lfix->next)
6996 {
6997 S_SET_VALUE (lfix->sym, frag_now_fix () - 16 + i);
6998 symbol_set_frag (lfix->sym, frag_now);
6999 }
7000
7001 if (debug_type == DEBUG_DWARF2
7002 || md.slot[curr].loc_directive_seen
7003 || mark_label)
7004 {
7005 bfd_vma addr = frag_now->fr_address + frag_now_fix () - 16 + i;
7006
7007 md.slot[curr].loc_directive_seen = 0;
7008 if (mark_label)
7009 md.slot[curr].debug_line.flags |= DWARF2_FLAG_BASIC_BLOCK;
7010
7011 dwarf2_gen_line_info (addr, &md.slot[curr].debug_line);
7012 }
7013
7014 build_insn (md.slot + curr, insn + i);
7015
7016 ptr = md.slot[curr].unwind_record;
7017 if (ptr)
7018 {
7019 /* Set slot numbers for all remaining unwind records belonging to the
7020 current insn. There can not be any prologue/body unwind records
7021 here. */
7022 for (; ptr != end_ptr; ptr = ptr->next)
7023 {
7024 ptr->slot_number = (unsigned long) f + i;
7025 ptr->slot_frag = frag_now;
7026 }
7027 md.slot[curr].unwind_record = NULL;
7028 }
7029
7030 if (required_unit == IA64_UNIT_L)
7031 {
7032 know (i == 1);
7033 /* skip one slot for long/X-unit instructions */
7034 ++i;
7035 }
7036 --md.num_slots_in_use;
7037 last_slot = i;
7038
7039 for (j = 0; j < md.slot[curr].num_fixups; ++j)
7040 {
7041 ifix = md.slot[curr].fixup + j;
7042 fix = fix_new_exp (frag_now, frag_now_fix () - 16 + i, 8,
7043 &ifix->expr, ifix->is_pcrel, ifix->code);
7044 fix->tc_fix_data.opnd = ifix->opnd;
7045 fix->fx_plt = (fix->fx_r_type == BFD_RELOC_IA64_PLTOFF22);
7046 fix->fx_file = md.slot[curr].src_file;
7047 fix->fx_line = md.slot[curr].src_line;
7048 }
7049
7050 end_of_insn_group = md.slot[curr].end_of_insn_group;
7051
7052 /* clear slot: */
7053 ia64_free_opcode (md.slot[curr].idesc);
7054 memset (md.slot + curr, 0, sizeof (md.slot[curr]));
7055 md.slot[curr].user_template = -1;
7056
7057 if (manual_bundling_off)
7058 {
7059 manual_bundling = 0;
7060 break;
7061 }
7062 curr = (curr + 1) % NUM_SLOTS;
7063 idesc = md.slot[curr].idesc;
7064 }
7065 if (manual_bundling > 0)
7066 {
7067 if (md.num_slots_in_use > 0)
7068 {
7069 if (last_slot >= 2)
7070 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
7071 "`%s' does not fit into bundle", idesc->name);
7072 else if (last_slot < 0)
7073 {
7074 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
7075 "`%s' does not fit into %s template",
7076 idesc->name, ia64_templ_desc[template].name);
7077 /* Drop first insn so we don't livelock. */
7078 --md.num_slots_in_use;
7079 know (curr == first);
7080 ia64_free_opcode (md.slot[curr].idesc);
7081 memset (md.slot + curr, 0, sizeof (md.slot[curr]));
7082 md.slot[curr].user_template = -1;
7083 }
7084 else
7085 {
7086 const char *where;
7087
7088 if (template == 2)
7089 where = "X slot";
7090 else if (last_slot == 0)
7091 where = "slots 2 or 3";
7092 else
7093 where = "slot 3";
7094 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
7095 "`%s' can't go in %s of %s template",
7096 idesc->name, where, ia64_templ_desc[template].name);
7097 }
7098 }
7099 else
7100 as_bad_where (md.slot[curr].src_file, md.slot[curr].src_line,
7101 "Missing '}' at end of file");
7102 }
7103 know (md.num_slots_in_use < NUM_SLOTS);
7104
7105 t0 = end_of_insn_group | (template << 1) | (insn[0] << 5) | (insn[1] << 46);
7106 t1 = ((insn[1] >> 18) & 0x7fffff) | (insn[2] << 23);
7107
7108 number_to_chars_littleendian (f + 0, t0, 8);
7109 number_to_chars_littleendian (f + 8, t1, 8);
7110 }
7111
7112 int
7113 md_parse_option (c, arg)
7114 int c;
7115 char *arg;
7116 {
7117
7118 switch (c)
7119 {
7120 /* Switches from the Intel assembler. */
7121 case 'm':
7122 if (strcmp (arg, "ilp64") == 0
7123 || strcmp (arg, "lp64") == 0
7124 || strcmp (arg, "p64") == 0)
7125 {
7126 md.flags |= EF_IA_64_ABI64;
7127 }
7128 else if (strcmp (arg, "ilp32") == 0)
7129 {
7130 md.flags &= ~EF_IA_64_ABI64;
7131 }
7132 else if (strcmp (arg, "le") == 0)
7133 {
7134 md.flags &= ~EF_IA_64_BE;
7135 default_big_endian = 0;
7136 }
7137 else if (strcmp (arg, "be") == 0)
7138 {
7139 md.flags |= EF_IA_64_BE;
7140 default_big_endian = 1;
7141 }
7142 else if (strncmp (arg, "unwind-check=", 13) == 0)
7143 {
7144 arg += 13;
7145 if (strcmp (arg, "warning") == 0)
7146 md.unwind_check = unwind_check_warning;
7147 else if (strcmp (arg, "error") == 0)
7148 md.unwind_check = unwind_check_error;
7149 else
7150 return 0;
7151 }
7152 else if (strncmp (arg, "hint.b=", 7) == 0)
7153 {
7154 arg += 7;
7155 if (strcmp (arg, "ok") == 0)
7156 md.hint_b = hint_b_ok;
7157 else if (strcmp (arg, "warning") == 0)
7158 md.hint_b = hint_b_warning;
7159 else if (strcmp (arg, "error") == 0)
7160 md.hint_b = hint_b_error;
7161 else
7162 return 0;
7163 }
7164 else if (strncmp (arg, "tune=", 5) == 0)
7165 {
7166 arg += 5;
7167 if (strcmp (arg, "itanium1") == 0)
7168 md.tune = itanium1;
7169 else if (strcmp (arg, "itanium2") == 0)
7170 md.tune = itanium2;
7171 else
7172 return 0;
7173 }
7174 else
7175 return 0;
7176 break;
7177
7178 case 'N':
7179 if (strcmp (arg, "so") == 0)
7180 {
7181 /* Suppress signon message. */
7182 }
7183 else if (strcmp (arg, "pi") == 0)
7184 {
7185 /* Reject privileged instructions. FIXME */
7186 }
7187 else if (strcmp (arg, "us") == 0)
7188 {
7189 /* Allow union of signed and unsigned range. FIXME */
7190 }
7191 else if (strcmp (arg, "close_fcalls") == 0)
7192 {
7193 /* Do not resolve global function calls. */
7194 }
7195 else
7196 return 0;
7197 break;
7198
7199 case 'C':
7200 /* temp[="prefix"] Insert temporary labels into the object file
7201 symbol table prefixed by "prefix".
7202 Default prefix is ":temp:".
7203 */
7204 break;
7205
7206 case 'a':
7207 /* indirect=<tgt> Assume unannotated indirect branches behavior
7208 according to <tgt> --
7209 exit: branch out from the current context (default)
7210 labels: all labels in context may be branch targets
7211 */
7212 if (strncmp (arg, "indirect=", 9) != 0)
7213 return 0;
7214 break;
7215
7216 case 'x':
7217 /* -X conflicts with an ignored option, use -x instead */
7218 md.detect_dv = 1;
7219 if (!arg || strcmp (arg, "explicit") == 0)
7220 {
7221 /* set default mode to explicit */
7222 md.default_explicit_mode = 1;
7223 break;
7224 }
7225 else if (strcmp (arg, "auto") == 0)
7226 {
7227 md.default_explicit_mode = 0;
7228 }
7229 else if (strcmp (arg, "none") == 0)
7230 {
7231 md.detect_dv = 0;
7232 }
7233 else if (strcmp (arg, "debug") == 0)
7234 {
7235 md.debug_dv = 1;
7236 }
7237 else if (strcmp (arg, "debugx") == 0)
7238 {
7239 md.default_explicit_mode = 1;
7240 md.debug_dv = 1;
7241 }
7242 else if (strcmp (arg, "debugn") == 0)
7243 {
7244 md.debug_dv = 1;
7245 md.detect_dv = 0;
7246 }
7247 else
7248 {
7249 as_bad (_("Unrecognized option '-x%s'"), arg);
7250 }
7251 break;
7252
7253 case 'S':
7254 /* nops Print nops statistics. */
7255 break;
7256
7257 /* GNU specific switches for gcc. */
7258 case OPTION_MCONSTANT_GP:
7259 md.flags |= EF_IA_64_CONS_GP;
7260 break;
7261
7262 case OPTION_MAUTO_PIC:
7263 md.flags |= EF_IA_64_NOFUNCDESC_CONS_GP;
7264 break;
7265
7266 default:
7267 return 0;
7268 }
7269
7270 return 1;
7271 }
7272
7273 void
7274 md_show_usage (stream)
7275 FILE *stream;
7276 {
7277 fputs (_("\
7278 IA-64 options:\n\
7279 --mconstant-gp mark output file as using the constant-GP model\n\
7280 (sets ELF header flag EF_IA_64_CONS_GP)\n\
7281 --mauto-pic mark output file as using the constant-GP model\n\
7282 without function descriptors (sets ELF header flag\n\
7283 EF_IA_64_NOFUNCDESC_CONS_GP)\n\
7284 -milp32|-milp64|-mlp64|-mp64 select data model (default -mlp64)\n\
7285 -mle | -mbe select little- or big-endian byte order (default -mle)\n\
7286 -mtune=[itanium1|itanium2]\n\
7287 tune for a specific CPU (default -mtune=itanium2)\n\
7288 -munwind-check=[warning|error]\n\
7289 unwind directive check (default -munwind-check=warning)\n\
7290 -mhint.b=[ok|warning|error]\n\
7291 hint.b check (default -mhint.b=error)\n\
7292 -x | -xexplicit turn on dependency violation checking\n\
7293 -xauto automagically remove dependency violations (default)\n\
7294 -xnone turn off dependency violation checking\n\
7295 -xdebug debug dependency violation checker\n\
7296 -xdebugn debug dependency violation checker but turn off\n\
7297 dependency violation checking\n\
7298 -xdebugx debug dependency violation checker and turn on\n\
7299 dependency violation checking\n"),
7300 stream);
7301 }
7302
7303 void
7304 ia64_after_parse_args ()
7305 {
7306 if (debug_type == DEBUG_STABS)
7307 as_fatal (_("--gstabs is not supported for ia64"));
7308 }
7309
7310 /* Return true if TYPE fits in TEMPL at SLOT. */
7311
7312 static int
7313 match (int templ, int type, int slot)
7314 {
7315 enum ia64_unit unit;
7316 int result;
7317
7318 unit = ia64_templ_desc[templ].exec_unit[slot];
7319 switch (type)
7320 {
7321 case IA64_TYPE_DYN: result = 1; break; /* for nop and break */
7322 case IA64_TYPE_A:
7323 result = (unit == IA64_UNIT_I || unit == IA64_UNIT_M);
7324 break;
7325 case IA64_TYPE_X: result = (unit == IA64_UNIT_L); break;
7326 case IA64_TYPE_I: result = (unit == IA64_UNIT_I); break;
7327 case IA64_TYPE_M: result = (unit == IA64_UNIT_M); break;
7328 case IA64_TYPE_B: result = (unit == IA64_UNIT_B); break;
7329 case IA64_TYPE_F: result = (unit == IA64_UNIT_F); break;
7330 default: result = 0; break;
7331 }
7332 return result;
7333 }
7334
7335 /* For Itanium 1, add a bit of extra goodness if a nop of type F or B would fit
7336 in TEMPL at SLOT. For Itanium 2, add a bit of extra goodness if a nop of
7337 type M or I would fit in TEMPL at SLOT. */
7338
7339 static inline int
7340 extra_goodness (int templ, int slot)
7341 {
7342 switch (md.tune)
7343 {
7344 case itanium1:
7345 if (slot == 1 && match (templ, IA64_TYPE_F, slot))
7346 return 2;
7347 else if (slot == 2 && match (templ, IA64_TYPE_B, slot))
7348 return 1;
7349 else
7350 return 0;
7351 break;
7352 case itanium2:
7353 if (match (templ, IA64_TYPE_M, slot)
7354 || match (templ, IA64_TYPE_I, slot))
7355 /* Favor M- and I-unit NOPs. We definitely want to avoid
7356 F-unit and B-unit may cause split-issue or less-than-optimal
7357 branch-prediction. */
7358 return 2;
7359 else
7360 return 0;
7361 break;
7362 default:
7363 abort ();
7364 return 0;
7365 }
7366 }
7367
7368 /* This function is called once, at assembler startup time. It sets
7369 up all the tables, etc. that the MD part of the assembler will need
7370 that can be determined before arguments are parsed. */
7371 void
7372 md_begin ()
7373 {
7374 int i, j, k, t, goodness, best, regnum, ok;
7375 const char *err;
7376 char name[8];
7377
7378 md.auto_align = 1;
7379 md.explicit_mode = md.default_explicit_mode;
7380
7381 bfd_set_section_alignment (stdoutput, text_section, 4);
7382
7383 /* Make sure function pointers get initialized. */
7384 target_big_endian = -1;
7385 dot_byteorder (default_big_endian);
7386
7387 alias_hash = hash_new ();
7388 alias_name_hash = hash_new ();
7389 secalias_hash = hash_new ();
7390 secalias_name_hash = hash_new ();
7391
7392 pseudo_func[FUNC_DTP_MODULE].u.sym =
7393 symbol_new (".<dtpmod>", undefined_section, FUNC_DTP_MODULE,
7394 &zero_address_frag);
7395
7396 pseudo_func[FUNC_DTP_RELATIVE].u.sym =
7397 symbol_new (".<dtprel>", undefined_section, FUNC_DTP_RELATIVE,
7398 &zero_address_frag);
7399
7400 pseudo_func[FUNC_FPTR_RELATIVE].u.sym =
7401 symbol_new (".<fptr>", undefined_section, FUNC_FPTR_RELATIVE,
7402 &zero_address_frag);
7403
7404 pseudo_func[FUNC_GP_RELATIVE].u.sym =
7405 symbol_new (".<gprel>", undefined_section, FUNC_GP_RELATIVE,
7406 &zero_address_frag);
7407
7408 pseudo_func[FUNC_LT_RELATIVE].u.sym =
7409 symbol_new (".<ltoff>", undefined_section, FUNC_LT_RELATIVE,
7410 &zero_address_frag);
7411
7412 pseudo_func[FUNC_LT_RELATIVE_X].u.sym =
7413 symbol_new (".<ltoffx>", undefined_section, FUNC_LT_RELATIVE_X,
7414 &zero_address_frag);
7415
7416 pseudo_func[FUNC_PC_RELATIVE].u.sym =
7417 symbol_new (".<pcrel>", undefined_section, FUNC_PC_RELATIVE,
7418 &zero_address_frag);
7419
7420 pseudo_func[FUNC_PLT_RELATIVE].u.sym =
7421 symbol_new (".<pltoff>", undefined_section, FUNC_PLT_RELATIVE,
7422 &zero_address_frag);
7423
7424 pseudo_func[FUNC_SEC_RELATIVE].u.sym =
7425 symbol_new (".<secrel>", undefined_section, FUNC_SEC_RELATIVE,
7426 &zero_address_frag);
7427
7428 pseudo_func[FUNC_SEG_RELATIVE].u.sym =
7429 symbol_new (".<segrel>", undefined_section, FUNC_SEG_RELATIVE,
7430 &zero_address_frag);
7431
7432 pseudo_func[FUNC_TP_RELATIVE].u.sym =
7433 symbol_new (".<tprel>", undefined_section, FUNC_TP_RELATIVE,
7434 &zero_address_frag);
7435
7436 pseudo_func[FUNC_LTV_RELATIVE].u.sym =
7437 symbol_new (".<ltv>", undefined_section, FUNC_LTV_RELATIVE,
7438 &zero_address_frag);
7439
7440 pseudo_func[FUNC_LT_FPTR_RELATIVE].u.sym =
7441 symbol_new (".<ltoff.fptr>", undefined_section, FUNC_LT_FPTR_RELATIVE,
7442 &zero_address_frag);
7443
7444 pseudo_func[FUNC_LT_DTP_MODULE].u.sym =
7445 symbol_new (".<ltoff.dtpmod>", undefined_section, FUNC_LT_DTP_MODULE,
7446 &zero_address_frag);
7447
7448 pseudo_func[FUNC_LT_DTP_RELATIVE].u.sym =
7449 symbol_new (".<ltoff.dptrel>", undefined_section, FUNC_LT_DTP_RELATIVE,
7450 &zero_address_frag);
7451
7452 pseudo_func[FUNC_LT_TP_RELATIVE].u.sym =
7453 symbol_new (".<ltoff.tprel>", undefined_section, FUNC_LT_TP_RELATIVE,
7454 &zero_address_frag);
7455
7456 pseudo_func[FUNC_IPLT_RELOC].u.sym =
7457 symbol_new (".<iplt>", undefined_section, FUNC_IPLT_RELOC,
7458 &zero_address_frag);
7459
7460 if (md.tune != itanium1)
7461 {
7462 /* Convert MFI NOPs bundles into MMI NOPs bundles. */
7463 le_nop[0] = 0x8;
7464 le_nop_stop[0] = 0x9;
7465 }
7466
7467 /* Compute the table of best templates. We compute goodness as a
7468 base 4 value, in which each match counts for 3. Match-failures
7469 result in NOPs and we use extra_goodness() to pick the execution
7470 units that are best suited for issuing the NOP. */
7471 for (i = 0; i < IA64_NUM_TYPES; ++i)
7472 for (j = 0; j < IA64_NUM_TYPES; ++j)
7473 for (k = 0; k < IA64_NUM_TYPES; ++k)
7474 {
7475 best = 0;
7476 for (t = 0; t < NELEMS (ia64_templ_desc); ++t)
7477 {
7478 goodness = 0;
7479 if (match (t, i, 0))
7480 {
7481 if (match (t, j, 1))
7482 {
7483 if ((t == 2 && j == IA64_TYPE_X) || match (t, k, 2))
7484 goodness = 3 + 3 + 3;
7485 else
7486 goodness = 3 + 3 + extra_goodness (t, 2);
7487 }
7488 else if (match (t, j, 2))
7489 goodness = 3 + 3 + extra_goodness (t, 1);
7490 else
7491 {
7492 goodness = 3;
7493 goodness += extra_goodness (t, 1);
7494 goodness += extra_goodness (t, 2);
7495 }
7496 }
7497 else if (match (t, i, 1))
7498 {
7499 if ((t == 2 && i == IA64_TYPE_X) || match (t, j, 2))
7500 goodness = 3 + 3;
7501 else
7502 goodness = 3 + extra_goodness (t, 2);
7503 }
7504 else if (match (t, i, 2))
7505 goodness = 3 + extra_goodness (t, 1);
7506
7507 if (goodness > best)
7508 {
7509 best = goodness;
7510 best_template[i][j][k] = t;
7511 }
7512 }
7513 }
7514
7515 #ifdef DEBUG_TEMPLATES
7516 /* For debugging changes to the best_template calculations. We don't care
7517 about combinations with invalid instructions, so start the loops at 1. */
7518 for (i = 0; i < IA64_NUM_TYPES; ++i)
7519 for (j = 0; j < IA64_NUM_TYPES; ++j)
7520 for (k = 0; k < IA64_NUM_TYPES; ++k)
7521 {
7522 char type_letter[IA64_NUM_TYPES] = { 'n', 'a', 'i', 'm', 'b', 'f',
7523 'x', 'd' };
7524 fprintf (stderr, "%c%c%c %s\n", type_letter[i], type_letter[j],
7525 type_letter[k],
7526 ia64_templ_desc[best_template[i][j][k]].name);
7527 }
7528 #endif
7529
7530 for (i = 0; i < NUM_SLOTS; ++i)
7531 md.slot[i].user_template = -1;
7532
7533 md.pseudo_hash = hash_new ();
7534 for (i = 0; i < NELEMS (pseudo_opcode); ++i)
7535 {
7536 err = hash_insert (md.pseudo_hash, pseudo_opcode[i].name,
7537 (void *) (pseudo_opcode + i));
7538 if (err)
7539 as_fatal ("ia64.md_begin: can't hash `%s': %s",
7540 pseudo_opcode[i].name, err);
7541 }
7542
7543 md.reg_hash = hash_new ();
7544 md.dynreg_hash = hash_new ();
7545 md.const_hash = hash_new ();
7546 md.entry_hash = hash_new ();
7547
7548 /* general registers: */
7549 for (i = REG_GR; i < REG_GR + 128; ++i)
7550 {
7551 sprintf (name, "r%d", i - REG_GR);
7552 md.regsym[i] = declare_register (name, i);
7553 }
7554
7555 /* floating point registers: */
7556 for (i = REG_FR; i < REG_FR + 128; ++i)
7557 {
7558 sprintf (name, "f%d", i - REG_FR);
7559 md.regsym[i] = declare_register (name, i);
7560 }
7561
7562 /* application registers: */
7563 for (i = REG_AR; i < REG_AR + 128; ++i)
7564 {
7565 sprintf (name, "ar%d", i - REG_AR);
7566 md.regsym[i] = declare_register (name, i);
7567 }
7568
7569 /* control registers: */
7570 for (i = REG_CR; i < REG_CR + 128; ++i)
7571 {
7572 sprintf (name, "cr%d", i - REG_CR);
7573 md.regsym[i] = declare_register (name, i);
7574 }
7575
7576 /* predicate registers: */
7577 for (i = REG_P; i < REG_P + 64; ++i)
7578 {
7579 sprintf (name, "p%d", i - REG_P);
7580 md.regsym[i] = declare_register (name, i);
7581 }
7582
7583 /* branch registers: */
7584 for (i = REG_BR; i < REG_BR + 8; ++i)
7585 {
7586 sprintf (name, "b%d", i - REG_BR);
7587 md.regsym[i] = declare_register (name, i);
7588 }
7589
7590 md.regsym[REG_IP] = declare_register ("ip", REG_IP);
7591 md.regsym[REG_CFM] = declare_register ("cfm", REG_CFM);
7592 md.regsym[REG_PR] = declare_register ("pr", REG_PR);
7593 md.regsym[REG_PR_ROT] = declare_register ("pr.rot", REG_PR_ROT);
7594 md.regsym[REG_PSR] = declare_register ("psr", REG_PSR);
7595 md.regsym[REG_PSR_L] = declare_register ("psr.l", REG_PSR_L);
7596 md.regsym[REG_PSR_UM] = declare_register ("psr.um", REG_PSR_UM);
7597
7598 for (i = 0; i < NELEMS (indirect_reg); ++i)
7599 {
7600 regnum = indirect_reg[i].regnum;
7601 md.regsym[regnum] = declare_register (indirect_reg[i].name, regnum);
7602 }
7603
7604 /* define synonyms for application registers: */
7605 for (i = 0; i < NELEMS (ar); ++i)
7606 declare_register (ar[i].name, REG_AR + ar[i].regnum);
7607
7608 /* define synonyms for control registers: */
7609 for (i = 0; i < NELEMS (cr); ++i)
7610 declare_register (cr[i].name, REG_CR + cr[i].regnum);
7611
7612 declare_register ("gp", REG_GR + 1);
7613 declare_register ("sp", REG_GR + 12);
7614 declare_register ("tp", REG_GR + 13);
7615 declare_register ("rp", REG_BR + 0);
7616
7617 /* pseudo-registers used to specify unwind info: */
7618 declare_register ("psp", REG_PSP);
7619
7620 declare_register_set ("ret", 4, REG_GR + 8);
7621 declare_register_set ("farg", 8, REG_FR + 8);
7622 declare_register_set ("fret", 8, REG_FR + 8);
7623
7624 for (i = 0; i < NELEMS (const_bits); ++i)
7625 {
7626 err = hash_insert (md.const_hash, const_bits[i].name,
7627 (PTR) (const_bits + i));
7628 if (err)
7629 as_fatal ("Inserting \"%s\" into constant hash table failed: %s",
7630 name, err);
7631 }
7632
7633 /* Set the architecture and machine depending on defaults and command line
7634 options. */
7635 if (md.flags & EF_IA_64_ABI64)
7636 ok = bfd_set_arch_mach (stdoutput, bfd_arch_ia64, bfd_mach_ia64_elf64);
7637 else
7638 ok = bfd_set_arch_mach (stdoutput, bfd_arch_ia64, bfd_mach_ia64_elf32);
7639
7640 if (! ok)
7641 as_warn (_("Could not set architecture and machine"));
7642
7643 /* Set the pointer size and pointer shift size depending on md.flags */
7644
7645 if (md.flags & EF_IA_64_ABI64)
7646 {
7647 md.pointer_size = 8; /* pointers are 8 bytes */
7648 md.pointer_size_shift = 3; /* alignment is 8 bytes = 2^2 */
7649 }
7650 else
7651 {
7652 md.pointer_size = 4; /* pointers are 4 bytes */
7653 md.pointer_size_shift = 2; /* alignment is 4 bytes = 2^2 */
7654 }
7655
7656 md.mem_offset.hint = 0;
7657 md.path = 0;
7658 md.maxpaths = 0;
7659 md.entry_labels = NULL;
7660 }
7661
7662 /* Set the default options in md. Cannot do this in md_begin because
7663 that is called after md_parse_option which is where we set the
7664 options in md based on command line options. */
7665
7666 void
7667 ia64_init (argc, argv)
7668 int argc ATTRIBUTE_UNUSED;
7669 char **argv ATTRIBUTE_UNUSED;
7670 {
7671 md.flags = MD_FLAGS_DEFAULT;
7672 md.detect_dv = 1;
7673 /* FIXME: We should change it to unwind_check_error someday. */
7674 md.unwind_check = unwind_check_warning;
7675 md.hint_b = hint_b_error;
7676 md.tune = itanium2;
7677 }
7678
7679 /* Return a string for the target object file format. */
7680
7681 const char *
7682 ia64_target_format ()
7683 {
7684 if (OUTPUT_FLAVOR == bfd_target_elf_flavour)
7685 {
7686 if (md.flags & EF_IA_64_BE)
7687 {
7688 if (md.flags & EF_IA_64_ABI64)
7689 #if defined(TE_AIX50)
7690 return "elf64-ia64-aix-big";
7691 #elif defined(TE_HPUX)
7692 return "elf64-ia64-hpux-big";
7693 #else
7694 return "elf64-ia64-big";
7695 #endif
7696 else
7697 #if defined(TE_AIX50)
7698 return "elf32-ia64-aix-big";
7699 #elif defined(TE_HPUX)
7700 return "elf32-ia64-hpux-big";
7701 #else
7702 return "elf32-ia64-big";
7703 #endif
7704 }
7705 else
7706 {
7707 if (md.flags & EF_IA_64_ABI64)
7708 #ifdef TE_AIX50
7709 return "elf64-ia64-aix-little";
7710 #else
7711 return "elf64-ia64-little";
7712 #endif
7713 else
7714 #ifdef TE_AIX50
7715 return "elf32-ia64-aix-little";
7716 #else
7717 return "elf32-ia64-little";
7718 #endif
7719 }
7720 }
7721 else
7722 return "unknown-format";
7723 }
7724
7725 void
7726 ia64_end_of_source ()
7727 {
7728 /* terminate insn group upon reaching end of file: */
7729 insn_group_break (1, 0, 0);
7730
7731 /* emits slots we haven't written yet: */
7732 ia64_flush_insns ();
7733
7734 bfd_set_private_flags (stdoutput, md.flags);
7735
7736 md.mem_offset.hint = 0;
7737 }
7738
7739 void
7740 ia64_start_line ()
7741 {
7742 static int first;
7743
7744 if (!first) {
7745 /* Make sure we don't reference input_line_pointer[-1] when that's
7746 not valid. */
7747 first = 1;
7748 return;
7749 }
7750
7751 if (md.qp.X_op == O_register)
7752 as_bad ("qualifying predicate not followed by instruction");
7753 md.qp.X_op = O_absent;
7754
7755 if (ignore_input ())
7756 return;
7757
7758 if (input_line_pointer[0] == ';' && input_line_pointer[-1] == ';')
7759 {
7760 if (md.detect_dv && !md.explicit_mode)
7761 {
7762 static int warned;
7763
7764 if (!warned)
7765 {
7766 warned = 1;
7767 as_warn (_("Explicit stops are ignored in auto mode"));
7768 }
7769 }
7770 else
7771 insn_group_break (1, 0, 0);
7772 }
7773 else if (input_line_pointer[-1] == '{')
7774 {
7775 if (md.manual_bundling)
7776 as_warn ("Found '{' when manual bundling is already turned on");
7777 else
7778 CURR_SLOT.manual_bundling_on = 1;
7779 md.manual_bundling = 1;
7780
7781 /* Bundling is only acceptable in explicit mode
7782 or when in default automatic mode. */
7783 if (md.detect_dv && !md.explicit_mode)
7784 {
7785 if (!md.mode_explicitly_set
7786 && !md.default_explicit_mode)
7787 dot_dv_mode ('E');
7788 else
7789 as_warn (_("Found '{' after explicit switch to automatic mode"));
7790 }
7791 }
7792 else if (input_line_pointer[-1] == '}')
7793 {
7794 if (!md.manual_bundling)
7795 as_warn ("Found '}' when manual bundling is off");
7796 else
7797 PREV_SLOT.manual_bundling_off = 1;
7798 md.manual_bundling = 0;
7799
7800 /* switch back to automatic mode, if applicable */
7801 if (md.detect_dv
7802 && md.explicit_mode
7803 && !md.mode_explicitly_set
7804 && !md.default_explicit_mode)
7805 dot_dv_mode ('A');
7806 }
7807 }
7808
7809 /* This is a hook for ia64_frob_label, so that it can distinguish tags from
7810 labels. */
7811 static int defining_tag = 0;
7812
7813 int
7814 ia64_unrecognized_line (ch)
7815 int ch;
7816 {
7817 switch (ch)
7818 {
7819 case '(':
7820 expression_and_evaluate (&md.qp);
7821 if (*input_line_pointer++ != ')')
7822 {
7823 as_bad ("Expected ')'");
7824 return 0;
7825 }
7826 if (md.qp.X_op != O_register)
7827 {
7828 as_bad ("Qualifying predicate expected");
7829 return 0;
7830 }
7831 if (md.qp.X_add_number < REG_P || md.qp.X_add_number >= REG_P + 64)
7832 {
7833 as_bad ("Predicate register expected");
7834 return 0;
7835 }
7836 return 1;
7837
7838 case '[':
7839 {
7840 char *s;
7841 char c;
7842 symbolS *tag;
7843 int temp;
7844
7845 if (md.qp.X_op == O_register)
7846 {
7847 as_bad ("Tag must come before qualifying predicate.");
7848 return 0;
7849 }
7850
7851 /* This implements just enough of read_a_source_file in read.c to
7852 recognize labels. */
7853 if (is_name_beginner (*input_line_pointer))
7854 {
7855 s = input_line_pointer;
7856 c = get_symbol_end ();
7857 }
7858 else if (LOCAL_LABELS_FB
7859 && ISDIGIT (*input_line_pointer))
7860 {
7861 temp = 0;
7862 while (ISDIGIT (*input_line_pointer))
7863 temp = (temp * 10) + *input_line_pointer++ - '0';
7864 fb_label_instance_inc (temp);
7865 s = fb_label_name (temp, 0);
7866 c = *input_line_pointer;
7867 }
7868 else
7869 {
7870 s = NULL;
7871 c = '\0';
7872 }
7873 if (c != ':')
7874 {
7875 /* Put ':' back for error messages' sake. */
7876 *input_line_pointer++ = ':';
7877 as_bad ("Expected ':'");
7878 return 0;
7879 }
7880
7881 defining_tag = 1;
7882 tag = colon (s);
7883 defining_tag = 0;
7884 /* Put ':' back for error messages' sake. */
7885 *input_line_pointer++ = ':';
7886 if (*input_line_pointer++ != ']')
7887 {
7888 as_bad ("Expected ']'");
7889 return 0;
7890 }
7891 if (! tag)
7892 {
7893 as_bad ("Tag name expected");
7894 return 0;
7895 }
7896 return 1;
7897 }
7898
7899 default:
7900 break;
7901 }
7902
7903 /* Not a valid line. */
7904 return 0;
7905 }
7906
7907 void
7908 ia64_frob_label (sym)
7909 struct symbol *sym;
7910 {
7911 struct label_fix *fix;
7912
7913 /* Tags need special handling since they are not bundle breaks like
7914 labels. */
7915 if (defining_tag)
7916 {
7917 fix = obstack_alloc (&notes, sizeof (*fix));
7918 fix->sym = sym;
7919 fix->next = CURR_SLOT.tag_fixups;
7920 fix->dw2_mark_labels = FALSE;
7921 CURR_SLOT.tag_fixups = fix;
7922
7923 return;
7924 }
7925
7926 if (bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE)
7927 {
7928 md.last_text_seg = now_seg;
7929 fix = obstack_alloc (&notes, sizeof (*fix));
7930 fix->sym = sym;
7931 fix->next = CURR_SLOT.label_fixups;
7932 fix->dw2_mark_labels = dwarf2_loc_mark_labels;
7933 CURR_SLOT.label_fixups = fix;
7934
7935 /* Keep track of how many code entry points we've seen. */
7936 if (md.path == md.maxpaths)
7937 {
7938 md.maxpaths += 20;
7939 md.entry_labels = (const char **)
7940 xrealloc ((void *) md.entry_labels,
7941 md.maxpaths * sizeof (char *));
7942 }
7943 md.entry_labels[md.path++] = S_GET_NAME (sym);
7944 }
7945 }
7946
7947 #ifdef TE_HPUX
7948 /* The HP-UX linker will give unresolved symbol errors for symbols
7949 that are declared but unused. This routine removes declared,
7950 unused symbols from an object. */
7951 int
7952 ia64_frob_symbol (sym)
7953 struct symbol *sym;
7954 {
7955 if ((S_GET_SEGMENT (sym) == &bfd_und_section && ! symbol_used_p (sym) &&
7956 ELF_ST_VISIBILITY (S_GET_OTHER (sym)) == STV_DEFAULT)
7957 || (S_GET_SEGMENT (sym) == &bfd_abs_section
7958 && ! S_IS_EXTERNAL (sym)))
7959 return 1;
7960 return 0;
7961 }
7962 #endif
7963
7964 void
7965 ia64_flush_pending_output ()
7966 {
7967 if (!md.keep_pending_output
7968 && bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE)
7969 {
7970 /* ??? This causes many unnecessary stop bits to be emitted.
7971 Unfortunately, it isn't clear if it is safe to remove this. */
7972 insn_group_break (1, 0, 0);
7973 ia64_flush_insns ();
7974 }
7975 }
7976
7977 /* Do ia64-specific expression optimization. All that's done here is
7978 to transform index expressions that are either due to the indexing
7979 of rotating registers or due to the indexing of indirect register
7980 sets. */
7981 int
7982 ia64_optimize_expr (l, op, r)
7983 expressionS *l;
7984 operatorT op;
7985 expressionS *r;
7986 {
7987 if (op != O_index)
7988 return 0;
7989 resolve_expression (l);
7990 if (l->X_op == O_register)
7991 {
7992 unsigned num_regs = l->X_add_number >> 16;
7993
7994 resolve_expression (r);
7995 if (num_regs)
7996 {
7997 /* Left side is a .rotX-allocated register. */
7998 if (r->X_op != O_constant)
7999 {
8000 as_bad ("Rotating register index must be a non-negative constant");
8001 r->X_add_number = 0;
8002 }
8003 else if ((valueT) r->X_add_number >= num_regs)
8004 {
8005 as_bad ("Index out of range 0..%u", num_regs - 1);
8006 r->X_add_number = 0;
8007 }
8008 l->X_add_number = (l->X_add_number & 0xffff) + r->X_add_number;
8009 return 1;
8010 }
8011 else if (l->X_add_number >= IND_CPUID && l->X_add_number <= IND_RR)
8012 {
8013 if (r->X_op != O_register
8014 || r->X_add_number < REG_GR
8015 || r->X_add_number > REG_GR + 127)
8016 {
8017 as_bad ("Indirect register index must be a general register");
8018 r->X_add_number = REG_GR;
8019 }
8020 l->X_op = O_index;
8021 l->X_op_symbol = md.regsym[l->X_add_number];
8022 l->X_add_number = r->X_add_number;
8023 return 1;
8024 }
8025 }
8026 as_bad ("Index can only be applied to rotating or indirect registers");
8027 /* Fall back to some register use of which has as little as possible
8028 side effects, to minimize subsequent error messages. */
8029 l->X_op = O_register;
8030 l->X_add_number = REG_GR + 3;
8031 return 1;
8032 }
8033
8034 int
8035 ia64_parse_name (name, e, nextcharP)
8036 char *name;
8037 expressionS *e;
8038 char *nextcharP;
8039 {
8040 struct const_desc *cdesc;
8041 struct dynreg *dr = 0;
8042 unsigned int idx;
8043 struct symbol *sym;
8044 char *end;
8045
8046 if (*name == '@')
8047 {
8048 enum pseudo_type pseudo_type = PSEUDO_FUNC_NONE;
8049
8050 /* Find what relocation pseudo-function we're dealing with. */
8051 for (idx = 0; idx < NELEMS (pseudo_func); ++idx)
8052 if (pseudo_func[idx].name
8053 && pseudo_func[idx].name[0] == name[1]
8054 && strcmp (pseudo_func[idx].name + 1, name + 2) == 0)
8055 {
8056 pseudo_type = pseudo_func[idx].type;
8057 break;
8058 }
8059 switch (pseudo_type)
8060 {
8061 case PSEUDO_FUNC_RELOC:
8062 end = input_line_pointer;
8063 if (*nextcharP != '(')
8064 {
8065 as_bad ("Expected '('");
8066 break;
8067 }
8068 /* Skip '('. */
8069 ++input_line_pointer;
8070 expression (e);
8071 if (*input_line_pointer != ')')
8072 {
8073 as_bad ("Missing ')'");
8074 goto done;
8075 }
8076 /* Skip ')'. */
8077 ++input_line_pointer;
8078 if (e->X_op != O_symbol)
8079 {
8080 if (e->X_op != O_pseudo_fixup)
8081 {
8082 as_bad ("Not a symbolic expression");
8083 goto done;
8084 }
8085 if (idx != FUNC_LT_RELATIVE)
8086 {
8087 as_bad ("Illegal combination of relocation functions");
8088 goto done;
8089 }
8090 switch (S_GET_VALUE (e->X_op_symbol))
8091 {
8092 case FUNC_FPTR_RELATIVE:
8093 idx = FUNC_LT_FPTR_RELATIVE; break;
8094 case FUNC_DTP_MODULE:
8095 idx = FUNC_LT_DTP_MODULE; break;
8096 case FUNC_DTP_RELATIVE:
8097 idx = FUNC_LT_DTP_RELATIVE; break;
8098 case FUNC_TP_RELATIVE:
8099 idx = FUNC_LT_TP_RELATIVE; break;
8100 default:
8101 as_bad ("Illegal combination of relocation functions");
8102 goto done;
8103 }
8104 }
8105 /* Make sure gas doesn't get rid of local symbols that are used
8106 in relocs. */
8107 e->X_op = O_pseudo_fixup;
8108 e->X_op_symbol = pseudo_func[idx].u.sym;
8109 done:
8110 *nextcharP = *input_line_pointer;
8111 break;
8112
8113 case PSEUDO_FUNC_CONST:
8114 e->X_op = O_constant;
8115 e->X_add_number = pseudo_func[idx].u.ival;
8116 break;
8117
8118 case PSEUDO_FUNC_REG:
8119 e->X_op = O_register;
8120 e->X_add_number = pseudo_func[idx].u.ival;
8121 break;
8122
8123 default:
8124 return 0;
8125 }
8126 return 1;
8127 }
8128
8129 /* first see if NAME is a known register name: */
8130 sym = hash_find (md.reg_hash, name);
8131 if (sym)
8132 {
8133 e->X_op = O_register;
8134 e->X_add_number = S_GET_VALUE (sym);
8135 return 1;
8136 }
8137
8138 cdesc = hash_find (md.const_hash, name);
8139 if (cdesc)
8140 {
8141 e->X_op = O_constant;
8142 e->X_add_number = cdesc->value;
8143 return 1;
8144 }
8145
8146 /* check for inN, locN, or outN: */
8147 idx = 0;
8148 switch (name[0])
8149 {
8150 case 'i':
8151 if (name[1] == 'n' && ISDIGIT (name[2]))
8152 {
8153 dr = &md.in;
8154 idx = 2;
8155 }
8156 break;
8157
8158 case 'l':
8159 if (name[1] == 'o' && name[2] == 'c' && ISDIGIT (name[3]))
8160 {
8161 dr = &md.loc;
8162 idx = 3;
8163 }
8164 break;
8165
8166 case 'o':
8167 if (name[1] == 'u' && name[2] == 't' && ISDIGIT (name[3]))
8168 {
8169 dr = &md.out;
8170 idx = 3;
8171 }
8172 break;
8173
8174 default:
8175 break;
8176 }
8177
8178 /* Ignore register numbers with leading zeroes, except zero itself. */
8179 if (dr && (name[idx] != '0' || name[idx + 1] == '\0'))
8180 {
8181 unsigned long regnum;
8182
8183 /* The name is inN, locN, or outN; parse the register number. */
8184 regnum = strtoul (name + idx, &end, 10);
8185 if (end > name + idx && *end == '\0' && regnum < 96)
8186 {
8187 if (regnum >= dr->num_regs)
8188 {
8189 if (!dr->num_regs)
8190 as_bad ("No current frame");
8191 else
8192 as_bad ("Register number out of range 0..%u",
8193 dr->num_regs - 1);
8194 regnum = 0;
8195 }
8196 e->X_op = O_register;
8197 e->X_add_number = dr->base + regnum;
8198 return 1;
8199 }
8200 }
8201
8202 end = alloca (strlen (name) + 1);
8203 strcpy (end, name);
8204 name = ia64_canonicalize_symbol_name (end);
8205 if ((dr = hash_find (md.dynreg_hash, name)))
8206 {
8207 /* We've got ourselves the name of a rotating register set.
8208 Store the base register number in the low 16 bits of
8209 X_add_number and the size of the register set in the top 16
8210 bits. */
8211 e->X_op = O_register;
8212 e->X_add_number = dr->base | (dr->num_regs << 16);
8213 return 1;
8214 }
8215 return 0;
8216 }
8217
8218 /* Remove the '#' suffix that indicates a symbol as opposed to a register. */
8219
8220 char *
8221 ia64_canonicalize_symbol_name (name)
8222 char *name;
8223 {
8224 size_t len = strlen (name), full = len;
8225
8226 while (len > 0 && name[len - 1] == '#')
8227 --len;
8228 if (len <= 0)
8229 {
8230 if (full > 0)
8231 as_bad ("Standalone `#' is illegal");
8232 }
8233 else if (len < full - 1)
8234 as_warn ("Redundant `#' suffix operators");
8235 name[len] = '\0';
8236 return name;
8237 }
8238
8239 /* Return true if idesc is a conditional branch instruction. This excludes
8240 the modulo scheduled branches, and br.ia. Mod-sched branches are excluded
8241 because they always read/write resources regardless of the value of the
8242 qualifying predicate. br.ia must always use p0, and hence is always
8243 taken. Thus this function returns true for branches which can fall
8244 through, and which use no resources if they do fall through. */
8245
8246 static int
8247 is_conditional_branch (idesc)
8248 struct ia64_opcode *idesc;
8249 {
8250 /* br is a conditional branch. Everything that starts with br. except
8251 br.ia, br.c{loop,top,exit}, and br.w{top,exit} is a conditional branch.
8252 Everything that starts with brl is a conditional branch. */
8253 return (idesc->name[0] == 'b' && idesc->name[1] == 'r'
8254 && (idesc->name[2] == '\0'
8255 || (idesc->name[2] == '.' && idesc->name[3] != 'i'
8256 && idesc->name[3] != 'c' && idesc->name[3] != 'w')
8257 || idesc->name[2] == 'l'
8258 /* br.cond, br.call, br.clr */
8259 || (idesc->name[2] == '.' && idesc->name[3] == 'c'
8260 && (idesc->name[4] == 'a' || idesc->name[4] == 'o'
8261 || (idesc->name[4] == 'l' && idesc->name[5] == 'r')))));
8262 }
8263
8264 /* Return whether the given opcode is a taken branch. If there's any doubt,
8265 returns zero. */
8266
8267 static int
8268 is_taken_branch (idesc)
8269 struct ia64_opcode *idesc;
8270 {
8271 return ((is_conditional_branch (idesc) && CURR_SLOT.qp_regno == 0)
8272 || strncmp (idesc->name, "br.ia", 5) == 0);
8273 }
8274
8275 /* Return whether the given opcode is an interruption or rfi. If there's any
8276 doubt, returns zero. */
8277
8278 static int
8279 is_interruption_or_rfi (idesc)
8280 struct ia64_opcode *idesc;
8281 {
8282 if (strcmp (idesc->name, "rfi") == 0)
8283 return 1;
8284 return 0;
8285 }
8286
8287 /* Returns the index of the given dependency in the opcode's list of chks, or
8288 -1 if there is no dependency. */
8289
8290 static int
8291 depends_on (depind, idesc)
8292 int depind;
8293 struct ia64_opcode *idesc;
8294 {
8295 int i;
8296 const struct ia64_opcode_dependency *dep = idesc->dependencies;
8297 for (i = 0; i < dep->nchks; i++)
8298 {
8299 if (depind == DEP (dep->chks[i]))
8300 return i;
8301 }
8302 return -1;
8303 }
8304
8305 /* Determine a set of specific resources used for a particular resource
8306 class. Returns the number of specific resources identified For those
8307 cases which are not determinable statically, the resource returned is
8308 marked nonspecific.
8309
8310 Meanings of value in 'NOTE':
8311 1) only read/write when the register number is explicitly encoded in the
8312 insn.
8313 2) only read CFM when accessing a rotating GR, FR, or PR. mov pr only
8314 accesses CFM when qualifying predicate is in the rotating region.
8315 3) general register value is used to specify an indirect register; not
8316 determinable statically.
8317 4) only read the given resource when bits 7:0 of the indirect index
8318 register value does not match the register number of the resource; not
8319 determinable statically.
8320 5) all rules are implementation specific.
8321 6) only when both the index specified by the reader and the index specified
8322 by the writer have the same value in bits 63:61; not determinable
8323 statically.
8324 7) only access the specified resource when the corresponding mask bit is
8325 set
8326 8) PSR.dfh is only read when these insns reference FR32-127. PSR.dfl is
8327 only read when these insns reference FR2-31
8328 9) PSR.mfl is only written when these insns write FR2-31. PSR.mfh is only
8329 written when these insns write FR32-127
8330 10) The PSR.bn bit is only accessed when one of GR16-31 is specified in the
8331 instruction
8332 11) The target predicates are written independently of PR[qp], but source
8333 registers are only read if PR[qp] is true. Since the state of PR[qp]
8334 cannot statically be determined, all source registers are marked used.
8335 12) This insn only reads the specified predicate register when that
8336 register is the PR[qp].
8337 13) This reference to ld-c only applies to teh GR whose value is loaded
8338 with data returned from memory, not the post-incremented address register.
8339 14) The RSE resource includes the implementation-specific RSE internal
8340 state resources. At least one (and possibly more) of these resources are
8341 read by each instruction listed in IC:rse-readers. At least one (and
8342 possibly more) of these resources are written by each insn listed in
8343 IC:rse-writers.
8344 15+16) Represents reserved instructions, which the assembler does not
8345 generate.
8346
8347 Memory resources (i.e. locations in memory) are *not* marked or tracked by
8348 this code; there are no dependency violations based on memory access.
8349 */
8350
8351 #define MAX_SPECS 256
8352 #define DV_CHK 1
8353 #define DV_REG 0
8354
8355 static int
8356 specify_resource (dep, idesc, type, specs, note, path)
8357 const struct ia64_dependency *dep;
8358 struct ia64_opcode *idesc;
8359 int type; /* is this a DV chk or a DV reg? */
8360 struct rsrc specs[MAX_SPECS]; /* returned specific resources */
8361 int note; /* resource note for this insn's usage */
8362 int path; /* which execution path to examine */
8363 {
8364 int count = 0;
8365 int i;
8366 int rsrc_write = 0;
8367 struct rsrc tmpl;
8368
8369 if (dep->mode == IA64_DV_WAW
8370 || (dep->mode == IA64_DV_RAW && type == DV_REG)
8371 || (dep->mode == IA64_DV_WAR && type == DV_CHK))
8372 rsrc_write = 1;
8373
8374 /* template for any resources we identify */
8375 tmpl.dependency = dep;
8376 tmpl.note = note;
8377 tmpl.insn_srlz = tmpl.data_srlz = 0;
8378 tmpl.qp_regno = CURR_SLOT.qp_regno;
8379 tmpl.link_to_qp_branch = 1;
8380 tmpl.mem_offset.hint = 0;
8381 tmpl.mem_offset.offset = 0;
8382 tmpl.mem_offset.base = 0;
8383 tmpl.specific = 1;
8384 tmpl.index = -1;
8385 tmpl.cmp_type = CMP_NONE;
8386 tmpl.depind = 0;
8387 tmpl.file = NULL;
8388 tmpl.line = 0;
8389 tmpl.path = 0;
8390
8391 #define UNHANDLED \
8392 as_warn (_("Unhandled dependency %s for %s (%s), note %d"), \
8393 dep->name, idesc->name, (rsrc_write?"write":"read"), note)
8394 #define KNOWN(REG) (gr_values[REG].known && gr_values[REG].path >= path)
8395
8396 /* we don't need to track these */
8397 if (dep->semantics == IA64_DVS_NONE)
8398 return 0;
8399
8400 switch (dep->specifier)
8401 {
8402 case IA64_RS_AR_K:
8403 if (note == 1)
8404 {
8405 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
8406 {
8407 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
8408 if (regno >= 0 && regno <= 7)
8409 {
8410 specs[count] = tmpl;
8411 specs[count++].index = regno;
8412 }
8413 }
8414 }
8415 else if (note == 0)
8416 {
8417 for (i = 0; i < 8; i++)
8418 {
8419 specs[count] = tmpl;
8420 specs[count++].index = i;
8421 }
8422 }
8423 else
8424 {
8425 UNHANDLED;
8426 }
8427 break;
8428
8429 case IA64_RS_AR_UNAT:
8430 /* This is a mov =AR or mov AR= instruction. */
8431 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
8432 {
8433 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
8434 if (regno == AR_UNAT)
8435 {
8436 specs[count++] = tmpl;
8437 }
8438 }
8439 else
8440 {
8441 /* This is a spill/fill, or other instruction that modifies the
8442 unat register. */
8443
8444 /* Unless we can determine the specific bits used, mark the whole
8445 thing; bits 8:3 of the memory address indicate the bit used in
8446 UNAT. The .mem.offset hint may be used to eliminate a small
8447 subset of conflicts. */
8448 specs[count] = tmpl;
8449 if (md.mem_offset.hint)
8450 {
8451 if (md.debug_dv)
8452 fprintf (stderr, " Using hint for spill/fill\n");
8453 /* The index isn't actually used, just set it to something
8454 approximating the bit index. */
8455 specs[count].index = (md.mem_offset.offset >> 3) & 0x3F;
8456 specs[count].mem_offset.hint = 1;
8457 specs[count].mem_offset.offset = md.mem_offset.offset;
8458 specs[count++].mem_offset.base = md.mem_offset.base;
8459 }
8460 else
8461 {
8462 specs[count++].specific = 0;
8463 }
8464 }
8465 break;
8466
8467 case IA64_RS_AR:
8468 if (note == 1)
8469 {
8470 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
8471 {
8472 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
8473 if ((regno >= 8 && regno <= 15)
8474 || (regno >= 20 && regno <= 23)
8475 || (regno >= 31 && regno <= 39)
8476 || (regno >= 41 && regno <= 47)
8477 || (regno >= 67 && regno <= 111))
8478 {
8479 specs[count] = tmpl;
8480 specs[count++].index = regno;
8481 }
8482 }
8483 }
8484 else
8485 {
8486 UNHANDLED;
8487 }
8488 break;
8489
8490 case IA64_RS_ARb:
8491 if (note == 1)
8492 {
8493 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
8494 {
8495 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
8496 if ((regno >= 48 && regno <= 63)
8497 || (regno >= 112 && regno <= 127))
8498 {
8499 specs[count] = tmpl;
8500 specs[count++].index = regno;
8501 }
8502 }
8503 }
8504 else if (note == 0)
8505 {
8506 for (i = 48; i < 64; i++)
8507 {
8508 specs[count] = tmpl;
8509 specs[count++].index = i;
8510 }
8511 for (i = 112; i < 128; i++)
8512 {
8513 specs[count] = tmpl;
8514 specs[count++].index = i;
8515 }
8516 }
8517 else
8518 {
8519 UNHANDLED;
8520 }
8521 break;
8522
8523 case IA64_RS_BR:
8524 if (note != 1)
8525 {
8526 UNHANDLED;
8527 }
8528 else
8529 {
8530 if (rsrc_write)
8531 {
8532 for (i = 0; i < idesc->num_outputs; i++)
8533 if (idesc->operands[i] == IA64_OPND_B1
8534 || idesc->operands[i] == IA64_OPND_B2)
8535 {
8536 specs[count] = tmpl;
8537 specs[count++].index =
8538 CURR_SLOT.opnd[i].X_add_number - REG_BR;
8539 }
8540 }
8541 else
8542 {
8543 for (i = idesc->num_outputs; i < NELEMS (idesc->operands); i++)
8544 if (idesc->operands[i] == IA64_OPND_B1
8545 || idesc->operands[i] == IA64_OPND_B2)
8546 {
8547 specs[count] = tmpl;
8548 specs[count++].index =
8549 CURR_SLOT.opnd[i].X_add_number - REG_BR;
8550 }
8551 }
8552 }
8553 break;
8554
8555 case IA64_RS_CPUID: /* four or more registers */
8556 if (note == 3)
8557 {
8558 if (idesc->operands[!rsrc_write] == IA64_OPND_CPUID_R3)
8559 {
8560 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
8561 if (regno >= 0 && regno < NELEMS (gr_values)
8562 && KNOWN (regno))
8563 {
8564 specs[count] = tmpl;
8565 specs[count++].index = gr_values[regno].value & 0xFF;
8566 }
8567 else
8568 {
8569 specs[count] = tmpl;
8570 specs[count++].specific = 0;
8571 }
8572 }
8573 }
8574 else
8575 {
8576 UNHANDLED;
8577 }
8578 break;
8579
8580 case IA64_RS_DBR: /* four or more registers */
8581 if (note == 3)
8582 {
8583 if (idesc->operands[!rsrc_write] == IA64_OPND_DBR_R3)
8584 {
8585 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
8586 if (regno >= 0 && regno < NELEMS (gr_values)
8587 && KNOWN (regno))
8588 {
8589 specs[count] = tmpl;
8590 specs[count++].index = gr_values[regno].value & 0xFF;
8591 }
8592 else
8593 {
8594 specs[count] = tmpl;
8595 specs[count++].specific = 0;
8596 }
8597 }
8598 }
8599 else if (note == 0 && !rsrc_write)
8600 {
8601 specs[count] = tmpl;
8602 specs[count++].specific = 0;
8603 }
8604 else
8605 {
8606 UNHANDLED;
8607 }
8608 break;
8609
8610 case IA64_RS_IBR: /* four or more registers */
8611 if (note == 3)
8612 {
8613 if (idesc->operands[!rsrc_write] == IA64_OPND_IBR_R3)
8614 {
8615 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
8616 if (regno >= 0 && regno < NELEMS (gr_values)
8617 && KNOWN (regno))
8618 {
8619 specs[count] = tmpl;
8620 specs[count++].index = gr_values[regno].value & 0xFF;
8621 }
8622 else
8623 {
8624 specs[count] = tmpl;
8625 specs[count++].specific = 0;
8626 }
8627 }
8628 }
8629 else
8630 {
8631 UNHANDLED;
8632 }
8633 break;
8634
8635 case IA64_RS_MSR:
8636 if (note == 5)
8637 {
8638 /* These are implementation specific. Force all references to
8639 conflict with all other references. */
8640 specs[count] = tmpl;
8641 specs[count++].specific = 0;
8642 }
8643 else
8644 {
8645 UNHANDLED;
8646 }
8647 break;
8648
8649 case IA64_RS_PKR: /* 16 or more registers */
8650 if (note == 3 || note == 4)
8651 {
8652 if (idesc->operands[!rsrc_write] == IA64_OPND_PKR_R3)
8653 {
8654 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
8655 if (regno >= 0 && regno < NELEMS (gr_values)
8656 && KNOWN (regno))
8657 {
8658 if (note == 3)
8659 {
8660 specs[count] = tmpl;
8661 specs[count++].index = gr_values[regno].value & 0xFF;
8662 }
8663 else
8664 for (i = 0; i < NELEMS (gr_values); i++)
8665 {
8666 /* Uses all registers *except* the one in R3. */
8667 if ((unsigned)i != (gr_values[regno].value & 0xFF))
8668 {
8669 specs[count] = tmpl;
8670 specs[count++].index = i;
8671 }
8672 }
8673 }
8674 else
8675 {
8676 specs[count] = tmpl;
8677 specs[count++].specific = 0;
8678 }
8679 }
8680 }
8681 else if (note == 0)
8682 {
8683 /* probe et al. */
8684 specs[count] = tmpl;
8685 specs[count++].specific = 0;
8686 }
8687 break;
8688
8689 case IA64_RS_PMC: /* four or more registers */
8690 if (note == 3)
8691 {
8692 if (idesc->operands[!rsrc_write] == IA64_OPND_PMC_R3
8693 || (!rsrc_write && idesc->operands[1] == IA64_OPND_PMD_R3))
8694
8695 {
8696 int index = ((idesc->operands[1] == IA64_OPND_R3 && !rsrc_write)
8697 ? 1 : !rsrc_write);
8698 int regno = CURR_SLOT.opnd[index].X_add_number - REG_GR;
8699 if (regno >= 0 && regno < NELEMS (gr_values)
8700 && KNOWN (regno))
8701 {
8702 specs[count] = tmpl;
8703 specs[count++].index = gr_values[regno].value & 0xFF;
8704 }
8705 else
8706 {
8707 specs[count] = tmpl;
8708 specs[count++].specific = 0;
8709 }
8710 }
8711 }
8712 else
8713 {
8714 UNHANDLED;
8715 }
8716 break;
8717
8718 case IA64_RS_PMD: /* four or more registers */
8719 if (note == 3)
8720 {
8721 if (idesc->operands[!rsrc_write] == IA64_OPND_PMD_R3)
8722 {
8723 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
8724 if (regno >= 0 && regno < NELEMS (gr_values)
8725 && KNOWN (regno))
8726 {
8727 specs[count] = tmpl;
8728 specs[count++].index = gr_values[regno].value & 0xFF;
8729 }
8730 else
8731 {
8732 specs[count] = tmpl;
8733 specs[count++].specific = 0;
8734 }
8735 }
8736 }
8737 else
8738 {
8739 UNHANDLED;
8740 }
8741 break;
8742
8743 case IA64_RS_RR: /* eight registers */
8744 if (note == 6)
8745 {
8746 if (idesc->operands[!rsrc_write] == IA64_OPND_RR_R3)
8747 {
8748 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_GR;
8749 if (regno >= 0 && regno < NELEMS (gr_values)
8750 && KNOWN (regno))
8751 {
8752 specs[count] = tmpl;
8753 specs[count++].index = (gr_values[regno].value >> 61) & 0x7;
8754 }
8755 else
8756 {
8757 specs[count] = tmpl;
8758 specs[count++].specific = 0;
8759 }
8760 }
8761 }
8762 else if (note == 0 && !rsrc_write)
8763 {
8764 specs[count] = tmpl;
8765 specs[count++].specific = 0;
8766 }
8767 else
8768 {
8769 UNHANDLED;
8770 }
8771 break;
8772
8773 case IA64_RS_CR_IRR:
8774 if (note == 0)
8775 {
8776 /* handle mov-from-CR-IVR; it's a read that writes CR[IRR] */
8777 int regno = CURR_SLOT.opnd[1].X_add_number - REG_CR;
8778 if (rsrc_write
8779 && idesc->operands[1] == IA64_OPND_CR3
8780 && regno == CR_IVR)
8781 {
8782 for (i = 0; i < 4; i++)
8783 {
8784 specs[count] = tmpl;
8785 specs[count++].index = CR_IRR0 + i;
8786 }
8787 }
8788 }
8789 else if (note == 1)
8790 {
8791 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
8792 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3
8793 && regno >= CR_IRR0
8794 && regno <= CR_IRR3)
8795 {
8796 specs[count] = tmpl;
8797 specs[count++].index = regno;
8798 }
8799 }
8800 else
8801 {
8802 UNHANDLED;
8803 }
8804 break;
8805
8806 case IA64_RS_CR_LRR:
8807 if (note != 1)
8808 {
8809 UNHANDLED;
8810 }
8811 else
8812 {
8813 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
8814 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3
8815 && (regno == CR_LRR0 || regno == CR_LRR1))
8816 {
8817 specs[count] = tmpl;
8818 specs[count++].index = regno;
8819 }
8820 }
8821 break;
8822
8823 case IA64_RS_CR:
8824 if (note == 1)
8825 {
8826 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3)
8827 {
8828 specs[count] = tmpl;
8829 specs[count++].index =
8830 CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
8831 }
8832 }
8833 else
8834 {
8835 UNHANDLED;
8836 }
8837 break;
8838
8839 case IA64_RS_FR:
8840 case IA64_RS_FRb:
8841 if (note != 1)
8842 {
8843 UNHANDLED;
8844 }
8845 else if (rsrc_write)
8846 {
8847 if (dep->specifier == IA64_RS_FRb
8848 && idesc->operands[0] == IA64_OPND_F1)
8849 {
8850 specs[count] = tmpl;
8851 specs[count++].index = CURR_SLOT.opnd[0].X_add_number - REG_FR;
8852 }
8853 }
8854 else
8855 {
8856 for (i = idesc->num_outputs; i < NELEMS (idesc->operands); i++)
8857 {
8858 if (idesc->operands[i] == IA64_OPND_F2
8859 || idesc->operands[i] == IA64_OPND_F3
8860 || idesc->operands[i] == IA64_OPND_F4)
8861 {
8862 specs[count] = tmpl;
8863 specs[count++].index =
8864 CURR_SLOT.opnd[i].X_add_number - REG_FR;
8865 }
8866 }
8867 }
8868 break;
8869
8870 case IA64_RS_GR:
8871 if (note == 13)
8872 {
8873 /* This reference applies only to the GR whose value is loaded with
8874 data returned from memory. */
8875 specs[count] = tmpl;
8876 specs[count++].index = CURR_SLOT.opnd[0].X_add_number - REG_GR;
8877 }
8878 else if (note == 1)
8879 {
8880 if (rsrc_write)
8881 {
8882 for (i = 0; i < idesc->num_outputs; i++)
8883 if (idesc->operands[i] == IA64_OPND_R1
8884 || idesc->operands[i] == IA64_OPND_R2
8885 || idesc->operands[i] == IA64_OPND_R3)
8886 {
8887 specs[count] = tmpl;
8888 specs[count++].index =
8889 CURR_SLOT.opnd[i].X_add_number - REG_GR;
8890 }
8891 if (idesc->flags & IA64_OPCODE_POSTINC)
8892 for (i = 0; i < NELEMS (idesc->operands); i++)
8893 if (idesc->operands[i] == IA64_OPND_MR3)
8894 {
8895 specs[count] = tmpl;
8896 specs[count++].index =
8897 CURR_SLOT.opnd[i].X_add_number - REG_GR;
8898 }
8899 }
8900 else
8901 {
8902 /* Look for anything that reads a GR. */
8903 for (i = 0; i < NELEMS (idesc->operands); i++)
8904 {
8905 if (idesc->operands[i] == IA64_OPND_MR3
8906 || idesc->operands[i] == IA64_OPND_CPUID_R3
8907 || idesc->operands[i] == IA64_OPND_DBR_R3
8908 || idesc->operands[i] == IA64_OPND_IBR_R3
8909 || idesc->operands[i] == IA64_OPND_MSR_R3
8910 || idesc->operands[i] == IA64_OPND_PKR_R3
8911 || idesc->operands[i] == IA64_OPND_PMC_R3
8912 || idesc->operands[i] == IA64_OPND_PMD_R3
8913 || idesc->operands[i] == IA64_OPND_RR_R3
8914 || ((i >= idesc->num_outputs)
8915 && (idesc->operands[i] == IA64_OPND_R1
8916 || idesc->operands[i] == IA64_OPND_R2
8917 || idesc->operands[i] == IA64_OPND_R3
8918 /* addl source register. */
8919 || idesc->operands[i] == IA64_OPND_R3_2)))
8920 {
8921 specs[count] = tmpl;
8922 specs[count++].index =
8923 CURR_SLOT.opnd[i].X_add_number - REG_GR;
8924 }
8925 }
8926 }
8927 }
8928 else
8929 {
8930 UNHANDLED;
8931 }
8932 break;
8933
8934 /* This is the same as IA64_RS_PRr, except that the register range is
8935 from 1 - 15, and there are no rotating register reads/writes here. */
8936 case IA64_RS_PR:
8937 if (note == 0)
8938 {
8939 for (i = 1; i < 16; i++)
8940 {
8941 specs[count] = tmpl;
8942 specs[count++].index = i;
8943 }
8944 }
8945 else if (note == 7)
8946 {
8947 valueT mask = 0;
8948 /* Mark only those registers indicated by the mask. */
8949 if (rsrc_write)
8950 {
8951 mask = CURR_SLOT.opnd[2].X_add_number;
8952 for (i = 1; i < 16; i++)
8953 if (mask & ((valueT) 1 << i))
8954 {
8955 specs[count] = tmpl;
8956 specs[count++].index = i;
8957 }
8958 }
8959 else
8960 {
8961 UNHANDLED;
8962 }
8963 }
8964 else if (note == 11) /* note 11 implies note 1 as well */
8965 {
8966 if (rsrc_write)
8967 {
8968 for (i = 0; i < idesc->num_outputs; i++)
8969 {
8970 if (idesc->operands[i] == IA64_OPND_P1
8971 || idesc->operands[i] == IA64_OPND_P2)
8972 {
8973 int regno = CURR_SLOT.opnd[i].X_add_number - REG_P;
8974 if (regno >= 1 && regno < 16)
8975 {
8976 specs[count] = tmpl;
8977 specs[count++].index = regno;
8978 }
8979 }
8980 }
8981 }
8982 else
8983 {
8984 UNHANDLED;
8985 }
8986 }
8987 else if (note == 12)
8988 {
8989 if (CURR_SLOT.qp_regno >= 1 && CURR_SLOT.qp_regno < 16)
8990 {
8991 specs[count] = tmpl;
8992 specs[count++].index = CURR_SLOT.qp_regno;
8993 }
8994 }
8995 else if (note == 1)
8996 {
8997 if (rsrc_write)
8998 {
8999 int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P;
9000 int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P;
9001 int or_andcm = strstr (idesc->name, "or.andcm") != NULL;
9002 int and_orcm = strstr (idesc->name, "and.orcm") != NULL;
9003
9004 if ((idesc->operands[0] == IA64_OPND_P1
9005 || idesc->operands[0] == IA64_OPND_P2)
9006 && p1 >= 1 && p1 < 16)
9007 {
9008 specs[count] = tmpl;
9009 specs[count].cmp_type =
9010 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
9011 specs[count++].index = p1;
9012 }
9013 if ((idesc->operands[1] == IA64_OPND_P1
9014 || idesc->operands[1] == IA64_OPND_P2)
9015 && p2 >= 1 && p2 < 16)
9016 {
9017 specs[count] = tmpl;
9018 specs[count].cmp_type =
9019 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
9020 specs[count++].index = p2;
9021 }
9022 }
9023 else
9024 {
9025 if (CURR_SLOT.qp_regno >= 1 && CURR_SLOT.qp_regno < 16)
9026 {
9027 specs[count] = tmpl;
9028 specs[count++].index = CURR_SLOT.qp_regno;
9029 }
9030 if (idesc->operands[1] == IA64_OPND_PR)
9031 {
9032 for (i = 1; i < 16; i++)
9033 {
9034 specs[count] = tmpl;
9035 specs[count++].index = i;
9036 }
9037 }
9038 }
9039 }
9040 else
9041 {
9042 UNHANDLED;
9043 }
9044 break;
9045
9046 /* This is the general case for PRs. IA64_RS_PR and IA64_RS_PR63 are
9047 simplified cases of this. */
9048 case IA64_RS_PRr:
9049 if (note == 0)
9050 {
9051 for (i = 16; i < 63; i++)
9052 {
9053 specs[count] = tmpl;
9054 specs[count++].index = i;
9055 }
9056 }
9057 else if (note == 7)
9058 {
9059 valueT mask = 0;
9060 /* Mark only those registers indicated by the mask. */
9061 if (rsrc_write
9062 && idesc->operands[0] == IA64_OPND_PR)
9063 {
9064 mask = CURR_SLOT.opnd[2].X_add_number;
9065 if (mask & ((valueT) 1 << 16))
9066 for (i = 16; i < 63; i++)
9067 {
9068 specs[count] = tmpl;
9069 specs[count++].index = i;
9070 }
9071 }
9072 else if (rsrc_write
9073 && idesc->operands[0] == IA64_OPND_PR_ROT)
9074 {
9075 for (i = 16; i < 63; i++)
9076 {
9077 specs[count] = tmpl;
9078 specs[count++].index = i;
9079 }
9080 }
9081 else
9082 {
9083 UNHANDLED;
9084 }
9085 }
9086 else if (note == 11) /* note 11 implies note 1 as well */
9087 {
9088 if (rsrc_write)
9089 {
9090 for (i = 0; i < idesc->num_outputs; i++)
9091 {
9092 if (idesc->operands[i] == IA64_OPND_P1
9093 || idesc->operands[i] == IA64_OPND_P2)
9094 {
9095 int regno = CURR_SLOT.opnd[i].X_add_number - REG_P;
9096 if (regno >= 16 && regno < 63)
9097 {
9098 specs[count] = tmpl;
9099 specs[count++].index = regno;
9100 }
9101 }
9102 }
9103 }
9104 else
9105 {
9106 UNHANDLED;
9107 }
9108 }
9109 else if (note == 12)
9110 {
9111 if (CURR_SLOT.qp_regno >= 16 && CURR_SLOT.qp_regno < 63)
9112 {
9113 specs[count] = tmpl;
9114 specs[count++].index = CURR_SLOT.qp_regno;
9115 }
9116 }
9117 else if (note == 1)
9118 {
9119 if (rsrc_write)
9120 {
9121 int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P;
9122 int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P;
9123 int or_andcm = strstr (idesc->name, "or.andcm") != NULL;
9124 int and_orcm = strstr (idesc->name, "and.orcm") != NULL;
9125
9126 if ((idesc->operands[0] == IA64_OPND_P1
9127 || idesc->operands[0] == IA64_OPND_P2)
9128 && p1 >= 16 && p1 < 63)
9129 {
9130 specs[count] = tmpl;
9131 specs[count].cmp_type =
9132 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
9133 specs[count++].index = p1;
9134 }
9135 if ((idesc->operands[1] == IA64_OPND_P1
9136 || idesc->operands[1] == IA64_OPND_P2)
9137 && p2 >= 16 && p2 < 63)
9138 {
9139 specs[count] = tmpl;
9140 specs[count].cmp_type =
9141 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
9142 specs[count++].index = p2;
9143 }
9144 }
9145 else
9146 {
9147 if (CURR_SLOT.qp_regno >= 16 && CURR_SLOT.qp_regno < 63)
9148 {
9149 specs[count] = tmpl;
9150 specs[count++].index = CURR_SLOT.qp_regno;
9151 }
9152 if (idesc->operands[1] == IA64_OPND_PR)
9153 {
9154 for (i = 16; i < 63; i++)
9155 {
9156 specs[count] = tmpl;
9157 specs[count++].index = i;
9158 }
9159 }
9160 }
9161 }
9162 else
9163 {
9164 UNHANDLED;
9165 }
9166 break;
9167
9168 case IA64_RS_PSR:
9169 /* Verify that the instruction is using the PSR bit indicated in
9170 dep->regindex. */
9171 if (note == 0)
9172 {
9173 if (idesc->operands[!rsrc_write] == IA64_OPND_PSR_UM)
9174 {
9175 if (dep->regindex < 6)
9176 {
9177 specs[count++] = tmpl;
9178 }
9179 }
9180 else if (idesc->operands[!rsrc_write] == IA64_OPND_PSR)
9181 {
9182 if (dep->regindex < 32
9183 || dep->regindex == 35
9184 || dep->regindex == 36
9185 || (!rsrc_write && dep->regindex == PSR_CPL))
9186 {
9187 specs[count++] = tmpl;
9188 }
9189 }
9190 else if (idesc->operands[!rsrc_write] == IA64_OPND_PSR_L)
9191 {
9192 if (dep->regindex < 32
9193 || dep->regindex == 35
9194 || dep->regindex == 36
9195 || (rsrc_write && dep->regindex == PSR_CPL))
9196 {
9197 specs[count++] = tmpl;
9198 }
9199 }
9200 else
9201 {
9202 /* Several PSR bits have very specific dependencies. */
9203 switch (dep->regindex)
9204 {
9205 default:
9206 specs[count++] = tmpl;
9207 break;
9208 case PSR_IC:
9209 if (rsrc_write)
9210 {
9211 specs[count++] = tmpl;
9212 }
9213 else
9214 {
9215 /* Only certain CR accesses use PSR.ic */
9216 if (idesc->operands[0] == IA64_OPND_CR3
9217 || idesc->operands[1] == IA64_OPND_CR3)
9218 {
9219 int index =
9220 ((idesc->operands[0] == IA64_OPND_CR3)
9221 ? 0 : 1);
9222 int regno =
9223 CURR_SLOT.opnd[index].X_add_number - REG_CR;
9224
9225 switch (regno)
9226 {
9227 default:
9228 break;
9229 case CR_ITIR:
9230 case CR_IFS:
9231 case CR_IIM:
9232 case CR_IIP:
9233 case CR_IPSR:
9234 case CR_ISR:
9235 case CR_IFA:
9236 case CR_IHA:
9237 case CR_IIPA:
9238 specs[count++] = tmpl;
9239 break;
9240 }
9241 }
9242 }
9243 break;
9244 case PSR_CPL:
9245 if (rsrc_write)
9246 {
9247 specs[count++] = tmpl;
9248 }
9249 else
9250 {
9251 /* Only some AR accesses use cpl */
9252 if (idesc->operands[0] == IA64_OPND_AR3
9253 || idesc->operands[1] == IA64_OPND_AR3)
9254 {
9255 int index =
9256 ((idesc->operands[0] == IA64_OPND_AR3)
9257 ? 0 : 1);
9258 int regno =
9259 CURR_SLOT.opnd[index].X_add_number - REG_AR;
9260
9261 if (regno == AR_ITC
9262 || (index == 0
9263 && (regno == AR_ITC
9264 || regno == AR_RSC
9265 || (regno >= AR_K0
9266 && regno <= AR_K7))))
9267 {
9268 specs[count++] = tmpl;
9269 }
9270 }
9271 else
9272 {
9273 specs[count++] = tmpl;
9274 }
9275 break;
9276 }
9277 }
9278 }
9279 }
9280 else if (note == 7)
9281 {
9282 valueT mask = 0;
9283 if (idesc->operands[0] == IA64_OPND_IMMU24)
9284 {
9285 mask = CURR_SLOT.opnd[0].X_add_number;
9286 }
9287 else
9288 {
9289 UNHANDLED;
9290 }
9291 if (mask & ((valueT) 1 << dep->regindex))
9292 {
9293 specs[count++] = tmpl;
9294 }
9295 }
9296 else if (note == 8)
9297 {
9298 int min = dep->regindex == PSR_DFL ? 2 : 32;
9299 int max = dep->regindex == PSR_DFL ? 31 : 127;
9300 /* dfh is read on FR32-127; dfl is read on FR2-31 */
9301 for (i = 0; i < NELEMS (idesc->operands); i++)
9302 {
9303 if (idesc->operands[i] == IA64_OPND_F1
9304 || idesc->operands[i] == IA64_OPND_F2
9305 || idesc->operands[i] == IA64_OPND_F3
9306 || idesc->operands[i] == IA64_OPND_F4)
9307 {
9308 int reg = CURR_SLOT.opnd[i].X_add_number - REG_FR;
9309 if (reg >= min && reg <= max)
9310 {
9311 specs[count++] = tmpl;
9312 }
9313 }
9314 }
9315 }
9316 else if (note == 9)
9317 {
9318 int min = dep->regindex == PSR_MFL ? 2 : 32;
9319 int max = dep->regindex == PSR_MFL ? 31 : 127;
9320 /* mfh is read on writes to FR32-127; mfl is read on writes to
9321 FR2-31 */
9322 for (i = 0; i < idesc->num_outputs; i++)
9323 {
9324 if (idesc->operands[i] == IA64_OPND_F1)
9325 {
9326 int reg = CURR_SLOT.opnd[i].X_add_number - REG_FR;
9327 if (reg >= min && reg <= max)
9328 {
9329 specs[count++] = tmpl;
9330 }
9331 }
9332 }
9333 }
9334 else if (note == 10)
9335 {
9336 for (i = 0; i < NELEMS (idesc->operands); i++)
9337 {
9338 if (idesc->operands[i] == IA64_OPND_R1
9339 || idesc->operands[i] == IA64_OPND_R2
9340 || idesc->operands[i] == IA64_OPND_R3)
9341 {
9342 int regno = CURR_SLOT.opnd[i].X_add_number - REG_GR;
9343 if (regno >= 16 && regno <= 31)
9344 {
9345 specs[count++] = tmpl;
9346 }
9347 }
9348 }
9349 }
9350 else
9351 {
9352 UNHANDLED;
9353 }
9354 break;
9355
9356 case IA64_RS_AR_FPSR:
9357 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3)
9358 {
9359 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
9360 if (regno == AR_FPSR)
9361 {
9362 specs[count++] = tmpl;
9363 }
9364 }
9365 else
9366 {
9367 specs[count++] = tmpl;
9368 }
9369 break;
9370
9371 case IA64_RS_ARX:
9372 /* Handle all AR[REG] resources */
9373 if (note == 0 || note == 1)
9374 {
9375 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_AR;
9376 if (idesc->operands[!rsrc_write] == IA64_OPND_AR3
9377 && regno == dep->regindex)
9378 {
9379 specs[count++] = tmpl;
9380 }
9381 /* other AR[REG] resources may be affected by AR accesses */
9382 else if (idesc->operands[0] == IA64_OPND_AR3)
9383 {
9384 /* AR[] writes */
9385 regno = CURR_SLOT.opnd[0].X_add_number - REG_AR;
9386 switch (dep->regindex)
9387 {
9388 default:
9389 break;
9390 case AR_BSP:
9391 case AR_RNAT:
9392 if (regno == AR_BSPSTORE)
9393 {
9394 specs[count++] = tmpl;
9395 }
9396 case AR_RSC:
9397 if (!rsrc_write &&
9398 (regno == AR_BSPSTORE
9399 || regno == AR_RNAT))
9400 {
9401 specs[count++] = tmpl;
9402 }
9403 break;
9404 }
9405 }
9406 else if (idesc->operands[1] == IA64_OPND_AR3)
9407 {
9408 /* AR[] reads */
9409 regno = CURR_SLOT.opnd[1].X_add_number - REG_AR;
9410 switch (dep->regindex)
9411 {
9412 default:
9413 break;
9414 case AR_RSC:
9415 if (regno == AR_BSPSTORE || regno == AR_RNAT)
9416 {
9417 specs[count++] = tmpl;
9418 }
9419 break;
9420 }
9421 }
9422 else
9423 {
9424 specs[count++] = tmpl;
9425 }
9426 }
9427 else
9428 {
9429 UNHANDLED;
9430 }
9431 break;
9432
9433 case IA64_RS_CRX:
9434 /* Handle all CR[REG] resources */
9435 if (note == 0 || note == 1)
9436 {
9437 if (idesc->operands[!rsrc_write] == IA64_OPND_CR3)
9438 {
9439 int regno = CURR_SLOT.opnd[!rsrc_write].X_add_number - REG_CR;
9440 if (regno == dep->regindex)
9441 {
9442 specs[count++] = tmpl;
9443 }
9444 else if (!rsrc_write)
9445 {
9446 /* Reads from CR[IVR] affect other resources. */
9447 if (regno == CR_IVR)
9448 {
9449 if ((dep->regindex >= CR_IRR0
9450 && dep->regindex <= CR_IRR3)
9451 || dep->regindex == CR_TPR)
9452 {
9453 specs[count++] = tmpl;
9454 }
9455 }
9456 }
9457 }
9458 else
9459 {
9460 specs[count++] = tmpl;
9461 }
9462 }
9463 else
9464 {
9465 UNHANDLED;
9466 }
9467 break;
9468
9469 case IA64_RS_INSERVICE:
9470 /* look for write of EOI (67) or read of IVR (65) */
9471 if ((idesc->operands[0] == IA64_OPND_CR3
9472 && CURR_SLOT.opnd[0].X_add_number - REG_CR == CR_EOI)
9473 || (idesc->operands[1] == IA64_OPND_CR3
9474 && CURR_SLOT.opnd[1].X_add_number - REG_CR == CR_IVR))
9475 {
9476 specs[count++] = tmpl;
9477 }
9478 break;
9479
9480 case IA64_RS_GR0:
9481 if (note == 1)
9482 {
9483 specs[count++] = tmpl;
9484 }
9485 else
9486 {
9487 UNHANDLED;
9488 }
9489 break;
9490
9491 case IA64_RS_CFM:
9492 if (note != 2)
9493 {
9494 specs[count++] = tmpl;
9495 }
9496 else
9497 {
9498 /* Check if any of the registers accessed are in the rotating region.
9499 mov to/from pr accesses CFM only when qp_regno is in the rotating
9500 region */
9501 for (i = 0; i < NELEMS (idesc->operands); i++)
9502 {
9503 if (idesc->operands[i] == IA64_OPND_R1
9504 || idesc->operands[i] == IA64_OPND_R2
9505 || idesc->operands[i] == IA64_OPND_R3)
9506 {
9507 int num = CURR_SLOT.opnd[i].X_add_number - REG_GR;
9508 /* Assumes that md.rot.num_regs is always valid */
9509 if (md.rot.num_regs > 0
9510 && num > 31
9511 && num < 31 + md.rot.num_regs)
9512 {
9513 specs[count] = tmpl;
9514 specs[count++].specific = 0;
9515 }
9516 }
9517 else if (idesc->operands[i] == IA64_OPND_F1
9518 || idesc->operands[i] == IA64_OPND_F2
9519 || idesc->operands[i] == IA64_OPND_F3
9520 || idesc->operands[i] == IA64_OPND_F4)
9521 {
9522 int num = CURR_SLOT.opnd[i].X_add_number - REG_FR;
9523 if (num > 31)
9524 {
9525 specs[count] = tmpl;
9526 specs[count++].specific = 0;
9527 }
9528 }
9529 else if (idesc->operands[i] == IA64_OPND_P1
9530 || idesc->operands[i] == IA64_OPND_P2)
9531 {
9532 int num = CURR_SLOT.opnd[i].X_add_number - REG_P;
9533 if (num > 15)
9534 {
9535 specs[count] = tmpl;
9536 specs[count++].specific = 0;
9537 }
9538 }
9539 }
9540 if (CURR_SLOT.qp_regno > 15)
9541 {
9542 specs[count] = tmpl;
9543 specs[count++].specific = 0;
9544 }
9545 }
9546 break;
9547
9548 /* This is the same as IA64_RS_PRr, except simplified to account for
9549 the fact that there is only one register. */
9550 case IA64_RS_PR63:
9551 if (note == 0)
9552 {
9553 specs[count++] = tmpl;
9554 }
9555 else if (note == 7)
9556 {
9557 valueT mask = 0;
9558 if (idesc->operands[2] == IA64_OPND_IMM17)
9559 mask = CURR_SLOT.opnd[2].X_add_number;
9560 if (mask & ((valueT) 1 << 63))
9561 specs[count++] = tmpl;
9562 }
9563 else if (note == 11)
9564 {
9565 if ((idesc->operands[0] == IA64_OPND_P1
9566 && CURR_SLOT.opnd[0].X_add_number - REG_P == 63)
9567 || (idesc->operands[1] == IA64_OPND_P2
9568 && CURR_SLOT.opnd[1].X_add_number - REG_P == 63))
9569 {
9570 specs[count++] = tmpl;
9571 }
9572 }
9573 else if (note == 12)
9574 {
9575 if (CURR_SLOT.qp_regno == 63)
9576 {
9577 specs[count++] = tmpl;
9578 }
9579 }
9580 else if (note == 1)
9581 {
9582 if (rsrc_write)
9583 {
9584 int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P;
9585 int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P;
9586 int or_andcm = strstr (idesc->name, "or.andcm") != NULL;
9587 int and_orcm = strstr (idesc->name, "and.orcm") != NULL;
9588
9589 if (p1 == 63
9590 && (idesc->operands[0] == IA64_OPND_P1
9591 || idesc->operands[0] == IA64_OPND_P2))
9592 {
9593 specs[count] = tmpl;
9594 specs[count++].cmp_type =
9595 (or_andcm ? CMP_OR : (and_orcm ? CMP_AND : CMP_NONE));
9596 }
9597 if (p2 == 63
9598 && (idesc->operands[1] == IA64_OPND_P1
9599 || idesc->operands[1] == IA64_OPND_P2))
9600 {
9601 specs[count] = tmpl;
9602 specs[count++].cmp_type =
9603 (or_andcm ? CMP_AND : (and_orcm ? CMP_OR : CMP_NONE));
9604 }
9605 }
9606 else
9607 {
9608 if (CURR_SLOT.qp_regno == 63)
9609 {
9610 specs[count++] = tmpl;
9611 }
9612 }
9613 }
9614 else
9615 {
9616 UNHANDLED;
9617 }
9618 break;
9619
9620 case IA64_RS_RSE:
9621 /* FIXME we can identify some individual RSE written resources, but RSE
9622 read resources have not yet been completely identified, so for now
9623 treat RSE as a single resource */
9624 if (strncmp (idesc->name, "mov", 3) == 0)
9625 {
9626 if (rsrc_write)
9627 {
9628 if (idesc->operands[0] == IA64_OPND_AR3
9629 && CURR_SLOT.opnd[0].X_add_number - REG_AR == AR_BSPSTORE)
9630 {
9631 specs[count++] = tmpl;
9632 }
9633 }
9634 else
9635 {
9636 if (idesc->operands[0] == IA64_OPND_AR3)
9637 {
9638 if (CURR_SLOT.opnd[0].X_add_number - REG_AR == AR_BSPSTORE
9639 || CURR_SLOT.opnd[0].X_add_number - REG_AR == AR_RNAT)
9640 {
9641 specs[count++] = tmpl;
9642 }
9643 }
9644 else if (idesc->operands[1] == IA64_OPND_AR3)
9645 {
9646 if (CURR_SLOT.opnd[1].X_add_number - REG_AR == AR_BSP
9647 || CURR_SLOT.opnd[1].X_add_number - REG_AR == AR_BSPSTORE
9648 || CURR_SLOT.opnd[1].X_add_number - REG_AR == AR_RNAT)
9649 {
9650 specs[count++] = tmpl;
9651 }
9652 }
9653 }
9654 }
9655 else
9656 {
9657 specs[count++] = tmpl;
9658 }
9659 break;
9660
9661 case IA64_RS_ANY:
9662 /* FIXME -- do any of these need to be non-specific? */
9663 specs[count++] = tmpl;
9664 break;
9665
9666 default:
9667 as_bad (_("Unrecognized dependency specifier %d\n"), dep->specifier);
9668 break;
9669 }
9670
9671 return count;
9672 }
9673
9674 /* Clear branch flags on marked resources. This breaks the link between the
9675 QP of the marking instruction and a subsequent branch on the same QP. */
9676
9677 static void
9678 clear_qp_branch_flag (mask)
9679 valueT mask;
9680 {
9681 int i;
9682 for (i = 0; i < regdepslen; i++)
9683 {
9684 valueT bit = ((valueT) 1 << regdeps[i].qp_regno);
9685 if ((bit & mask) != 0)
9686 {
9687 regdeps[i].link_to_qp_branch = 0;
9688 }
9689 }
9690 }
9691
9692 /* MASK contains 2 and only 2 PRs which are mutually exclusive. Remove
9693 any mutexes which contain one of the PRs and create new ones when
9694 needed. */
9695
9696 static int
9697 update_qp_mutex (valueT mask)
9698 {
9699 int i;
9700 int add = 0;
9701
9702 i = 0;
9703 while (i < qp_mutexeslen)
9704 {
9705 if ((qp_mutexes[i].prmask & mask) != 0)
9706 {
9707 /* If it destroys and creates the same mutex, do nothing. */
9708 if (qp_mutexes[i].prmask == mask
9709 && qp_mutexes[i].path == md.path)
9710 {
9711 i++;
9712 add = -1;
9713 }
9714 else
9715 {
9716 int keep = 0;
9717
9718 if (md.debug_dv)
9719 {
9720 fprintf (stderr, " Clearing mutex relation");
9721 print_prmask (qp_mutexes[i].prmask);
9722 fprintf (stderr, "\n");
9723 }
9724
9725 /* Deal with the old mutex with more than 3+ PRs only if
9726 the new mutex on the same execution path with it.
9727
9728 FIXME: The 3+ mutex support is incomplete.
9729 dot_pred_rel () may be a better place to fix it. */
9730 if (qp_mutexes[i].path == md.path)
9731 {
9732 /* If it is a proper subset of the mutex, create a
9733 new mutex. */
9734 if (add == 0
9735 && (qp_mutexes[i].prmask & mask) == mask)
9736 add = 1;
9737
9738 qp_mutexes[i].prmask &= ~mask;
9739 if (qp_mutexes[i].prmask & (qp_mutexes[i].prmask - 1))
9740 {
9741 /* Modify the mutex if there are more than one
9742 PR left. */
9743 keep = 1;
9744 i++;
9745 }
9746 }
9747
9748 if (keep == 0)
9749 /* Remove the mutex. */
9750 qp_mutexes[i] = qp_mutexes[--qp_mutexeslen];
9751 }
9752 }
9753 else
9754 ++i;
9755 }
9756
9757 if (add == 1)
9758 add_qp_mutex (mask);
9759
9760 return add;
9761 }
9762
9763 /* Remove any mutexes which contain any of the PRs indicated in the mask.
9764
9765 Any changes to a PR clears the mutex relations which include that PR. */
9766
9767 static void
9768 clear_qp_mutex (mask)
9769 valueT mask;
9770 {
9771 int i;
9772
9773 i = 0;
9774 while (i < qp_mutexeslen)
9775 {
9776 if ((qp_mutexes[i].prmask & mask) != 0)
9777 {
9778 if (md.debug_dv)
9779 {
9780 fprintf (stderr, " Clearing mutex relation");
9781 print_prmask (qp_mutexes[i].prmask);
9782 fprintf (stderr, "\n");
9783 }
9784 qp_mutexes[i] = qp_mutexes[--qp_mutexeslen];
9785 }
9786 else
9787 ++i;
9788 }
9789 }
9790
9791 /* Clear implies relations which contain PRs in the given masks.
9792 P1_MASK indicates the source of the implies relation, while P2_MASK
9793 indicates the implied PR. */
9794
9795 static void
9796 clear_qp_implies (p1_mask, p2_mask)
9797 valueT p1_mask;
9798 valueT p2_mask;
9799 {
9800 int i;
9801
9802 i = 0;
9803 while (i < qp_implieslen)
9804 {
9805 if ((((valueT) 1 << qp_implies[i].p1) & p1_mask) != 0
9806 || (((valueT) 1 << qp_implies[i].p2) & p2_mask) != 0)
9807 {
9808 if (md.debug_dv)
9809 fprintf (stderr, "Clearing implied relation PR%d->PR%d\n",
9810 qp_implies[i].p1, qp_implies[i].p2);
9811 qp_implies[i] = qp_implies[--qp_implieslen];
9812 }
9813 else
9814 ++i;
9815 }
9816 }
9817
9818 /* Add the PRs specified to the list of implied relations. */
9819
9820 static void
9821 add_qp_imply (p1, p2)
9822 int p1, p2;
9823 {
9824 valueT mask;
9825 valueT bit;
9826 int i;
9827
9828 /* p0 is not meaningful here. */
9829 if (p1 == 0 || p2 == 0)
9830 abort ();
9831
9832 if (p1 == p2)
9833 return;
9834
9835 /* If it exists already, ignore it. */
9836 for (i = 0; i < qp_implieslen; i++)
9837 {
9838 if (qp_implies[i].p1 == p1
9839 && qp_implies[i].p2 == p2
9840 && qp_implies[i].path == md.path
9841 && !qp_implies[i].p2_branched)
9842 return;
9843 }
9844
9845 if (qp_implieslen == qp_impliestotlen)
9846 {
9847 qp_impliestotlen += 20;
9848 qp_implies = (struct qp_imply *)
9849 xrealloc ((void *) qp_implies,
9850 qp_impliestotlen * sizeof (struct qp_imply));
9851 }
9852 if (md.debug_dv)
9853 fprintf (stderr, " Registering PR%d implies PR%d\n", p1, p2);
9854 qp_implies[qp_implieslen].p1 = p1;
9855 qp_implies[qp_implieslen].p2 = p2;
9856 qp_implies[qp_implieslen].path = md.path;
9857 qp_implies[qp_implieslen++].p2_branched = 0;
9858
9859 /* Add in the implied transitive relations; for everything that p2 implies,
9860 make p1 imply that, too; for everything that implies p1, make it imply p2
9861 as well. */
9862 for (i = 0; i < qp_implieslen; i++)
9863 {
9864 if (qp_implies[i].p1 == p2)
9865 add_qp_imply (p1, qp_implies[i].p2);
9866 if (qp_implies[i].p2 == p1)
9867 add_qp_imply (qp_implies[i].p1, p2);
9868 }
9869 /* Add in mutex relations implied by this implies relation; for each mutex
9870 relation containing p2, duplicate it and replace p2 with p1. */
9871 bit = (valueT) 1 << p1;
9872 mask = (valueT) 1 << p2;
9873 for (i = 0; i < qp_mutexeslen; i++)
9874 {
9875 if (qp_mutexes[i].prmask & mask)
9876 add_qp_mutex ((qp_mutexes[i].prmask & ~mask) | bit);
9877 }
9878 }
9879
9880 /* Add the PRs specified in the mask to the mutex list; this means that only
9881 one of the PRs can be true at any time. PR0 should never be included in
9882 the mask. */
9883
9884 static void
9885 add_qp_mutex (mask)
9886 valueT mask;
9887 {
9888 if (mask & 0x1)
9889 abort ();
9890
9891 if (qp_mutexeslen == qp_mutexestotlen)
9892 {
9893 qp_mutexestotlen += 20;
9894 qp_mutexes = (struct qpmutex *)
9895 xrealloc ((void *) qp_mutexes,
9896 qp_mutexestotlen * sizeof (struct qpmutex));
9897 }
9898 if (md.debug_dv)
9899 {
9900 fprintf (stderr, " Registering mutex on");
9901 print_prmask (mask);
9902 fprintf (stderr, "\n");
9903 }
9904 qp_mutexes[qp_mutexeslen].path = md.path;
9905 qp_mutexes[qp_mutexeslen++].prmask = mask;
9906 }
9907
9908 static int
9909 has_suffix_p (name, suffix)
9910 const char *name;
9911 const char *suffix;
9912 {
9913 size_t namelen = strlen (name);
9914 size_t sufflen = strlen (suffix);
9915
9916 if (namelen <= sufflen)
9917 return 0;
9918 return strcmp (name + namelen - sufflen, suffix) == 0;
9919 }
9920
9921 static void
9922 clear_register_values ()
9923 {
9924 int i;
9925 if (md.debug_dv)
9926 fprintf (stderr, " Clearing register values\n");
9927 for (i = 1; i < NELEMS (gr_values); i++)
9928 gr_values[i].known = 0;
9929 }
9930
9931 /* Keep track of register values/changes which affect DV tracking.
9932
9933 optimization note: should add a flag to classes of insns where otherwise we
9934 have to examine a group of strings to identify them. */
9935
9936 static void
9937 note_register_values (idesc)
9938 struct ia64_opcode *idesc;
9939 {
9940 valueT qp_changemask = 0;
9941 int i;
9942
9943 /* Invalidate values for registers being written to. */
9944 for (i = 0; i < idesc->num_outputs; i++)
9945 {
9946 if (idesc->operands[i] == IA64_OPND_R1
9947 || idesc->operands[i] == IA64_OPND_R2
9948 || idesc->operands[i] == IA64_OPND_R3)
9949 {
9950 int regno = CURR_SLOT.opnd[i].X_add_number - REG_GR;
9951 if (regno > 0 && regno < NELEMS (gr_values))
9952 gr_values[regno].known = 0;
9953 }
9954 else if (idesc->operands[i] == IA64_OPND_R3_2)
9955 {
9956 int regno = CURR_SLOT.opnd[i].X_add_number - REG_GR;
9957 if (regno > 0 && regno < 4)
9958 gr_values[regno].known = 0;
9959 }
9960 else if (idesc->operands[i] == IA64_OPND_P1
9961 || idesc->operands[i] == IA64_OPND_P2)
9962 {
9963 int regno = CURR_SLOT.opnd[i].X_add_number - REG_P;
9964 qp_changemask |= (valueT) 1 << regno;
9965 }
9966 else if (idesc->operands[i] == IA64_OPND_PR)
9967 {
9968 if (idesc->operands[2] & (valueT) 0x10000)
9969 qp_changemask = ~(valueT) 0x1FFFF | idesc->operands[2];
9970 else
9971 qp_changemask = idesc->operands[2];
9972 break;
9973 }
9974 else if (idesc->operands[i] == IA64_OPND_PR_ROT)
9975 {
9976 if (idesc->operands[1] & ((valueT) 1 << 43))
9977 qp_changemask = -((valueT) 1 << 44) | idesc->operands[1];
9978 else
9979 qp_changemask = idesc->operands[1];
9980 qp_changemask &= ~(valueT) 0xFFFF;
9981 break;
9982 }
9983 }
9984
9985 /* Always clear qp branch flags on any PR change. */
9986 /* FIXME there may be exceptions for certain compares. */
9987 clear_qp_branch_flag (qp_changemask);
9988
9989 /* Invalidate rotating registers on insns which affect RRBs in CFM. */
9990 if (idesc->flags & IA64_OPCODE_MOD_RRBS)
9991 {
9992 qp_changemask |= ~(valueT) 0xFFFF;
9993 if (strcmp (idesc->name, "clrrrb.pr") != 0)
9994 {
9995 for (i = 32; i < 32 + md.rot.num_regs; i++)
9996 gr_values[i].known = 0;
9997 }
9998 clear_qp_mutex (qp_changemask);
9999 clear_qp_implies (qp_changemask, qp_changemask);
10000 }
10001 /* After a call, all register values are undefined, except those marked
10002 as "safe". */
10003 else if (strncmp (idesc->name, "br.call", 6) == 0
10004 || strncmp (idesc->name, "brl.call", 7) == 0)
10005 {
10006 /* FIXME keep GR values which are marked as "safe_across_calls" */
10007 clear_register_values ();
10008 clear_qp_mutex (~qp_safe_across_calls);
10009 clear_qp_implies (~qp_safe_across_calls, ~qp_safe_across_calls);
10010 clear_qp_branch_flag (~qp_safe_across_calls);
10011 }
10012 else if (is_interruption_or_rfi (idesc)
10013 || is_taken_branch (idesc))
10014 {
10015 clear_register_values ();
10016 clear_qp_mutex (~(valueT) 0);
10017 clear_qp_implies (~(valueT) 0, ~(valueT) 0);
10018 }
10019 /* Look for mutex and implies relations. */
10020 else if ((idesc->operands[0] == IA64_OPND_P1
10021 || idesc->operands[0] == IA64_OPND_P2)
10022 && (idesc->operands[1] == IA64_OPND_P1
10023 || idesc->operands[1] == IA64_OPND_P2))
10024 {
10025 int p1 = CURR_SLOT.opnd[0].X_add_number - REG_P;
10026 int p2 = CURR_SLOT.opnd[1].X_add_number - REG_P;
10027 valueT p1mask = (p1 != 0) ? (valueT) 1 << p1 : 0;
10028 valueT p2mask = (p2 != 0) ? (valueT) 1 << p2 : 0;
10029
10030 /* If both PRs are PR0, we can't really do anything. */
10031 if (p1 == 0 && p2 == 0)
10032 {
10033 if (md.debug_dv)
10034 fprintf (stderr, " Ignoring PRs due to inclusion of p0\n");
10035 }
10036 /* In general, clear mutexes and implies which include P1 or P2,
10037 with the following exceptions. */
10038 else if (has_suffix_p (idesc->name, ".or.andcm")
10039 || has_suffix_p (idesc->name, ".and.orcm"))
10040 {
10041 clear_qp_implies (p2mask, p1mask);
10042 }
10043 else if (has_suffix_p (idesc->name, ".andcm")
10044 || has_suffix_p (idesc->name, ".and"))
10045 {
10046 clear_qp_implies (0, p1mask | p2mask);
10047 }
10048 else if (has_suffix_p (idesc->name, ".orcm")
10049 || has_suffix_p (idesc->name, ".or"))
10050 {
10051 clear_qp_mutex (p1mask | p2mask);
10052 clear_qp_implies (p1mask | p2mask, 0);
10053 }
10054 else
10055 {
10056 int added = 0;
10057
10058 clear_qp_implies (p1mask | p2mask, p1mask | p2mask);
10059
10060 /* If one of the PRs is PR0, we call clear_qp_mutex. */
10061 if (p1 == 0 || p2 == 0)
10062 clear_qp_mutex (p1mask | p2mask);
10063 else
10064 added = update_qp_mutex (p1mask | p2mask);
10065
10066 if (CURR_SLOT.qp_regno == 0
10067 || has_suffix_p (idesc->name, ".unc"))
10068 {
10069 if (added == 0 && p1 && p2)
10070 add_qp_mutex (p1mask | p2mask);
10071 if (CURR_SLOT.qp_regno != 0)
10072 {
10073 if (p1)
10074 add_qp_imply (p1, CURR_SLOT.qp_regno);
10075 if (p2)
10076 add_qp_imply (p2, CURR_SLOT.qp_regno);
10077 }
10078 }
10079 }
10080 }
10081 /* Look for mov imm insns into GRs. */
10082 else if (idesc->operands[0] == IA64_OPND_R1
10083 && (idesc->operands[1] == IA64_OPND_IMM22
10084 || idesc->operands[1] == IA64_OPND_IMMU64)
10085 && CURR_SLOT.opnd[1].X_op == O_constant
10086 && (strcmp (idesc->name, "mov") == 0
10087 || strcmp (idesc->name, "movl") == 0))
10088 {
10089 int regno = CURR_SLOT.opnd[0].X_add_number - REG_GR;
10090 if (regno > 0 && regno < NELEMS (gr_values))
10091 {
10092 gr_values[regno].known = 1;
10093 gr_values[regno].value = CURR_SLOT.opnd[1].X_add_number;
10094 gr_values[regno].path = md.path;
10095 if (md.debug_dv)
10096 {
10097 fprintf (stderr, " Know gr%d = ", regno);
10098 fprintf_vma (stderr, gr_values[regno].value);
10099 fputs ("\n", stderr);
10100 }
10101 }
10102 }
10103 /* Look for dep.z imm insns. */
10104 else if (idesc->operands[0] == IA64_OPND_R1
10105 && idesc->operands[1] == IA64_OPND_IMM8
10106 && strcmp (idesc->name, "dep.z") == 0)
10107 {
10108 int regno = CURR_SLOT.opnd[0].X_add_number - REG_GR;
10109 if (regno > 0 && regno < NELEMS (gr_values))
10110 {
10111 valueT value = CURR_SLOT.opnd[1].X_add_number;
10112
10113 if (CURR_SLOT.opnd[3].X_add_number < 64)
10114 value &= ((valueT)1 << CURR_SLOT.opnd[3].X_add_number) - 1;
10115 value <<= CURR_SLOT.opnd[2].X_add_number;
10116 gr_values[regno].known = 1;
10117 gr_values[regno].value = value;
10118 gr_values[regno].path = md.path;
10119 if (md.debug_dv)
10120 {
10121 fprintf (stderr, " Know gr%d = ", regno);
10122 fprintf_vma (stderr, gr_values[regno].value);
10123 fputs ("\n", stderr);
10124 }
10125 }
10126 }
10127 else
10128 {
10129 clear_qp_mutex (qp_changemask);
10130 clear_qp_implies (qp_changemask, qp_changemask);
10131 }
10132 }
10133
10134 /* Return whether the given predicate registers are currently mutex. */
10135
10136 static int
10137 qp_mutex (p1, p2, path)
10138 int p1;
10139 int p2;
10140 int path;
10141 {
10142 int i;
10143 valueT mask;
10144
10145 if (p1 != p2)
10146 {
10147 mask = ((valueT) 1 << p1) | (valueT) 1 << p2;
10148 for (i = 0; i < qp_mutexeslen; i++)
10149 {
10150 if (qp_mutexes[i].path >= path
10151 && (qp_mutexes[i].prmask & mask) == mask)
10152 return 1;
10153 }
10154 }
10155 return 0;
10156 }
10157
10158 /* Return whether the given resource is in the given insn's list of chks
10159 Return 1 if the conflict is absolutely determined, 2 if it's a potential
10160 conflict. */
10161
10162 static int
10163 resources_match (rs, idesc, note, qp_regno, path)
10164 struct rsrc *rs;
10165 struct ia64_opcode *idesc;
10166 int note;
10167 int qp_regno;
10168 int path;
10169 {
10170 struct rsrc specs[MAX_SPECS];
10171 int count;
10172
10173 /* If the marked resource's qp_regno and the given qp_regno are mutex,
10174 we don't need to check. One exception is note 11, which indicates that
10175 target predicates are written regardless of PR[qp]. */
10176 if (qp_mutex (rs->qp_regno, qp_regno, path)
10177 && note != 11)
10178 return 0;
10179
10180 count = specify_resource (rs->dependency, idesc, DV_CHK, specs, note, path);
10181 while (count-- > 0)
10182 {
10183 /* UNAT checking is a bit more specific than other resources */
10184 if (rs->dependency->specifier == IA64_RS_AR_UNAT
10185 && specs[count].mem_offset.hint
10186 && rs->mem_offset.hint)
10187 {
10188 if (rs->mem_offset.base == specs[count].mem_offset.base)
10189 {
10190 if (((rs->mem_offset.offset >> 3) & 0x3F) ==
10191 ((specs[count].mem_offset.offset >> 3) & 0x3F))
10192 return 1;
10193 else
10194 continue;
10195 }
10196 }
10197
10198 /* Skip apparent PR write conflicts where both writes are an AND or both
10199 writes are an OR. */
10200 if (rs->dependency->specifier == IA64_RS_PR
10201 || rs->dependency->specifier == IA64_RS_PRr
10202 || rs->dependency->specifier == IA64_RS_PR63)
10203 {
10204 if (specs[count].cmp_type != CMP_NONE
10205 && specs[count].cmp_type == rs->cmp_type)
10206 {
10207 if (md.debug_dv)
10208 fprintf (stderr, " %s on parallel compare allowed (PR%d)\n",
10209 dv_mode[rs->dependency->mode],
10210 rs->dependency->specifier != IA64_RS_PR63 ?
10211 specs[count].index : 63);
10212 continue;
10213 }
10214 if (md.debug_dv)
10215 fprintf (stderr,
10216 " %s on parallel compare conflict %s vs %s on PR%d\n",
10217 dv_mode[rs->dependency->mode],
10218 dv_cmp_type[rs->cmp_type],
10219 dv_cmp_type[specs[count].cmp_type],
10220 rs->dependency->specifier != IA64_RS_PR63 ?
10221 specs[count].index : 63);
10222
10223 }
10224
10225 /* If either resource is not specific, conservatively assume a conflict
10226 */
10227 if (!specs[count].specific || !rs->specific)
10228 return 2;
10229 else if (specs[count].index == rs->index)
10230 return 1;
10231 }
10232
10233 return 0;
10234 }
10235
10236 /* Indicate an instruction group break; if INSERT_STOP is non-zero, then
10237 insert a stop to create the break. Update all resource dependencies
10238 appropriately. If QP_REGNO is non-zero, only apply the break to resources
10239 which use the same QP_REGNO and have the link_to_qp_branch flag set.
10240 If SAVE_CURRENT is non-zero, don't affect resources marked by the current
10241 instruction. */
10242
10243 static void
10244 insn_group_break (insert_stop, qp_regno, save_current)
10245 int insert_stop;
10246 int qp_regno;
10247 int save_current;
10248 {
10249 int i;
10250
10251 if (insert_stop && md.num_slots_in_use > 0)
10252 PREV_SLOT.end_of_insn_group = 1;
10253
10254 if (md.debug_dv)
10255 {
10256 fprintf (stderr, " Insn group break%s",
10257 (insert_stop ? " (w/stop)" : ""));
10258 if (qp_regno != 0)
10259 fprintf (stderr, " effective for QP=%d", qp_regno);
10260 fprintf (stderr, "\n");
10261 }
10262
10263 i = 0;
10264 while (i < regdepslen)
10265 {
10266 const struct ia64_dependency *dep = regdeps[i].dependency;
10267
10268 if (qp_regno != 0
10269 && regdeps[i].qp_regno != qp_regno)
10270 {
10271 ++i;
10272 continue;
10273 }
10274
10275 if (save_current
10276 && CURR_SLOT.src_file == regdeps[i].file
10277 && CURR_SLOT.src_line == regdeps[i].line)
10278 {
10279 ++i;
10280 continue;
10281 }
10282
10283 /* clear dependencies which are automatically cleared by a stop, or
10284 those that have reached the appropriate state of insn serialization */
10285 if (dep->semantics == IA64_DVS_IMPLIED
10286 || dep->semantics == IA64_DVS_IMPLIEDF
10287 || regdeps[i].insn_srlz == STATE_SRLZ)
10288 {
10289 print_dependency ("Removing", i);
10290 regdeps[i] = regdeps[--regdepslen];
10291 }
10292 else
10293 {
10294 if (dep->semantics == IA64_DVS_DATA
10295 || dep->semantics == IA64_DVS_INSTR
10296 || dep->semantics == IA64_DVS_SPECIFIC)
10297 {
10298 if (regdeps[i].insn_srlz == STATE_NONE)
10299 regdeps[i].insn_srlz = STATE_STOP;
10300 if (regdeps[i].data_srlz == STATE_NONE)
10301 regdeps[i].data_srlz = STATE_STOP;
10302 }
10303 ++i;
10304 }
10305 }
10306 }
10307
10308 /* Add the given resource usage spec to the list of active dependencies. */
10309
10310 static void
10311 mark_resource (idesc, dep, spec, depind, path)
10312 struct ia64_opcode *idesc ATTRIBUTE_UNUSED;
10313 const struct ia64_dependency *dep ATTRIBUTE_UNUSED;
10314 struct rsrc *spec;
10315 int depind;
10316 int path;
10317 {
10318 if (regdepslen == regdepstotlen)
10319 {
10320 regdepstotlen += 20;
10321 regdeps = (struct rsrc *)
10322 xrealloc ((void *) regdeps,
10323 regdepstotlen * sizeof (struct rsrc));
10324 }
10325
10326 regdeps[regdepslen] = *spec;
10327 regdeps[regdepslen].depind = depind;
10328 regdeps[regdepslen].path = path;
10329 regdeps[regdepslen].file = CURR_SLOT.src_file;
10330 regdeps[regdepslen].line = CURR_SLOT.src_line;
10331
10332 print_dependency ("Adding", regdepslen);
10333
10334 ++regdepslen;
10335 }
10336
10337 static void
10338 print_dependency (action, depind)
10339 const char *action;
10340 int depind;
10341 {
10342 if (md.debug_dv)
10343 {
10344 fprintf (stderr, " %s %s '%s'",
10345 action, dv_mode[(regdeps[depind].dependency)->mode],
10346 (regdeps[depind].dependency)->name);
10347 if (regdeps[depind].specific && regdeps[depind].index >= 0)
10348 fprintf (stderr, " (%d)", regdeps[depind].index);
10349 if (regdeps[depind].mem_offset.hint)
10350 {
10351 fputs (" ", stderr);
10352 fprintf_vma (stderr, regdeps[depind].mem_offset.base);
10353 fputs ("+", stderr);
10354 fprintf_vma (stderr, regdeps[depind].mem_offset.offset);
10355 }
10356 fprintf (stderr, "\n");
10357 }
10358 }
10359
10360 static void
10361 instruction_serialization ()
10362 {
10363 int i;
10364 if (md.debug_dv)
10365 fprintf (stderr, " Instruction serialization\n");
10366 for (i = 0; i < regdepslen; i++)
10367 if (regdeps[i].insn_srlz == STATE_STOP)
10368 regdeps[i].insn_srlz = STATE_SRLZ;
10369 }
10370
10371 static void
10372 data_serialization ()
10373 {
10374 int i = 0;
10375 if (md.debug_dv)
10376 fprintf (stderr, " Data serialization\n");
10377 while (i < regdepslen)
10378 {
10379 if (regdeps[i].data_srlz == STATE_STOP
10380 /* Note: as of 991210, all "other" dependencies are cleared by a
10381 data serialization. This might change with new tables */
10382 || (regdeps[i].dependency)->semantics == IA64_DVS_OTHER)
10383 {
10384 print_dependency ("Removing", i);
10385 regdeps[i] = regdeps[--regdepslen];
10386 }
10387 else
10388 ++i;
10389 }
10390 }
10391
10392 /* Insert stops and serializations as needed to avoid DVs. */
10393
10394 static void
10395 remove_marked_resource (rs)
10396 struct rsrc *rs;
10397 {
10398 switch (rs->dependency->semantics)
10399 {
10400 case IA64_DVS_SPECIFIC:
10401 if (md.debug_dv)
10402 fprintf (stderr, "Implementation-specific, assume worst case...\n");
10403 /* ...fall through... */
10404 case IA64_DVS_INSTR:
10405 if (md.debug_dv)
10406 fprintf (stderr, "Inserting instr serialization\n");
10407 if (rs->insn_srlz < STATE_STOP)
10408 insn_group_break (1, 0, 0);
10409 if (rs->insn_srlz < STATE_SRLZ)
10410 {
10411 struct slot oldslot = CURR_SLOT;
10412 /* Manually jam a srlz.i insn into the stream */
10413 memset (&CURR_SLOT, 0, sizeof (CURR_SLOT));
10414 CURR_SLOT.user_template = -1;
10415 CURR_SLOT.idesc = ia64_find_opcode ("srlz.i");
10416 instruction_serialization ();
10417 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS;
10418 if (++md.num_slots_in_use >= NUM_SLOTS)
10419 emit_one_bundle ();
10420 CURR_SLOT = oldslot;
10421 }
10422 insn_group_break (1, 0, 0);
10423 break;
10424 case IA64_DVS_OTHER: /* as of rev2 (991220) of the DV tables, all
10425 "other" types of DV are eliminated
10426 by a data serialization */
10427 case IA64_DVS_DATA:
10428 if (md.debug_dv)
10429 fprintf (stderr, "Inserting data serialization\n");
10430 if (rs->data_srlz < STATE_STOP)
10431 insn_group_break (1, 0, 0);
10432 {
10433 struct slot oldslot = CURR_SLOT;
10434 /* Manually jam a srlz.d insn into the stream */
10435 memset (&CURR_SLOT, 0, sizeof (CURR_SLOT));
10436 CURR_SLOT.user_template = -1;
10437 CURR_SLOT.idesc = ia64_find_opcode ("srlz.d");
10438 data_serialization ();
10439 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS;
10440 if (++md.num_slots_in_use >= NUM_SLOTS)
10441 emit_one_bundle ();
10442 CURR_SLOT = oldslot;
10443 }
10444 break;
10445 case IA64_DVS_IMPLIED:
10446 case IA64_DVS_IMPLIEDF:
10447 if (md.debug_dv)
10448 fprintf (stderr, "Inserting stop\n");
10449 insn_group_break (1, 0, 0);
10450 break;
10451 default:
10452 break;
10453 }
10454 }
10455
10456 /* Check the resources used by the given opcode against the current dependency
10457 list.
10458
10459 The check is run once for each execution path encountered. In this case,
10460 a unique execution path is the sequence of instructions following a code
10461 entry point, e.g. the following has three execution paths, one starting
10462 at L0, one at L1, and one at L2.
10463
10464 L0: nop
10465 L1: add
10466 L2: add
10467 br.ret
10468 */
10469
10470 static void
10471 check_dependencies (idesc)
10472 struct ia64_opcode *idesc;
10473 {
10474 const struct ia64_opcode_dependency *opdeps = idesc->dependencies;
10475 int path;
10476 int i;
10477
10478 /* Note that the number of marked resources may change within the
10479 loop if in auto mode. */
10480 i = 0;
10481 while (i < regdepslen)
10482 {
10483 struct rsrc *rs = &regdeps[i];
10484 const struct ia64_dependency *dep = rs->dependency;
10485 int chkind;
10486 int note;
10487 int start_over = 0;
10488
10489 if (dep->semantics == IA64_DVS_NONE
10490 || (chkind = depends_on (rs->depind, idesc)) == -1)
10491 {
10492 ++i;
10493 continue;
10494 }
10495
10496 note = NOTE (opdeps->chks[chkind]);
10497
10498 /* Check this resource against each execution path seen thus far. */
10499 for (path = 0; path <= md.path; path++)
10500 {
10501 int matchtype;
10502
10503 /* If the dependency wasn't on the path being checked, ignore it. */
10504 if (rs->path < path)
10505 continue;
10506
10507 /* If the QP for this insn implies a QP which has branched, don't
10508 bother checking. Ed. NOTE: I don't think this check is terribly
10509 useful; what's the point of generating code which will only be
10510 reached if its QP is zero?
10511 This code was specifically inserted to handle the following code,
10512 based on notes from Intel's DV checking code, where p1 implies p2.
10513
10514 mov r4 = 2
10515 (p2) br.cond L
10516 (p1) mov r4 = 7
10517 */
10518 if (CURR_SLOT.qp_regno != 0)
10519 {
10520 int skip = 0;
10521 int implies;
10522 for (implies = 0; implies < qp_implieslen; implies++)
10523 {
10524 if (qp_implies[implies].path >= path
10525 && qp_implies[implies].p1 == CURR_SLOT.qp_regno
10526 && qp_implies[implies].p2_branched)
10527 {
10528 skip = 1;
10529 break;
10530 }
10531 }
10532 if (skip)
10533 continue;
10534 }
10535
10536 if ((matchtype = resources_match (rs, idesc, note,
10537 CURR_SLOT.qp_regno, path)) != 0)
10538 {
10539 char msg[1024];
10540 char pathmsg[256] = "";
10541 char indexmsg[256] = "";
10542 int certain = (matchtype == 1 && CURR_SLOT.qp_regno == 0);
10543
10544 if (path != 0)
10545 sprintf (pathmsg, " when entry is at label '%s'",
10546 md.entry_labels[path - 1]);
10547 if (matchtype == 1 && rs->index >= 0)
10548 sprintf (indexmsg, ", specific resource number is %d",
10549 rs->index);
10550 sprintf (msg, "Use of '%s' %s %s dependency '%s' (%s)%s%s",
10551 idesc->name,
10552 (certain ? "violates" : "may violate"),
10553 dv_mode[dep->mode], dep->name,
10554 dv_sem[dep->semantics],
10555 pathmsg, indexmsg);
10556
10557 if (md.explicit_mode)
10558 {
10559 as_warn ("%s", msg);
10560 if (path < md.path)
10561 as_warn (_("Only the first path encountering the conflict "
10562 "is reported"));
10563 as_warn_where (rs->file, rs->line,
10564 _("This is the location of the "
10565 "conflicting usage"));
10566 /* Don't bother checking other paths, to avoid duplicating
10567 the same warning */
10568 break;
10569 }
10570 else
10571 {
10572 if (md.debug_dv)
10573 fprintf (stderr, "%s @ %s:%d\n", msg, rs->file, rs->line);
10574
10575 remove_marked_resource (rs);
10576
10577 /* since the set of dependencies has changed, start over */
10578 /* FIXME -- since we're removing dvs as we go, we
10579 probably don't really need to start over... */
10580 start_over = 1;
10581 break;
10582 }
10583 }
10584 }
10585 if (start_over)
10586 i = 0;
10587 else
10588 ++i;
10589 }
10590 }
10591
10592 /* Register new dependencies based on the given opcode. */
10593
10594 static void
10595 mark_resources (idesc)
10596 struct ia64_opcode *idesc;
10597 {
10598 int i;
10599 const struct ia64_opcode_dependency *opdeps = idesc->dependencies;
10600 int add_only_qp_reads = 0;
10601
10602 /* A conditional branch only uses its resources if it is taken; if it is
10603 taken, we stop following that path. The other branch types effectively
10604 *always* write their resources. If it's not taken, register only QP
10605 reads. */
10606 if (is_conditional_branch (idesc) || is_interruption_or_rfi (idesc))
10607 {
10608 add_only_qp_reads = 1;
10609 }
10610
10611 if (md.debug_dv)
10612 fprintf (stderr, "Registering '%s' resource usage\n", idesc->name);
10613
10614 for (i = 0; i < opdeps->nregs; i++)
10615 {
10616 const struct ia64_dependency *dep;
10617 struct rsrc specs[MAX_SPECS];
10618 int note;
10619 int path;
10620 int count;
10621
10622 dep = ia64_find_dependency (opdeps->regs[i]);
10623 note = NOTE (opdeps->regs[i]);
10624
10625 if (add_only_qp_reads
10626 && !(dep->mode == IA64_DV_WAR
10627 && (dep->specifier == IA64_RS_PR
10628 || dep->specifier == IA64_RS_PRr
10629 || dep->specifier == IA64_RS_PR63)))
10630 continue;
10631
10632 count = specify_resource (dep, idesc, DV_REG, specs, note, md.path);
10633
10634 while (count-- > 0)
10635 {
10636 mark_resource (idesc, dep, &specs[count],
10637 DEP (opdeps->regs[i]), md.path);
10638 }
10639
10640 /* The execution path may affect register values, which may in turn
10641 affect which indirect-access resources are accessed. */
10642 switch (dep->specifier)
10643 {
10644 default:
10645 break;
10646 case IA64_RS_CPUID:
10647 case IA64_RS_DBR:
10648 case IA64_RS_IBR:
10649 case IA64_RS_MSR:
10650 case IA64_RS_PKR:
10651 case IA64_RS_PMC:
10652 case IA64_RS_PMD:
10653 case IA64_RS_RR:
10654 for (path = 0; path < md.path; path++)
10655 {
10656 count = specify_resource (dep, idesc, DV_REG, specs, note, path);
10657 while (count-- > 0)
10658 mark_resource (idesc, dep, &specs[count],
10659 DEP (opdeps->regs[i]), path);
10660 }
10661 break;
10662 }
10663 }
10664 }
10665
10666 /* Remove dependencies when they no longer apply. */
10667
10668 static void
10669 update_dependencies (idesc)
10670 struct ia64_opcode *idesc;
10671 {
10672 int i;
10673
10674 if (strcmp (idesc->name, "srlz.i") == 0)
10675 {
10676 instruction_serialization ();
10677 }
10678 else if (strcmp (idesc->name, "srlz.d") == 0)
10679 {
10680 data_serialization ();
10681 }
10682 else if (is_interruption_or_rfi (idesc)
10683 || is_taken_branch (idesc))
10684 {
10685 /* Although technically the taken branch doesn't clear dependencies
10686 which require a srlz.[id], we don't follow the branch; the next
10687 instruction is assumed to start with a clean slate. */
10688 regdepslen = 0;
10689 md.path = 0;
10690 }
10691 else if (is_conditional_branch (idesc)
10692 && CURR_SLOT.qp_regno != 0)
10693 {
10694 int is_call = strstr (idesc->name, ".call") != NULL;
10695
10696 for (i = 0; i < qp_implieslen; i++)
10697 {
10698 /* If the conditional branch's predicate is implied by the predicate
10699 in an existing dependency, remove that dependency. */
10700 if (qp_implies[i].p2 == CURR_SLOT.qp_regno)
10701 {
10702 int depind = 0;
10703 /* Note that this implied predicate takes a branch so that if
10704 a later insn generates a DV but its predicate implies this
10705 one, we can avoid the false DV warning. */
10706 qp_implies[i].p2_branched = 1;
10707 while (depind < regdepslen)
10708 {
10709 if (regdeps[depind].qp_regno == qp_implies[i].p1)
10710 {
10711 print_dependency ("Removing", depind);
10712 regdeps[depind] = regdeps[--regdepslen];
10713 }
10714 else
10715 ++depind;
10716 }
10717 }
10718 }
10719 /* Any marked resources which have this same predicate should be
10720 cleared, provided that the QP hasn't been modified between the
10721 marking instruction and the branch. */
10722 if (is_call)
10723 {
10724 insn_group_break (0, CURR_SLOT.qp_regno, 1);
10725 }
10726 else
10727 {
10728 i = 0;
10729 while (i < regdepslen)
10730 {
10731 if (regdeps[i].qp_regno == CURR_SLOT.qp_regno
10732 && regdeps[i].link_to_qp_branch
10733 && (regdeps[i].file != CURR_SLOT.src_file
10734 || regdeps[i].line != CURR_SLOT.src_line))
10735 {
10736 /* Treat like a taken branch */
10737 print_dependency ("Removing", i);
10738 regdeps[i] = regdeps[--regdepslen];
10739 }
10740 else
10741 ++i;
10742 }
10743 }
10744 }
10745 }
10746
10747 /* Examine the current instruction for dependency violations. */
10748
10749 static int
10750 check_dv (idesc)
10751 struct ia64_opcode *idesc;
10752 {
10753 if (md.debug_dv)
10754 {
10755 fprintf (stderr, "Checking %s for violations (line %d, %d/%d)\n",
10756 idesc->name, CURR_SLOT.src_line,
10757 idesc->dependencies->nchks,
10758 idesc->dependencies->nregs);
10759 }
10760
10761 /* Look through the list of currently marked resources; if the current
10762 instruction has the dependency in its chks list which uses that resource,
10763 check against the specific resources used. */
10764 check_dependencies (idesc);
10765
10766 /* Look up the instruction's regdeps (RAW writes, WAW writes, and WAR reads),
10767 then add them to the list of marked resources. */
10768 mark_resources (idesc);
10769
10770 /* There are several types of dependency semantics, and each has its own
10771 requirements for being cleared
10772
10773 Instruction serialization (insns separated by interruption, rfi, or
10774 writer + srlz.i + reader, all in separate groups) clears DVS_INSTR.
10775
10776 Data serialization (instruction serialization, or writer + srlz.d +
10777 reader, where writer and srlz.d are in separate groups) clears
10778 DVS_DATA. (This also clears DVS_OTHER, but that is not guaranteed to
10779 always be the case).
10780
10781 Instruction group break (groups separated by stop, taken branch,
10782 interruption or rfi) clears DVS_IMPLIED and DVS_IMPLIEDF.
10783 */
10784 update_dependencies (idesc);
10785
10786 /* Sometimes, knowing a register value allows us to avoid giving a false DV
10787 warning. Keep track of as many as possible that are useful. */
10788 note_register_values (idesc);
10789
10790 /* We don't need or want this anymore. */
10791 md.mem_offset.hint = 0;
10792
10793 return 0;
10794 }
10795
10796 /* Translate one line of assembly. Pseudo ops and labels do not show
10797 here. */
10798 void
10799 md_assemble (str)
10800 char *str;
10801 {
10802 char *saved_input_line_pointer, *mnemonic;
10803 const struct pseudo_opcode *pdesc;
10804 struct ia64_opcode *idesc;
10805 unsigned char qp_regno;
10806 unsigned int flags;
10807 int ch;
10808
10809 saved_input_line_pointer = input_line_pointer;
10810 input_line_pointer = str;
10811
10812 /* extract the opcode (mnemonic): */
10813
10814 mnemonic = input_line_pointer;
10815 ch = get_symbol_end ();
10816 pdesc = (struct pseudo_opcode *) hash_find (md.pseudo_hash, mnemonic);
10817 if (pdesc)
10818 {
10819 *input_line_pointer = ch;
10820 (*pdesc->handler) (pdesc->arg);
10821 goto done;
10822 }
10823
10824 /* Find the instruction descriptor matching the arguments. */
10825
10826 idesc = ia64_find_opcode (mnemonic);
10827 *input_line_pointer = ch;
10828 if (!idesc)
10829 {
10830 as_bad ("Unknown opcode `%s'", mnemonic);
10831 goto done;
10832 }
10833
10834 idesc = parse_operands (idesc);
10835 if (!idesc)
10836 goto done;
10837
10838 /* Handle the dynamic ops we can handle now: */
10839 if (idesc->type == IA64_TYPE_DYN)
10840 {
10841 if (strcmp (idesc->name, "add") == 0)
10842 {
10843 if (CURR_SLOT.opnd[2].X_op == O_register
10844 && CURR_SLOT.opnd[2].X_add_number < 4)
10845 mnemonic = "addl";
10846 else
10847 mnemonic = "adds";
10848 ia64_free_opcode (idesc);
10849 idesc = ia64_find_opcode (mnemonic);
10850 }
10851 else if (strcmp (idesc->name, "mov") == 0)
10852 {
10853 enum ia64_opnd opnd1, opnd2;
10854 int rop;
10855
10856 opnd1 = idesc->operands[0];
10857 opnd2 = idesc->operands[1];
10858 if (opnd1 == IA64_OPND_AR3)
10859 rop = 0;
10860 else if (opnd2 == IA64_OPND_AR3)
10861 rop = 1;
10862 else
10863 abort ();
10864 if (CURR_SLOT.opnd[rop].X_op == O_register)
10865 {
10866 if (ar_is_only_in_integer_unit (CURR_SLOT.opnd[rop].X_add_number))
10867 mnemonic = "mov.i";
10868 else if (ar_is_only_in_memory_unit (CURR_SLOT.opnd[rop].X_add_number))
10869 mnemonic = "mov.m";
10870 else
10871 rop = -1;
10872 }
10873 else
10874 abort ();
10875 if (rop >= 0)
10876 {
10877 ia64_free_opcode (idesc);
10878 idesc = ia64_find_opcode (mnemonic);
10879 while (idesc != NULL
10880 && (idesc->operands[0] != opnd1
10881 || idesc->operands[1] != opnd2))
10882 idesc = get_next_opcode (idesc);
10883 }
10884 }
10885 }
10886 else if (strcmp (idesc->name, "mov.i") == 0
10887 || strcmp (idesc->name, "mov.m") == 0)
10888 {
10889 enum ia64_opnd opnd1, opnd2;
10890 int rop;
10891
10892 opnd1 = idesc->operands[0];
10893 opnd2 = idesc->operands[1];
10894 if (opnd1 == IA64_OPND_AR3)
10895 rop = 0;
10896 else if (opnd2 == IA64_OPND_AR3)
10897 rop = 1;
10898 else
10899 abort ();
10900 if (CURR_SLOT.opnd[rop].X_op == O_register)
10901 {
10902 char unit = 'a';
10903 if (ar_is_only_in_integer_unit (CURR_SLOT.opnd[rop].X_add_number))
10904 unit = 'i';
10905 else if (ar_is_only_in_memory_unit (CURR_SLOT.opnd[rop].X_add_number))
10906 unit = 'm';
10907 if (unit != 'a' && unit != idesc->name [4])
10908 as_bad ("AR %d can only be accessed by %c-unit",
10909 (int) (CURR_SLOT.opnd[rop].X_add_number - REG_AR),
10910 TOUPPER (unit));
10911 }
10912 }
10913 else if (strcmp (idesc->name, "hint.b") == 0)
10914 {
10915 switch (md.hint_b)
10916 {
10917 case hint_b_ok:
10918 break;
10919 case hint_b_warning:
10920 as_warn ("hint.b may be treated as nop");
10921 break;
10922 case hint_b_error:
10923 as_bad ("hint.b shouldn't be used");
10924 break;
10925 }
10926 }
10927
10928 qp_regno = 0;
10929 if (md.qp.X_op == O_register)
10930 {
10931 qp_regno = md.qp.X_add_number - REG_P;
10932 md.qp.X_op = O_absent;
10933 }
10934
10935 flags = idesc->flags;
10936
10937 if ((flags & IA64_OPCODE_FIRST) != 0)
10938 {
10939 /* The alignment frag has to end with a stop bit only if the
10940 next instruction after the alignment directive has to be
10941 the first instruction in an instruction group. */
10942 if (align_frag)
10943 {
10944 while (align_frag->fr_type != rs_align_code)
10945 {
10946 align_frag = align_frag->fr_next;
10947 if (!align_frag)
10948 break;
10949 }
10950 /* align_frag can be NULL if there are directives in
10951 between. */
10952 if (align_frag && align_frag->fr_next == frag_now)
10953 align_frag->tc_frag_data = 1;
10954 }
10955
10956 insn_group_break (1, 0, 0);
10957 }
10958 align_frag = NULL;
10959
10960 if ((flags & IA64_OPCODE_NO_PRED) != 0 && qp_regno != 0)
10961 {
10962 as_bad ("`%s' cannot be predicated", idesc->name);
10963 goto done;
10964 }
10965
10966 /* Build the instruction. */
10967 CURR_SLOT.qp_regno = qp_regno;
10968 CURR_SLOT.idesc = idesc;
10969 as_where (&CURR_SLOT.src_file, &CURR_SLOT.src_line);
10970 dwarf2_where (&CURR_SLOT.debug_line);
10971
10972 /* Add unwind entries, if there are any. */
10973 if (unwind.current_entry)
10974 {
10975 CURR_SLOT.unwind_record = unwind.current_entry;
10976 unwind.current_entry = NULL;
10977 }
10978 if (unwind.pending_saves)
10979 {
10980 if (unwind.pending_saves->next)
10981 {
10982 /* Attach the next pending save to the next slot so that its
10983 slot number will get set correctly. */
10984 add_unwind_entry (unwind.pending_saves->next, NOT_A_CHAR);
10985 unwind.pending_saves = &unwind.pending_saves->next->r.record.p;
10986 }
10987 else
10988 unwind.pending_saves = NULL;
10989 }
10990 if (unwind.proc_pending.sym && S_IS_DEFINED (unwind.proc_pending.sym))
10991 unwind.insn = 1;
10992
10993 /* Check for dependency violations. */
10994 if (md.detect_dv)
10995 check_dv (idesc);
10996
10997 md.curr_slot = (md.curr_slot + 1) % NUM_SLOTS;
10998 if (++md.num_slots_in_use >= NUM_SLOTS)
10999 emit_one_bundle ();
11000
11001 if ((flags & IA64_OPCODE_LAST) != 0)
11002 insn_group_break (1, 0, 0);
11003
11004 md.last_text_seg = now_seg;
11005
11006 done:
11007 input_line_pointer = saved_input_line_pointer;
11008 }
11009
11010 /* Called when symbol NAME cannot be found in the symbol table.
11011 Should be used for dynamic valued symbols only. */
11012
11013 symbolS *
11014 md_undefined_symbol (name)
11015 char *name ATTRIBUTE_UNUSED;
11016 {
11017 return 0;
11018 }
11019
11020 /* Called for any expression that can not be recognized. When the
11021 function is called, `input_line_pointer' will point to the start of
11022 the expression. */
11023
11024 void
11025 md_operand (e)
11026 expressionS *e;
11027 {
11028 switch (*input_line_pointer)
11029 {
11030 case '[':
11031 ++input_line_pointer;
11032 expression_and_evaluate (e);
11033 if (*input_line_pointer != ']')
11034 {
11035 as_bad ("Closing bracket missing");
11036 goto err;
11037 }
11038 else
11039 {
11040 if (e->X_op != O_register
11041 || e->X_add_number < REG_GR
11042 || e->X_add_number > REG_GR + 127)
11043 {
11044 as_bad ("Index must be a general register");
11045 e->X_add_number = REG_GR;
11046 }
11047
11048 ++input_line_pointer;
11049 e->X_op = O_index;
11050 }
11051 break;
11052
11053 default:
11054 break;
11055 }
11056 return;
11057
11058 err:
11059 ignore_rest_of_line ();
11060 }
11061
11062 /* Return 1 if it's OK to adjust a reloc by replacing the symbol with
11063 a section symbol plus some offset. For relocs involving @fptr(),
11064 directives we don't want such adjustments since we need to have the
11065 original symbol's name in the reloc. */
11066 int
11067 ia64_fix_adjustable (fix)
11068 fixS *fix;
11069 {
11070 /* Prevent all adjustments to global symbols */
11071 if (S_IS_EXTERNAL (fix->fx_addsy) || S_IS_WEAK (fix->fx_addsy))
11072 return 0;
11073
11074 switch (fix->fx_r_type)
11075 {
11076 case BFD_RELOC_IA64_FPTR64I:
11077 case BFD_RELOC_IA64_FPTR32MSB:
11078 case BFD_RELOC_IA64_FPTR32LSB:
11079 case BFD_RELOC_IA64_FPTR64MSB:
11080 case BFD_RELOC_IA64_FPTR64LSB:
11081 case BFD_RELOC_IA64_LTOFF_FPTR22:
11082 case BFD_RELOC_IA64_LTOFF_FPTR64I:
11083 return 0;
11084 default:
11085 break;
11086 }
11087
11088 return 1;
11089 }
11090
11091 int
11092 ia64_force_relocation (fix)
11093 fixS *fix;
11094 {
11095 switch (fix->fx_r_type)
11096 {
11097 case BFD_RELOC_IA64_FPTR64I:
11098 case BFD_RELOC_IA64_FPTR32MSB:
11099 case BFD_RELOC_IA64_FPTR32LSB:
11100 case BFD_RELOC_IA64_FPTR64MSB:
11101 case BFD_RELOC_IA64_FPTR64LSB:
11102
11103 case BFD_RELOC_IA64_LTOFF22:
11104 case BFD_RELOC_IA64_LTOFF64I:
11105 case BFD_RELOC_IA64_LTOFF_FPTR22:
11106 case BFD_RELOC_IA64_LTOFF_FPTR64I:
11107 case BFD_RELOC_IA64_PLTOFF22:
11108 case BFD_RELOC_IA64_PLTOFF64I:
11109 case BFD_RELOC_IA64_PLTOFF64MSB:
11110 case BFD_RELOC_IA64_PLTOFF64LSB:
11111
11112 case BFD_RELOC_IA64_LTOFF22X:
11113 case BFD_RELOC_IA64_LDXMOV:
11114 return 1;
11115
11116 default:
11117 break;
11118 }
11119
11120 return generic_force_reloc (fix);
11121 }
11122
11123 /* Decide from what point a pc-relative relocation is relative to,
11124 relative to the pc-relative fixup. Er, relatively speaking. */
11125 long
11126 ia64_pcrel_from_section (fix, sec)
11127 fixS *fix;
11128 segT sec;
11129 {
11130 unsigned long off = fix->fx_frag->fr_address + fix->fx_where;
11131
11132 if (bfd_get_section_flags (stdoutput, sec) & SEC_CODE)
11133 off &= ~0xfUL;
11134
11135 return off;
11136 }
11137
11138
11139 /* Used to emit section-relative relocs for the dwarf2 debug data. */
11140 void
11141 ia64_dwarf2_emit_offset (symbolS *symbol, unsigned int size)
11142 {
11143 expressionS expr;
11144
11145 expr.X_op = O_pseudo_fixup;
11146 expr.X_op_symbol = pseudo_func[FUNC_SEC_RELATIVE].u.sym;
11147 expr.X_add_number = 0;
11148 expr.X_add_symbol = symbol;
11149 emit_expr (&expr, size);
11150 }
11151
11152 /* This is called whenever some data item (not an instruction) needs a
11153 fixup. We pick the right reloc code depending on the byteorder
11154 currently in effect. */
11155 void
11156 ia64_cons_fix_new (f, where, nbytes, exp)
11157 fragS *f;
11158 int where;
11159 int nbytes;
11160 expressionS *exp;
11161 {
11162 bfd_reloc_code_real_type code;
11163 fixS *fix;
11164
11165 switch (nbytes)
11166 {
11167 /* There are no reloc for 8 and 16 bit quantities, but we allow
11168 them here since they will work fine as long as the expression
11169 is fully defined at the end of the pass over the source file. */
11170 case 1: code = BFD_RELOC_8; break;
11171 case 2: code = BFD_RELOC_16; break;
11172 case 4:
11173 if (target_big_endian)
11174 code = BFD_RELOC_IA64_DIR32MSB;
11175 else
11176 code = BFD_RELOC_IA64_DIR32LSB;
11177 break;
11178
11179 case 8:
11180 /* In 32-bit mode, data8 could mean function descriptors too. */
11181 if (exp->X_op == O_pseudo_fixup
11182 && exp->X_op_symbol
11183 && S_GET_VALUE (exp->X_op_symbol) == FUNC_IPLT_RELOC
11184 && !(md.flags & EF_IA_64_ABI64))
11185 {
11186 if (target_big_endian)
11187 code = BFD_RELOC_IA64_IPLTMSB;
11188 else
11189 code = BFD_RELOC_IA64_IPLTLSB;
11190 exp->X_op = O_symbol;
11191 break;
11192 }
11193 else
11194 {
11195 if (target_big_endian)
11196 code = BFD_RELOC_IA64_DIR64MSB;
11197 else
11198 code = BFD_RELOC_IA64_DIR64LSB;
11199 break;
11200 }
11201
11202 case 16:
11203 if (exp->X_op == O_pseudo_fixup
11204 && exp->X_op_symbol
11205 && S_GET_VALUE (exp->X_op_symbol) == FUNC_IPLT_RELOC)
11206 {
11207 if (target_big_endian)
11208 code = BFD_RELOC_IA64_IPLTMSB;
11209 else
11210 code = BFD_RELOC_IA64_IPLTLSB;
11211 exp->X_op = O_symbol;
11212 break;
11213 }
11214 /* FALLTHRU */
11215
11216 default:
11217 as_bad ("Unsupported fixup size %d", nbytes);
11218 ignore_rest_of_line ();
11219 return;
11220 }
11221
11222 if (exp->X_op == O_pseudo_fixup)
11223 {
11224 exp->X_op = O_symbol;
11225 code = ia64_gen_real_reloc_type (exp->X_op_symbol, code);
11226 /* ??? If code unchanged, unsupported. */
11227 }
11228
11229 fix = fix_new_exp (f, where, nbytes, exp, 0, code);
11230 /* We need to store the byte order in effect in case we're going
11231 to fix an 8 or 16 bit relocation (for which there no real
11232 relocs available). See md_apply_fix(). */
11233 fix->tc_fix_data.bigendian = target_big_endian;
11234 }
11235
11236 /* Return the actual relocation we wish to associate with the pseudo
11237 reloc described by SYM and R_TYPE. SYM should be one of the
11238 symbols in the pseudo_func array, or NULL. */
11239
11240 static bfd_reloc_code_real_type
11241 ia64_gen_real_reloc_type (sym, r_type)
11242 struct symbol *sym;
11243 bfd_reloc_code_real_type r_type;
11244 {
11245 bfd_reloc_code_real_type new = 0;
11246 const char *type = NULL, *suffix = "";
11247
11248 if (sym == NULL)
11249 {
11250 return r_type;
11251 }
11252
11253 switch (S_GET_VALUE (sym))
11254 {
11255 case FUNC_FPTR_RELATIVE:
11256 switch (r_type)
11257 {
11258 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_FPTR64I; break;
11259 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_FPTR32MSB; break;
11260 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_FPTR32LSB; break;
11261 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_FPTR64MSB; break;
11262 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_FPTR64LSB; break;
11263 default: type = "FPTR"; break;
11264 }
11265 break;
11266
11267 case FUNC_GP_RELATIVE:
11268 switch (r_type)
11269 {
11270 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_GPREL22; break;
11271 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_GPREL64I; break;
11272 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_GPREL32MSB; break;
11273 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_GPREL32LSB; break;
11274 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_GPREL64MSB; break;
11275 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_GPREL64LSB; break;
11276 default: type = "GPREL"; break;
11277 }
11278 break;
11279
11280 case FUNC_LT_RELATIVE:
11281 switch (r_type)
11282 {
11283 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_LTOFF22; break;
11284 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_LTOFF64I; break;
11285 default: type = "LTOFF"; break;
11286 }
11287 break;
11288
11289 case FUNC_LT_RELATIVE_X:
11290 switch (r_type)
11291 {
11292 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_LTOFF22X; break;
11293 default: type = "LTOFF"; suffix = "X"; break;
11294 }
11295 break;
11296
11297 case FUNC_PC_RELATIVE:
11298 switch (r_type)
11299 {
11300 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_PCREL22; break;
11301 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_PCREL64I; break;
11302 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_PCREL32MSB; break;
11303 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_PCREL32LSB; break;
11304 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_PCREL64MSB; break;
11305 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_PCREL64LSB; break;
11306 default: type = "PCREL"; break;
11307 }
11308 break;
11309
11310 case FUNC_PLT_RELATIVE:
11311 switch (r_type)
11312 {
11313 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_PLTOFF22; break;
11314 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_PLTOFF64I; break;
11315 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_PLTOFF64MSB;break;
11316 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_PLTOFF64LSB;break;
11317 default: type = "PLTOFF"; break;
11318 }
11319 break;
11320
11321 case FUNC_SEC_RELATIVE:
11322 switch (r_type)
11323 {
11324 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_SECREL32MSB;break;
11325 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_SECREL32LSB;break;
11326 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_SECREL64MSB;break;
11327 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_SECREL64LSB;break;
11328 default: type = "SECREL"; break;
11329 }
11330 break;
11331
11332 case FUNC_SEG_RELATIVE:
11333 switch (r_type)
11334 {
11335 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_SEGREL32MSB;break;
11336 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_SEGREL32LSB;break;
11337 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_SEGREL64MSB;break;
11338 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_SEGREL64LSB;break;
11339 default: type = "SEGREL"; break;
11340 }
11341 break;
11342
11343 case FUNC_LTV_RELATIVE:
11344 switch (r_type)
11345 {
11346 case BFD_RELOC_IA64_DIR32MSB: new = BFD_RELOC_IA64_LTV32MSB; break;
11347 case BFD_RELOC_IA64_DIR32LSB: new = BFD_RELOC_IA64_LTV32LSB; break;
11348 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_LTV64MSB; break;
11349 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_LTV64LSB; break;
11350 default: type = "LTV"; break;
11351 }
11352 break;
11353
11354 case FUNC_LT_FPTR_RELATIVE:
11355 switch (r_type)
11356 {
11357 case BFD_RELOC_IA64_IMM22:
11358 new = BFD_RELOC_IA64_LTOFF_FPTR22; break;
11359 case BFD_RELOC_IA64_IMM64:
11360 new = BFD_RELOC_IA64_LTOFF_FPTR64I; break;
11361 case BFD_RELOC_IA64_DIR32MSB:
11362 new = BFD_RELOC_IA64_LTOFF_FPTR32MSB; break;
11363 case BFD_RELOC_IA64_DIR32LSB:
11364 new = BFD_RELOC_IA64_LTOFF_FPTR32LSB; break;
11365 case BFD_RELOC_IA64_DIR64MSB:
11366 new = BFD_RELOC_IA64_LTOFF_FPTR64MSB; break;
11367 case BFD_RELOC_IA64_DIR64LSB:
11368 new = BFD_RELOC_IA64_LTOFF_FPTR64LSB; break;
11369 default:
11370 type = "LTOFF_FPTR"; break;
11371 }
11372 break;
11373
11374 case FUNC_TP_RELATIVE:
11375 switch (r_type)
11376 {
11377 case BFD_RELOC_IA64_IMM14: new = BFD_RELOC_IA64_TPREL14; break;
11378 case BFD_RELOC_IA64_IMM22: new = BFD_RELOC_IA64_TPREL22; break;
11379 case BFD_RELOC_IA64_IMM64: new = BFD_RELOC_IA64_TPREL64I; break;
11380 case BFD_RELOC_IA64_DIR64MSB: new = BFD_RELOC_IA64_TPREL64MSB; break;
11381 case BFD_RELOC_IA64_DIR64LSB: new = BFD_RELOC_IA64_TPREL64LSB; break;
11382 default: type = "TPREL"; break;
11383 }
11384 break;
11385
11386 case FUNC_LT_TP_RELATIVE:
11387 switch (r_type)
11388 {
11389 case BFD_RELOC_IA64_IMM22:
11390 new = BFD_RELOC_IA64_LTOFF_TPREL22; break;
11391 default:
11392 type = "LTOFF_TPREL"; break;
11393 }
11394 break;
11395
11396 case FUNC_DTP_MODULE:
11397 switch (r_type)
11398 {
11399 case BFD_RELOC_IA64_DIR64MSB:
11400 new = BFD_RELOC_IA64_DTPMOD64MSB; break;
11401 case BFD_RELOC_IA64_DIR64LSB:
11402 new = BFD_RELOC_IA64_DTPMOD64LSB; break;
11403 default:
11404 type = "DTPMOD"; break;
11405 }
11406 break;
11407
11408 case FUNC_LT_DTP_MODULE:
11409 switch (r_type)
11410 {
11411 case BFD_RELOC_IA64_IMM22:
11412 new = BFD_RELOC_IA64_LTOFF_DTPMOD22; break;
11413 default:
11414 type = "LTOFF_DTPMOD"; break;
11415 }
11416 break;
11417
11418 case FUNC_DTP_RELATIVE:
11419 switch (r_type)
11420 {
11421 case BFD_RELOC_IA64_DIR32MSB:
11422 new = BFD_RELOC_IA64_DTPREL32MSB; break;
11423 case BFD_RELOC_IA64_DIR32LSB:
11424 new = BFD_RELOC_IA64_DTPREL32LSB; break;
11425 case BFD_RELOC_IA64_DIR64MSB:
11426 new = BFD_RELOC_IA64_DTPREL64MSB; break;
11427 case BFD_RELOC_IA64_DIR64LSB:
11428 new = BFD_RELOC_IA64_DTPREL64LSB; break;
11429 case BFD_RELOC_IA64_IMM14:
11430 new = BFD_RELOC_IA64_DTPREL14; break;
11431 case BFD_RELOC_IA64_IMM22:
11432 new = BFD_RELOC_IA64_DTPREL22; break;
11433 case BFD_RELOC_IA64_IMM64:
11434 new = BFD_RELOC_IA64_DTPREL64I; break;
11435 default:
11436 type = "DTPREL"; break;
11437 }
11438 break;
11439
11440 case FUNC_LT_DTP_RELATIVE:
11441 switch (r_type)
11442 {
11443 case BFD_RELOC_IA64_IMM22:
11444 new = BFD_RELOC_IA64_LTOFF_DTPREL22; break;
11445 default:
11446 type = "LTOFF_DTPREL"; break;
11447 }
11448 break;
11449
11450 case FUNC_IPLT_RELOC:
11451 switch (r_type)
11452 {
11453 case BFD_RELOC_IA64_IPLTMSB: return r_type;
11454 case BFD_RELOC_IA64_IPLTLSB: return r_type;
11455 default: type = "IPLT"; break;
11456 }
11457 break;
11458
11459 default:
11460 abort ();
11461 }
11462
11463 if (new)
11464 return new;
11465 else
11466 {
11467 int width;
11468
11469 if (!type)
11470 abort ();
11471 switch (r_type)
11472 {
11473 case BFD_RELOC_IA64_DIR32MSB: width = 32; suffix = "MSB"; break;
11474 case BFD_RELOC_IA64_DIR32LSB: width = 32; suffix = "LSB"; break;
11475 case BFD_RELOC_IA64_DIR64MSB: width = 64; suffix = "MSB"; break;
11476 case BFD_RELOC_IA64_DIR64LSB: width = 64; suffix = "LSB"; break;
11477 case BFD_RELOC_UNUSED: width = 13; break;
11478 case BFD_RELOC_IA64_IMM14: width = 14; break;
11479 case BFD_RELOC_IA64_IMM22: width = 22; break;
11480 case BFD_RELOC_IA64_IMM64: width = 64; suffix = "I"; break;
11481 default: abort ();
11482 }
11483
11484 /* This should be an error, but since previously there wasn't any
11485 diagnostic here, dont't make it fail because of this for now. */
11486 as_warn ("Cannot express %s%d%s relocation", type, width, suffix);
11487 return r_type;
11488 }
11489 }
11490
11491 /* Here is where generate the appropriate reloc for pseudo relocation
11492 functions. */
11493 void
11494 ia64_validate_fix (fix)
11495 fixS *fix;
11496 {
11497 switch (fix->fx_r_type)
11498 {
11499 case BFD_RELOC_IA64_FPTR64I:
11500 case BFD_RELOC_IA64_FPTR32MSB:
11501 case BFD_RELOC_IA64_FPTR64LSB:
11502 case BFD_RELOC_IA64_LTOFF_FPTR22:
11503 case BFD_RELOC_IA64_LTOFF_FPTR64I:
11504 if (fix->fx_offset != 0)
11505 as_bad_where (fix->fx_file, fix->fx_line,
11506 "No addend allowed in @fptr() relocation");
11507 break;
11508 default:
11509 break;
11510 }
11511 }
11512
11513 static void
11514 fix_insn (fix, odesc, value)
11515 fixS *fix;
11516 const struct ia64_operand *odesc;
11517 valueT value;
11518 {
11519 bfd_vma insn[3], t0, t1, control_bits;
11520 const char *err;
11521 char *fixpos;
11522 long slot;
11523
11524 slot = fix->fx_where & 0x3;
11525 fixpos = fix->fx_frag->fr_literal + (fix->fx_where - slot);
11526
11527 /* Bundles are always in little-endian byte order */
11528 t0 = bfd_getl64 (fixpos);
11529 t1 = bfd_getl64 (fixpos + 8);
11530 control_bits = t0 & 0x1f;
11531 insn[0] = (t0 >> 5) & 0x1ffffffffffLL;
11532 insn[1] = ((t0 >> 46) & 0x3ffff) | ((t1 & 0x7fffff) << 18);
11533 insn[2] = (t1 >> 23) & 0x1ffffffffffLL;
11534
11535 err = NULL;
11536 if (odesc - elf64_ia64_operands == IA64_OPND_IMMU64)
11537 {
11538 insn[1] = (value >> 22) & 0x1ffffffffffLL;
11539 insn[2] |= (((value & 0x7f) << 13)
11540 | (((value >> 7) & 0x1ff) << 27)
11541 | (((value >> 16) & 0x1f) << 22)
11542 | (((value >> 21) & 0x1) << 21)
11543 | (((value >> 63) & 0x1) << 36));
11544 }
11545 else if (odesc - elf64_ia64_operands == IA64_OPND_IMMU62)
11546 {
11547 if (value & ~0x3fffffffffffffffULL)
11548 err = "integer operand out of range";
11549 insn[1] = (value >> 21) & 0x1ffffffffffLL;
11550 insn[2] |= (((value & 0xfffff) << 6) | (((value >> 20) & 0x1) << 36));
11551 }
11552 else if (odesc - elf64_ia64_operands == IA64_OPND_TGT64)
11553 {
11554 value >>= 4;
11555 insn[1] = ((value >> 20) & 0x7fffffffffLL) << 2;
11556 insn[2] |= ((((value >> 59) & 0x1) << 36)
11557 | (((value >> 0) & 0xfffff) << 13));
11558 }
11559 else
11560 err = (*odesc->insert) (odesc, value, insn + slot);
11561
11562 if (err)
11563 as_bad_where (fix->fx_file, fix->fx_line, err);
11564
11565 t0 = control_bits | (insn[0] << 5) | (insn[1] << 46);
11566 t1 = ((insn[1] >> 18) & 0x7fffff) | (insn[2] << 23);
11567 number_to_chars_littleendian (fixpos + 0, t0, 8);
11568 number_to_chars_littleendian (fixpos + 8, t1, 8);
11569 }
11570
11571 /* Attempt to simplify or even eliminate a fixup. The return value is
11572 ignored; perhaps it was once meaningful, but now it is historical.
11573 To indicate that a fixup has been eliminated, set FIXP->FX_DONE.
11574
11575 If fixp->fx_addsy is non-NULL, we'll have to generate a reloc entry
11576 (if possible). */
11577
11578 void
11579 md_apply_fix (fix, valP, seg)
11580 fixS *fix;
11581 valueT *valP;
11582 segT seg ATTRIBUTE_UNUSED;
11583 {
11584 char *fixpos;
11585 valueT value = *valP;
11586
11587 fixpos = fix->fx_frag->fr_literal + fix->fx_where;
11588
11589 if (fix->fx_pcrel)
11590 {
11591 switch (fix->fx_r_type)
11592 {
11593 case BFD_RELOC_IA64_PCREL21B: break;
11594 case BFD_RELOC_IA64_PCREL21BI: break;
11595 case BFD_RELOC_IA64_PCREL21F: break;
11596 case BFD_RELOC_IA64_PCREL21M: break;
11597 case BFD_RELOC_IA64_PCREL60B: break;
11598 case BFD_RELOC_IA64_PCREL22: break;
11599 case BFD_RELOC_IA64_PCREL64I: break;
11600 case BFD_RELOC_IA64_PCREL32MSB: break;
11601 case BFD_RELOC_IA64_PCREL32LSB: break;
11602 case BFD_RELOC_IA64_PCREL64MSB: break;
11603 case BFD_RELOC_IA64_PCREL64LSB: break;
11604 default:
11605 fix->fx_r_type = ia64_gen_real_reloc_type (pseudo_func[FUNC_PC_RELATIVE].u.sym,
11606 fix->fx_r_type);
11607 break;
11608 }
11609 }
11610 if (fix->fx_addsy)
11611 {
11612 switch (fix->fx_r_type)
11613 {
11614 case BFD_RELOC_UNUSED:
11615 /* This must be a TAG13 or TAG13b operand. There are no external
11616 relocs defined for them, so we must give an error. */
11617 as_bad_where (fix->fx_file, fix->fx_line,
11618 "%s must have a constant value",
11619 elf64_ia64_operands[fix->tc_fix_data.opnd].desc);
11620 fix->fx_done = 1;
11621 return;
11622
11623 case BFD_RELOC_IA64_TPREL14:
11624 case BFD_RELOC_IA64_TPREL22:
11625 case BFD_RELOC_IA64_TPREL64I:
11626 case BFD_RELOC_IA64_LTOFF_TPREL22:
11627 case BFD_RELOC_IA64_LTOFF_DTPMOD22:
11628 case BFD_RELOC_IA64_DTPREL14:
11629 case BFD_RELOC_IA64_DTPREL22:
11630 case BFD_RELOC_IA64_DTPREL64I:
11631 case BFD_RELOC_IA64_LTOFF_DTPREL22:
11632 S_SET_THREAD_LOCAL (fix->fx_addsy);
11633 break;
11634
11635 default:
11636 break;
11637 }
11638 }
11639 else if (fix->tc_fix_data.opnd == IA64_OPND_NIL)
11640 {
11641 if (fix->tc_fix_data.bigendian)
11642 number_to_chars_bigendian (fixpos, value, fix->fx_size);
11643 else
11644 number_to_chars_littleendian (fixpos, value, fix->fx_size);
11645 fix->fx_done = 1;
11646 }
11647 else
11648 {
11649 fix_insn (fix, elf64_ia64_operands + fix->tc_fix_data.opnd, value);
11650 fix->fx_done = 1;
11651 }
11652 }
11653
11654 /* Generate the BFD reloc to be stuck in the object file from the
11655 fixup used internally in the assembler. */
11656
11657 arelent *
11658 tc_gen_reloc (sec, fixp)
11659 asection *sec ATTRIBUTE_UNUSED;
11660 fixS *fixp;
11661 {
11662 arelent *reloc;
11663
11664 reloc = xmalloc (sizeof (*reloc));
11665 reloc->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
11666 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
11667 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
11668 reloc->addend = fixp->fx_offset;
11669 reloc->howto = bfd_reloc_type_lookup (stdoutput, fixp->fx_r_type);
11670
11671 if (!reloc->howto)
11672 {
11673 as_bad_where (fixp->fx_file, fixp->fx_line,
11674 "Cannot represent %s relocation in object file",
11675 bfd_get_reloc_code_name (fixp->fx_r_type));
11676 }
11677 return reloc;
11678 }
11679
11680 /* Turn a string in input_line_pointer into a floating point constant
11681 of type TYPE, and store the appropriate bytes in *LIT. The number
11682 of LITTLENUMS emitted is stored in *SIZE. An error message is
11683 returned, or NULL on OK. */
11684
11685 #define MAX_LITTLENUMS 5
11686
11687 char *
11688 md_atof (type, lit, size)
11689 int type;
11690 char *lit;
11691 int *size;
11692 {
11693 LITTLENUM_TYPE words[MAX_LITTLENUMS];
11694 char *t;
11695 int prec;
11696
11697 switch (type)
11698 {
11699 /* IEEE floats */
11700 case 'f':
11701 case 'F':
11702 case 's':
11703 case 'S':
11704 prec = 2;
11705 break;
11706
11707 case 'd':
11708 case 'D':
11709 case 'r':
11710 case 'R':
11711 prec = 4;
11712 break;
11713
11714 case 'x':
11715 case 'X':
11716 case 'p':
11717 case 'P':
11718 prec = 5;
11719 break;
11720
11721 default:
11722 *size = 0;
11723 return "Bad call to MD_ATOF()";
11724 }
11725 t = atof_ieee (input_line_pointer, type, words);
11726 if (t)
11727 input_line_pointer = t;
11728
11729 (*ia64_float_to_chars) (lit, words, prec);
11730
11731 if (type == 'X')
11732 {
11733 /* It is 10 byte floating point with 6 byte padding. */
11734 memset (&lit [10], 0, 6);
11735 *size = 8 * sizeof (LITTLENUM_TYPE);
11736 }
11737 else
11738 *size = prec * sizeof (LITTLENUM_TYPE);
11739
11740 return 0;
11741 }
11742
11743 /* Handle ia64 specific semantics of the align directive. */
11744
11745 void
11746 ia64_md_do_align (n, fill, len, max)
11747 int n ATTRIBUTE_UNUSED;
11748 const char *fill ATTRIBUTE_UNUSED;
11749 int len ATTRIBUTE_UNUSED;
11750 int max ATTRIBUTE_UNUSED;
11751 {
11752 if (subseg_text_p (now_seg))
11753 ia64_flush_insns ();
11754 }
11755
11756 /* This is called from HANDLE_ALIGN in write.c. Fill in the contents
11757 of an rs_align_code fragment. */
11758
11759 void
11760 ia64_handle_align (fragp)
11761 fragS *fragp;
11762 {
11763 int bytes;
11764 char *p;
11765 const unsigned char *nop;
11766
11767 if (fragp->fr_type != rs_align_code)
11768 return;
11769
11770 /* Check if this frag has to end with a stop bit. */
11771 nop = fragp->tc_frag_data ? le_nop_stop : le_nop;
11772
11773 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
11774 p = fragp->fr_literal + fragp->fr_fix;
11775
11776 /* If no paddings are needed, we check if we need a stop bit. */
11777 if (!bytes && fragp->tc_frag_data)
11778 {
11779 if (fragp->fr_fix < 16)
11780 #if 1
11781 /* FIXME: It won't work with
11782 .align 16
11783 alloc r32=ar.pfs,1,2,4,0
11784 */
11785 ;
11786 #else
11787 as_bad_where (fragp->fr_file, fragp->fr_line,
11788 _("Can't add stop bit to mark end of instruction group"));
11789 #endif
11790 else
11791 /* Bundles are always in little-endian byte order. Make sure
11792 the previous bundle has the stop bit. */
11793 *(p - 16) |= 1;
11794 }
11795
11796 /* Make sure we are on a 16-byte boundary, in case someone has been
11797 putting data into a text section. */
11798 if (bytes & 15)
11799 {
11800 int fix = bytes & 15;
11801 memset (p, 0, fix);
11802 p += fix;
11803 bytes -= fix;
11804 fragp->fr_fix += fix;
11805 }
11806
11807 /* Instruction bundles are always little-endian. */
11808 memcpy (p, nop, 16);
11809 fragp->fr_var = 16;
11810 }
11811
11812 static void
11813 ia64_float_to_chars_bigendian (char *lit, LITTLENUM_TYPE *words,
11814 int prec)
11815 {
11816 while (prec--)
11817 {
11818 number_to_chars_bigendian (lit, (long) (*words++),
11819 sizeof (LITTLENUM_TYPE));
11820 lit += sizeof (LITTLENUM_TYPE);
11821 }
11822 }
11823
11824 static void
11825 ia64_float_to_chars_littleendian (char *lit, LITTLENUM_TYPE *words,
11826 int prec)
11827 {
11828 while (prec--)
11829 {
11830 number_to_chars_littleendian (lit, (long) (words[prec]),
11831 sizeof (LITTLENUM_TYPE));
11832 lit += sizeof (LITTLENUM_TYPE);
11833 }
11834 }
11835
11836 void
11837 ia64_elf_section_change_hook (void)
11838 {
11839 if (elf_section_type (now_seg) == SHT_IA_64_UNWIND
11840 && elf_linked_to_section (now_seg) == NULL)
11841 elf_linked_to_section (now_seg) = text_section;
11842 dot_byteorder (-1);
11843 }
11844
11845 /* Check if a label should be made global. */
11846 void
11847 ia64_check_label (symbolS *label)
11848 {
11849 if (*input_line_pointer == ':')
11850 {
11851 S_SET_EXTERNAL (label);
11852 input_line_pointer++;
11853 }
11854 }
11855
11856 /* Used to remember where .alias and .secalias directives are seen. We
11857 will rename symbol and section names when we are about to output
11858 the relocatable file. */
11859 struct alias
11860 {
11861 char *file; /* The file where the directive is seen. */
11862 unsigned int line; /* The line number the directive is at. */
11863 const char *name; /* The orignale name of the symbol. */
11864 };
11865
11866 /* Called for .alias and .secalias directives. If SECTION is 1, it is
11867 .secalias. Otherwise, it is .alias. */
11868 static void
11869 dot_alias (int section)
11870 {
11871 char *name, *alias;
11872 char delim;
11873 char *end_name;
11874 int len;
11875 const char *error_string;
11876 struct alias *h;
11877 const char *a;
11878 struct hash_control *ahash, *nhash;
11879 const char *kind;
11880
11881 name = input_line_pointer;
11882 delim = get_symbol_end ();
11883 end_name = input_line_pointer;
11884 *end_name = delim;
11885
11886 if (name == end_name)
11887 {
11888 as_bad (_("expected symbol name"));
11889 ignore_rest_of_line ();
11890 return;
11891 }
11892
11893 SKIP_WHITESPACE ();
11894
11895 if (*input_line_pointer != ',')
11896 {
11897 *end_name = 0;
11898 as_bad (_("expected comma after \"%s\""), name);
11899 *end_name = delim;
11900 ignore_rest_of_line ();
11901 return;
11902 }
11903
11904 input_line_pointer++;
11905 *end_name = 0;
11906 ia64_canonicalize_symbol_name (name);
11907
11908 /* We call demand_copy_C_string to check if alias string is valid.
11909 There should be a closing `"' and no `\0' in the string. */
11910 alias = demand_copy_C_string (&len);
11911 if (alias == NULL)
11912 {
11913 ignore_rest_of_line ();
11914 return;
11915 }
11916
11917 /* Make a copy of name string. */
11918 len = strlen (name) + 1;
11919 obstack_grow (&notes, name, len);
11920 name = obstack_finish (&notes);
11921
11922 if (section)
11923 {
11924 kind = "section";
11925 ahash = secalias_hash;
11926 nhash = secalias_name_hash;
11927 }
11928 else
11929 {
11930 kind = "symbol";
11931 ahash = alias_hash;
11932 nhash = alias_name_hash;
11933 }
11934
11935 /* Check if alias has been used before. */
11936 h = (struct alias *) hash_find (ahash, alias);
11937 if (h)
11938 {
11939 if (strcmp (h->name, name))
11940 as_bad (_("`%s' is already the alias of %s `%s'"),
11941 alias, kind, h->name);
11942 goto out;
11943 }
11944
11945 /* Check if name already has an alias. */
11946 a = (const char *) hash_find (nhash, name);
11947 if (a)
11948 {
11949 if (strcmp (a, alias))
11950 as_bad (_("%s `%s' already has an alias `%s'"), kind, name, a);
11951 goto out;
11952 }
11953
11954 h = (struct alias *) xmalloc (sizeof (struct alias));
11955 as_where (&h->file, &h->line);
11956 h->name = name;
11957
11958 error_string = hash_jam (ahash, alias, (PTR) h);
11959 if (error_string)
11960 {
11961 as_fatal (_("inserting \"%s\" into %s alias hash table failed: %s"),
11962 alias, kind, error_string);
11963 goto out;
11964 }
11965
11966 error_string = hash_jam (nhash, name, (PTR) alias);
11967 if (error_string)
11968 {
11969 as_fatal (_("inserting \"%s\" into %s name hash table failed: %s"),
11970 alias, kind, error_string);
11971 out:
11972 obstack_free (&notes, name);
11973 obstack_free (&notes, alias);
11974 }
11975
11976 demand_empty_rest_of_line ();
11977 }
11978
11979 /* It renames the original symbol name to its alias. */
11980 static void
11981 do_alias (const char *alias, PTR value)
11982 {
11983 struct alias *h = (struct alias *) value;
11984 symbolS *sym = symbol_find (h->name);
11985
11986 if (sym == NULL)
11987 as_warn_where (h->file, h->line,
11988 _("symbol `%s' aliased to `%s' is not used"),
11989 h->name, alias);
11990 else
11991 S_SET_NAME (sym, (char *) alias);
11992 }
11993
11994 /* Called from write_object_file. */
11995 void
11996 ia64_adjust_symtab (void)
11997 {
11998 hash_traverse (alias_hash, do_alias);
11999 }
12000
12001 /* It renames the original section name to its alias. */
12002 static void
12003 do_secalias (const char *alias, PTR value)
12004 {
12005 struct alias *h = (struct alias *) value;
12006 segT sec = bfd_get_section_by_name (stdoutput, h->name);
12007
12008 if (sec == NULL)
12009 as_warn_where (h->file, h->line,
12010 _("section `%s' aliased to `%s' is not used"),
12011 h->name, alias);
12012 else
12013 sec->name = alias;
12014 }
12015
12016 /* Called from write_object_file. */
12017 void
12018 ia64_frob_file (void)
12019 {
12020 hash_traverse (secalias_hash, do_secalias);
12021 }
This page took 0.268835 seconds and 5 git commands to generate.