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