1 /* tc-mips.c -- assemble code for a MIPS chip.
2 Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
3 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013
4 Free Software Foundation, Inc.
5 Contributed by the OSF and Ralph Campbell.
6 Written by Keith Knowles and Ralph Campbell, working independently.
7 Modified for ECOFF and R4000 support by Ian Lance Taylor of Cygnus
10 This file is part of GAS.
12 GAS is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 3, or (at your option)
17 GAS is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License
23 along with GAS; see the file COPYING. If not, write to the Free
24 Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
30 #include "safe-ctype.h"
32 #include "opcode/mips.h"
34 #include "dwarf2dbg.h"
35 #include "dw2gencfi.h"
38 #define DBG(x) printf x
44 /* Clean up namespace so we can include obj-elf.h too. */
45 static int mips_output_flavor (void);
46 static int mips_output_flavor (void) { return OUTPUT_FLAVOR; }
47 #undef OBJ_PROCESS_STAB
54 #undef obj_frob_file_after_relocs
55 #undef obj_frob_symbol
57 #undef obj_sec_sym_ok_for_reloc
58 #undef OBJ_COPY_SYMBOL_ATTRIBUTES
61 /* Fix any of them that we actually care about. */
63 #define OUTPUT_FLAVOR mips_output_flavor()
70 #ifndef ECOFF_DEBUGGING
71 #define NO_ECOFF_DEBUGGING
72 #define ECOFF_DEBUGGING 0
75 int mips_flag_mdebug = -1;
77 /* Control generation of .pdr sections. Off by default on IRIX: the native
78 linker doesn't know about and discards them, but relocations against them
79 remain, leading to rld crashes. */
81 int mips_flag_pdr = FALSE;
83 int mips_flag_pdr = TRUE;
88 #if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)
89 static char *mips_regmask_frag;
97 #define PIC_CALL_REG 25
105 #define ILLEGAL_REG (32)
107 #define AT mips_opts.at
109 /* Allow override of standard little-endian ECOFF format. */
111 #ifndef ECOFF_LITTLE_FORMAT
112 #define ECOFF_LITTLE_FORMAT "ecoff-littlemips"
115 extern int target_big_endian;
117 /* The name of the readonly data section. */
118 #define RDATA_SECTION_NAME (OUTPUT_FLAVOR == bfd_target_ecoff_flavour \
120 : OUTPUT_FLAVOR == bfd_target_coff_flavour \
122 : OUTPUT_FLAVOR == bfd_target_elf_flavour \
126 /* Ways in which an instruction can be "appended" to the output. */
128 /* Just add it normally. */
131 /* Add it normally and then add a nop. */
134 /* Turn an instruction with a delay slot into a "compact" version. */
137 /* Insert the instruction before the last one. */
141 /* Information about an instruction, including its format, operands
145 /* The opcode's entry in mips_opcodes or mips16_opcodes. */
146 const struct mips_opcode *insn_mo;
148 /* The 16-bit or 32-bit bitstring of the instruction itself. This is
149 a copy of INSN_MO->match with the operands filled in. If we have
150 decided to use an extended MIPS16 instruction, this includes the
152 unsigned long insn_opcode;
154 /* The frag that contains the instruction. */
157 /* The offset into FRAG of the first instruction byte. */
160 /* The relocs associated with the instruction, if any. */
163 /* True if this entry cannot be moved from its current position. */
164 unsigned int fixed_p : 1;
166 /* True if this instruction occurred in a .set noreorder block. */
167 unsigned int noreorder_p : 1;
169 /* True for mips16 instructions that jump to an absolute address. */
170 unsigned int mips16_absolute_jump_p : 1;
172 /* True if this instruction is complete. */
173 unsigned int complete_p : 1;
175 /* True if this instruction is cleared from history by unconditional
177 unsigned int cleared_p : 1;
180 /* The ABI to use. */
191 /* MIPS ABI we are using for this output file. */
192 static enum mips_abi_level mips_abi = NO_ABI;
194 /* Whether or not we have code that can call pic code. */
195 int mips_abicalls = FALSE;
197 /* Whether or not we have code which can be put into a shared
199 static bfd_boolean mips_in_shared = TRUE;
201 /* This is the set of options which may be modified by the .set
202 pseudo-op. We use a struct so that .set push and .set pop are more
205 struct mips_set_options
207 /* MIPS ISA (Instruction Set Architecture) level. This is set to -1
208 if it has not been initialized. Changed by `.set mipsN', and the
209 -mipsN command line option, and the default CPU. */
211 /* Enabled Application Specific Extensions (ASEs). Changed by `.set
212 <asename>', by command line options, and based on the default
215 /* Whether we are assembling for the mips16 processor. 0 if we are
216 not, 1 if we are, and -1 if the value has not been initialized.
217 Changed by `.set mips16' and `.set nomips16', and the -mips16 and
218 -nomips16 command line options, and the default CPU. */
220 /* Whether we are assembling for the mipsMIPS ASE. 0 if we are not,
221 1 if we are, and -1 if the value has not been initialized. Changed
222 by `.set micromips' and `.set nomicromips', and the -mmicromips
223 and -mno-micromips command line options, and the default CPU. */
225 /* Non-zero if we should not reorder instructions. Changed by `.set
226 reorder' and `.set noreorder'. */
228 /* Non-zero if we should not permit the register designated "assembler
229 temporary" to be used in instructions. The value is the register
230 number, normally $at ($1). Changed by `.set at=REG', `.set noat'
231 (same as `.set at=$0') and `.set at' (same as `.set at=$1'). */
233 /* Non-zero if we should warn when a macro instruction expands into
234 more than one machine instruction. Changed by `.set nomacro' and
236 int warn_about_macros;
237 /* Non-zero if we should not move instructions. Changed by `.set
238 move', `.set volatile', `.set nomove', and `.set novolatile'. */
240 /* Non-zero if we should not optimize branches by moving the target
241 of the branch into the delay slot. Actually, we don't perform
242 this optimization anyhow. Changed by `.set bopt' and `.set
245 /* Non-zero if we should not autoextend mips16 instructions.
246 Changed by `.set autoextend' and `.set noautoextend'. */
248 /* Restrict general purpose registers and floating point registers
249 to 32 bit. This is initially determined when -mgp32 or -mfp32
250 is passed but can changed if the assembler code uses .set mipsN. */
253 /* MIPS architecture (CPU) type. Changed by .set arch=FOO, the -march
254 command line option, and the default CPU. */
256 /* True if ".set sym32" is in effect. */
258 /* True if floating-point operations are not allowed. Changed by .set
259 softfloat or .set hardfloat, by command line options -msoft-float or
260 -mhard-float. The default is false. */
261 bfd_boolean soft_float;
263 /* True if only single-precision floating-point operations are allowed.
264 Changed by .set singlefloat or .set doublefloat, command-line options
265 -msingle-float or -mdouble-float. The default is false. */
266 bfd_boolean single_float;
269 /* This is the struct we use to hold the current set of options. Note
270 that we must set the isa field to ISA_UNKNOWN and the ASE fields to
271 -1 to indicate that they have not been initialized. */
273 /* True if -mgp32 was passed. */
274 static int file_mips_gp32 = -1;
276 /* True if -mfp32 was passed. */
277 static int file_mips_fp32 = -1;
279 /* 1 if -msoft-float, 0 if -mhard-float. The default is 0. */
280 static int file_mips_soft_float = 0;
282 /* 1 if -msingle-float, 0 if -mdouble-float. The default is 0. */
283 static int file_mips_single_float = 0;
285 static struct mips_set_options mips_opts =
287 /* isa */ ISA_UNKNOWN, /* ase */ 0, /* mips16 */ -1, /* micromips */ -1,
288 /* noreorder */ 0, /* at */ ATREG, /* warn_about_macros */ 0,
289 /* nomove */ 0, /* nobopt */ 0, /* noautoextend */ 0, /* gp32 */ 0,
290 /* fp32 */ 0, /* arch */ CPU_UNKNOWN, /* sym32 */ FALSE,
291 /* soft_float */ FALSE, /* single_float */ FALSE
294 /* The set of ASEs that were selected on the command line, either
295 explicitly via ASE options or implicitly through things like -march. */
296 static unsigned int file_ase;
298 /* Which bits of file_ase were explicitly set or cleared by ASE options. */
299 static unsigned int file_ase_explicit;
301 /* These variables are filled in with the masks of registers used.
302 The object format code reads them and puts them in the appropriate
304 unsigned long mips_gprmask;
305 unsigned long mips_cprmask[4];
307 /* MIPS ISA we are using for this output file. */
308 static int file_mips_isa = ISA_UNKNOWN;
310 /* True if any MIPS16 code was produced. */
311 static int file_ase_mips16;
313 #define ISA_SUPPORTS_MIPS16E (mips_opts.isa == ISA_MIPS32 \
314 || mips_opts.isa == ISA_MIPS32R2 \
315 || mips_opts.isa == ISA_MIPS64 \
316 || mips_opts.isa == ISA_MIPS64R2)
318 /* True if any microMIPS code was produced. */
319 static int file_ase_micromips;
321 /* True if we want to create R_MIPS_JALR for jalr $25. */
323 #define MIPS_JALR_HINT_P(EXPR) HAVE_NEWABI
325 /* As a GNU extension, we use R_MIPS_JALR for o32 too. However,
326 because there's no place for any addend, the only acceptable
327 expression is a bare symbol. */
328 #define MIPS_JALR_HINT_P(EXPR) \
329 (!HAVE_IN_PLACE_ADDENDS \
330 || ((EXPR)->X_op == O_symbol && (EXPR)->X_add_number == 0))
333 #define ISA_SUPPORTS_SMARTMIPS (mips_opts.isa == ISA_MIPS32 \
334 || mips_opts.isa == ISA_MIPS32R2)
336 #define ISA_SUPPORTS_DSP_ASE (mips_opts.isa == ISA_MIPS32R2 \
337 || mips_opts.isa == ISA_MIPS64R2 \
338 || mips_opts.micromips)
340 #define ISA_SUPPORTS_DSP64_ASE (mips_opts.isa == ISA_MIPS64R2)
342 #define ISA_SUPPORTS_DSPR2_ASE (mips_opts.isa == ISA_MIPS32R2 \
343 || mips_opts.isa == ISA_MIPS64R2 \
344 || mips_opts.micromips)
346 #define ISA_SUPPORTS_EVA_ASE (mips_opts.isa == ISA_MIPS32R2 \
347 || mips_opts.isa == ISA_MIPS64R2 \
348 || mips_opts.micromips)
350 #define ISA_SUPPORTS_MT_ASE (mips_opts.isa == ISA_MIPS32R2 \
351 || mips_opts.isa == ISA_MIPS64R2)
353 #define ISA_SUPPORTS_MCU_ASE (mips_opts.isa == ISA_MIPS32R2 \
354 || mips_opts.isa == ISA_MIPS64R2 \
355 || mips_opts.micromips)
357 #define ISA_SUPPORTS_VIRT_ASE (mips_opts.isa == ISA_MIPS32R2 \
358 || mips_opts.isa == ISA_MIPS64R2 \
359 || mips_opts.micromips)
361 #define ISA_SUPPORTS_VIRT64_ASE (mips_opts.isa == ISA_MIPS64R2 \
362 || (mips_opts.micromips \
363 && ISA_HAS_64BIT_REGS (mips_opts.isa)))
365 /* The argument of the -march= flag. The architecture we are assembling. */
366 static int file_mips_arch = CPU_UNKNOWN;
367 static const char *mips_arch_string;
369 /* The argument of the -mtune= flag. The architecture for which we
371 static int mips_tune = CPU_UNKNOWN;
372 static const char *mips_tune_string;
374 /* True when generating 32-bit code for a 64-bit processor. */
375 static int mips_32bitmode = 0;
377 /* True if the given ABI requires 32-bit registers. */
378 #define ABI_NEEDS_32BIT_REGS(ABI) ((ABI) == O32_ABI)
380 /* Likewise 64-bit registers. */
381 #define ABI_NEEDS_64BIT_REGS(ABI) \
383 || (ABI) == N64_ABI \
386 /* Return true if ISA supports 64 bit wide gp registers. */
387 #define ISA_HAS_64BIT_REGS(ISA) \
388 ((ISA) == ISA_MIPS3 \
389 || (ISA) == ISA_MIPS4 \
390 || (ISA) == ISA_MIPS5 \
391 || (ISA) == ISA_MIPS64 \
392 || (ISA) == ISA_MIPS64R2)
394 /* Return true if ISA supports 64 bit wide float registers. */
395 #define ISA_HAS_64BIT_FPRS(ISA) \
396 ((ISA) == ISA_MIPS3 \
397 || (ISA) == ISA_MIPS4 \
398 || (ISA) == ISA_MIPS5 \
399 || (ISA) == ISA_MIPS32R2 \
400 || (ISA) == ISA_MIPS64 \
401 || (ISA) == ISA_MIPS64R2)
403 /* Return true if ISA supports 64-bit right rotate (dror et al.)
405 #define ISA_HAS_DROR(ISA) \
406 ((ISA) == ISA_MIPS64R2 \
407 || (mips_opts.micromips \
408 && ISA_HAS_64BIT_REGS (ISA)) \
411 /* Return true if ISA supports 32-bit right rotate (ror et al.)
413 #define ISA_HAS_ROR(ISA) \
414 ((ISA) == ISA_MIPS32R2 \
415 || (ISA) == ISA_MIPS64R2 \
416 || (mips_opts.ase & ASE_SMARTMIPS) \
417 || mips_opts.micromips \
420 /* Return true if ISA supports single-precision floats in odd registers. */
421 #define ISA_HAS_ODD_SINGLE_FPR(ISA) \
422 ((ISA) == ISA_MIPS32 \
423 || (ISA) == ISA_MIPS32R2 \
424 || (ISA) == ISA_MIPS64 \
425 || (ISA) == ISA_MIPS64R2)
427 /* Return true if ISA supports move to/from high part of a 64-bit
428 floating-point register. */
429 #define ISA_HAS_MXHC1(ISA) \
430 ((ISA) == ISA_MIPS32R2 \
431 || (ISA) == ISA_MIPS64R2)
433 #define HAVE_32BIT_GPRS \
434 (mips_opts.gp32 || !ISA_HAS_64BIT_REGS (mips_opts.isa))
436 #define HAVE_32BIT_FPRS \
437 (mips_opts.fp32 || !ISA_HAS_64BIT_FPRS (mips_opts.isa))
439 #define HAVE_64BIT_GPRS (!HAVE_32BIT_GPRS)
440 #define HAVE_64BIT_FPRS (!HAVE_32BIT_FPRS)
442 #define HAVE_NEWABI (mips_abi == N32_ABI || mips_abi == N64_ABI)
444 #define HAVE_64BIT_OBJECTS (mips_abi == N64_ABI)
446 /* True if relocations are stored in-place. */
447 #define HAVE_IN_PLACE_ADDENDS (!HAVE_NEWABI)
449 /* The ABI-derived address size. */
450 #define HAVE_64BIT_ADDRESSES \
451 (HAVE_64BIT_GPRS && (mips_abi == EABI_ABI || mips_abi == N64_ABI))
452 #define HAVE_32BIT_ADDRESSES (!HAVE_64BIT_ADDRESSES)
454 /* The size of symbolic constants (i.e., expressions of the form
455 "SYMBOL" or "SYMBOL + OFFSET"). */
456 #define HAVE_32BIT_SYMBOLS \
457 (HAVE_32BIT_ADDRESSES || !HAVE_64BIT_OBJECTS || mips_opts.sym32)
458 #define HAVE_64BIT_SYMBOLS (!HAVE_32BIT_SYMBOLS)
460 /* Addresses are loaded in different ways, depending on the address size
461 in use. The n32 ABI Documentation also mandates the use of additions
462 with overflow checking, but existing implementations don't follow it. */
463 #define ADDRESS_ADD_INSN \
464 (HAVE_32BIT_ADDRESSES ? "addu" : "daddu")
466 #define ADDRESS_ADDI_INSN \
467 (HAVE_32BIT_ADDRESSES ? "addiu" : "daddiu")
469 #define ADDRESS_LOAD_INSN \
470 (HAVE_32BIT_ADDRESSES ? "lw" : "ld")
472 #define ADDRESS_STORE_INSN \
473 (HAVE_32BIT_ADDRESSES ? "sw" : "sd")
475 /* Return true if the given CPU supports the MIPS16 ASE. */
476 #define CPU_HAS_MIPS16(cpu) \
477 (strncmp (TARGET_CPU, "mips16", sizeof ("mips16") - 1) == 0 \
478 || strncmp (TARGET_CANONICAL, "mips-lsi-elf", sizeof ("mips-lsi-elf") - 1) == 0)
480 /* Return true if the given CPU supports the microMIPS ASE. */
481 #define CPU_HAS_MICROMIPS(cpu) 0
483 /* True if CPU has a dror instruction. */
484 #define CPU_HAS_DROR(CPU) ((CPU) == CPU_VR5400 || (CPU) == CPU_VR5500)
486 /* True if CPU has a ror instruction. */
487 #define CPU_HAS_ROR(CPU) CPU_HAS_DROR (CPU)
489 /* True if CPU is in the Octeon family */
490 #define CPU_IS_OCTEON(CPU) ((CPU) == CPU_OCTEON || (CPU) == CPU_OCTEONP || (CPU) == CPU_OCTEON2)
492 /* True if CPU has seq/sne and seqi/snei instructions. */
493 #define CPU_HAS_SEQ(CPU) (CPU_IS_OCTEON (CPU))
495 /* True, if CPU has support for ldc1 and sdc1. */
496 #define CPU_HAS_LDC1_SDC1(CPU) \
497 ((mips_opts.isa != ISA_MIPS1) && ((CPU) != CPU_R5900))
499 /* True if mflo and mfhi can be immediately followed by instructions
500 which write to the HI and LO registers.
502 According to MIPS specifications, MIPS ISAs I, II, and III need
503 (at least) two instructions between the reads of HI/LO and
504 instructions which write them, and later ISAs do not. Contradicting
505 the MIPS specifications, some MIPS IV processor user manuals (e.g.
506 the UM for the NEC Vr5000) document needing the instructions between
507 HI/LO reads and writes, as well. Therefore, we declare only MIPS32,
508 MIPS64 and later ISAs to have the interlocks, plus any specific
509 earlier-ISA CPUs for which CPU documentation declares that the
510 instructions are really interlocked. */
511 #define hilo_interlocks \
512 (mips_opts.isa == ISA_MIPS32 \
513 || mips_opts.isa == ISA_MIPS32R2 \
514 || mips_opts.isa == ISA_MIPS64 \
515 || mips_opts.isa == ISA_MIPS64R2 \
516 || mips_opts.arch == CPU_R4010 \
517 || mips_opts.arch == CPU_R5900 \
518 || mips_opts.arch == CPU_R10000 \
519 || mips_opts.arch == CPU_R12000 \
520 || mips_opts.arch == CPU_R14000 \
521 || mips_opts.arch == CPU_R16000 \
522 || mips_opts.arch == CPU_RM7000 \
523 || mips_opts.arch == CPU_VR5500 \
524 || mips_opts.micromips \
527 /* Whether the processor uses hardware interlocks to protect reads
528 from the GPRs after they are loaded from memory, and thus does not
529 require nops to be inserted. This applies to instructions marked
530 INSN_LOAD_MEMORY_DELAY. These nops are only required at MIPS ISA
531 level I and microMIPS mode instructions are always interlocked. */
532 #define gpr_interlocks \
533 (mips_opts.isa != ISA_MIPS1 \
534 || mips_opts.arch == CPU_R3900 \
535 || mips_opts.arch == CPU_R5900 \
536 || mips_opts.micromips \
539 /* Whether the processor uses hardware interlocks to avoid delays
540 required by coprocessor instructions, and thus does not require
541 nops to be inserted. This applies to instructions marked
542 INSN_LOAD_COPROC_DELAY, INSN_COPROC_MOVE_DELAY, and to delays
543 between instructions marked INSN_WRITE_COND_CODE and ones marked
544 INSN_READ_COND_CODE. These nops are only required at MIPS ISA
545 levels I, II, and III and microMIPS mode instructions are always
547 /* Itbl support may require additional care here. */
548 #define cop_interlocks \
549 ((mips_opts.isa != ISA_MIPS1 \
550 && mips_opts.isa != ISA_MIPS2 \
551 && mips_opts.isa != ISA_MIPS3) \
552 || mips_opts.arch == CPU_R4300 \
553 || mips_opts.micromips \
556 /* Whether the processor uses hardware interlocks to protect reads
557 from coprocessor registers after they are loaded from memory, and
558 thus does not require nops to be inserted. This applies to
559 instructions marked INSN_COPROC_MEMORY_DELAY. These nops are only
560 requires at MIPS ISA level I and microMIPS mode instructions are
561 always interlocked. */
562 #define cop_mem_interlocks \
563 (mips_opts.isa != ISA_MIPS1 \
564 || mips_opts.micromips \
567 /* Is this a mfhi or mflo instruction? */
568 #define MF_HILO_INSN(PINFO) \
569 ((PINFO & INSN_READ_HI) || (PINFO & INSN_READ_LO))
571 /* Whether code compression (either of the MIPS16 or the microMIPS ASEs)
572 has been selected. This implies, in particular, that addresses of text
573 labels have their LSB set. */
574 #define HAVE_CODE_COMPRESSION \
575 ((mips_opts.mips16 | mips_opts.micromips) != 0)
577 /* MIPS PIC level. */
579 enum mips_pic_level mips_pic;
581 /* 1 if we should generate 32 bit offsets from the $gp register in
582 SVR4_PIC mode. Currently has no meaning in other modes. */
583 static int mips_big_got = 0;
585 /* 1 if trap instructions should used for overflow rather than break
587 static int mips_trap = 0;
589 /* 1 if double width floating point constants should not be constructed
590 by assembling two single width halves into two single width floating
591 point registers which just happen to alias the double width destination
592 register. On some architectures this aliasing can be disabled by a bit
593 in the status register, and the setting of this bit cannot be determined
594 automatically at assemble time. */
595 static int mips_disable_float_construction;
597 /* Non-zero if any .set noreorder directives were used. */
599 static int mips_any_noreorder;
601 /* Non-zero if nops should be inserted when the register referenced in
602 an mfhi/mflo instruction is read in the next two instructions. */
603 static int mips_7000_hilo_fix;
605 /* The size of objects in the small data section. */
606 static unsigned int g_switch_value = 8;
607 /* Whether the -G option was used. */
608 static int g_switch_seen = 0;
613 /* If we can determine in advance that GP optimization won't be
614 possible, we can skip the relaxation stuff that tries to produce
615 GP-relative references. This makes delay slot optimization work
618 This function can only provide a guess, but it seems to work for
619 gcc output. It needs to guess right for gcc, otherwise gcc
620 will put what it thinks is a GP-relative instruction in a branch
623 I don't know if a fix is needed for the SVR4_PIC mode. I've only
624 fixed it for the non-PIC mode. KR 95/04/07 */
625 static int nopic_need_relax (symbolS *, int);
627 /* handle of the OPCODE hash table */
628 static struct hash_control *op_hash = NULL;
630 /* The opcode hash table we use for the mips16. */
631 static struct hash_control *mips16_op_hash = NULL;
633 /* The opcode hash table we use for the microMIPS ASE. */
634 static struct hash_control *micromips_op_hash = NULL;
636 /* This array holds the chars that always start a comment. If the
637 pre-processor is disabled, these aren't very useful */
638 const char comment_chars[] = "#";
640 /* This array holds the chars that only start a comment at the beginning of
641 a line. If the line seems to have the form '# 123 filename'
642 .line and .file directives will appear in the pre-processed output */
643 /* Note that input_file.c hand checks for '#' at the beginning of the
644 first line of the input file. This is because the compiler outputs
645 #NO_APP at the beginning of its output. */
646 /* Also note that C style comments are always supported. */
647 const char line_comment_chars[] = "#";
649 /* This array holds machine specific line separator characters. */
650 const char line_separator_chars[] = ";";
652 /* Chars that can be used to separate mant from exp in floating point nums */
653 const char EXP_CHARS[] = "eE";
655 /* Chars that mean this number is a floating point constant */
658 const char FLT_CHARS[] = "rRsSfFdDxXpP";
660 /* Also be aware that MAXIMUM_NUMBER_OF_CHARS_FOR_FLOAT may have to be
661 changed in read.c . Ideally it shouldn't have to know about it at all,
662 but nothing is ideal around here.
665 static char *insn_error;
667 static int auto_align = 1;
669 /* When outputting SVR4 PIC code, the assembler needs to know the
670 offset in the stack frame from which to restore the $gp register.
671 This is set by the .cprestore pseudo-op, and saved in this
673 static offsetT mips_cprestore_offset = -1;
675 /* Similar for NewABI PIC code, where $gp is callee-saved. NewABI has some
676 more optimizations, it can use a register value instead of a memory-saved
677 offset and even an other register than $gp as global pointer. */
678 static offsetT mips_cpreturn_offset = -1;
679 static int mips_cpreturn_register = -1;
680 static int mips_gp_register = GP;
681 static int mips_gprel_offset = 0;
683 /* Whether mips_cprestore_offset has been set in the current function
684 (or whether it has already been warned about, if not). */
685 static int mips_cprestore_valid = 0;
687 /* This is the register which holds the stack frame, as set by the
688 .frame pseudo-op. This is needed to implement .cprestore. */
689 static int mips_frame_reg = SP;
691 /* Whether mips_frame_reg has been set in the current function
692 (or whether it has already been warned about, if not). */
693 static int mips_frame_reg_valid = 0;
695 /* To output NOP instructions correctly, we need to keep information
696 about the previous two instructions. */
698 /* Whether we are optimizing. The default value of 2 means to remove
699 unneeded NOPs and swap branch instructions when possible. A value
700 of 1 means to not swap branches. A value of 0 means to always
702 static int mips_optimize = 2;
704 /* Debugging level. -g sets this to 2. -gN sets this to N. -g0 is
705 equivalent to seeing no -g option at all. */
706 static int mips_debug = 0;
708 /* The maximum number of NOPs needed to avoid the VR4130 mflo/mfhi errata. */
709 #define MAX_VR4130_NOPS 4
711 /* The maximum number of NOPs needed to fill delay slots. */
712 #define MAX_DELAY_NOPS 2
714 /* The maximum number of NOPs needed for any purpose. */
717 /* A list of previous instructions, with index 0 being the most recent.
718 We need to look back MAX_NOPS instructions when filling delay slots
719 or working around processor errata. We need to look back one
720 instruction further if we're thinking about using history[0] to
721 fill a branch delay slot. */
722 static struct mips_cl_insn history[1 + MAX_NOPS];
724 /* Nop instructions used by emit_nop. */
725 static struct mips_cl_insn nop_insn;
726 static struct mips_cl_insn mips16_nop_insn;
727 static struct mips_cl_insn micromips_nop16_insn;
728 static struct mips_cl_insn micromips_nop32_insn;
730 /* The appropriate nop for the current mode. */
731 #define NOP_INSN (mips_opts.mips16 ? &mips16_nop_insn \
732 : (mips_opts.micromips ? µmips_nop16_insn : &nop_insn))
734 /* The size of NOP_INSN in bytes. */
735 #define NOP_INSN_SIZE (HAVE_CODE_COMPRESSION ? 2 : 4)
737 /* If this is set, it points to a frag holding nop instructions which
738 were inserted before the start of a noreorder section. If those
739 nops turn out to be unnecessary, the size of the frag can be
741 static fragS *prev_nop_frag;
743 /* The number of nop instructions we created in prev_nop_frag. */
744 static int prev_nop_frag_holds;
746 /* The number of nop instructions that we know we need in
748 static int prev_nop_frag_required;
750 /* The number of instructions we've seen since prev_nop_frag. */
751 static int prev_nop_frag_since;
753 /* For ECOFF and ELF, relocations against symbols are done in two
754 parts, with a HI relocation and a LO relocation. Each relocation
755 has only 16 bits of space to store an addend. This means that in
756 order for the linker to handle carries correctly, it must be able
757 to locate both the HI and the LO relocation. This means that the
758 relocations must appear in order in the relocation table.
760 In order to implement this, we keep track of each unmatched HI
761 relocation. We then sort them so that they immediately precede the
762 corresponding LO relocation. */
767 struct mips_hi_fixup *next;
770 /* The section this fixup is in. */
774 /* The list of unmatched HI relocs. */
776 static struct mips_hi_fixup *mips_hi_fixup_list;
778 /* The frag containing the last explicit relocation operator.
779 Null if explicit relocations have not been used. */
781 static fragS *prev_reloc_op_frag;
783 /* Map normal MIPS register numbers to mips16 register numbers. */
785 #define X ILLEGAL_REG
786 static const int mips32_to_16_reg_map[] =
788 X, X, 2, 3, 4, 5, 6, 7,
789 X, X, X, X, X, X, X, X,
790 0, 1, X, X, X, X, X, X,
791 X, X, X, X, X, X, X, X
795 /* Map mips16 register numbers to normal MIPS register numbers. */
797 static const unsigned int mips16_to_32_reg_map[] =
799 16, 17, 2, 3, 4, 5, 6, 7
802 /* Map normal MIPS register numbers to microMIPS register numbers. */
804 #define mips32_to_micromips_reg_b_map mips32_to_16_reg_map
805 #define mips32_to_micromips_reg_c_map mips32_to_16_reg_map
806 #define mips32_to_micromips_reg_d_map mips32_to_16_reg_map
807 #define mips32_to_micromips_reg_e_map mips32_to_16_reg_map
808 #define mips32_to_micromips_reg_f_map mips32_to_16_reg_map
809 #define mips32_to_micromips_reg_g_map mips32_to_16_reg_map
810 #define mips32_to_micromips_reg_l_map mips32_to_16_reg_map
812 #define X ILLEGAL_REG
813 /* reg type h: 4, 5, 6. */
814 static const int mips32_to_micromips_reg_h_map[] =
816 X, X, X, X, 4, 5, 6, X,
817 X, X, X, X, X, X, X, X,
818 X, X, X, X, X, X, X, X,
819 X, X, X, X, X, X, X, X
822 /* reg type m: 0, 17, 2, 3, 16, 18, 19, 20. */
823 static const int mips32_to_micromips_reg_m_map[] =
825 0, X, 2, 3, X, X, X, X,
826 X, X, X, X, X, X, X, X,
827 4, 1, 5, 6, 7, X, X, X,
828 X, X, X, X, X, X, X, X
831 /* reg type q: 0, 2-7. 17. */
832 static const int mips32_to_micromips_reg_q_map[] =
834 0, X, 2, 3, 4, 5, 6, 7,
835 X, X, X, X, X, X, X, X,
836 X, 1, X, X, X, X, X, X,
837 X, X, X, X, X, X, X, X
840 #define mips32_to_micromips_reg_n_map mips32_to_micromips_reg_m_map
843 /* Map microMIPS register numbers to normal MIPS register numbers. */
845 #define micromips_to_32_reg_b_map mips16_to_32_reg_map
846 #define micromips_to_32_reg_c_map mips16_to_32_reg_map
847 #define micromips_to_32_reg_d_map mips16_to_32_reg_map
848 #define micromips_to_32_reg_e_map mips16_to_32_reg_map
849 #define micromips_to_32_reg_f_map mips16_to_32_reg_map
850 #define micromips_to_32_reg_g_map mips16_to_32_reg_map
852 /* The microMIPS registers with type h. */
853 static const unsigned int micromips_to_32_reg_h_map[] =
855 5, 5, 6, 4, 4, 4, 4, 4
858 /* The microMIPS registers with type i. */
859 static const unsigned int micromips_to_32_reg_i_map[] =
861 6, 7, 7, 21, 22, 5, 6, 7
864 #define micromips_to_32_reg_l_map mips16_to_32_reg_map
866 /* The microMIPS registers with type m. */
867 static const unsigned int micromips_to_32_reg_m_map[] =
869 0, 17, 2, 3, 16, 18, 19, 20
872 #define micromips_to_32_reg_n_map micromips_to_32_reg_m_map
874 /* The microMIPS registers with type q. */
875 static const unsigned int micromips_to_32_reg_q_map[] =
877 0, 17, 2, 3, 4, 5, 6, 7
880 /* microMIPS imm type B. */
881 static const int micromips_imm_b_map[] =
883 1, 4, 8, 12, 16, 20, 24, -1
886 /* microMIPS imm type C. */
887 static const int micromips_imm_c_map[] =
889 128, 1, 2, 3, 4, 7, 8, 15, 16, 31, 32, 63, 64, 255, 32768, 65535
892 /* Classifies the kind of instructions we're interested in when
893 implementing -mfix-vr4120. */
894 enum fix_vr4120_class
902 NUM_FIX_VR4120_CLASSES
905 /* ...likewise -mfix-loongson2f-jump. */
906 static bfd_boolean mips_fix_loongson2f_jump;
908 /* ...likewise -mfix-loongson2f-nop. */
909 static bfd_boolean mips_fix_loongson2f_nop;
911 /* True if -mfix-loongson2f-nop or -mfix-loongson2f-jump passed. */
912 static bfd_boolean mips_fix_loongson2f;
914 /* Given two FIX_VR4120_* values X and Y, bit Y of element X is set if
915 there must be at least one other instruction between an instruction
916 of type X and an instruction of type Y. */
917 static unsigned int vr4120_conflicts[NUM_FIX_VR4120_CLASSES];
919 /* True if -mfix-vr4120 is in force. */
920 static int mips_fix_vr4120;
922 /* ...likewise -mfix-vr4130. */
923 static int mips_fix_vr4130;
925 /* ...likewise -mfix-24k. */
926 static int mips_fix_24k;
928 /* ...likewise -mfix-cn63xxp1 */
929 static bfd_boolean mips_fix_cn63xxp1;
931 /* We don't relax branches by default, since this causes us to expand
932 `la .l2 - .l1' if there's a branch between .l1 and .l2, because we
933 fail to compute the offset before expanding the macro to the most
934 efficient expansion. */
936 static int mips_relax_branch;
938 /* The expansion of many macros depends on the type of symbol that
939 they refer to. For example, when generating position-dependent code,
940 a macro that refers to a symbol may have two different expansions,
941 one which uses GP-relative addresses and one which uses absolute
942 addresses. When generating SVR4-style PIC, a macro may have
943 different expansions for local and global symbols.
945 We handle these situations by generating both sequences and putting
946 them in variant frags. In position-dependent code, the first sequence
947 will be the GP-relative one and the second sequence will be the
948 absolute one. In SVR4 PIC, the first sequence will be for global
949 symbols and the second will be for local symbols.
951 The frag's "subtype" is RELAX_ENCODE (FIRST, SECOND), where FIRST and
952 SECOND are the lengths of the two sequences in bytes. These fields
953 can be extracted using RELAX_FIRST() and RELAX_SECOND(). In addition,
954 the subtype has the following flags:
957 Set if it has been decided that we should use the second
958 sequence instead of the first.
961 Set in the first variant frag if the macro's second implementation
962 is longer than its first. This refers to the macro as a whole,
963 not an individual relaxation.
966 Set in the first variant frag if the macro appeared in a .set nomacro
967 block and if one alternative requires a warning but the other does not.
970 Like RELAX_NOMACRO, but indicates that the macro appears in a branch
973 RELAX_DELAY_SLOT_16BIT
974 Like RELAX_DELAY_SLOT, but indicates that the delay slot requires a
977 RELAX_DELAY_SLOT_SIZE_FIRST
978 Like RELAX_DELAY_SLOT, but indicates that the first implementation of
979 the macro is of the wrong size for the branch delay slot.
981 RELAX_DELAY_SLOT_SIZE_SECOND
982 Like RELAX_DELAY_SLOT, but indicates that the second implementation of
983 the macro is of the wrong size for the branch delay slot.
985 The frag's "opcode" points to the first fixup for relaxable code.
987 Relaxable macros are generated using a sequence such as:
989 relax_start (SYMBOL);
990 ... generate first expansion ...
992 ... generate second expansion ...
995 The code and fixups for the unwanted alternative are discarded
996 by md_convert_frag. */
997 #define RELAX_ENCODE(FIRST, SECOND) (((FIRST) << 8) | (SECOND))
999 #define RELAX_FIRST(X) (((X) >> 8) & 0xff)
1000 #define RELAX_SECOND(X) ((X) & 0xff)
1001 #define RELAX_USE_SECOND 0x10000
1002 #define RELAX_SECOND_LONGER 0x20000
1003 #define RELAX_NOMACRO 0x40000
1004 #define RELAX_DELAY_SLOT 0x80000
1005 #define RELAX_DELAY_SLOT_16BIT 0x100000
1006 #define RELAX_DELAY_SLOT_SIZE_FIRST 0x200000
1007 #define RELAX_DELAY_SLOT_SIZE_SECOND 0x400000
1009 /* Branch without likely bit. If label is out of range, we turn:
1011 beq reg1, reg2, label
1021 with the following opcode replacements:
1028 bltzal <-> bgezal (with jal label instead of j label)
1030 Even though keeping the delay slot instruction in the delay slot of
1031 the branch would be more efficient, it would be very tricky to do
1032 correctly, because we'd have to introduce a variable frag *after*
1033 the delay slot instruction, and expand that instead. Let's do it
1034 the easy way for now, even if the branch-not-taken case now costs
1035 one additional instruction. Out-of-range branches are not supposed
1036 to be common, anyway.
1038 Branch likely. If label is out of range, we turn:
1040 beql reg1, reg2, label
1041 delay slot (annulled if branch not taken)
1050 delay slot (executed only if branch taken)
1053 It would be possible to generate a shorter sequence by losing the
1054 likely bit, generating something like:
1059 delay slot (executed only if branch taken)
1071 bltzall -> bgezal (with jal label instead of j label)
1072 bgezall -> bltzal (ditto)
1075 but it's not clear that it would actually improve performance. */
1076 #define RELAX_BRANCH_ENCODE(at, uncond, likely, link, toofar) \
1077 ((relax_substateT) \
1080 | ((toofar) ? 0x20 : 0) \
1081 | ((link) ? 0x40 : 0) \
1082 | ((likely) ? 0x80 : 0) \
1083 | ((uncond) ? 0x100 : 0)))
1084 #define RELAX_BRANCH_P(i) (((i) & 0xf0000000) == 0xc0000000)
1085 #define RELAX_BRANCH_UNCOND(i) (((i) & 0x100) != 0)
1086 #define RELAX_BRANCH_LIKELY(i) (((i) & 0x80) != 0)
1087 #define RELAX_BRANCH_LINK(i) (((i) & 0x40) != 0)
1088 #define RELAX_BRANCH_TOOFAR(i) (((i) & 0x20) != 0)
1089 #define RELAX_BRANCH_AT(i) ((i) & 0x1f)
1091 /* For mips16 code, we use an entirely different form of relaxation.
1092 mips16 supports two versions of most instructions which take
1093 immediate values: a small one which takes some small value, and a
1094 larger one which takes a 16 bit value. Since branches also follow
1095 this pattern, relaxing these values is required.
1097 We can assemble both mips16 and normal MIPS code in a single
1098 object. Therefore, we need to support this type of relaxation at
1099 the same time that we support the relaxation described above. We
1100 use the high bit of the subtype field to distinguish these cases.
1102 The information we store for this type of relaxation is the
1103 argument code found in the opcode file for this relocation, whether
1104 the user explicitly requested a small or extended form, and whether
1105 the relocation is in a jump or jal delay slot. That tells us the
1106 size of the value, and how it should be stored. We also store
1107 whether the fragment is considered to be extended or not. We also
1108 store whether this is known to be a branch to a different section,
1109 whether we have tried to relax this frag yet, and whether we have
1110 ever extended a PC relative fragment because of a shift count. */
1111 #define RELAX_MIPS16_ENCODE(type, small, ext, dslot, jal_dslot) \
1114 | ((small) ? 0x100 : 0) \
1115 | ((ext) ? 0x200 : 0) \
1116 | ((dslot) ? 0x400 : 0) \
1117 | ((jal_dslot) ? 0x800 : 0))
1118 #define RELAX_MIPS16_P(i) (((i) & 0xc0000000) == 0x80000000)
1119 #define RELAX_MIPS16_TYPE(i) ((i) & 0xff)
1120 #define RELAX_MIPS16_USER_SMALL(i) (((i) & 0x100) != 0)
1121 #define RELAX_MIPS16_USER_EXT(i) (((i) & 0x200) != 0)
1122 #define RELAX_MIPS16_DSLOT(i) (((i) & 0x400) != 0)
1123 #define RELAX_MIPS16_JAL_DSLOT(i) (((i) & 0x800) != 0)
1124 #define RELAX_MIPS16_EXTENDED(i) (((i) & 0x1000) != 0)
1125 #define RELAX_MIPS16_MARK_EXTENDED(i) ((i) | 0x1000)
1126 #define RELAX_MIPS16_CLEAR_EXTENDED(i) ((i) &~ 0x1000)
1127 #define RELAX_MIPS16_LONG_BRANCH(i) (((i) & 0x2000) != 0)
1128 #define RELAX_MIPS16_MARK_LONG_BRANCH(i) ((i) | 0x2000)
1129 #define RELAX_MIPS16_CLEAR_LONG_BRANCH(i) ((i) &~ 0x2000)
1131 /* For microMIPS code, we use relaxation similar to one we use for
1132 MIPS16 code. Some instructions that take immediate values support
1133 two encodings: a small one which takes some small value, and a
1134 larger one which takes a 16 bit value. As some branches also follow
1135 this pattern, relaxing these values is required.
1137 We can assemble both microMIPS and normal MIPS code in a single
1138 object. Therefore, we need to support this type of relaxation at
1139 the same time that we support the relaxation described above. We
1140 use one of the high bits of the subtype field to distinguish these
1143 The information we store for this type of relaxation is the argument
1144 code found in the opcode file for this relocation, the register
1145 selected as the assembler temporary, whether the branch is
1146 unconditional, whether it is compact, whether it stores the link
1147 address implicitly in $ra, whether relaxation of out-of-range 32-bit
1148 branches to a sequence of instructions is enabled, and whether the
1149 displacement of a branch is too large to fit as an immediate argument
1150 of a 16-bit and a 32-bit branch, respectively. */
1151 #define RELAX_MICROMIPS_ENCODE(type, at, uncond, compact, link, \
1152 relax32, toofar16, toofar32) \
1155 | (((at) & 0x1f) << 8) \
1156 | ((uncond) ? 0x2000 : 0) \
1157 | ((compact) ? 0x4000 : 0) \
1158 | ((link) ? 0x8000 : 0) \
1159 | ((relax32) ? 0x10000 : 0) \
1160 | ((toofar16) ? 0x20000 : 0) \
1161 | ((toofar32) ? 0x40000 : 0))
1162 #define RELAX_MICROMIPS_P(i) (((i) & 0xc0000000) == 0x40000000)
1163 #define RELAX_MICROMIPS_TYPE(i) ((i) & 0xff)
1164 #define RELAX_MICROMIPS_AT(i) (((i) >> 8) & 0x1f)
1165 #define RELAX_MICROMIPS_UNCOND(i) (((i) & 0x2000) != 0)
1166 #define RELAX_MICROMIPS_COMPACT(i) (((i) & 0x4000) != 0)
1167 #define RELAX_MICROMIPS_LINK(i) (((i) & 0x8000) != 0)
1168 #define RELAX_MICROMIPS_RELAX32(i) (((i) & 0x10000) != 0)
1170 #define RELAX_MICROMIPS_TOOFAR16(i) (((i) & 0x20000) != 0)
1171 #define RELAX_MICROMIPS_MARK_TOOFAR16(i) ((i) | 0x20000)
1172 #define RELAX_MICROMIPS_CLEAR_TOOFAR16(i) ((i) & ~0x20000)
1173 #define RELAX_MICROMIPS_TOOFAR32(i) (((i) & 0x40000) != 0)
1174 #define RELAX_MICROMIPS_MARK_TOOFAR32(i) ((i) | 0x40000)
1175 #define RELAX_MICROMIPS_CLEAR_TOOFAR32(i) ((i) & ~0x40000)
1177 /* Sign-extend 16-bit value X. */
1178 #define SEXT_16BIT(X) ((((X) + 0x8000) & 0xffff) - 0x8000)
1180 /* Is the given value a sign-extended 32-bit value? */
1181 #define IS_SEXT_32BIT_NUM(x) \
1182 (((x) &~ (offsetT) 0x7fffffff) == 0 \
1183 || (((x) &~ (offsetT) 0x7fffffff) == ~ (offsetT) 0x7fffffff))
1185 /* Is the given value a sign-extended 16-bit value? */
1186 #define IS_SEXT_16BIT_NUM(x) \
1187 (((x) &~ (offsetT) 0x7fff) == 0 \
1188 || (((x) &~ (offsetT) 0x7fff) == ~ (offsetT) 0x7fff))
1190 /* Is the given value a sign-extended 12-bit value? */
1191 #define IS_SEXT_12BIT_NUM(x) \
1192 (((((x) & 0xfff) ^ 0x800LL) - 0x800LL) == (x))
1194 /* Is the given value a sign-extended 9-bit value? */
1195 #define IS_SEXT_9BIT_NUM(x) \
1196 (((((x) & 0x1ff) ^ 0x100LL) - 0x100LL) == (x))
1198 /* Is the given value a zero-extended 32-bit value? Or a negated one? */
1199 #define IS_ZEXT_32BIT_NUM(x) \
1200 (((x) &~ (offsetT) 0xffffffff) == 0 \
1201 || (((x) &~ (offsetT) 0xffffffff) == ~ (offsetT) 0xffffffff))
1203 /* Replace bits MASK << SHIFT of STRUCT with the equivalent bits in
1204 VALUE << SHIFT. VALUE is evaluated exactly once. */
1205 #define INSERT_BITS(STRUCT, VALUE, MASK, SHIFT) \
1206 (STRUCT) = (((STRUCT) & ~((MASK) << (SHIFT))) \
1207 | (((VALUE) & (MASK)) << (SHIFT)))
1209 /* Extract bits MASK << SHIFT from STRUCT and shift them right
1211 #define EXTRACT_BITS(STRUCT, MASK, SHIFT) \
1212 (((STRUCT) >> (SHIFT)) & (MASK))
1214 /* Change INSN's opcode so that the operand given by FIELD has value VALUE.
1215 INSN is a mips_cl_insn structure and VALUE is evaluated exactly once.
1217 include/opcode/mips.h specifies operand fields using the macros
1218 OP_MASK_<FIELD> and OP_SH_<FIELD>. The MIPS16 equivalents start
1219 with "MIPS16OP" instead of "OP". */
1220 #define INSERT_OPERAND(MICROMIPS, FIELD, INSN, VALUE) \
1223 INSERT_BITS ((INSN).insn_opcode, VALUE, \
1224 OP_MASK_##FIELD, OP_SH_##FIELD); \
1226 INSERT_BITS ((INSN).insn_opcode, VALUE, \
1227 MICROMIPSOP_MASK_##FIELD, MICROMIPSOP_SH_##FIELD); \
1229 #define MIPS16_INSERT_OPERAND(FIELD, INSN, VALUE) \
1230 INSERT_BITS ((INSN).insn_opcode, VALUE, \
1231 MIPS16OP_MASK_##FIELD, MIPS16OP_SH_##FIELD)
1233 /* Extract the operand given by FIELD from mips_cl_insn INSN. */
1234 #define EXTRACT_OPERAND(MICROMIPS, FIELD, INSN) \
1236 ? EXTRACT_BITS ((INSN).insn_opcode, OP_MASK_##FIELD, OP_SH_##FIELD) \
1237 : EXTRACT_BITS ((INSN).insn_opcode, \
1238 MICROMIPSOP_MASK_##FIELD, MICROMIPSOP_SH_##FIELD))
1239 #define MIPS16_EXTRACT_OPERAND(FIELD, INSN) \
1240 EXTRACT_BITS ((INSN).insn_opcode, \
1241 MIPS16OP_MASK_##FIELD, \
1242 MIPS16OP_SH_##FIELD)
1244 /* The MIPS16 EXTEND opcode, shifted left 16 places. */
1245 #define MIPS16_EXTEND (0xf000U << 16)
1247 /* Whether or not we are emitting a branch-likely macro. */
1248 static bfd_boolean emit_branch_likely_macro = FALSE;
1250 /* Global variables used when generating relaxable macros. See the
1251 comment above RELAX_ENCODE for more details about how relaxation
1254 /* 0 if we're not emitting a relaxable macro.
1255 1 if we're emitting the first of the two relaxation alternatives.
1256 2 if we're emitting the second alternative. */
1259 /* The first relaxable fixup in the current frag. (In other words,
1260 the first fixup that refers to relaxable code.) */
1263 /* sizes[0] says how many bytes of the first alternative are stored in
1264 the current frag. Likewise sizes[1] for the second alternative. */
1265 unsigned int sizes[2];
1267 /* The symbol on which the choice of sequence depends. */
1271 /* Global variables used to decide whether a macro needs a warning. */
1273 /* True if the macro is in a branch delay slot. */
1274 bfd_boolean delay_slot_p;
1276 /* Set to the length in bytes required if the macro is in a delay slot
1277 that requires a specific length of instruction, otherwise zero. */
1278 unsigned int delay_slot_length;
1280 /* For relaxable macros, sizes[0] is the length of the first alternative
1281 in bytes and sizes[1] is the length of the second alternative.
1282 For non-relaxable macros, both elements give the length of the
1284 unsigned int sizes[2];
1286 /* For relaxable macros, first_insn_sizes[0] is the length of the first
1287 instruction of the first alternative in bytes and first_insn_sizes[1]
1288 is the length of the first instruction of the second alternative.
1289 For non-relaxable macros, both elements give the length of the first
1290 instruction in bytes.
1292 Set to zero if we haven't yet seen the first instruction. */
1293 unsigned int first_insn_sizes[2];
1295 /* For relaxable macros, insns[0] is the number of instructions for the
1296 first alternative and insns[1] is the number of instructions for the
1299 For non-relaxable macros, both elements give the number of
1300 instructions for the macro. */
1301 unsigned int insns[2];
1303 /* The first variant frag for this macro. */
1305 } mips_macro_warning;
1307 /* Prototypes for static functions. */
1309 enum mips_regclass { MIPS_GR_REG, MIPS_FP_REG, MIPS16_REG };
1311 static void append_insn
1312 (struct mips_cl_insn *, expressionS *, bfd_reloc_code_real_type *,
1313 bfd_boolean expansionp);
1314 static void mips_no_prev_insn (void);
1315 static void macro_build (expressionS *, const char *, const char *, ...);
1316 static void mips16_macro_build
1317 (expressionS *, const char *, const char *, va_list *);
1318 static void load_register (int, expressionS *, int);
1319 static void macro_start (void);
1320 static void macro_end (void);
1321 static void macro (struct mips_cl_insn * ip);
1322 static void mips16_macro (struct mips_cl_insn * ip);
1323 static void mips_ip (char *str, struct mips_cl_insn * ip);
1324 static void mips16_ip (char *str, struct mips_cl_insn * ip);
1325 static void mips16_immed
1326 (char *, unsigned int, int, bfd_reloc_code_real_type, offsetT,
1327 unsigned int, unsigned long *);
1328 static size_t my_getSmallExpression
1329 (expressionS *, bfd_reloc_code_real_type *, char *);
1330 static void my_getExpression (expressionS *, char *);
1331 static void s_align (int);
1332 static void s_change_sec (int);
1333 static void s_change_section (int);
1334 static void s_cons (int);
1335 static void s_float_cons (int);
1336 static void s_mips_globl (int);
1337 static void s_option (int);
1338 static void s_mipsset (int);
1339 static void s_abicalls (int);
1340 static void s_cpload (int);
1341 static void s_cpsetup (int);
1342 static void s_cplocal (int);
1343 static void s_cprestore (int);
1344 static void s_cpreturn (int);
1345 static void s_dtprelword (int);
1346 static void s_dtpreldword (int);
1347 static void s_tprelword (int);
1348 static void s_tpreldword (int);
1349 static void s_gpvalue (int);
1350 static void s_gpword (int);
1351 static void s_gpdword (int);
1352 static void s_ehword (int);
1353 static void s_cpadd (int);
1354 static void s_insn (int);
1355 static void md_obj_begin (void);
1356 static void md_obj_end (void);
1357 static void s_mips_ent (int);
1358 static void s_mips_end (int);
1359 static void s_mips_frame (int);
1360 static void s_mips_mask (int reg_type);
1361 static void s_mips_stab (int);
1362 static void s_mips_weakext (int);
1363 static void s_mips_file (int);
1364 static void s_mips_loc (int);
1365 static bfd_boolean pic_need_relax (symbolS *, asection *);
1366 static int relaxed_branch_length (fragS *, asection *, int);
1367 static int validate_mips_insn (const struct mips_opcode *);
1368 static int validate_micromips_insn (const struct mips_opcode *);
1369 static int relaxed_micromips_16bit_branch_length (fragS *, asection *, int);
1370 static int relaxed_micromips_32bit_branch_length (fragS *, asection *, int);
1372 /* Table and functions used to map between CPU/ISA names, and
1373 ISA levels, and CPU numbers. */
1375 struct mips_cpu_info
1377 const char *name; /* CPU or ISA name. */
1378 int flags; /* MIPS_CPU_* flags. */
1379 int ase; /* Set of ASEs implemented by the CPU. */
1380 int isa; /* ISA level. */
1381 int cpu; /* CPU number (default CPU if ISA). */
1384 #define MIPS_CPU_IS_ISA 0x0001 /* Is this an ISA? (If 0, a CPU.) */
1386 static const struct mips_cpu_info *mips_parse_cpu (const char *, const char *);
1387 static const struct mips_cpu_info *mips_cpu_info_from_isa (int);
1388 static const struct mips_cpu_info *mips_cpu_info_from_arch (int);
1390 /* Command-line options. */
1391 const char *md_shortopts = "O::g::G:";
1395 OPTION_MARCH = OPTION_MD_BASE,
1419 OPTION_NO_SMARTMIPS,
1425 OPTION_NO_MICROMIPS,
1428 OPTION_COMPAT_ARCH_BASE,
1437 OPTION_M7000_HILO_FIX,
1438 OPTION_MNO_7000_HILO_FIX,
1441 OPTION_FIX_LOONGSON2F_JUMP,
1442 OPTION_NO_FIX_LOONGSON2F_JUMP,
1443 OPTION_FIX_LOONGSON2F_NOP,
1444 OPTION_NO_FIX_LOONGSON2F_NOP,
1446 OPTION_NO_FIX_VR4120,
1448 OPTION_NO_FIX_VR4130,
1449 OPTION_FIX_CN63XXP1,
1450 OPTION_NO_FIX_CN63XXP1,
1457 OPTION_CONSTRUCT_FLOATS,
1458 OPTION_NO_CONSTRUCT_FLOATS,
1461 OPTION_RELAX_BRANCH,
1462 OPTION_NO_RELAX_BRANCH,
1469 OPTION_SINGLE_FLOAT,
1470 OPTION_DOUBLE_FLOAT,
1484 OPTION_MVXWORKS_PIC,
1485 #endif /* OBJ_ELF */
1489 struct option md_longopts[] =
1491 /* Options which specify architecture. */
1492 {"march", required_argument, NULL, OPTION_MARCH},
1493 {"mtune", required_argument, NULL, OPTION_MTUNE},
1494 {"mips0", no_argument, NULL, OPTION_MIPS1},
1495 {"mips1", no_argument, NULL, OPTION_MIPS1},
1496 {"mips2", no_argument, NULL, OPTION_MIPS2},
1497 {"mips3", no_argument, NULL, OPTION_MIPS3},
1498 {"mips4", no_argument, NULL, OPTION_MIPS4},
1499 {"mips5", no_argument, NULL, OPTION_MIPS5},
1500 {"mips32", no_argument, NULL, OPTION_MIPS32},
1501 {"mips64", no_argument, NULL, OPTION_MIPS64},
1502 {"mips32r2", no_argument, NULL, OPTION_MIPS32R2},
1503 {"mips64r2", no_argument, NULL, OPTION_MIPS64R2},
1505 /* Options which specify Application Specific Extensions (ASEs). */
1506 {"mips16", no_argument, NULL, OPTION_MIPS16},
1507 {"no-mips16", no_argument, NULL, OPTION_NO_MIPS16},
1508 {"mips3d", no_argument, NULL, OPTION_MIPS3D},
1509 {"no-mips3d", no_argument, NULL, OPTION_NO_MIPS3D},
1510 {"mdmx", no_argument, NULL, OPTION_MDMX},
1511 {"no-mdmx", no_argument, NULL, OPTION_NO_MDMX},
1512 {"mdsp", no_argument, NULL, OPTION_DSP},
1513 {"mno-dsp", no_argument, NULL, OPTION_NO_DSP},
1514 {"mmt", no_argument, NULL, OPTION_MT},
1515 {"mno-mt", no_argument, NULL, OPTION_NO_MT},
1516 {"msmartmips", no_argument, NULL, OPTION_SMARTMIPS},
1517 {"mno-smartmips", no_argument, NULL, OPTION_NO_SMARTMIPS},
1518 {"mdspr2", no_argument, NULL, OPTION_DSPR2},
1519 {"mno-dspr2", no_argument, NULL, OPTION_NO_DSPR2},
1520 {"meva", no_argument, NULL, OPTION_EVA},
1521 {"mno-eva", no_argument, NULL, OPTION_NO_EVA},
1522 {"mmicromips", no_argument, NULL, OPTION_MICROMIPS},
1523 {"mno-micromips", no_argument, NULL, OPTION_NO_MICROMIPS},
1524 {"mmcu", no_argument, NULL, OPTION_MCU},
1525 {"mno-mcu", no_argument, NULL, OPTION_NO_MCU},
1526 {"mvirt", no_argument, NULL, OPTION_VIRT},
1527 {"mno-virt", no_argument, NULL, OPTION_NO_VIRT},
1529 /* Old-style architecture options. Don't add more of these. */
1530 {"m4650", no_argument, NULL, OPTION_M4650},
1531 {"no-m4650", no_argument, NULL, OPTION_NO_M4650},
1532 {"m4010", no_argument, NULL, OPTION_M4010},
1533 {"no-m4010", no_argument, NULL, OPTION_NO_M4010},
1534 {"m4100", no_argument, NULL, OPTION_M4100},
1535 {"no-m4100", no_argument, NULL, OPTION_NO_M4100},
1536 {"m3900", no_argument, NULL, OPTION_M3900},
1537 {"no-m3900", no_argument, NULL, OPTION_NO_M3900},
1539 /* Options which enable bug fixes. */
1540 {"mfix7000", no_argument, NULL, OPTION_M7000_HILO_FIX},
1541 {"no-fix-7000", no_argument, NULL, OPTION_MNO_7000_HILO_FIX},
1542 {"mno-fix7000", no_argument, NULL, OPTION_MNO_7000_HILO_FIX},
1543 {"mfix-loongson2f-jump", no_argument, NULL, OPTION_FIX_LOONGSON2F_JUMP},
1544 {"mno-fix-loongson2f-jump", no_argument, NULL, OPTION_NO_FIX_LOONGSON2F_JUMP},
1545 {"mfix-loongson2f-nop", no_argument, NULL, OPTION_FIX_LOONGSON2F_NOP},
1546 {"mno-fix-loongson2f-nop", no_argument, NULL, OPTION_NO_FIX_LOONGSON2F_NOP},
1547 {"mfix-vr4120", no_argument, NULL, OPTION_FIX_VR4120},
1548 {"mno-fix-vr4120", no_argument, NULL, OPTION_NO_FIX_VR4120},
1549 {"mfix-vr4130", no_argument, NULL, OPTION_FIX_VR4130},
1550 {"mno-fix-vr4130", no_argument, NULL, OPTION_NO_FIX_VR4130},
1551 {"mfix-24k", no_argument, NULL, OPTION_FIX_24K},
1552 {"mno-fix-24k", no_argument, NULL, OPTION_NO_FIX_24K},
1553 {"mfix-cn63xxp1", no_argument, NULL, OPTION_FIX_CN63XXP1},
1554 {"mno-fix-cn63xxp1", no_argument, NULL, OPTION_NO_FIX_CN63XXP1},
1556 /* Miscellaneous options. */
1557 {"trap", no_argument, NULL, OPTION_TRAP},
1558 {"no-break", no_argument, NULL, OPTION_TRAP},
1559 {"break", no_argument, NULL, OPTION_BREAK},
1560 {"no-trap", no_argument, NULL, OPTION_BREAK},
1561 {"EB", no_argument, NULL, OPTION_EB},
1562 {"EL", no_argument, NULL, OPTION_EL},
1563 {"mfp32", no_argument, NULL, OPTION_FP32},
1564 {"mgp32", no_argument, NULL, OPTION_GP32},
1565 {"construct-floats", no_argument, NULL, OPTION_CONSTRUCT_FLOATS},
1566 {"no-construct-floats", no_argument, NULL, OPTION_NO_CONSTRUCT_FLOATS},
1567 {"mfp64", no_argument, NULL, OPTION_FP64},
1568 {"mgp64", no_argument, NULL, OPTION_GP64},
1569 {"relax-branch", no_argument, NULL, OPTION_RELAX_BRANCH},
1570 {"no-relax-branch", no_argument, NULL, OPTION_NO_RELAX_BRANCH},
1571 {"mshared", no_argument, NULL, OPTION_MSHARED},
1572 {"mno-shared", no_argument, NULL, OPTION_MNO_SHARED},
1573 {"msym32", no_argument, NULL, OPTION_MSYM32},
1574 {"mno-sym32", no_argument, NULL, OPTION_MNO_SYM32},
1575 {"msoft-float", no_argument, NULL, OPTION_SOFT_FLOAT},
1576 {"mhard-float", no_argument, NULL, OPTION_HARD_FLOAT},
1577 {"msingle-float", no_argument, NULL, OPTION_SINGLE_FLOAT},
1578 {"mdouble-float", no_argument, NULL, OPTION_DOUBLE_FLOAT},
1580 /* Strictly speaking this next option is ELF specific,
1581 but we allow it for other ports as well in order to
1582 make testing easier. */
1583 {"32", no_argument, NULL, OPTION_32},
1585 /* ELF-specific options. */
1587 {"KPIC", no_argument, NULL, OPTION_CALL_SHARED},
1588 {"call_shared", no_argument, NULL, OPTION_CALL_SHARED},
1589 {"call_nonpic", no_argument, NULL, OPTION_CALL_NONPIC},
1590 {"non_shared", no_argument, NULL, OPTION_NON_SHARED},
1591 {"xgot", no_argument, NULL, OPTION_XGOT},
1592 {"mabi", required_argument, NULL, OPTION_MABI},
1593 {"n32", no_argument, NULL, OPTION_N32},
1594 {"64", no_argument, NULL, OPTION_64},
1595 {"mdebug", no_argument, NULL, OPTION_MDEBUG},
1596 {"no-mdebug", no_argument, NULL, OPTION_NO_MDEBUG},
1597 {"mpdr", no_argument, NULL, OPTION_PDR},
1598 {"mno-pdr", no_argument, NULL, OPTION_NO_PDR},
1599 {"mvxworks-pic", no_argument, NULL, OPTION_MVXWORKS_PIC},
1600 #endif /* OBJ_ELF */
1602 {NULL, no_argument, NULL, 0}
1604 size_t md_longopts_size = sizeof (md_longopts);
1608 The following pseudo-ops from the Kane and Heinrich MIPS book
1609 should be defined here, but are currently unsupported: .alias,
1610 .galive, .gjaldef, .gjrlive, .livereg, .noalias.
1612 The following pseudo-ops from the Kane and Heinrich MIPS book are
1613 specific to the type of debugging information being generated, and
1614 should be defined by the object format: .aent, .begin, .bend,
1615 .bgnb, .end, .endb, .ent, .fmask, .frame, .loc, .mask, .verstamp,
1618 The following pseudo-ops from the Kane and Heinrich MIPS book are
1619 not MIPS CPU specific, but are also not specific to the object file
1620 format. This file is probably the best place to define them, but
1621 they are not currently supported: .asm0, .endr, .lab, .struct. */
1623 static const pseudo_typeS mips_pseudo_table[] =
1625 /* MIPS specific pseudo-ops. */
1626 {"option", s_option, 0},
1627 {"set", s_mipsset, 0},
1628 {"rdata", s_change_sec, 'r'},
1629 {"sdata", s_change_sec, 's'},
1630 {"livereg", s_ignore, 0},
1631 {"abicalls", s_abicalls, 0},
1632 {"cpload", s_cpload, 0},
1633 {"cpsetup", s_cpsetup, 0},
1634 {"cplocal", s_cplocal, 0},
1635 {"cprestore", s_cprestore, 0},
1636 {"cpreturn", s_cpreturn, 0},
1637 {"dtprelword", s_dtprelword, 0},
1638 {"dtpreldword", s_dtpreldword, 0},
1639 {"tprelword", s_tprelword, 0},
1640 {"tpreldword", s_tpreldword, 0},
1641 {"gpvalue", s_gpvalue, 0},
1642 {"gpword", s_gpword, 0},
1643 {"gpdword", s_gpdword, 0},
1644 {"ehword", s_ehword, 0},
1645 {"cpadd", s_cpadd, 0},
1646 {"insn", s_insn, 0},
1648 /* Relatively generic pseudo-ops that happen to be used on MIPS
1650 {"asciiz", stringer, 8 + 1},
1651 {"bss", s_change_sec, 'b'},
1653 {"half", s_cons, 1},
1654 {"dword", s_cons, 3},
1655 {"weakext", s_mips_weakext, 0},
1656 {"origin", s_org, 0},
1657 {"repeat", s_rept, 0},
1659 /* For MIPS this is non-standard, but we define it for consistency. */
1660 {"sbss", s_change_sec, 'B'},
1662 /* These pseudo-ops are defined in read.c, but must be overridden
1663 here for one reason or another. */
1664 {"align", s_align, 0},
1665 {"byte", s_cons, 0},
1666 {"data", s_change_sec, 'd'},
1667 {"double", s_float_cons, 'd'},
1668 {"float", s_float_cons, 'f'},
1669 {"globl", s_mips_globl, 0},
1670 {"global", s_mips_globl, 0},
1671 {"hword", s_cons, 1},
1673 {"long", s_cons, 2},
1674 {"octa", s_cons, 4},
1675 {"quad", s_cons, 3},
1676 {"section", s_change_section, 0},
1677 {"short", s_cons, 1},
1678 {"single", s_float_cons, 'f'},
1679 {"stabd", s_mips_stab, 'd'},
1680 {"stabn", s_mips_stab, 'n'},
1681 {"stabs", s_mips_stab, 's'},
1682 {"text", s_change_sec, 't'},
1683 {"word", s_cons, 2},
1685 { "extern", ecoff_directive_extern, 0},
1690 static const pseudo_typeS mips_nonecoff_pseudo_table[] =
1692 /* These pseudo-ops should be defined by the object file format.
1693 However, a.out doesn't support them, so we have versions here. */
1694 {"aent", s_mips_ent, 1},
1695 {"bgnb", s_ignore, 0},
1696 {"end", s_mips_end, 0},
1697 {"endb", s_ignore, 0},
1698 {"ent", s_mips_ent, 0},
1699 {"file", s_mips_file, 0},
1700 {"fmask", s_mips_mask, 'F'},
1701 {"frame", s_mips_frame, 0},
1702 {"loc", s_mips_loc, 0},
1703 {"mask", s_mips_mask, 'R'},
1704 {"verstamp", s_ignore, 0},
1708 /* Export the ABI address size for use by TC_ADDRESS_BYTES for the
1709 purpose of the `.dc.a' internal pseudo-op. */
1712 mips_address_bytes (void)
1714 return HAVE_64BIT_ADDRESSES ? 8 : 4;
1717 extern void pop_insert (const pseudo_typeS *);
1720 mips_pop_insert (void)
1722 pop_insert (mips_pseudo_table);
1723 if (! ECOFF_DEBUGGING)
1724 pop_insert (mips_nonecoff_pseudo_table);
1727 /* Symbols labelling the current insn. */
1729 struct insn_label_list
1731 struct insn_label_list *next;
1735 static struct insn_label_list *free_insn_labels;
1736 #define label_list tc_segment_info_data.labels
1738 static void mips_clear_insn_labels (void);
1739 static void mips_mark_labels (void);
1740 static void mips_compressed_mark_labels (void);
1743 mips_clear_insn_labels (void)
1745 register struct insn_label_list **pl;
1746 segment_info_type *si;
1750 for (pl = &free_insn_labels; *pl != NULL; pl = &(*pl)->next)
1753 si = seg_info (now_seg);
1754 *pl = si->label_list;
1755 si->label_list = NULL;
1759 /* Mark instruction labels in MIPS16/microMIPS mode. */
1762 mips_mark_labels (void)
1764 if (HAVE_CODE_COMPRESSION)
1765 mips_compressed_mark_labels ();
1768 static char *expr_end;
1770 /* Expressions which appear in instructions. These are set by
1773 static expressionS imm_expr;
1774 static expressionS imm2_expr;
1775 static expressionS offset_expr;
1777 /* Relocs associated with imm_expr and offset_expr. */
1779 static bfd_reloc_code_real_type imm_reloc[3]
1780 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED};
1781 static bfd_reloc_code_real_type offset_reloc[3]
1782 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED};
1784 /* This is set to the resulting size of the instruction to be produced
1785 by mips16_ip if an explicit extension is used or by mips_ip if an
1786 explicit size is supplied. */
1788 static unsigned int forced_insn_length;
1790 /* True if we are assembling an instruction. All dot symbols defined during
1791 this time should be treated as code labels. */
1793 static bfd_boolean mips_assembling_insn;
1796 /* The pdr segment for per procedure frame/regmask info. Not used for
1799 static segT pdr_seg;
1802 /* The default target format to use. */
1804 #if defined (TE_FreeBSD)
1805 #define ELF_TARGET(PREFIX, ENDIAN) PREFIX "trad" ENDIAN "mips-freebsd"
1806 #elif defined (TE_TMIPS)
1807 #define ELF_TARGET(PREFIX, ENDIAN) PREFIX "trad" ENDIAN "mips"
1809 #define ELF_TARGET(PREFIX, ENDIAN) PREFIX ENDIAN "mips"
1813 mips_target_format (void)
1815 switch (OUTPUT_FLAVOR)
1817 case bfd_target_ecoff_flavour:
1818 return target_big_endian ? "ecoff-bigmips" : ECOFF_LITTLE_FORMAT;
1819 case bfd_target_coff_flavour:
1821 case bfd_target_elf_flavour:
1823 if (!HAVE_64BIT_OBJECTS && !HAVE_NEWABI)
1824 return (target_big_endian
1825 ? "elf32-bigmips-vxworks"
1826 : "elf32-littlemips-vxworks");
1828 return (target_big_endian
1829 ? (HAVE_64BIT_OBJECTS
1830 ? ELF_TARGET ("elf64-", "big")
1832 ? ELF_TARGET ("elf32-n", "big")
1833 : ELF_TARGET ("elf32-", "big")))
1834 : (HAVE_64BIT_OBJECTS
1835 ? ELF_TARGET ("elf64-", "little")
1837 ? ELF_TARGET ("elf32-n", "little")
1838 : ELF_TARGET ("elf32-", "little"))));
1845 /* Return the length of a microMIPS instruction in bytes. If bits of
1846 the mask beyond the low 16 are 0, then it is a 16-bit instruction.
1847 Otherwise assume a 32-bit instruction; 48-bit instructions (0x1f
1848 major opcode) will require further modifications to the opcode
1851 static inline unsigned int
1852 micromips_insn_length (const struct mips_opcode *mo)
1854 return (mo->mask >> 16) == 0 ? 2 : 4;
1857 /* Return the length of MIPS16 instruction OPCODE. */
1859 static inline unsigned int
1860 mips16_opcode_length (unsigned long opcode)
1862 return (opcode >> 16) == 0 ? 2 : 4;
1865 /* Return the length of instruction INSN. */
1867 static inline unsigned int
1868 insn_length (const struct mips_cl_insn *insn)
1870 if (mips_opts.micromips)
1871 return micromips_insn_length (insn->insn_mo);
1872 else if (mips_opts.mips16)
1873 return mips16_opcode_length (insn->insn_opcode);
1878 /* Initialise INSN from opcode entry MO. Leave its position unspecified. */
1881 create_insn (struct mips_cl_insn *insn, const struct mips_opcode *mo)
1886 insn->insn_opcode = mo->match;
1889 for (i = 0; i < ARRAY_SIZE (insn->fixp); i++)
1890 insn->fixp[i] = NULL;
1891 insn->fixed_p = (mips_opts.noreorder > 0);
1892 insn->noreorder_p = (mips_opts.noreorder > 0);
1893 insn->mips16_absolute_jump_p = 0;
1894 insn->complete_p = 0;
1895 insn->cleared_p = 0;
1898 /* Record the current MIPS16/microMIPS mode in now_seg. */
1901 mips_record_compressed_mode (void)
1903 segment_info_type *si;
1905 si = seg_info (now_seg);
1906 if (si->tc_segment_info_data.mips16 != mips_opts.mips16)
1907 si->tc_segment_info_data.mips16 = mips_opts.mips16;
1908 if (si->tc_segment_info_data.micromips != mips_opts.micromips)
1909 si->tc_segment_info_data.micromips = mips_opts.micromips;
1912 /* Read a standard MIPS instruction from BUF. */
1914 static unsigned long
1915 read_insn (char *buf)
1917 if (target_big_endian)
1918 return bfd_getb32 ((bfd_byte *) buf);
1920 return bfd_getl32 ((bfd_byte *) buf);
1923 /* Write standard MIPS instruction INSN to BUF. Return a pointer to
1927 write_insn (char *buf, unsigned int insn)
1929 md_number_to_chars (buf, insn, 4);
1933 /* Read a microMIPS or MIPS16 opcode from BUF, given that it
1934 has length LENGTH. */
1936 static unsigned long
1937 read_compressed_insn (char *buf, unsigned int length)
1943 for (i = 0; i < length; i += 2)
1946 if (target_big_endian)
1947 insn |= bfd_getb16 ((char *) buf);
1949 insn |= bfd_getl16 ((char *) buf);
1955 /* Write microMIPS or MIPS16 instruction INSN to BUF, given that the
1956 instruction is LENGTH bytes long. Return a pointer to the next byte. */
1959 write_compressed_insn (char *buf, unsigned int insn, unsigned int length)
1963 for (i = 0; i < length; i += 2)
1964 md_number_to_chars (buf + i, insn >> ((length - i - 2) * 8), 2);
1965 return buf + length;
1968 /* Install INSN at the location specified by its "frag" and "where" fields. */
1971 install_insn (const struct mips_cl_insn *insn)
1973 char *f = insn->frag->fr_literal + insn->where;
1974 if (HAVE_CODE_COMPRESSION)
1975 write_compressed_insn (f, insn->insn_opcode, insn_length (insn));
1977 write_insn (f, insn->insn_opcode);
1978 mips_record_compressed_mode ();
1981 /* Move INSN to offset WHERE in FRAG. Adjust the fixups accordingly
1982 and install the opcode in the new location. */
1985 move_insn (struct mips_cl_insn *insn, fragS *frag, long where)
1990 insn->where = where;
1991 for (i = 0; i < ARRAY_SIZE (insn->fixp); i++)
1992 if (insn->fixp[i] != NULL)
1994 insn->fixp[i]->fx_frag = frag;
1995 insn->fixp[i]->fx_where = where;
1997 install_insn (insn);
2000 /* Add INSN to the end of the output. */
2003 add_fixed_insn (struct mips_cl_insn *insn)
2005 char *f = frag_more (insn_length (insn));
2006 move_insn (insn, frag_now, f - frag_now->fr_literal);
2009 /* Start a variant frag and move INSN to the start of the variant part,
2010 marking it as fixed. The other arguments are as for frag_var. */
2013 add_relaxed_insn (struct mips_cl_insn *insn, int max_chars, int var,
2014 relax_substateT subtype, symbolS *symbol, offsetT offset)
2016 frag_grow (max_chars);
2017 move_insn (insn, frag_now, frag_more (0) - frag_now->fr_literal);
2019 frag_var (rs_machine_dependent, max_chars, var,
2020 subtype, symbol, offset, NULL);
2023 /* Insert N copies of INSN into the history buffer, starting at
2024 position FIRST. Neither FIRST nor N need to be clipped. */
2027 insert_into_history (unsigned int first, unsigned int n,
2028 const struct mips_cl_insn *insn)
2030 if (mips_relax.sequence != 2)
2034 for (i = ARRAY_SIZE (history); i-- > first;)
2036 history[i] = history[i - n];
2042 /* Initialize vr4120_conflicts. There is a bit of duplication here:
2043 the idea is to make it obvious at a glance that each errata is
2047 init_vr4120_conflicts (void)
2049 #define CONFLICT(FIRST, SECOND) \
2050 vr4120_conflicts[FIX_VR4120_##FIRST] |= 1 << FIX_VR4120_##SECOND
2052 /* Errata 21 - [D]DIV[U] after [D]MACC */
2053 CONFLICT (MACC, DIV);
2054 CONFLICT (DMACC, DIV);
2056 /* Errata 23 - Continuous DMULT[U]/DMACC instructions. */
2057 CONFLICT (DMULT, DMULT);
2058 CONFLICT (DMULT, DMACC);
2059 CONFLICT (DMACC, DMULT);
2060 CONFLICT (DMACC, DMACC);
2062 /* Errata 24 - MT{LO,HI} after [D]MACC */
2063 CONFLICT (MACC, MTHILO);
2064 CONFLICT (DMACC, MTHILO);
2066 /* VR4181A errata MD(1): "If a MULT, MULTU, DMULT or DMULTU
2067 instruction is executed immediately after a MACC or DMACC
2068 instruction, the result of [either instruction] is incorrect." */
2069 CONFLICT (MACC, MULT);
2070 CONFLICT (MACC, DMULT);
2071 CONFLICT (DMACC, MULT);
2072 CONFLICT (DMACC, DMULT);
2074 /* VR4181A errata MD(4): "If a MACC or DMACC instruction is
2075 executed immediately after a DMULT, DMULTU, DIV, DIVU,
2076 DDIV or DDIVU instruction, the result of the MACC or
2077 DMACC instruction is incorrect.". */
2078 CONFLICT (DMULT, MACC);
2079 CONFLICT (DMULT, DMACC);
2080 CONFLICT (DIV, MACC);
2081 CONFLICT (DIV, DMACC);
2091 #define RTYPE_MASK 0x1ff00
2092 #define RTYPE_NUM 0x00100
2093 #define RTYPE_FPU 0x00200
2094 #define RTYPE_FCC 0x00400
2095 #define RTYPE_VEC 0x00800
2096 #define RTYPE_GP 0x01000
2097 #define RTYPE_CP0 0x02000
2098 #define RTYPE_PC 0x04000
2099 #define RTYPE_ACC 0x08000
2100 #define RTYPE_CCC 0x10000
2101 #define RNUM_MASK 0x000ff
2102 #define RWARN 0x80000
2104 #define GENERIC_REGISTER_NUMBERS \
2105 {"$0", RTYPE_NUM | 0}, \
2106 {"$1", RTYPE_NUM | 1}, \
2107 {"$2", RTYPE_NUM | 2}, \
2108 {"$3", RTYPE_NUM | 3}, \
2109 {"$4", RTYPE_NUM | 4}, \
2110 {"$5", RTYPE_NUM | 5}, \
2111 {"$6", RTYPE_NUM | 6}, \
2112 {"$7", RTYPE_NUM | 7}, \
2113 {"$8", RTYPE_NUM | 8}, \
2114 {"$9", RTYPE_NUM | 9}, \
2115 {"$10", RTYPE_NUM | 10}, \
2116 {"$11", RTYPE_NUM | 11}, \
2117 {"$12", RTYPE_NUM | 12}, \
2118 {"$13", RTYPE_NUM | 13}, \
2119 {"$14", RTYPE_NUM | 14}, \
2120 {"$15", RTYPE_NUM | 15}, \
2121 {"$16", RTYPE_NUM | 16}, \
2122 {"$17", RTYPE_NUM | 17}, \
2123 {"$18", RTYPE_NUM | 18}, \
2124 {"$19", RTYPE_NUM | 19}, \
2125 {"$20", RTYPE_NUM | 20}, \
2126 {"$21", RTYPE_NUM | 21}, \
2127 {"$22", RTYPE_NUM | 22}, \
2128 {"$23", RTYPE_NUM | 23}, \
2129 {"$24", RTYPE_NUM | 24}, \
2130 {"$25", RTYPE_NUM | 25}, \
2131 {"$26", RTYPE_NUM | 26}, \
2132 {"$27", RTYPE_NUM | 27}, \
2133 {"$28", RTYPE_NUM | 28}, \
2134 {"$29", RTYPE_NUM | 29}, \
2135 {"$30", RTYPE_NUM | 30}, \
2136 {"$31", RTYPE_NUM | 31}
2138 #define FPU_REGISTER_NAMES \
2139 {"$f0", RTYPE_FPU | 0}, \
2140 {"$f1", RTYPE_FPU | 1}, \
2141 {"$f2", RTYPE_FPU | 2}, \
2142 {"$f3", RTYPE_FPU | 3}, \
2143 {"$f4", RTYPE_FPU | 4}, \
2144 {"$f5", RTYPE_FPU | 5}, \
2145 {"$f6", RTYPE_FPU | 6}, \
2146 {"$f7", RTYPE_FPU | 7}, \
2147 {"$f8", RTYPE_FPU | 8}, \
2148 {"$f9", RTYPE_FPU | 9}, \
2149 {"$f10", RTYPE_FPU | 10}, \
2150 {"$f11", RTYPE_FPU | 11}, \
2151 {"$f12", RTYPE_FPU | 12}, \
2152 {"$f13", RTYPE_FPU | 13}, \
2153 {"$f14", RTYPE_FPU | 14}, \
2154 {"$f15", RTYPE_FPU | 15}, \
2155 {"$f16", RTYPE_FPU | 16}, \
2156 {"$f17", RTYPE_FPU | 17}, \
2157 {"$f18", RTYPE_FPU | 18}, \
2158 {"$f19", RTYPE_FPU | 19}, \
2159 {"$f20", RTYPE_FPU | 20}, \
2160 {"$f21", RTYPE_FPU | 21}, \
2161 {"$f22", RTYPE_FPU | 22}, \
2162 {"$f23", RTYPE_FPU | 23}, \
2163 {"$f24", RTYPE_FPU | 24}, \
2164 {"$f25", RTYPE_FPU | 25}, \
2165 {"$f26", RTYPE_FPU | 26}, \
2166 {"$f27", RTYPE_FPU | 27}, \
2167 {"$f28", RTYPE_FPU | 28}, \
2168 {"$f29", RTYPE_FPU | 29}, \
2169 {"$f30", RTYPE_FPU | 30}, \
2170 {"$f31", RTYPE_FPU | 31}
2172 #define FPU_CONDITION_CODE_NAMES \
2173 {"$fcc0", RTYPE_FCC | 0}, \
2174 {"$fcc1", RTYPE_FCC | 1}, \
2175 {"$fcc2", RTYPE_FCC | 2}, \
2176 {"$fcc3", RTYPE_FCC | 3}, \
2177 {"$fcc4", RTYPE_FCC | 4}, \
2178 {"$fcc5", RTYPE_FCC | 5}, \
2179 {"$fcc6", RTYPE_FCC | 6}, \
2180 {"$fcc7", RTYPE_FCC | 7}
2182 #define COPROC_CONDITION_CODE_NAMES \
2183 {"$cc0", RTYPE_FCC | RTYPE_CCC | 0}, \
2184 {"$cc1", RTYPE_FCC | RTYPE_CCC | 1}, \
2185 {"$cc2", RTYPE_FCC | RTYPE_CCC | 2}, \
2186 {"$cc3", RTYPE_FCC | RTYPE_CCC | 3}, \
2187 {"$cc4", RTYPE_FCC | RTYPE_CCC | 4}, \
2188 {"$cc5", RTYPE_FCC | RTYPE_CCC | 5}, \
2189 {"$cc6", RTYPE_FCC | RTYPE_CCC | 6}, \
2190 {"$cc7", RTYPE_FCC | RTYPE_CCC | 7}
2192 #define N32N64_SYMBOLIC_REGISTER_NAMES \
2193 {"$a4", RTYPE_GP | 8}, \
2194 {"$a5", RTYPE_GP | 9}, \
2195 {"$a6", RTYPE_GP | 10}, \
2196 {"$a7", RTYPE_GP | 11}, \
2197 {"$ta0", RTYPE_GP | 8}, /* alias for $a4 */ \
2198 {"$ta1", RTYPE_GP | 9}, /* alias for $a5 */ \
2199 {"$ta2", RTYPE_GP | 10}, /* alias for $a6 */ \
2200 {"$ta3", RTYPE_GP | 11}, /* alias for $a7 */ \
2201 {"$t0", RTYPE_GP | 12}, \
2202 {"$t1", RTYPE_GP | 13}, \
2203 {"$t2", RTYPE_GP | 14}, \
2204 {"$t3", RTYPE_GP | 15}
2206 #define O32_SYMBOLIC_REGISTER_NAMES \
2207 {"$t0", RTYPE_GP | 8}, \
2208 {"$t1", RTYPE_GP | 9}, \
2209 {"$t2", RTYPE_GP | 10}, \
2210 {"$t3", RTYPE_GP | 11}, \
2211 {"$t4", RTYPE_GP | 12}, \
2212 {"$t5", RTYPE_GP | 13}, \
2213 {"$t6", RTYPE_GP | 14}, \
2214 {"$t7", RTYPE_GP | 15}, \
2215 {"$ta0", RTYPE_GP | 12}, /* alias for $t4 */ \
2216 {"$ta1", RTYPE_GP | 13}, /* alias for $t5 */ \
2217 {"$ta2", RTYPE_GP | 14}, /* alias for $t6 */ \
2218 {"$ta3", RTYPE_GP | 15} /* alias for $t7 */
2220 /* Remaining symbolic register names */
2221 #define SYMBOLIC_REGISTER_NAMES \
2222 {"$zero", RTYPE_GP | 0}, \
2223 {"$at", RTYPE_GP | 1}, \
2224 {"$AT", RTYPE_GP | 1}, \
2225 {"$v0", RTYPE_GP | 2}, \
2226 {"$v1", RTYPE_GP | 3}, \
2227 {"$a0", RTYPE_GP | 4}, \
2228 {"$a1", RTYPE_GP | 5}, \
2229 {"$a2", RTYPE_GP | 6}, \
2230 {"$a3", RTYPE_GP | 7}, \
2231 {"$s0", RTYPE_GP | 16}, \
2232 {"$s1", RTYPE_GP | 17}, \
2233 {"$s2", RTYPE_GP | 18}, \
2234 {"$s3", RTYPE_GP | 19}, \
2235 {"$s4", RTYPE_GP | 20}, \
2236 {"$s5", RTYPE_GP | 21}, \
2237 {"$s6", RTYPE_GP | 22}, \
2238 {"$s7", RTYPE_GP | 23}, \
2239 {"$t8", RTYPE_GP | 24}, \
2240 {"$t9", RTYPE_GP | 25}, \
2241 {"$k0", RTYPE_GP | 26}, \
2242 {"$kt0", RTYPE_GP | 26}, \
2243 {"$k1", RTYPE_GP | 27}, \
2244 {"$kt1", RTYPE_GP | 27}, \
2245 {"$gp", RTYPE_GP | 28}, \
2246 {"$sp", RTYPE_GP | 29}, \
2247 {"$s8", RTYPE_GP | 30}, \
2248 {"$fp", RTYPE_GP | 30}, \
2249 {"$ra", RTYPE_GP | 31}
2251 #define MIPS16_SPECIAL_REGISTER_NAMES \
2252 {"$pc", RTYPE_PC | 0}
2254 #define MDMX_VECTOR_REGISTER_NAMES \
2255 /* {"$v0", RTYPE_VEC | 0}, clash with REG 2 above */ \
2256 /* {"$v1", RTYPE_VEC | 1}, clash with REG 3 above */ \
2257 {"$v2", RTYPE_VEC | 2}, \
2258 {"$v3", RTYPE_VEC | 3}, \
2259 {"$v4", RTYPE_VEC | 4}, \
2260 {"$v5", RTYPE_VEC | 5}, \
2261 {"$v6", RTYPE_VEC | 6}, \
2262 {"$v7", RTYPE_VEC | 7}, \
2263 {"$v8", RTYPE_VEC | 8}, \
2264 {"$v9", RTYPE_VEC | 9}, \
2265 {"$v10", RTYPE_VEC | 10}, \
2266 {"$v11", RTYPE_VEC | 11}, \
2267 {"$v12", RTYPE_VEC | 12}, \
2268 {"$v13", RTYPE_VEC | 13}, \
2269 {"$v14", RTYPE_VEC | 14}, \
2270 {"$v15", RTYPE_VEC | 15}, \
2271 {"$v16", RTYPE_VEC | 16}, \
2272 {"$v17", RTYPE_VEC | 17}, \
2273 {"$v18", RTYPE_VEC | 18}, \
2274 {"$v19", RTYPE_VEC | 19}, \
2275 {"$v20", RTYPE_VEC | 20}, \
2276 {"$v21", RTYPE_VEC | 21}, \
2277 {"$v22", RTYPE_VEC | 22}, \
2278 {"$v23", RTYPE_VEC | 23}, \
2279 {"$v24", RTYPE_VEC | 24}, \
2280 {"$v25", RTYPE_VEC | 25}, \
2281 {"$v26", RTYPE_VEC | 26}, \
2282 {"$v27", RTYPE_VEC | 27}, \
2283 {"$v28", RTYPE_VEC | 28}, \
2284 {"$v29", RTYPE_VEC | 29}, \
2285 {"$v30", RTYPE_VEC | 30}, \
2286 {"$v31", RTYPE_VEC | 31}
2288 #define MIPS_DSP_ACCUMULATOR_NAMES \
2289 {"$ac0", RTYPE_ACC | 0}, \
2290 {"$ac1", RTYPE_ACC | 1}, \
2291 {"$ac2", RTYPE_ACC | 2}, \
2292 {"$ac3", RTYPE_ACC | 3}
2294 static const struct regname reg_names[] = {
2295 GENERIC_REGISTER_NUMBERS,
2297 FPU_CONDITION_CODE_NAMES,
2298 COPROC_CONDITION_CODE_NAMES,
2300 /* The $txx registers depends on the abi,
2301 these will be added later into the symbol table from
2302 one of the tables below once mips_abi is set after
2303 parsing of arguments from the command line. */
2304 SYMBOLIC_REGISTER_NAMES,
2306 MIPS16_SPECIAL_REGISTER_NAMES,
2307 MDMX_VECTOR_REGISTER_NAMES,
2308 MIPS_DSP_ACCUMULATOR_NAMES,
2312 static const struct regname reg_names_o32[] = {
2313 O32_SYMBOLIC_REGISTER_NAMES,
2317 static const struct regname reg_names_n32n64[] = {
2318 N32N64_SYMBOLIC_REGISTER_NAMES,
2322 /* Check if S points at a valid register specifier according to TYPES.
2323 If so, then return 1, advance S to consume the specifier and store
2324 the register's number in REGNOP, otherwise return 0. */
2327 reg_lookup (char **s, unsigned int types, unsigned int *regnop)
2334 /* Find end of name. */
2336 if (is_name_beginner (*e))
2338 while (is_part_of_name (*e))
2341 /* Terminate name. */
2345 /* Look for a register symbol. */
2346 if ((symbolP = symbol_find (*s)) && S_GET_SEGMENT (symbolP) == reg_section)
2348 int r = S_GET_VALUE (symbolP);
2350 reg = r & RNUM_MASK;
2351 else if ((types & RTYPE_VEC) && (r & ~1) == (RTYPE_GP | 2))
2352 /* Convert GP reg $v0/1 to MDMX reg $v0/1! */
2353 reg = (r & RNUM_MASK) - 2;
2355 /* Else see if this is a register defined in an itbl entry. */
2356 else if ((types & RTYPE_GP) && itbl_have_entries)
2363 if (itbl_get_reg_val (n, &r))
2364 reg = r & RNUM_MASK;
2367 /* Advance to next token if a register was recognised. */
2370 else if (types & RWARN)
2371 as_warn (_("Unrecognized register name `%s'"), *s);
2379 /* Check if S points at a valid register list according to TYPES.
2380 If so, then return 1, advance S to consume the list and store
2381 the registers present on the list as a bitmask of ones in REGLISTP,
2382 otherwise return 0. A valid list comprises a comma-separated
2383 enumeration of valid single registers and/or dash-separated
2384 contiguous register ranges as determined by their numbers.
2386 As a special exception if one of s0-s7 registers is specified as
2387 the range's lower delimiter and s8 (fp) is its upper one, then no
2388 registers whose numbers place them between s7 and s8 (i.e. $24-$29)
2389 are selected; they have to be listed separately if needed. */
2392 reglist_lookup (char **s, unsigned int types, unsigned int *reglistp)
2394 unsigned int reglist = 0;
2395 unsigned int lastregno;
2396 bfd_boolean ok = TRUE;
2397 unsigned int regmask;
2398 char *s_endlist = *s;
2402 while (reg_lookup (s, types, ®no))
2408 ok = reg_lookup (s, types, &lastregno);
2409 if (ok && lastregno < regno)
2415 if (lastregno == FP && regno >= S0 && regno <= S7)
2420 regmask = 1 << lastregno;
2421 regmask = (regmask << 1) - 1;
2422 regmask ^= (1 << regno) - 1;
2436 *reglistp = reglist;
2437 return ok && reglist != 0;
2440 /* Return TRUE if opcode MO is valid on the currently selected ISA, ASE
2441 and architecture. Use is_opcode_valid_16 for MIPS16 opcodes. */
2444 is_opcode_valid (const struct mips_opcode *mo)
2446 int isa = mips_opts.isa;
2447 int ase = mips_opts.ase;
2450 if ((ase & ASE_DSP) && ISA_SUPPORTS_DSP64_ASE)
2452 if ((ase & ASE_VIRT) && ISA_SUPPORTS_VIRT64_ASE)
2455 if (!opcode_is_member (mo, isa, ase, mips_opts.arch))
2458 /* Check whether the instruction or macro requires single-precision or
2459 double-precision floating-point support. Note that this information is
2460 stored differently in the opcode table for insns and macros. */
2461 if (mo->pinfo == INSN_MACRO)
2463 fp_s = mo->pinfo2 & INSN2_M_FP_S;
2464 fp_d = mo->pinfo2 & INSN2_M_FP_D;
2468 fp_s = mo->pinfo & FP_S;
2469 fp_d = mo->pinfo & FP_D;
2472 if (fp_d && (mips_opts.soft_float || mips_opts.single_float))
2475 if (fp_s && mips_opts.soft_float)
2481 /* Return TRUE if the MIPS16 opcode MO is valid on the currently
2482 selected ISA and architecture. */
2485 is_opcode_valid_16 (const struct mips_opcode *mo)
2487 return opcode_is_member (mo, mips_opts.isa, 0, mips_opts.arch);
2490 /* Return TRUE if the size of the microMIPS opcode MO matches one
2491 explicitly requested. Always TRUE in the standard MIPS mode. */
2494 is_size_valid (const struct mips_opcode *mo)
2496 if (!mips_opts.micromips)
2499 if (!forced_insn_length)
2501 if (mo->pinfo == INSN_MACRO)
2503 return forced_insn_length == micromips_insn_length (mo);
2506 /* Return TRUE if the microMIPS opcode MO is valid for the delay slot
2507 of the preceding instruction. Always TRUE in the standard MIPS mode.
2509 We don't accept macros in 16-bit delay slots to avoid a case where
2510 a macro expansion fails because it relies on a preceding 32-bit real
2511 instruction to have matched and does not handle the operands correctly.
2512 The only macros that may expand to 16-bit instructions are JAL that
2513 cannot be placed in a delay slot anyway, and corner cases of BALIGN
2514 and BGT (that likewise cannot be placed in a delay slot) that decay to
2515 a NOP. In all these cases the macros precede any corresponding real
2516 instruction definitions in the opcode table, so they will match in the
2517 second pass where the size of the delay slot is ignored and therefore
2518 produce correct code. */
2521 is_delay_slot_valid (const struct mips_opcode *mo)
2523 if (!mips_opts.micromips)
2526 if (mo->pinfo == INSN_MACRO)
2527 return (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) == 0;
2528 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0
2529 && micromips_insn_length (mo) != 4)
2531 if ((history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0
2532 && micromips_insn_length (mo) != 2)
2538 /* This function is called once, at assembler startup time. It should set up
2539 all the tables, etc. that the MD part of the assembler will need. */
2544 const char *retval = NULL;
2548 if (mips_pic != NO_PIC)
2550 if (g_switch_seen && g_switch_value != 0)
2551 as_bad (_("-G may not be used in position-independent code"));
2555 if (! bfd_set_arch_mach (stdoutput, bfd_arch_mips, file_mips_arch))
2556 as_warn (_("Could not set architecture and machine"));
2558 op_hash = hash_new ();
2560 for (i = 0; i < NUMOPCODES;)
2562 const char *name = mips_opcodes[i].name;
2564 retval = hash_insert (op_hash, name, (void *) &mips_opcodes[i]);
2567 fprintf (stderr, _("internal error: can't hash `%s': %s\n"),
2568 mips_opcodes[i].name, retval);
2569 /* Probably a memory allocation problem? Give up now. */
2570 as_fatal (_("Broken assembler. No assembly attempted."));
2574 if (mips_opcodes[i].pinfo != INSN_MACRO)
2576 if (!validate_mips_insn (&mips_opcodes[i]))
2578 if (nop_insn.insn_mo == NULL && strcmp (name, "nop") == 0)
2580 create_insn (&nop_insn, mips_opcodes + i);
2581 if (mips_fix_loongson2f_nop)
2582 nop_insn.insn_opcode = LOONGSON2F_NOP_INSN;
2583 nop_insn.fixed_p = 1;
2588 while ((i < NUMOPCODES) && !strcmp (mips_opcodes[i].name, name));
2591 mips16_op_hash = hash_new ();
2594 while (i < bfd_mips16_num_opcodes)
2596 const char *name = mips16_opcodes[i].name;
2598 retval = hash_insert (mips16_op_hash, name, (void *) &mips16_opcodes[i]);
2600 as_fatal (_("internal: can't hash `%s': %s"),
2601 mips16_opcodes[i].name, retval);
2604 if (mips16_opcodes[i].pinfo != INSN_MACRO
2605 && ((mips16_opcodes[i].match & mips16_opcodes[i].mask)
2606 != mips16_opcodes[i].match))
2608 fprintf (stderr, _("internal error: bad mips16 opcode: %s %s\n"),
2609 mips16_opcodes[i].name, mips16_opcodes[i].args);
2612 if (mips16_nop_insn.insn_mo == NULL && strcmp (name, "nop") == 0)
2614 create_insn (&mips16_nop_insn, mips16_opcodes + i);
2615 mips16_nop_insn.fixed_p = 1;
2619 while (i < bfd_mips16_num_opcodes
2620 && strcmp (mips16_opcodes[i].name, name) == 0);
2623 micromips_op_hash = hash_new ();
2626 while (i < bfd_micromips_num_opcodes)
2628 const char *name = micromips_opcodes[i].name;
2630 retval = hash_insert (micromips_op_hash, name,
2631 (void *) µmips_opcodes[i]);
2633 as_fatal (_("internal: can't hash `%s': %s"),
2634 micromips_opcodes[i].name, retval);
2636 if (micromips_opcodes[i].pinfo != INSN_MACRO)
2638 struct mips_cl_insn *micromips_nop_insn;
2640 if (!validate_micromips_insn (µmips_opcodes[i]))
2643 if (micromips_insn_length (micromips_opcodes + i) == 2)
2644 micromips_nop_insn = µmips_nop16_insn;
2645 else if (micromips_insn_length (micromips_opcodes + i) == 4)
2646 micromips_nop_insn = µmips_nop32_insn;
2650 if (micromips_nop_insn->insn_mo == NULL
2651 && strcmp (name, "nop") == 0)
2653 create_insn (micromips_nop_insn, micromips_opcodes + i);
2654 micromips_nop_insn->fixed_p = 1;
2657 while (++i < bfd_micromips_num_opcodes
2658 && strcmp (micromips_opcodes[i].name, name) == 0);
2662 as_fatal (_("Broken assembler. No assembly attempted."));
2664 /* We add all the general register names to the symbol table. This
2665 helps us detect invalid uses of them. */
2666 for (i = 0; reg_names[i].name; i++)
2667 symbol_table_insert (symbol_new (reg_names[i].name, reg_section,
2668 reg_names[i].num, /* & RNUM_MASK, */
2669 &zero_address_frag));
2671 for (i = 0; reg_names_n32n64[i].name; i++)
2672 symbol_table_insert (symbol_new (reg_names_n32n64[i].name, reg_section,
2673 reg_names_n32n64[i].num, /* & RNUM_MASK, */
2674 &zero_address_frag));
2676 for (i = 0; reg_names_o32[i].name; i++)
2677 symbol_table_insert (symbol_new (reg_names_o32[i].name, reg_section,
2678 reg_names_o32[i].num, /* & RNUM_MASK, */
2679 &zero_address_frag));
2681 mips_no_prev_insn ();
2684 mips_cprmask[0] = 0;
2685 mips_cprmask[1] = 0;
2686 mips_cprmask[2] = 0;
2687 mips_cprmask[3] = 0;
2689 /* set the default alignment for the text section (2**2) */
2690 record_alignment (text_section, 2);
2692 bfd_set_gp_size (stdoutput, g_switch_value);
2697 /* On a native system other than VxWorks, sections must be aligned
2698 to 16 byte boundaries. When configured for an embedded ELF
2699 target, we don't bother. */
2700 if (strncmp (TARGET_OS, "elf", 3) != 0
2701 && strncmp (TARGET_OS, "vxworks", 7) != 0)
2703 (void) bfd_set_section_alignment (stdoutput, text_section, 4);
2704 (void) bfd_set_section_alignment (stdoutput, data_section, 4);
2705 (void) bfd_set_section_alignment (stdoutput, bss_section, 4);
2708 /* Create a .reginfo section for register masks and a .mdebug
2709 section for debugging information. */
2717 subseg = now_subseg;
2719 /* The ABI says this section should be loaded so that the
2720 running program can access it. However, we don't load it
2721 if we are configured for an embedded target */
2722 flags = SEC_READONLY | SEC_DATA;
2723 if (strncmp (TARGET_OS, "elf", 3) != 0)
2724 flags |= SEC_ALLOC | SEC_LOAD;
2726 if (mips_abi != N64_ABI)
2728 sec = subseg_new (".reginfo", (subsegT) 0);
2730 bfd_set_section_flags (stdoutput, sec, flags);
2731 bfd_set_section_alignment (stdoutput, sec, HAVE_NEWABI ? 3 : 2);
2733 mips_regmask_frag = frag_more (sizeof (Elf32_External_RegInfo));
2737 /* The 64-bit ABI uses a .MIPS.options section rather than
2738 .reginfo section. */
2739 sec = subseg_new (".MIPS.options", (subsegT) 0);
2740 bfd_set_section_flags (stdoutput, sec, flags);
2741 bfd_set_section_alignment (stdoutput, sec, 3);
2743 /* Set up the option header. */
2745 Elf_Internal_Options opthdr;
2748 opthdr.kind = ODK_REGINFO;
2749 opthdr.size = (sizeof (Elf_External_Options)
2750 + sizeof (Elf64_External_RegInfo));
2753 f = frag_more (sizeof (Elf_External_Options));
2754 bfd_mips_elf_swap_options_out (stdoutput, &opthdr,
2755 (Elf_External_Options *) f);
2757 mips_regmask_frag = frag_more (sizeof (Elf64_External_RegInfo));
2761 if (ECOFF_DEBUGGING)
2763 sec = subseg_new (".mdebug", (subsegT) 0);
2764 (void) bfd_set_section_flags (stdoutput, sec,
2765 SEC_HAS_CONTENTS | SEC_READONLY);
2766 (void) bfd_set_section_alignment (stdoutput, sec, 2);
2768 else if (mips_flag_pdr)
2770 pdr_seg = subseg_new (".pdr", (subsegT) 0);
2771 (void) bfd_set_section_flags (stdoutput, pdr_seg,
2772 SEC_READONLY | SEC_RELOC
2774 (void) bfd_set_section_alignment (stdoutput, pdr_seg, 2);
2777 subseg_set (seg, subseg);
2780 #endif /* OBJ_ELF */
2782 if (! ECOFF_DEBUGGING)
2785 if (mips_fix_vr4120)
2786 init_vr4120_conflicts ();
2792 mips_emit_delays ();
2793 if (! ECOFF_DEBUGGING)
2798 md_assemble (char *str)
2800 struct mips_cl_insn insn;
2801 bfd_reloc_code_real_type unused_reloc[3]
2802 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED};
2804 imm_expr.X_op = O_absent;
2805 imm2_expr.X_op = O_absent;
2806 offset_expr.X_op = O_absent;
2807 imm_reloc[0] = BFD_RELOC_UNUSED;
2808 imm_reloc[1] = BFD_RELOC_UNUSED;
2809 imm_reloc[2] = BFD_RELOC_UNUSED;
2810 offset_reloc[0] = BFD_RELOC_UNUSED;
2811 offset_reloc[1] = BFD_RELOC_UNUSED;
2812 offset_reloc[2] = BFD_RELOC_UNUSED;
2814 mips_mark_labels ();
2815 mips_assembling_insn = TRUE;
2817 if (mips_opts.mips16)
2818 mips16_ip (str, &insn);
2821 mips_ip (str, &insn);
2822 DBG ((_("returned from mips_ip(%s) insn_opcode = 0x%x\n"),
2823 str, insn.insn_opcode));
2827 as_bad ("%s `%s'", insn_error, str);
2828 else if (insn.insn_mo->pinfo == INSN_MACRO)
2831 if (mips_opts.mips16)
2832 mips16_macro (&insn);
2839 if (imm_expr.X_op != O_absent)
2840 append_insn (&insn, &imm_expr, imm_reloc, FALSE);
2841 else if (offset_expr.X_op != O_absent)
2842 append_insn (&insn, &offset_expr, offset_reloc, FALSE);
2844 append_insn (&insn, NULL, unused_reloc, FALSE);
2847 mips_assembling_insn = FALSE;
2850 /* Convenience functions for abstracting away the differences between
2851 MIPS16 and non-MIPS16 relocations. */
2853 static inline bfd_boolean
2854 mips16_reloc_p (bfd_reloc_code_real_type reloc)
2858 case BFD_RELOC_MIPS16_JMP:
2859 case BFD_RELOC_MIPS16_GPREL:
2860 case BFD_RELOC_MIPS16_GOT16:
2861 case BFD_RELOC_MIPS16_CALL16:
2862 case BFD_RELOC_MIPS16_HI16_S:
2863 case BFD_RELOC_MIPS16_HI16:
2864 case BFD_RELOC_MIPS16_LO16:
2872 static inline bfd_boolean
2873 micromips_reloc_p (bfd_reloc_code_real_type reloc)
2877 case BFD_RELOC_MICROMIPS_7_PCREL_S1:
2878 case BFD_RELOC_MICROMIPS_10_PCREL_S1:
2879 case BFD_RELOC_MICROMIPS_16_PCREL_S1:
2880 case BFD_RELOC_MICROMIPS_GPREL16:
2881 case BFD_RELOC_MICROMIPS_JMP:
2882 case BFD_RELOC_MICROMIPS_HI16:
2883 case BFD_RELOC_MICROMIPS_HI16_S:
2884 case BFD_RELOC_MICROMIPS_LO16:
2885 case BFD_RELOC_MICROMIPS_LITERAL:
2886 case BFD_RELOC_MICROMIPS_GOT16:
2887 case BFD_RELOC_MICROMIPS_CALL16:
2888 case BFD_RELOC_MICROMIPS_GOT_HI16:
2889 case BFD_RELOC_MICROMIPS_GOT_LO16:
2890 case BFD_RELOC_MICROMIPS_CALL_HI16:
2891 case BFD_RELOC_MICROMIPS_CALL_LO16:
2892 case BFD_RELOC_MICROMIPS_SUB:
2893 case BFD_RELOC_MICROMIPS_GOT_PAGE:
2894 case BFD_RELOC_MICROMIPS_GOT_OFST:
2895 case BFD_RELOC_MICROMIPS_GOT_DISP:
2896 case BFD_RELOC_MICROMIPS_HIGHEST:
2897 case BFD_RELOC_MICROMIPS_HIGHER:
2898 case BFD_RELOC_MICROMIPS_SCN_DISP:
2899 case BFD_RELOC_MICROMIPS_JALR:
2907 static inline bfd_boolean
2908 jmp_reloc_p (bfd_reloc_code_real_type reloc)
2910 return reloc == BFD_RELOC_MIPS_JMP || reloc == BFD_RELOC_MICROMIPS_JMP;
2913 static inline bfd_boolean
2914 got16_reloc_p (bfd_reloc_code_real_type reloc)
2916 return (reloc == BFD_RELOC_MIPS_GOT16 || reloc == BFD_RELOC_MIPS16_GOT16
2917 || reloc == BFD_RELOC_MICROMIPS_GOT16);
2920 static inline bfd_boolean
2921 hi16_reloc_p (bfd_reloc_code_real_type reloc)
2923 return (reloc == BFD_RELOC_HI16_S || reloc == BFD_RELOC_MIPS16_HI16_S
2924 || reloc == BFD_RELOC_MICROMIPS_HI16_S);
2927 static inline bfd_boolean
2928 lo16_reloc_p (bfd_reloc_code_real_type reloc)
2930 return (reloc == BFD_RELOC_LO16 || reloc == BFD_RELOC_MIPS16_LO16
2931 || reloc == BFD_RELOC_MICROMIPS_LO16);
2934 static inline bfd_boolean
2935 jalr_reloc_p (bfd_reloc_code_real_type reloc)
2937 return reloc == BFD_RELOC_MIPS_JALR || reloc == BFD_RELOC_MICROMIPS_JALR;
2940 /* Return true if RELOC is a PC-relative relocation that does not have
2941 full address range. */
2943 static inline bfd_boolean
2944 limited_pcrel_reloc_p (bfd_reloc_code_real_type reloc)
2948 case BFD_RELOC_16_PCREL_S2:
2949 case BFD_RELOC_MICROMIPS_7_PCREL_S1:
2950 case BFD_RELOC_MICROMIPS_10_PCREL_S1:
2951 case BFD_RELOC_MICROMIPS_16_PCREL_S1:
2954 case BFD_RELOC_32_PCREL:
2955 return HAVE_64BIT_ADDRESSES;
2962 /* Return true if the given relocation might need a matching %lo().
2963 This is only "might" because SVR4 R_MIPS_GOT16 relocations only
2964 need a matching %lo() when applied to local symbols. */
2966 static inline bfd_boolean
2967 reloc_needs_lo_p (bfd_reloc_code_real_type reloc)
2969 return (HAVE_IN_PLACE_ADDENDS
2970 && (hi16_reloc_p (reloc)
2971 /* VxWorks R_MIPS_GOT16 relocs never need a matching %lo();
2972 all GOT16 relocations evaluate to "G". */
2973 || (got16_reloc_p (reloc) && mips_pic != VXWORKS_PIC)));
2976 /* Return the type of %lo() reloc needed by RELOC, given that
2977 reloc_needs_lo_p. */
2979 static inline bfd_reloc_code_real_type
2980 matching_lo_reloc (bfd_reloc_code_real_type reloc)
2982 return (mips16_reloc_p (reloc) ? BFD_RELOC_MIPS16_LO16
2983 : (micromips_reloc_p (reloc) ? BFD_RELOC_MICROMIPS_LO16
2987 /* Return true if the given fixup is followed by a matching R_MIPS_LO16
2990 static inline bfd_boolean
2991 fixup_has_matching_lo_p (fixS *fixp)
2993 return (fixp->fx_next != NULL
2994 && fixp->fx_next->fx_r_type == matching_lo_reloc (fixp->fx_r_type)
2995 && fixp->fx_addsy == fixp->fx_next->fx_addsy
2996 && fixp->fx_offset == fixp->fx_next->fx_offset);
2999 /* This function returns true if modifying a register requires a
3003 reg_needs_delay (unsigned int reg)
3005 unsigned long prev_pinfo;
3007 prev_pinfo = history[0].insn_mo->pinfo;
3008 if (! mips_opts.noreorder
3009 && (((prev_pinfo & INSN_LOAD_MEMORY_DELAY)
3010 && ! gpr_interlocks)
3011 || ((prev_pinfo & INSN_LOAD_COPROC_DELAY)
3012 && ! cop_interlocks)))
3014 /* A load from a coprocessor or from memory. All load delays
3015 delay the use of general register rt for one instruction. */
3016 /* Itbl support may require additional care here. */
3017 know (prev_pinfo & INSN_WRITE_GPR_T);
3018 if (reg == EXTRACT_OPERAND (mips_opts.micromips, RT, history[0]))
3025 /* Move all labels in LABELS to the current insertion point. TEXT_P
3026 says whether the labels refer to text or data. */
3029 mips_move_labels (struct insn_label_list *labels, bfd_boolean text_p)
3031 struct insn_label_list *l;
3034 for (l = labels; l != NULL; l = l->next)
3036 gas_assert (S_GET_SEGMENT (l->label) == now_seg);
3037 symbol_set_frag (l->label, frag_now);
3038 val = (valueT) frag_now_fix ();
3039 /* MIPS16/microMIPS text labels are stored as odd. */
3040 if (text_p && HAVE_CODE_COMPRESSION)
3042 S_SET_VALUE (l->label, val);
3046 /* Move all labels in insn_labels to the current insertion point
3047 and treat them as text labels. */
3050 mips_move_text_labels (void)
3052 mips_move_labels (seg_info (now_seg)->label_list, TRUE);
3056 s_is_linkonce (symbolS *sym, segT from_seg)
3058 bfd_boolean linkonce = FALSE;
3059 segT symseg = S_GET_SEGMENT (sym);
3061 if (symseg != from_seg && !S_IS_LOCAL (sym))
3063 if ((bfd_get_section_flags (stdoutput, symseg) & SEC_LINK_ONCE))
3066 /* The GNU toolchain uses an extension for ELF: a section
3067 beginning with the magic string .gnu.linkonce is a
3068 linkonce section. */
3069 if (strncmp (segment_name (symseg), ".gnu.linkonce",
3070 sizeof ".gnu.linkonce" - 1) == 0)
3077 /* Mark MIPS16 or microMIPS instruction label LABEL. This permits the
3078 linker to handle them specially, such as generating jalx instructions
3079 when needed. We also make them odd for the duration of the assembly,
3080 in order to generate the right sort of code. We will make them even
3081 in the adjust_symtab routine, while leaving them marked. This is
3082 convenient for the debugger and the disassembler. The linker knows
3083 to make them odd again. */
3086 mips_compressed_mark_label (symbolS *label)
3088 gas_assert (HAVE_CODE_COMPRESSION);
3090 #if defined(OBJ_ELF) || defined(OBJ_MAYBE_ELF)
3093 if (mips_opts.mips16)
3094 S_SET_OTHER (label, ELF_ST_SET_MIPS16 (S_GET_OTHER (label)));
3096 S_SET_OTHER (label, ELF_ST_SET_MICROMIPS (S_GET_OTHER (label)));
3099 if ((S_GET_VALUE (label) & 1) == 0
3100 /* Don't adjust the address if the label is global or weak, or
3101 in a link-once section, since we'll be emitting symbol reloc
3102 references to it which will be patched up by the linker, and
3103 the final value of the symbol may or may not be MIPS16/microMIPS. */
3104 && !S_IS_WEAK (label)
3105 && !S_IS_EXTERNAL (label)
3106 && !s_is_linkonce (label, now_seg))
3107 S_SET_VALUE (label, S_GET_VALUE (label) | 1);
3110 /* Mark preceding MIPS16 or microMIPS instruction labels. */
3113 mips_compressed_mark_labels (void)
3115 struct insn_label_list *l;
3117 for (l = seg_info (now_seg)->label_list; l != NULL; l = l->next)
3118 mips_compressed_mark_label (l->label);
3121 /* End the current frag. Make it a variant frag and record the
3125 relax_close_frag (void)
3127 mips_macro_warning.first_frag = frag_now;
3128 frag_var (rs_machine_dependent, 0, 0,
3129 RELAX_ENCODE (mips_relax.sizes[0], mips_relax.sizes[1]),
3130 mips_relax.symbol, 0, (char *) mips_relax.first_fixup);
3132 memset (&mips_relax.sizes, 0, sizeof (mips_relax.sizes));
3133 mips_relax.first_fixup = 0;
3136 /* Start a new relaxation sequence whose expansion depends on SYMBOL.
3137 See the comment above RELAX_ENCODE for more details. */
3140 relax_start (symbolS *symbol)
3142 gas_assert (mips_relax.sequence == 0);
3143 mips_relax.sequence = 1;
3144 mips_relax.symbol = symbol;
3147 /* Start generating the second version of a relaxable sequence.
3148 See the comment above RELAX_ENCODE for more details. */
3153 gas_assert (mips_relax.sequence == 1);
3154 mips_relax.sequence = 2;
3157 /* End the current relaxable sequence. */
3162 gas_assert (mips_relax.sequence == 2);
3163 relax_close_frag ();
3164 mips_relax.sequence = 0;
3167 /* Return true if IP is a delayed branch or jump. */
3169 static inline bfd_boolean
3170 delayed_branch_p (const struct mips_cl_insn *ip)
3172 return (ip->insn_mo->pinfo & (INSN_UNCOND_BRANCH_DELAY
3173 | INSN_COND_BRANCH_DELAY
3174 | INSN_COND_BRANCH_LIKELY)) != 0;
3177 /* Return true if IP is a compact branch or jump. */
3179 static inline bfd_boolean
3180 compact_branch_p (const struct mips_cl_insn *ip)
3182 if (mips_opts.mips16)
3183 return (ip->insn_mo->pinfo & (MIPS16_INSN_UNCOND_BRANCH
3184 | MIPS16_INSN_COND_BRANCH)) != 0;
3186 return (ip->insn_mo->pinfo2 & (INSN2_UNCOND_BRANCH
3187 | INSN2_COND_BRANCH)) != 0;
3190 /* Return true if IP is an unconditional branch or jump. */
3192 static inline bfd_boolean
3193 uncond_branch_p (const struct mips_cl_insn *ip)
3195 return ((ip->insn_mo->pinfo & INSN_UNCOND_BRANCH_DELAY) != 0
3196 || (mips_opts.mips16
3197 ? (ip->insn_mo->pinfo & MIPS16_INSN_UNCOND_BRANCH) != 0
3198 : (ip->insn_mo->pinfo2 & INSN2_UNCOND_BRANCH) != 0));
3201 /* Return true if IP is a branch-likely instruction. */
3203 static inline bfd_boolean
3204 branch_likely_p (const struct mips_cl_insn *ip)
3206 return (ip->insn_mo->pinfo & INSN_COND_BRANCH_LIKELY) != 0;
3209 /* Return the type of nop that should be used to fill the delay slot
3210 of delayed branch IP. */
3212 static struct mips_cl_insn *
3213 get_delay_slot_nop (const struct mips_cl_insn *ip)
3215 if (mips_opts.micromips
3216 && (ip->insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT))
3217 return µmips_nop32_insn;
3221 /* Return the mask of core registers that IP reads or writes. */
3224 gpr_mod_mask (const struct mips_cl_insn *ip)
3226 unsigned long pinfo2;
3230 pinfo2 = ip->insn_mo->pinfo2;
3231 if (mips_opts.micromips)
3233 if (pinfo2 & INSN2_MOD_GPR_MD)
3234 mask |= 1 << micromips_to_32_reg_d_map[EXTRACT_OPERAND (1, MD, *ip)];
3235 if (pinfo2 & INSN2_MOD_GPR_MF)
3236 mask |= 1 << micromips_to_32_reg_f_map[EXTRACT_OPERAND (1, MF, *ip)];
3237 if (pinfo2 & INSN2_MOD_SP)
3243 /* Return the mask of core registers that IP reads. */
3246 gpr_read_mask (const struct mips_cl_insn *ip)
3248 unsigned long pinfo, pinfo2;
3251 mask = gpr_mod_mask (ip);
3252 pinfo = ip->insn_mo->pinfo;
3253 pinfo2 = ip->insn_mo->pinfo2;
3254 if (mips_opts.mips16)
3256 if (pinfo & MIPS16_INSN_READ_X)
3257 mask |= 1 << mips16_to_32_reg_map[MIPS16_EXTRACT_OPERAND (RX, *ip)];
3258 if (pinfo & MIPS16_INSN_READ_Y)
3259 mask |= 1 << mips16_to_32_reg_map[MIPS16_EXTRACT_OPERAND (RY, *ip)];
3260 if (pinfo & MIPS16_INSN_READ_T)
3262 if (pinfo & MIPS16_INSN_READ_SP)
3264 if (pinfo & MIPS16_INSN_READ_31)
3266 if (pinfo & MIPS16_INSN_READ_Z)
3267 mask |= 1 << (mips16_to_32_reg_map
3268 [MIPS16_EXTRACT_OPERAND (MOVE32Z, *ip)]);
3269 if (pinfo & MIPS16_INSN_READ_GPR_X)
3270 mask |= 1 << MIPS16_EXTRACT_OPERAND (REGR32, *ip);
3274 if (pinfo2 & INSN2_READ_GPR_D)
3275 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, RD, *ip);
3276 if (pinfo & INSN_READ_GPR_T)
3277 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, RT, *ip);
3278 if (pinfo & INSN_READ_GPR_S)
3279 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, RS, *ip);
3280 if (pinfo2 & INSN2_READ_GP)
3282 if (pinfo2 & INSN2_READ_GPR_31)
3284 if (pinfo2 & INSN2_READ_GPR_Z)
3285 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, RZ, *ip);
3287 if (mips_opts.micromips)
3289 if (pinfo2 & INSN2_READ_GPR_MC)
3290 mask |= 1 << micromips_to_32_reg_c_map[EXTRACT_OPERAND (1, MC, *ip)];
3291 if (pinfo2 & INSN2_READ_GPR_ME)
3292 mask |= 1 << micromips_to_32_reg_e_map[EXTRACT_OPERAND (1, ME, *ip)];
3293 if (pinfo2 & INSN2_READ_GPR_MG)
3294 mask |= 1 << micromips_to_32_reg_g_map[EXTRACT_OPERAND (1, MG, *ip)];
3295 if (pinfo2 & INSN2_READ_GPR_MJ)
3296 mask |= 1 << EXTRACT_OPERAND (1, MJ, *ip);
3297 if (pinfo2 & INSN2_READ_GPR_MMN)
3299 mask |= 1 << micromips_to_32_reg_m_map[EXTRACT_OPERAND (1, MM, *ip)];
3300 mask |= 1 << micromips_to_32_reg_n_map[EXTRACT_OPERAND (1, MN, *ip)];
3302 if (pinfo2 & INSN2_READ_GPR_MP)
3303 mask |= 1 << EXTRACT_OPERAND (1, MP, *ip);
3304 if (pinfo2 & INSN2_READ_GPR_MQ)
3305 mask |= 1 << micromips_to_32_reg_q_map[EXTRACT_OPERAND (1, MQ, *ip)];
3307 /* Don't include register 0. */
3311 /* Return the mask of core registers that IP writes. */
3314 gpr_write_mask (const struct mips_cl_insn *ip)
3316 unsigned long pinfo, pinfo2;
3319 mask = gpr_mod_mask (ip);
3320 pinfo = ip->insn_mo->pinfo;
3321 pinfo2 = ip->insn_mo->pinfo2;
3322 if (mips_opts.mips16)
3324 if (pinfo & MIPS16_INSN_WRITE_X)
3325 mask |= 1 << mips16_to_32_reg_map[MIPS16_EXTRACT_OPERAND (RX, *ip)];
3326 if (pinfo & MIPS16_INSN_WRITE_Y)
3327 mask |= 1 << mips16_to_32_reg_map[MIPS16_EXTRACT_OPERAND (RY, *ip)];
3328 if (pinfo & MIPS16_INSN_WRITE_Z)
3329 mask |= 1 << mips16_to_32_reg_map[MIPS16_EXTRACT_OPERAND (RZ, *ip)];
3330 if (pinfo & MIPS16_INSN_WRITE_T)
3332 if (pinfo & MIPS16_INSN_WRITE_SP)
3334 if (pinfo & MIPS16_INSN_WRITE_31)
3336 if (pinfo & MIPS16_INSN_WRITE_GPR_Y)
3337 mask |= 1 << MIPS16OP_EXTRACT_REG32R (ip->insn_opcode);
3341 if (pinfo & INSN_WRITE_GPR_D)
3342 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, RD, *ip);
3343 if (pinfo & INSN_WRITE_GPR_T)
3344 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, RT, *ip);
3345 if (pinfo & INSN_WRITE_GPR_S)
3346 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, RS, *ip);
3347 if (pinfo & INSN_WRITE_GPR_31)
3349 if (pinfo2 & INSN2_WRITE_GPR_Z)
3350 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, RZ, *ip);
3352 if (mips_opts.micromips)
3354 if (pinfo2 & INSN2_WRITE_GPR_MB)
3355 mask |= 1 << micromips_to_32_reg_b_map[EXTRACT_OPERAND (1, MB, *ip)];
3356 if (pinfo2 & INSN2_WRITE_GPR_MHI)
3358 mask |= 1 << micromips_to_32_reg_h_map[EXTRACT_OPERAND (1, MH, *ip)];
3359 mask |= 1 << micromips_to_32_reg_i_map[EXTRACT_OPERAND (1, MI, *ip)];
3361 if (pinfo2 & INSN2_WRITE_GPR_MJ)
3362 mask |= 1 << EXTRACT_OPERAND (1, MJ, *ip);
3363 if (pinfo2 & INSN2_WRITE_GPR_MP)
3364 mask |= 1 << EXTRACT_OPERAND (1, MP, *ip);
3366 /* Don't include register 0. */
3370 /* Return the mask of floating-point registers that IP reads. */
3373 fpr_read_mask (const struct mips_cl_insn *ip)
3375 unsigned long pinfo, pinfo2;
3379 pinfo = ip->insn_mo->pinfo;
3380 pinfo2 = ip->insn_mo->pinfo2;
3381 if (!mips_opts.mips16)
3383 if (pinfo2 & INSN2_READ_FPR_D)
3384 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FD, *ip);
3385 if (pinfo & INSN_READ_FPR_S)
3386 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FS, *ip);
3387 if (pinfo & INSN_READ_FPR_T)
3388 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FT, *ip);
3389 if (pinfo & INSN_READ_FPR_R)
3390 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FR, *ip);
3391 if (pinfo2 & INSN2_READ_FPR_Z)
3392 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FZ, *ip);
3394 /* Conservatively treat all operands to an FP_D instruction are doubles.
3395 (This is overly pessimistic for things like cvt.d.s.) */
3396 if (HAVE_32BIT_FPRS && (pinfo & FP_D))
3401 /* Return the mask of floating-point registers that IP writes. */
3404 fpr_write_mask (const struct mips_cl_insn *ip)
3406 unsigned long pinfo, pinfo2;
3410 pinfo = ip->insn_mo->pinfo;
3411 pinfo2 = ip->insn_mo->pinfo2;
3412 if (!mips_opts.mips16)
3414 if (pinfo & INSN_WRITE_FPR_D)
3415 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FD, *ip);
3416 if (pinfo & INSN_WRITE_FPR_S)
3417 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FS, *ip);
3418 if (pinfo & INSN_WRITE_FPR_T)
3419 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FT, *ip);
3420 if (pinfo2 & INSN2_WRITE_FPR_Z)
3421 mask |= 1 << EXTRACT_OPERAND (mips_opts.micromips, FZ, *ip);
3423 /* Conservatively treat all operands to an FP_D instruction are doubles.
3424 (This is overly pessimistic for things like cvt.s.d.) */
3425 if (HAVE_32BIT_FPRS && (pinfo & FP_D))
3430 /* Classify an instruction according to the FIX_VR4120_* enumeration.
3431 Return NUM_FIX_VR4120_CLASSES if the instruction isn't affected
3432 by VR4120 errata. */
3435 classify_vr4120_insn (const char *name)
3437 if (strncmp (name, "macc", 4) == 0)
3438 return FIX_VR4120_MACC;
3439 if (strncmp (name, "dmacc", 5) == 0)
3440 return FIX_VR4120_DMACC;
3441 if (strncmp (name, "mult", 4) == 0)
3442 return FIX_VR4120_MULT;
3443 if (strncmp (name, "dmult", 5) == 0)
3444 return FIX_VR4120_DMULT;
3445 if (strstr (name, "div"))
3446 return FIX_VR4120_DIV;
3447 if (strcmp (name, "mtlo") == 0 || strcmp (name, "mthi") == 0)
3448 return FIX_VR4120_MTHILO;
3449 return NUM_FIX_VR4120_CLASSES;
3452 #define INSN_ERET 0x42000018
3453 #define INSN_DERET 0x4200001f
3455 /* Return the number of instructions that must separate INSN1 and INSN2,
3456 where INSN1 is the earlier instruction. Return the worst-case value
3457 for any INSN2 if INSN2 is null. */
3460 insns_between (const struct mips_cl_insn *insn1,
3461 const struct mips_cl_insn *insn2)
3463 unsigned long pinfo1, pinfo2;
3466 /* This function needs to know which pinfo flags are set for INSN2
3467 and which registers INSN2 uses. The former is stored in PINFO2 and
3468 the latter is tested via INSN2_USES_GPR. If INSN2 is null, PINFO2
3469 will have every flag set and INSN2_USES_GPR will always return true. */
3470 pinfo1 = insn1->insn_mo->pinfo;
3471 pinfo2 = insn2 ? insn2->insn_mo->pinfo : ~0U;
3473 #define INSN2_USES_GPR(REG) \
3474 (insn2 == NULL || (gpr_read_mask (insn2) & (1U << (REG))) != 0)
3476 /* For most targets, write-after-read dependencies on the HI and LO
3477 registers must be separated by at least two instructions. */
3478 if (!hilo_interlocks)
3480 if ((pinfo1 & INSN_READ_LO) && (pinfo2 & INSN_WRITE_LO))
3482 if ((pinfo1 & INSN_READ_HI) && (pinfo2 & INSN_WRITE_HI))
3486 /* If we're working around r7000 errata, there must be two instructions
3487 between an mfhi or mflo and any instruction that uses the result. */
3488 if (mips_7000_hilo_fix
3489 && !mips_opts.micromips
3490 && MF_HILO_INSN (pinfo1)
3491 && INSN2_USES_GPR (EXTRACT_OPERAND (0, RD, *insn1)))
3494 /* If we're working around 24K errata, one instruction is required
3495 if an ERET or DERET is followed by a branch instruction. */
3496 if (mips_fix_24k && !mips_opts.micromips)
3498 if (insn1->insn_opcode == INSN_ERET
3499 || insn1->insn_opcode == INSN_DERET)
3502 || insn2->insn_opcode == INSN_ERET
3503 || insn2->insn_opcode == INSN_DERET
3504 || delayed_branch_p (insn2))
3509 /* If working around VR4120 errata, check for combinations that need
3510 a single intervening instruction. */
3511 if (mips_fix_vr4120 && !mips_opts.micromips)
3513 unsigned int class1, class2;
3515 class1 = classify_vr4120_insn (insn1->insn_mo->name);
3516 if (class1 != NUM_FIX_VR4120_CLASSES && vr4120_conflicts[class1] != 0)
3520 class2 = classify_vr4120_insn (insn2->insn_mo->name);
3521 if (vr4120_conflicts[class1] & (1 << class2))
3526 if (!HAVE_CODE_COMPRESSION)
3528 /* Check for GPR or coprocessor load delays. All such delays
3529 are on the RT register. */
3530 /* Itbl support may require additional care here. */
3531 if ((!gpr_interlocks && (pinfo1 & INSN_LOAD_MEMORY_DELAY))
3532 || (!cop_interlocks && (pinfo1 & INSN_LOAD_COPROC_DELAY)))
3534 know (pinfo1 & INSN_WRITE_GPR_T);
3535 if (INSN2_USES_GPR (EXTRACT_OPERAND (0, RT, *insn1)))
3539 /* Check for generic coprocessor hazards.
3541 This case is not handled very well. There is no special
3542 knowledge of CP0 handling, and the coprocessors other than
3543 the floating point unit are not distinguished at all. */
3544 /* Itbl support may require additional care here. FIXME!
3545 Need to modify this to include knowledge about
3546 user specified delays! */
3547 else if ((!cop_interlocks && (pinfo1 & INSN_COPROC_MOVE_DELAY))
3548 || (!cop_mem_interlocks && (pinfo1 & INSN_COPROC_MEMORY_DELAY)))
3550 /* Handle cases where INSN1 writes to a known general coprocessor
3551 register. There must be a one instruction delay before INSN2
3552 if INSN2 reads that register, otherwise no delay is needed. */
3553 mask = fpr_write_mask (insn1);
3556 if (!insn2 || (mask & fpr_read_mask (insn2)) != 0)
3561 /* Read-after-write dependencies on the control registers
3562 require a two-instruction gap. */
3563 if ((pinfo1 & INSN_WRITE_COND_CODE)
3564 && (pinfo2 & INSN_READ_COND_CODE))
3567 /* We don't know exactly what INSN1 does. If INSN2 is
3568 also a coprocessor instruction, assume there must be
3569 a one instruction gap. */
3570 if (pinfo2 & INSN_COP)
3575 /* Check for read-after-write dependencies on the coprocessor
3576 control registers in cases where INSN1 does not need a general
3577 coprocessor delay. This means that INSN1 is a floating point
3578 comparison instruction. */
3579 /* Itbl support may require additional care here. */
3580 else if (!cop_interlocks
3581 && (pinfo1 & INSN_WRITE_COND_CODE)
3582 && (pinfo2 & INSN_READ_COND_CODE))
3586 #undef INSN2_USES_GPR
3591 /* Return the number of nops that would be needed to work around the
3592 VR4130 mflo/mfhi errata if instruction INSN immediately followed
3593 the MAX_VR4130_NOPS instructions described by HIST. Ignore hazards
3594 that are contained within the first IGNORE instructions of HIST. */
3597 nops_for_vr4130 (int ignore, const struct mips_cl_insn *hist,
3598 const struct mips_cl_insn *insn)
3603 /* Check if the instruction writes to HI or LO. MTHI and MTLO
3604 are not affected by the errata. */
3606 && ((insn->insn_mo->pinfo & (INSN_WRITE_HI | INSN_WRITE_LO)) == 0
3607 || strcmp (insn->insn_mo->name, "mtlo") == 0
3608 || strcmp (insn->insn_mo->name, "mthi") == 0))
3611 /* Search for the first MFLO or MFHI. */
3612 for (i = 0; i < MAX_VR4130_NOPS; i++)
3613 if (MF_HILO_INSN (hist[i].insn_mo->pinfo))
3615 /* Extract the destination register. */
3616 mask = gpr_write_mask (&hist[i]);
3618 /* No nops are needed if INSN reads that register. */
3619 if (insn != NULL && (gpr_read_mask (insn) & mask) != 0)
3622 /* ...or if any of the intervening instructions do. */
3623 for (j = 0; j < i; j++)
3624 if (gpr_read_mask (&hist[j]) & mask)
3628 return MAX_VR4130_NOPS - i;
3633 #define BASE_REG_EQ(INSN1, INSN2) \
3634 ((((INSN1) >> OP_SH_RS) & OP_MASK_RS) \
3635 == (((INSN2) >> OP_SH_RS) & OP_MASK_RS))
3637 /* Return the minimum alignment for this store instruction. */
3640 fix_24k_align_to (const struct mips_opcode *mo)
3642 if (strcmp (mo->name, "sh") == 0)
3645 if (strcmp (mo->name, "swc1") == 0
3646 || strcmp (mo->name, "swc2") == 0
3647 || strcmp (mo->name, "sw") == 0
3648 || strcmp (mo->name, "sc") == 0
3649 || strcmp (mo->name, "s.s") == 0)
3652 if (strcmp (mo->name, "sdc1") == 0
3653 || strcmp (mo->name, "sdc2") == 0
3654 || strcmp (mo->name, "s.d") == 0)
3661 struct fix_24k_store_info
3663 /* Immediate offset, if any, for this store instruction. */
3665 /* Alignment required by this store instruction. */
3667 /* True for register offsets. */
3668 int register_offset;
3671 /* Comparison function used by qsort. */
3674 fix_24k_sort (const void *a, const void *b)
3676 const struct fix_24k_store_info *pos1 = a;
3677 const struct fix_24k_store_info *pos2 = b;
3679 return (pos1->off - pos2->off);
3682 /* INSN is a store instruction. Try to record the store information
3683 in STINFO. Return false if the information isn't known. */
3686 fix_24k_record_store_info (struct fix_24k_store_info *stinfo,
3687 const struct mips_cl_insn *insn)
3689 /* The instruction must have a known offset. */
3690 if (!insn->complete_p || !strstr (insn->insn_mo->args, "o("))
3693 stinfo->off = (insn->insn_opcode >> OP_SH_IMMEDIATE) & OP_MASK_IMMEDIATE;
3694 stinfo->align_to = fix_24k_align_to (insn->insn_mo);
3698 /* Return the number of nops that would be needed to work around the 24k
3699 "lost data on stores during refill" errata if instruction INSN
3700 immediately followed the 2 instructions described by HIST.
3701 Ignore hazards that are contained within the first IGNORE
3702 instructions of HIST.
3704 Problem: The FSB (fetch store buffer) acts as an intermediate buffer
3705 for the data cache refills and store data. The following describes
3706 the scenario where the store data could be lost.
3708 * A data cache miss, due to either a load or a store, causing fill
3709 data to be supplied by the memory subsystem
3710 * The first three doublewords of fill data are returned and written
3712 * A sequence of four stores occurs in consecutive cycles around the
3713 final doubleword of the fill:
3717 * Zero, One or more instructions
3720 The four stores A-D must be to different doublewords of the line that
3721 is being filled. The fourth instruction in the sequence above permits
3722 the fill of the final doubleword to be transferred from the FSB into
3723 the cache. In the sequence above, the stores may be either integer
3724 (sb, sh, sw, swr, swl, sc) or coprocessor (swc1/swc2, sdc1/sdc2,
3725 swxc1, sdxc1, suxc1) stores, as long as the four stores are to
3726 different doublewords on the line. If the floating point unit is
3727 running in 1:2 mode, it is not possible to create the sequence above
3728 using only floating point store instructions.
3730 In this case, the cache line being filled is incorrectly marked
3731 invalid, thereby losing the data from any store to the line that
3732 occurs between the original miss and the completion of the five
3733 cycle sequence shown above.
3735 The workarounds are:
3737 * Run the data cache in write-through mode.
3738 * Insert a non-store instruction between
3739 Store A and Store B or Store B and Store C. */
3742 nops_for_24k (int ignore, const struct mips_cl_insn *hist,
3743 const struct mips_cl_insn *insn)
3745 struct fix_24k_store_info pos[3];
3746 int align, i, base_offset;
3751 /* If the previous instruction wasn't a store, there's nothing to
3753 if ((hist[0].insn_mo->pinfo & INSN_STORE_MEMORY) == 0)
3756 /* If the instructions after the previous one are unknown, we have
3757 to assume the worst. */
3761 /* Check whether we are dealing with three consecutive stores. */
3762 if ((insn->insn_mo->pinfo & INSN_STORE_MEMORY) == 0
3763 || (hist[1].insn_mo->pinfo & INSN_STORE_MEMORY) == 0)
3766 /* If we don't know the relationship between the store addresses,
3767 assume the worst. */
3768 if (!BASE_REG_EQ (insn->insn_opcode, hist[0].insn_opcode)
3769 || !BASE_REG_EQ (insn->insn_opcode, hist[1].insn_opcode))
3772 if (!fix_24k_record_store_info (&pos[0], insn)
3773 || !fix_24k_record_store_info (&pos[1], &hist[0])
3774 || !fix_24k_record_store_info (&pos[2], &hist[1]))
3777 qsort (&pos, 3, sizeof (struct fix_24k_store_info), fix_24k_sort);
3779 /* Pick a value of ALIGN and X such that all offsets are adjusted by
3780 X bytes and such that the base register + X is known to be aligned
3783 if (((insn->insn_opcode >> OP_SH_RS) & OP_MASK_RS) == SP)
3787 align = pos[0].align_to;
3788 base_offset = pos[0].off;
3789 for (i = 1; i < 3; i++)
3790 if (align < pos[i].align_to)
3792 align = pos[i].align_to;
3793 base_offset = pos[i].off;
3795 for (i = 0; i < 3; i++)
3796 pos[i].off -= base_offset;
3799 pos[0].off &= ~align + 1;
3800 pos[1].off &= ~align + 1;
3801 pos[2].off &= ~align + 1;
3803 /* If any two stores write to the same chunk, they also write to the
3804 same doubleword. The offsets are still sorted at this point. */
3805 if (pos[0].off == pos[1].off || pos[1].off == pos[2].off)
3808 /* A range of at least 9 bytes is needed for the stores to be in
3809 non-overlapping doublewords. */
3810 if (pos[2].off - pos[0].off <= 8)
3813 if (pos[2].off - pos[1].off >= 24
3814 || pos[1].off - pos[0].off >= 24
3815 || pos[2].off - pos[0].off >= 32)
3821 /* Return the number of nops that would be needed if instruction INSN
3822 immediately followed the MAX_NOPS instructions given by HIST,
3823 where HIST[0] is the most recent instruction. Ignore hazards
3824 between INSN and the first IGNORE instructions in HIST.
3826 If INSN is null, return the worse-case number of nops for any
3830 nops_for_insn (int ignore, const struct mips_cl_insn *hist,
3831 const struct mips_cl_insn *insn)
3833 int i, nops, tmp_nops;
3836 for (i = ignore; i < MAX_DELAY_NOPS; i++)
3838 tmp_nops = insns_between (hist + i, insn) - i;
3839 if (tmp_nops > nops)
3843 if (mips_fix_vr4130 && !mips_opts.micromips)
3845 tmp_nops = nops_for_vr4130 (ignore, hist, insn);
3846 if (tmp_nops > nops)
3850 if (mips_fix_24k && !mips_opts.micromips)
3852 tmp_nops = nops_for_24k (ignore, hist, insn);
3853 if (tmp_nops > nops)
3860 /* The variable arguments provide NUM_INSNS extra instructions that
3861 might be added to HIST. Return the largest number of nops that
3862 would be needed after the extended sequence, ignoring hazards
3863 in the first IGNORE instructions. */
3866 nops_for_sequence (int num_insns, int ignore,
3867 const struct mips_cl_insn *hist, ...)
3870 struct mips_cl_insn buffer[MAX_NOPS];
3871 struct mips_cl_insn *cursor;
3874 va_start (args, hist);
3875 cursor = buffer + num_insns;
3876 memcpy (cursor, hist, (MAX_NOPS - num_insns) * sizeof (*cursor));
3877 while (cursor > buffer)
3878 *--cursor = *va_arg (args, const struct mips_cl_insn *);
3880 nops = nops_for_insn (ignore, buffer, NULL);
3885 /* Like nops_for_insn, but if INSN is a branch, take into account the
3886 worst-case delay for the branch target. */
3889 nops_for_insn_or_target (int ignore, const struct mips_cl_insn *hist,
3890 const struct mips_cl_insn *insn)
3894 nops = nops_for_insn (ignore, hist, insn);
3895 if (delayed_branch_p (insn))
3897 tmp_nops = nops_for_sequence (2, ignore ? ignore + 2 : 0,
3898 hist, insn, get_delay_slot_nop (insn));
3899 if (tmp_nops > nops)
3902 else if (compact_branch_p (insn))
3904 tmp_nops = nops_for_sequence (1, ignore ? ignore + 1 : 0, hist, insn);
3905 if (tmp_nops > nops)
3911 /* Fix NOP issue: Replace nops by "or at,at,zero". */
3914 fix_loongson2f_nop (struct mips_cl_insn * ip)
3916 gas_assert (!HAVE_CODE_COMPRESSION);
3917 if (strcmp (ip->insn_mo->name, "nop") == 0)
3918 ip->insn_opcode = LOONGSON2F_NOP_INSN;
3921 /* Fix Jump Issue: Eliminate instruction fetch from outside 256M region
3922 jr target pc &= 'hffff_ffff_cfff_ffff. */
3925 fix_loongson2f_jump (struct mips_cl_insn * ip)
3927 gas_assert (!HAVE_CODE_COMPRESSION);
3928 if (strcmp (ip->insn_mo->name, "j") == 0
3929 || strcmp (ip->insn_mo->name, "jr") == 0
3930 || strcmp (ip->insn_mo->name, "jalr") == 0)
3938 sreg = EXTRACT_OPERAND (0, RS, *ip);
3939 if (sreg == ZERO || sreg == KT0 || sreg == KT1 || sreg == ATREG)
3942 ep.X_op = O_constant;
3943 ep.X_add_number = 0xcfff0000;
3944 macro_build (&ep, "lui", "t,u", ATREG, BFD_RELOC_HI16);
3945 ep.X_add_number = 0xffff;
3946 macro_build (&ep, "ori", "t,r,i", ATREG, ATREG, BFD_RELOC_LO16);
3947 macro_build (NULL, "and", "d,v,t", sreg, sreg, ATREG);
3952 fix_loongson2f (struct mips_cl_insn * ip)
3954 if (mips_fix_loongson2f_nop)
3955 fix_loongson2f_nop (ip);
3957 if (mips_fix_loongson2f_jump)
3958 fix_loongson2f_jump (ip);
3961 /* IP is a branch that has a delay slot, and we need to fill it
3962 automatically. Return true if we can do that by swapping IP
3963 with the previous instruction.
3964 ADDRESS_EXPR is an operand of the instruction to be used with
3968 can_swap_branch_p (struct mips_cl_insn *ip, expressionS *address_expr,
3969 bfd_reloc_code_real_type *reloc_type)
3971 unsigned long pinfo, pinfo2, prev_pinfo, prev_pinfo2;
3972 unsigned int gpr_read, gpr_write, prev_gpr_read, prev_gpr_write;
3974 /* -O2 and above is required for this optimization. */
3975 if (mips_optimize < 2)
3978 /* If we have seen .set volatile or .set nomove, don't optimize. */
3979 if (mips_opts.nomove)
3982 /* We can't swap if the previous instruction's position is fixed. */
3983 if (history[0].fixed_p)
3986 /* If the previous previous insn was in a .set noreorder, we can't
3987 swap. Actually, the MIPS assembler will swap in this situation.
3988 However, gcc configured -with-gnu-as will generate code like
3996 in which we can not swap the bne and INSN. If gcc is not configured
3997 -with-gnu-as, it does not output the .set pseudo-ops. */
3998 if (history[1].noreorder_p)
4001 /* If the previous instruction had a fixup in mips16 mode, we can not swap.
4002 This means that the previous instruction was a 4-byte one anyhow. */
4003 if (mips_opts.mips16 && history[0].fixp[0])
4006 /* If the branch is itself the target of a branch, we can not swap.
4007 We cheat on this; all we check for is whether there is a label on
4008 this instruction. If there are any branches to anything other than
4009 a label, users must use .set noreorder. */
4010 if (seg_info (now_seg)->label_list)
4013 /* If the previous instruction is in a variant frag other than this
4014 branch's one, we cannot do the swap. This does not apply to
4015 MIPS16 code, which uses variant frags for different purposes. */
4016 if (!mips_opts.mips16
4018 && history[0].frag->fr_type == rs_machine_dependent)
4021 /* We do not swap with instructions that cannot architecturally
4022 be placed in a branch delay slot, such as SYNC or ERET. We
4023 also refrain from swapping with a trap instruction, since it
4024 complicates trap handlers to have the trap instruction be in
4026 prev_pinfo = history[0].insn_mo->pinfo;
4027 if (prev_pinfo & INSN_NO_DELAY_SLOT)
4030 /* Check for conflicts between the branch and the instructions
4031 before the candidate delay slot. */
4032 if (nops_for_insn (0, history + 1, ip) > 0)
4035 /* Check for conflicts between the swapped sequence and the
4036 target of the branch. */
4037 if (nops_for_sequence (2, 0, history + 1, ip, history) > 0)
4040 /* If the branch reads a register that the previous
4041 instruction sets, we can not swap. */
4042 gpr_read = gpr_read_mask (ip);
4043 prev_gpr_write = gpr_write_mask (&history[0]);
4044 if (gpr_read & prev_gpr_write)
4047 /* If the branch writes a register that the previous
4048 instruction sets, we can not swap. */
4049 gpr_write = gpr_write_mask (ip);
4050 if (gpr_write & prev_gpr_write)
4053 /* If the branch writes a register that the previous
4054 instruction reads, we can not swap. */
4055 prev_gpr_read = gpr_read_mask (&history[0]);
4056 if (gpr_write & prev_gpr_read)
4059 /* If one instruction sets a condition code and the
4060 other one uses a condition code, we can not swap. */
4061 pinfo = ip->insn_mo->pinfo;
4062 if ((pinfo & INSN_READ_COND_CODE)
4063 && (prev_pinfo & INSN_WRITE_COND_CODE))
4065 if ((pinfo & INSN_WRITE_COND_CODE)
4066 && (prev_pinfo & INSN_READ_COND_CODE))
4069 /* If the previous instruction uses the PC, we can not swap. */
4070 prev_pinfo2 = history[0].insn_mo->pinfo2;
4071 if (mips_opts.mips16 && (prev_pinfo & MIPS16_INSN_READ_PC))
4073 if (mips_opts.micromips && (prev_pinfo2 & INSN2_READ_PC))
4076 /* If the previous instruction has an incorrect size for a fixed
4077 branch delay slot in microMIPS mode, we cannot swap. */
4078 pinfo2 = ip->insn_mo->pinfo2;
4079 if (mips_opts.micromips
4080 && (pinfo2 & INSN2_BRANCH_DELAY_16BIT)
4081 && insn_length (history) != 2)
4083 if (mips_opts.micromips
4084 && (pinfo2 & INSN2_BRANCH_DELAY_32BIT)
4085 && insn_length (history) != 4)
4088 /* On R5900 short loops need to be fixed by inserting a nop in
4089 the branch delay slots.
4090 A short loop can be terminated too early. */
4091 if (mips_opts.arch == CPU_R5900
4092 /* Check if instruction has a parameter, ignore "j $31". */
4093 && (address_expr != NULL)
4094 /* Parameter must be 16 bit. */
4095 && (*reloc_type == BFD_RELOC_16_PCREL_S2)
4096 /* Branch to same segment. */
4097 && (S_GET_SEGMENT(address_expr->X_add_symbol) == now_seg)
4098 /* Branch to same code fragment. */
4099 && (symbol_get_frag(address_expr->X_add_symbol) == frag_now)
4100 /* Can only calculate branch offset if value is known. */
4101 && symbol_constant_p(address_expr->X_add_symbol)
4102 /* Check if branch is really conditional. */
4103 && !((ip->insn_opcode & 0xffff0000) == 0x10000000 /* beq $0,$0 */
4104 || (ip->insn_opcode & 0xffff0000) == 0x04010000 /* bgez $0 */
4105 || (ip->insn_opcode & 0xffff0000) == 0x04110000)) /* bgezal $0 */
4108 /* Check if loop is shorter than 6 instructions including
4109 branch and delay slot. */
4110 distance = frag_now_fix() - S_GET_VALUE(address_expr->X_add_symbol);
4117 /* When the loop includes branches or jumps,
4118 it is not a short loop. */
4119 for (i = 0; i < (distance / 4); i++)
4121 if ((history[i].cleared_p)
4122 || delayed_branch_p(&history[i]))
4130 /* Insert nop after branch to fix short loop. */
4139 /* Decide how we should add IP to the instruction stream.
4140 ADDRESS_EXPR is an operand of the instruction to be used with
4143 static enum append_method
4144 get_append_method (struct mips_cl_insn *ip, expressionS *address_expr,
4145 bfd_reloc_code_real_type *reloc_type)
4147 unsigned long pinfo;
4149 /* The relaxed version of a macro sequence must be inherently
4151 if (mips_relax.sequence == 2)
4154 /* We must not dabble with instructions in a ".set norerorder" block. */
4155 if (mips_opts.noreorder)
4158 /* Otherwise, it's our responsibility to fill branch delay slots. */
4159 if (delayed_branch_p (ip))
4161 if (!branch_likely_p (ip)
4162 && can_swap_branch_p (ip, address_expr, reloc_type))
4165 pinfo = ip->insn_mo->pinfo;
4166 if (mips_opts.mips16
4167 && ISA_SUPPORTS_MIPS16E
4168 && (pinfo & (MIPS16_INSN_READ_X | MIPS16_INSN_READ_31)))
4169 return APPEND_ADD_COMPACT;
4171 return APPEND_ADD_WITH_NOP;
4177 /* IP is a MIPS16 instruction whose opcode we have just changed.
4178 Point IP->insn_mo to the new opcode's definition. */
4181 find_altered_mips16_opcode (struct mips_cl_insn *ip)
4183 const struct mips_opcode *mo, *end;
4185 end = &mips16_opcodes[bfd_mips16_num_opcodes];
4186 for (mo = ip->insn_mo; mo < end; mo++)
4187 if ((ip->insn_opcode & mo->mask) == mo->match)
4195 /* For microMIPS macros, we need to generate a local number label
4196 as the target of branches. */
4197 #define MICROMIPS_LABEL_CHAR '\037'
4198 static unsigned long micromips_target_label;
4199 static char micromips_target_name[32];
4202 micromips_label_name (void)
4204 char *p = micromips_target_name;
4205 char symbol_name_temporary[24];
4213 l = micromips_target_label;
4214 #ifdef LOCAL_LABEL_PREFIX
4215 *p++ = LOCAL_LABEL_PREFIX;
4218 *p++ = MICROMIPS_LABEL_CHAR;
4221 symbol_name_temporary[i++] = l % 10 + '0';
4226 *p++ = symbol_name_temporary[--i];
4229 return micromips_target_name;
4233 micromips_label_expr (expressionS *label_expr)
4235 label_expr->X_op = O_symbol;
4236 label_expr->X_add_symbol = symbol_find_or_make (micromips_label_name ());
4237 label_expr->X_add_number = 0;
4241 micromips_label_inc (void)
4243 micromips_target_label++;
4244 *micromips_target_name = '\0';
4248 micromips_add_label (void)
4252 s = colon (micromips_label_name ());
4253 micromips_label_inc ();
4254 #if defined(OBJ_ELF) || defined(OBJ_MAYBE_ELF)
4256 S_SET_OTHER (s, ELF_ST_SET_MICROMIPS (S_GET_OTHER (s)));
4262 /* If assembling microMIPS code, then return the microMIPS reloc
4263 corresponding to the requested one if any. Otherwise return
4264 the reloc unchanged. */
4266 static bfd_reloc_code_real_type
4267 micromips_map_reloc (bfd_reloc_code_real_type reloc)
4269 static const bfd_reloc_code_real_type relocs[][2] =
4271 /* Keep sorted incrementally by the left-hand key. */
4272 { BFD_RELOC_16_PCREL_S2, BFD_RELOC_MICROMIPS_16_PCREL_S1 },
4273 { BFD_RELOC_GPREL16, BFD_RELOC_MICROMIPS_GPREL16 },
4274 { BFD_RELOC_MIPS_JMP, BFD_RELOC_MICROMIPS_JMP },
4275 { BFD_RELOC_HI16, BFD_RELOC_MICROMIPS_HI16 },
4276 { BFD_RELOC_HI16_S, BFD_RELOC_MICROMIPS_HI16_S },
4277 { BFD_RELOC_LO16, BFD_RELOC_MICROMIPS_LO16 },
4278 { BFD_RELOC_MIPS_LITERAL, BFD_RELOC_MICROMIPS_LITERAL },
4279 { BFD_RELOC_MIPS_GOT16, BFD_RELOC_MICROMIPS_GOT16 },
4280 { BFD_RELOC_MIPS_CALL16, BFD_RELOC_MICROMIPS_CALL16 },
4281 { BFD_RELOC_MIPS_GOT_HI16, BFD_RELOC_MICROMIPS_GOT_HI16 },
4282 { BFD_RELOC_MIPS_GOT_LO16, BFD_RELOC_MICROMIPS_GOT_LO16 },
4283 { BFD_RELOC_MIPS_CALL_HI16, BFD_RELOC_MICROMIPS_CALL_HI16 },
4284 { BFD_RELOC_MIPS_CALL_LO16, BFD_RELOC_MICROMIPS_CALL_LO16 },
4285 { BFD_RELOC_MIPS_SUB, BFD_RELOC_MICROMIPS_SUB },
4286 { BFD_RELOC_MIPS_GOT_PAGE, BFD_RELOC_MICROMIPS_GOT_PAGE },
4287 { BFD_RELOC_MIPS_GOT_OFST, BFD_RELOC_MICROMIPS_GOT_OFST },
4288 { BFD_RELOC_MIPS_GOT_DISP, BFD_RELOC_MICROMIPS_GOT_DISP },
4289 { BFD_RELOC_MIPS_HIGHEST, BFD_RELOC_MICROMIPS_HIGHEST },
4290 { BFD_RELOC_MIPS_HIGHER, BFD_RELOC_MICROMIPS_HIGHER },
4291 { BFD_RELOC_MIPS_SCN_DISP, BFD_RELOC_MICROMIPS_SCN_DISP },
4292 { BFD_RELOC_MIPS_TLS_GD, BFD_RELOC_MICROMIPS_TLS_GD },
4293 { BFD_RELOC_MIPS_TLS_LDM, BFD_RELOC_MICROMIPS_TLS_LDM },
4294 { BFD_RELOC_MIPS_TLS_DTPREL_HI16, BFD_RELOC_MICROMIPS_TLS_DTPREL_HI16 },
4295 { BFD_RELOC_MIPS_TLS_DTPREL_LO16, BFD_RELOC_MICROMIPS_TLS_DTPREL_LO16 },
4296 { BFD_RELOC_MIPS_TLS_GOTTPREL, BFD_RELOC_MICROMIPS_TLS_GOTTPREL },
4297 { BFD_RELOC_MIPS_TLS_TPREL_HI16, BFD_RELOC_MICROMIPS_TLS_TPREL_HI16 },
4298 { BFD_RELOC_MIPS_TLS_TPREL_LO16, BFD_RELOC_MICROMIPS_TLS_TPREL_LO16 }
4300 bfd_reloc_code_real_type r;
4303 if (!mips_opts.micromips)
4305 for (i = 0; i < ARRAY_SIZE (relocs); i++)
4311 return relocs[i][1];
4316 /* Try to resolve relocation RELOC against constant OPERAND at assembly time.
4317 Return true on success, storing the resolved value in RESULT. */
4320 calculate_reloc (bfd_reloc_code_real_type reloc, offsetT operand,
4325 case BFD_RELOC_MIPS_HIGHEST:
4326 case BFD_RELOC_MICROMIPS_HIGHEST:
4327 *result = ((operand + 0x800080008000ull) >> 48) & 0xffff;
4330 case BFD_RELOC_MIPS_HIGHER:
4331 case BFD_RELOC_MICROMIPS_HIGHER:
4332 *result = ((operand + 0x80008000ull) >> 32) & 0xffff;
4335 case BFD_RELOC_HI16_S:
4336 case BFD_RELOC_MICROMIPS_HI16_S:
4337 case BFD_RELOC_MIPS16_HI16_S:
4338 *result = ((operand + 0x8000) >> 16) & 0xffff;
4341 case BFD_RELOC_HI16:
4342 case BFD_RELOC_MICROMIPS_HI16:
4343 case BFD_RELOC_MIPS16_HI16:
4344 *result = (operand >> 16) & 0xffff;
4347 case BFD_RELOC_LO16:
4348 case BFD_RELOC_MICROMIPS_LO16:
4349 case BFD_RELOC_MIPS16_LO16:
4350 *result = operand & 0xffff;
4353 case BFD_RELOC_UNUSED:
4362 /* Output an instruction. IP is the instruction information.
4363 ADDRESS_EXPR is an operand of the instruction to be used with
4364 RELOC_TYPE. EXPANSIONP is true if the instruction is part of
4365 a macro expansion. */
4368 append_insn (struct mips_cl_insn *ip, expressionS *address_expr,
4369 bfd_reloc_code_real_type *reloc_type, bfd_boolean expansionp)
4371 unsigned long prev_pinfo2, pinfo;
4372 bfd_boolean relaxed_branch = FALSE;
4373 enum append_method method;
4374 bfd_boolean relax32;
4377 if (mips_fix_loongson2f && !HAVE_CODE_COMPRESSION)
4378 fix_loongson2f (ip);
4380 file_ase_mips16 |= mips_opts.mips16;
4381 file_ase_micromips |= mips_opts.micromips;
4383 prev_pinfo2 = history[0].insn_mo->pinfo2;
4384 pinfo = ip->insn_mo->pinfo;
4386 if (mips_opts.micromips
4388 && (((prev_pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0
4389 && micromips_insn_length (ip->insn_mo) != 2)
4390 || ((prev_pinfo2 & INSN2_BRANCH_DELAY_32BIT) != 0
4391 && micromips_insn_length (ip->insn_mo) != 4)))
4392 as_warn (_("Wrong size instruction in a %u-bit branch delay slot"),
4393 (prev_pinfo2 & INSN2_BRANCH_DELAY_16BIT) != 0 ? 16 : 32);
4395 if (address_expr == NULL)
4397 else if (reloc_type[0] <= BFD_RELOC_UNUSED
4398 && reloc_type[1] == BFD_RELOC_UNUSED
4399 && reloc_type[2] == BFD_RELOC_UNUSED
4400 && address_expr->X_op == O_constant)
4402 switch (*reloc_type)
4404 case BFD_RELOC_MIPS_JMP:
4408 shift = mips_opts.micromips ? 1 : 2;
4409 if ((address_expr->X_add_number & ((1 << shift) - 1)) != 0)
4410 as_bad (_("jump to misaligned address (0x%lx)"),
4411 (unsigned long) address_expr->X_add_number);
4412 ip->insn_opcode |= ((address_expr->X_add_number >> shift)
4418 case BFD_RELOC_MIPS16_JMP:
4419 if ((address_expr->X_add_number & 3) != 0)
4420 as_bad (_("jump to misaligned address (0x%lx)"),
4421 (unsigned long) address_expr->X_add_number);
4423 (((address_expr->X_add_number & 0x7c0000) << 3)
4424 | ((address_expr->X_add_number & 0xf800000) >> 7)
4425 | ((address_expr->X_add_number & 0x3fffc) >> 2));
4429 case BFD_RELOC_16_PCREL_S2:
4433 shift = mips_opts.micromips ? 1 : 2;
4434 if ((address_expr->X_add_number & ((1 << shift) - 1)) != 0)
4435 as_bad (_("branch to misaligned address (0x%lx)"),
4436 (unsigned long) address_expr->X_add_number);
4437 if (!mips_relax_branch)
4439 if ((address_expr->X_add_number + (1 << (shift + 15)))
4440 & ~((1 << (shift + 16)) - 1))
4441 as_bad (_("branch address range overflow (0x%lx)"),
4442 (unsigned long) address_expr->X_add_number);
4443 ip->insn_opcode |= ((address_expr->X_add_number >> shift)
4453 if (calculate_reloc (*reloc_type, address_expr->X_add_number,
4456 ip->insn_opcode |= value & 0xffff;
4464 if (mips_relax.sequence != 2 && !mips_opts.noreorder)
4466 /* There are a lot of optimizations we could do that we don't.
4467 In particular, we do not, in general, reorder instructions.
4468 If you use gcc with optimization, it will reorder
4469 instructions and generally do much more optimization then we
4470 do here; repeating all that work in the assembler would only
4471 benefit hand written assembly code, and does not seem worth
4473 int nops = (mips_optimize == 0
4474 ? nops_for_insn (0, history, NULL)
4475 : nops_for_insn_or_target (0, history, ip));
4479 unsigned long old_frag_offset;
4482 old_frag = frag_now;
4483 old_frag_offset = frag_now_fix ();
4485 for (i = 0; i < nops; i++)
4486 add_fixed_insn (NOP_INSN);
4487 insert_into_history (0, nops, NOP_INSN);
4491 listing_prev_line ();
4492 /* We may be at the start of a variant frag. In case we
4493 are, make sure there is enough space for the frag
4494 after the frags created by listing_prev_line. The
4495 argument to frag_grow here must be at least as large
4496 as the argument to all other calls to frag_grow in
4497 this file. We don't have to worry about being in the
4498 middle of a variant frag, because the variants insert
4499 all needed nop instructions themselves. */
4503 mips_move_text_labels ();
4505 #ifndef NO_ECOFF_DEBUGGING
4506 if (ECOFF_DEBUGGING)
4507 ecoff_fix_loc (old_frag, old_frag_offset);
4511 else if (mips_relax.sequence != 2 && prev_nop_frag != NULL)
4515 /* Work out how many nops in prev_nop_frag are needed by IP,
4516 ignoring hazards generated by the first prev_nop_frag_since
4518 nops = nops_for_insn_or_target (prev_nop_frag_since, history, ip);
4519 gas_assert (nops <= prev_nop_frag_holds);
4521 /* Enforce NOPS as a minimum. */
4522 if (nops > prev_nop_frag_required)
4523 prev_nop_frag_required = nops;
4525 if (prev_nop_frag_holds == prev_nop_frag_required)
4527 /* Settle for the current number of nops. Update the history
4528 accordingly (for the benefit of any future .set reorder code). */
4529 prev_nop_frag = NULL;
4530 insert_into_history (prev_nop_frag_since,
4531 prev_nop_frag_holds, NOP_INSN);
4535 /* Allow this instruction to replace one of the nops that was
4536 tentatively added to prev_nop_frag. */
4537 prev_nop_frag->fr_fix -= NOP_INSN_SIZE;
4538 prev_nop_frag_holds--;
4539 prev_nop_frag_since++;
4543 method = get_append_method (ip, address_expr, reloc_type);
4544 branch_disp = method == APPEND_SWAP ? insn_length (history) : 0;
4547 dwarf2_emit_insn (0);
4548 /* We want MIPS16 and microMIPS debug info to use ISA-encoded addresses,
4549 so "move" the instruction address accordingly.
4551 Also, it doesn't seem appropriate for the assembler to reorder .loc
4552 entries. If this instruction is a branch that we are going to swap
4553 with the previous instruction, the two instructions should be
4554 treated as a unit, and the debug information for both instructions
4555 should refer to the start of the branch sequence. Using the
4556 current position is certainly wrong when swapping a 32-bit branch
4557 and a 16-bit delay slot, since the current position would then be
4558 in the middle of a branch. */
4559 dwarf2_move_insn ((HAVE_CODE_COMPRESSION ? 1 : 0) - branch_disp);
4562 relax32 = (mips_relax_branch
4563 /* Don't try branch relaxation within .set nomacro, or within
4564 .set noat if we use $at for PIC computations. If it turns
4565 out that the branch was out-of-range, we'll get an error. */
4566 && !mips_opts.warn_about_macros
4567 && (mips_opts.at || mips_pic == NO_PIC)
4568 /* Don't relax BPOSGE32/64 or BC1ANY2T/F and BC1ANY4T/F
4569 as they have no complementing branches. */
4570 && !(ip->insn_mo->ase & (ASE_MIPS3D | ASE_DSP64 | ASE_DSP)));
4572 if (!HAVE_CODE_COMPRESSION
4575 && *reloc_type == BFD_RELOC_16_PCREL_S2
4576 && delayed_branch_p (ip))
4578 relaxed_branch = TRUE;
4579 add_relaxed_insn (ip, (relaxed_branch_length
4581 uncond_branch_p (ip) ? -1
4582 : branch_likely_p (ip) ? 1
4586 uncond_branch_p (ip),
4587 branch_likely_p (ip),
4588 pinfo & INSN_WRITE_GPR_31,
4590 address_expr->X_add_symbol,
4591 address_expr->X_add_number);
4592 *reloc_type = BFD_RELOC_UNUSED;
4594 else if (mips_opts.micromips
4596 && ((relax32 && *reloc_type == BFD_RELOC_16_PCREL_S2)
4597 || *reloc_type > BFD_RELOC_UNUSED)
4598 && (delayed_branch_p (ip) || compact_branch_p (ip))
4599 /* Don't try branch relaxation when users specify
4600 16-bit/32-bit instructions. */
4601 && !forced_insn_length)
4603 bfd_boolean relax16 = *reloc_type > BFD_RELOC_UNUSED;
4604 int type = relax16 ? *reloc_type - BFD_RELOC_UNUSED : 0;
4605 int uncond = uncond_branch_p (ip) ? -1 : 0;
4606 int compact = compact_branch_p (ip);
4607 int al = pinfo & INSN_WRITE_GPR_31;
4610 gas_assert (address_expr != NULL);
4611 gas_assert (!mips_relax.sequence);
4613 relaxed_branch = TRUE;
4614 length32 = relaxed_micromips_32bit_branch_length (NULL, NULL, uncond);
4615 add_relaxed_insn (ip, relax32 ? length32 : 4, relax16 ? 2 : 4,
4616 RELAX_MICROMIPS_ENCODE (type, AT, uncond, compact, al,
4618 address_expr->X_add_symbol,
4619 address_expr->X_add_number);
4620 *reloc_type = BFD_RELOC_UNUSED;
4622 else if (mips_opts.mips16 && *reloc_type > BFD_RELOC_UNUSED)
4624 /* We need to set up a variant frag. */
4625 gas_assert (address_expr != NULL);
4626 add_relaxed_insn (ip, 4, 0,
4628 (*reloc_type - BFD_RELOC_UNUSED,
4629 forced_insn_length == 2, forced_insn_length == 4,
4630 delayed_branch_p (&history[0]),
4631 history[0].mips16_absolute_jump_p),
4632 make_expr_symbol (address_expr), 0);
4634 else if (mips_opts.mips16 && insn_length (ip) == 2)
4636 if (!delayed_branch_p (ip))
4637 /* Make sure there is enough room to swap this instruction with
4638 a following jump instruction. */
4640 add_fixed_insn (ip);
4644 if (mips_opts.mips16
4645 && mips_opts.noreorder
4646 && delayed_branch_p (&history[0]))
4647 as_warn (_("extended instruction in delay slot"));
4649 if (mips_relax.sequence)
4651 /* If we've reached the end of this frag, turn it into a variant
4652 frag and record the information for the instructions we've
4654 if (frag_room () < 4)
4655 relax_close_frag ();
4656 mips_relax.sizes[mips_relax.sequence - 1] += insn_length (ip);
4659 if (mips_relax.sequence != 2)
4661 if (mips_macro_warning.first_insn_sizes[0] == 0)
4662 mips_macro_warning.first_insn_sizes[0] = insn_length (ip);
4663 mips_macro_warning.sizes[0] += insn_length (ip);
4664 mips_macro_warning.insns[0]++;
4666 if (mips_relax.sequence != 1)
4668 if (mips_macro_warning.first_insn_sizes[1] == 0)
4669 mips_macro_warning.first_insn_sizes[1] = insn_length (ip);
4670 mips_macro_warning.sizes[1] += insn_length (ip);
4671 mips_macro_warning.insns[1]++;
4674 if (mips_opts.mips16)
4677 ip->mips16_absolute_jump_p = (*reloc_type == BFD_RELOC_MIPS16_JMP);
4679 add_fixed_insn (ip);
4682 if (!ip->complete_p && *reloc_type < BFD_RELOC_UNUSED)
4684 bfd_reloc_code_real_type final_type[3];
4685 reloc_howto_type *howto0;
4686 reloc_howto_type *howto;
4689 /* Perform any necessary conversion to microMIPS relocations
4690 and find out how many relocations there actually are. */
4691 for (i = 0; i < 3 && reloc_type[i] != BFD_RELOC_UNUSED; i++)
4692 final_type[i] = micromips_map_reloc (reloc_type[i]);
4694 /* In a compound relocation, it is the final (outermost)
4695 operator that determines the relocated field. */
4696 howto = howto0 = bfd_reloc_type_lookup (stdoutput, final_type[i - 1]);
4700 /* To reproduce this failure try assembling gas/testsuites/
4701 gas/mips/mips16-intermix.s with a mips-ecoff targeted
4703 as_bad (_("Unsupported MIPS relocation number %d"),
4705 howto = bfd_reloc_type_lookup (stdoutput, BFD_RELOC_16);
4709 howto0 = bfd_reloc_type_lookup (stdoutput, final_type[0]);
4710 ip->fixp[0] = fix_new_exp (ip->frag, ip->where,
4711 bfd_get_reloc_size (howto),
4713 howto0 && howto0->pc_relative,
4716 /* Tag symbols that have a R_MIPS16_26 relocation against them. */
4717 if (final_type[0] == BFD_RELOC_MIPS16_JMP && ip->fixp[0]->fx_addsy)
4718 *symbol_get_tc (ip->fixp[0]->fx_addsy) = 1;
4720 /* These relocations can have an addend that won't fit in
4721 4 octets for 64bit assembly. */
4723 && ! howto->partial_inplace
4724 && (reloc_type[0] == BFD_RELOC_16
4725 || reloc_type[0] == BFD_RELOC_32
4726 || reloc_type[0] == BFD_RELOC_MIPS_JMP
4727 || reloc_type[0] == BFD_RELOC_GPREL16
4728 || reloc_type[0] == BFD_RELOC_MIPS_LITERAL
4729 || reloc_type[0] == BFD_RELOC_GPREL32
4730 || reloc_type[0] == BFD_RELOC_64
4731 || reloc_type[0] == BFD_RELOC_CTOR
4732 || reloc_type[0] == BFD_RELOC_MIPS_SUB
4733 || reloc_type[0] == BFD_RELOC_MIPS_HIGHEST
4734 || reloc_type[0] == BFD_RELOC_MIPS_HIGHER
4735 || reloc_type[0] == BFD_RELOC_MIPS_SCN_DISP
4736 || reloc_type[0] == BFD_RELOC_MIPS_REL16
4737 || reloc_type[0] == BFD_RELOC_MIPS_RELGOT
4738 || reloc_type[0] == BFD_RELOC_MIPS16_GPREL
4739 || hi16_reloc_p (reloc_type[0])
4740 || lo16_reloc_p (reloc_type[0])))
4741 ip->fixp[0]->fx_no_overflow = 1;
4743 /* These relocations can have an addend that won't fit in 2 octets. */
4744 if (reloc_type[0] == BFD_RELOC_MICROMIPS_7_PCREL_S1
4745 || reloc_type[0] == BFD_RELOC_MICROMIPS_10_PCREL_S1)
4746 ip->fixp[0]->fx_no_overflow = 1;
4748 if (mips_relax.sequence)
4750 if (mips_relax.first_fixup == 0)
4751 mips_relax.first_fixup = ip->fixp[0];
4753 else if (reloc_needs_lo_p (*reloc_type))
4755 struct mips_hi_fixup *hi_fixup;
4757 /* Reuse the last entry if it already has a matching %lo. */
4758 hi_fixup = mips_hi_fixup_list;
4760 || !fixup_has_matching_lo_p (hi_fixup->fixp))
4762 hi_fixup = ((struct mips_hi_fixup *)
4763 xmalloc (sizeof (struct mips_hi_fixup)));
4764 hi_fixup->next = mips_hi_fixup_list;
4765 mips_hi_fixup_list = hi_fixup;
4767 hi_fixup->fixp = ip->fixp[0];
4768 hi_fixup->seg = now_seg;
4771 /* Add fixups for the second and third relocations, if given.
4772 Note that the ABI allows the second relocation to be
4773 against RSS_UNDEF, RSS_GP, RSS_GP0 or RSS_LOC. At the
4774 moment we only use RSS_UNDEF, but we could add support
4775 for the others if it ever becomes necessary. */
4776 for (i = 1; i < 3; i++)
4777 if (reloc_type[i] != BFD_RELOC_UNUSED)
4779 ip->fixp[i] = fix_new (ip->frag, ip->where,
4780 ip->fixp[0]->fx_size, NULL, 0,
4781 FALSE, final_type[i]);
4783 /* Use fx_tcbit to mark compound relocs. */
4784 ip->fixp[0]->fx_tcbit = 1;
4785 ip->fixp[i]->fx_tcbit = 1;
4790 /* Update the register mask information. */
4791 mips_gprmask |= gpr_read_mask (ip) | gpr_write_mask (ip);
4792 mips_cprmask[1] |= fpr_read_mask (ip) | fpr_write_mask (ip);
4797 insert_into_history (0, 1, ip);
4800 case APPEND_ADD_WITH_NOP:
4802 struct mips_cl_insn *nop;
4804 insert_into_history (0, 1, ip);
4805 nop = get_delay_slot_nop (ip);
4806 add_fixed_insn (nop);
4807 insert_into_history (0, 1, nop);
4808 if (mips_relax.sequence)
4809 mips_relax.sizes[mips_relax.sequence - 1] += insn_length (nop);
4813 case APPEND_ADD_COMPACT:
4814 /* Convert MIPS16 jr/jalr into a "compact" jump. */
4815 gas_assert (mips_opts.mips16);
4816 ip->insn_opcode |= 0x0080;
4817 find_altered_mips16_opcode (ip);
4819 insert_into_history (0, 1, ip);
4824 struct mips_cl_insn delay = history[0];
4825 if (mips_opts.mips16)
4827 know (delay.frag == ip->frag);
4828 move_insn (ip, delay.frag, delay.where);
4829 move_insn (&delay, ip->frag, ip->where + insn_length (ip));
4831 else if (relaxed_branch || delay.frag != ip->frag)
4833 /* Add the delay slot instruction to the end of the
4834 current frag and shrink the fixed part of the
4835 original frag. If the branch occupies the tail of
4836 the latter, move it backwards to cover the gap. */
4837 delay.frag->fr_fix -= branch_disp;
4838 if (delay.frag == ip->frag)
4839 move_insn (ip, ip->frag, ip->where - branch_disp);
4840 add_fixed_insn (&delay);
4844 move_insn (&delay, ip->frag,
4845 ip->where - branch_disp + insn_length (ip));
4846 move_insn (ip, history[0].frag, history[0].where);
4850 insert_into_history (0, 1, &delay);
4855 /* If we have just completed an unconditional branch, clear the history. */
4856 if ((delayed_branch_p (&history[1]) && uncond_branch_p (&history[1]))
4857 || (compact_branch_p (&history[0]) && uncond_branch_p (&history[0])))
4861 mips_no_prev_insn ();
4863 for (i = 0; i < ARRAY_SIZE (history); i++)
4864 history[i].cleared_p = 1;
4867 /* We need to emit a label at the end of branch-likely macros. */
4868 if (emit_branch_likely_macro)
4870 emit_branch_likely_macro = FALSE;
4871 micromips_add_label ();
4874 /* We just output an insn, so the next one doesn't have a label. */
4875 mips_clear_insn_labels ();
4878 /* Forget that there was any previous instruction or label.
4879 When BRANCH is true, the branch history is also flushed. */
4882 mips_no_prev_insn (void)
4884 prev_nop_frag = NULL;
4885 insert_into_history (0, ARRAY_SIZE (history), NOP_INSN);
4886 mips_clear_insn_labels ();
4889 /* This function must be called before we emit something other than
4890 instructions. It is like mips_no_prev_insn except that it inserts
4891 any NOPS that might be needed by previous instructions. */
4894 mips_emit_delays (void)
4896 if (! mips_opts.noreorder)
4898 int nops = nops_for_insn (0, history, NULL);
4902 add_fixed_insn (NOP_INSN);
4903 mips_move_text_labels ();
4906 mips_no_prev_insn ();
4909 /* Start a (possibly nested) noreorder block. */
4912 start_noreorder (void)
4914 if (mips_opts.noreorder == 0)
4919 /* None of the instructions before the .set noreorder can be moved. */
4920 for (i = 0; i < ARRAY_SIZE (history); i++)
4921 history[i].fixed_p = 1;
4923 /* Insert any nops that might be needed between the .set noreorder
4924 block and the previous instructions. We will later remove any
4925 nops that turn out not to be needed. */
4926 nops = nops_for_insn (0, history, NULL);
4929 if (mips_optimize != 0)
4931 /* Record the frag which holds the nop instructions, so
4932 that we can remove them if we don't need them. */
4933 frag_grow (nops * NOP_INSN_SIZE);
4934 prev_nop_frag = frag_now;
4935 prev_nop_frag_holds = nops;
4936 prev_nop_frag_required = 0;
4937 prev_nop_frag_since = 0;
4940 for (; nops > 0; --nops)
4941 add_fixed_insn (NOP_INSN);
4943 /* Move on to a new frag, so that it is safe to simply
4944 decrease the size of prev_nop_frag. */
4945 frag_wane (frag_now);
4947 mips_move_text_labels ();
4949 mips_mark_labels ();
4950 mips_clear_insn_labels ();
4952 mips_opts.noreorder++;
4953 mips_any_noreorder = 1;
4956 /* End a nested noreorder block. */
4959 end_noreorder (void)
4961 mips_opts.noreorder--;
4962 if (mips_opts.noreorder == 0 && prev_nop_frag != NULL)
4964 /* Commit to inserting prev_nop_frag_required nops and go back to
4965 handling nop insertion the .set reorder way. */
4966 prev_nop_frag->fr_fix -= ((prev_nop_frag_holds - prev_nop_frag_required)
4968 insert_into_history (prev_nop_frag_since,
4969 prev_nop_frag_required, NOP_INSN);
4970 prev_nop_frag = NULL;
4974 /* Set up global variables for the start of a new macro. */
4979 memset (&mips_macro_warning.sizes, 0, sizeof (mips_macro_warning.sizes));
4980 memset (&mips_macro_warning.first_insn_sizes, 0,
4981 sizeof (mips_macro_warning.first_insn_sizes));
4982 memset (&mips_macro_warning.insns, 0, sizeof (mips_macro_warning.insns));
4983 mips_macro_warning.delay_slot_p = (mips_opts.noreorder
4984 && delayed_branch_p (&history[0]));
4985 switch (history[0].insn_mo->pinfo2
4986 & (INSN2_BRANCH_DELAY_32BIT | INSN2_BRANCH_DELAY_16BIT))
4988 case INSN2_BRANCH_DELAY_32BIT:
4989 mips_macro_warning.delay_slot_length = 4;
4991 case INSN2_BRANCH_DELAY_16BIT:
4992 mips_macro_warning.delay_slot_length = 2;
4995 mips_macro_warning.delay_slot_length = 0;
4998 mips_macro_warning.first_frag = NULL;
5001 /* Given that a macro is longer than one instruction or of the wrong size,
5002 return the appropriate warning for it. Return null if no warning is
5003 needed. SUBTYPE is a bitmask of RELAX_DELAY_SLOT, RELAX_DELAY_SLOT_16BIT,
5004 RELAX_DELAY_SLOT_SIZE_FIRST, RELAX_DELAY_SLOT_SIZE_SECOND,
5005 and RELAX_NOMACRO. */
5008 macro_warning (relax_substateT subtype)
5010 if (subtype & RELAX_DELAY_SLOT)
5011 return _("Macro instruction expanded into multiple instructions"
5012 " in a branch delay slot");
5013 else if (subtype & RELAX_NOMACRO)
5014 return _("Macro instruction expanded into multiple instructions");
5015 else if (subtype & (RELAX_DELAY_SLOT_SIZE_FIRST
5016 | RELAX_DELAY_SLOT_SIZE_SECOND))
5017 return ((subtype & RELAX_DELAY_SLOT_16BIT)
5018 ? _("Macro instruction expanded into a wrong size instruction"
5019 " in a 16-bit branch delay slot")
5020 : _("Macro instruction expanded into a wrong size instruction"
5021 " in a 32-bit branch delay slot"));
5026 /* Finish up a macro. Emit warnings as appropriate. */
5031 /* Relaxation warning flags. */
5032 relax_substateT subtype = 0;
5034 /* Check delay slot size requirements. */
5035 if (mips_macro_warning.delay_slot_length == 2)
5036 subtype |= RELAX_DELAY_SLOT_16BIT;
5037 if (mips_macro_warning.delay_slot_length != 0)
5039 if (mips_macro_warning.delay_slot_length
5040 != mips_macro_warning.first_insn_sizes[0])
5041 subtype |= RELAX_DELAY_SLOT_SIZE_FIRST;
5042 if (mips_macro_warning.delay_slot_length
5043 != mips_macro_warning.first_insn_sizes[1])
5044 subtype |= RELAX_DELAY_SLOT_SIZE_SECOND;
5047 /* Check instruction count requirements. */
5048 if (mips_macro_warning.insns[0] > 1 || mips_macro_warning.insns[1] > 1)
5050 if (mips_macro_warning.insns[1] > mips_macro_warning.insns[0])
5051 subtype |= RELAX_SECOND_LONGER;
5052 if (mips_opts.warn_about_macros)
5053 subtype |= RELAX_NOMACRO;
5054 if (mips_macro_warning.delay_slot_p)
5055 subtype |= RELAX_DELAY_SLOT;
5058 /* If both alternatives fail to fill a delay slot correctly,
5059 emit the warning now. */
5060 if ((subtype & RELAX_DELAY_SLOT_SIZE_FIRST) != 0
5061 && (subtype & RELAX_DELAY_SLOT_SIZE_SECOND) != 0)
5066 s = subtype & (RELAX_DELAY_SLOT_16BIT
5067 | RELAX_DELAY_SLOT_SIZE_FIRST
5068 | RELAX_DELAY_SLOT_SIZE_SECOND);
5069 msg = macro_warning (s);
5071 as_warn ("%s", msg);
5075 /* If both implementations are longer than 1 instruction, then emit the
5077 if (mips_macro_warning.insns[0] > 1 && mips_macro_warning.insns[1] > 1)
5082 s = subtype & (RELAX_SECOND_LONGER | RELAX_NOMACRO | RELAX_DELAY_SLOT);
5083 msg = macro_warning (s);
5085 as_warn ("%s", msg);
5089 /* If any flags still set, then one implementation might need a warning
5090 and the other either will need one of a different kind or none at all.
5091 Pass any remaining flags over to relaxation. */
5092 if (mips_macro_warning.first_frag != NULL)
5093 mips_macro_warning.first_frag->fr_subtype |= subtype;
5096 /* Instruction operand formats used in macros that vary between
5097 standard MIPS and microMIPS code. */
5099 static const char * const brk_fmt[2] = { "c", "mF" };
5100 static const char * const cop12_fmt[2] = { "E,o(b)", "E,~(b)" };
5101 static const char * const jalr_fmt[2] = { "d,s", "t,s" };
5102 static const char * const lui_fmt[2] = { "t,u", "s,u" };
5103 static const char * const mem12_fmt[2] = { "t,o(b)", "t,~(b)" };
5104 static const char * const mfhl_fmt[2] = { "d", "mj" };
5105 static const char * const shft_fmt[2] = { "d,w,<", "t,r,<" };
5106 static const char * const trap_fmt[2] = { "s,t,q", "s,t,|" };
5108 #define BRK_FMT (brk_fmt[mips_opts.micromips])
5109 #define COP12_FMT (cop12_fmt[mips_opts.micromips])
5110 #define JALR_FMT (jalr_fmt[mips_opts.micromips])
5111 #define LUI_FMT (lui_fmt[mips_opts.micromips])
5112 #define MEM12_FMT (mem12_fmt[mips_opts.micromips])
5113 #define MFHL_FMT (mfhl_fmt[mips_opts.micromips])
5114 #define SHFT_FMT (shft_fmt[mips_opts.micromips])
5115 #define TRAP_FMT (trap_fmt[mips_opts.micromips])
5117 /* Read a macro's relocation codes from *ARGS and store them in *R.
5118 The first argument in *ARGS will be either the code for a single
5119 relocation or -1 followed by the three codes that make up a
5120 composite relocation. */
5123 macro_read_relocs (va_list *args, bfd_reloc_code_real_type *r)
5127 next = va_arg (*args, int);
5129 r[0] = (bfd_reloc_code_real_type) next;
5131 for (i = 0; i < 3; i++)
5132 r[i] = (bfd_reloc_code_real_type) va_arg (*args, int);
5135 /* Build an instruction created by a macro expansion. This is passed
5136 a pointer to the count of instructions created so far, an
5137 expression, the name of the instruction to build, an operand format
5138 string, and corresponding arguments. */
5141 macro_build (expressionS *ep, const char *name, const char *fmt, ...)
5143 const struct mips_opcode *mo = NULL;
5144 bfd_reloc_code_real_type r[3];
5145 const struct mips_opcode *amo;
5146 struct hash_control *hash;
5147 struct mips_cl_insn insn;
5150 va_start (args, fmt);
5152 if (mips_opts.mips16)
5154 mips16_macro_build (ep, name, fmt, &args);
5159 r[0] = BFD_RELOC_UNUSED;
5160 r[1] = BFD_RELOC_UNUSED;
5161 r[2] = BFD_RELOC_UNUSED;
5162 hash = mips_opts.micromips ? micromips_op_hash : op_hash;
5163 amo = (struct mips_opcode *) hash_find (hash, name);
5165 gas_assert (strcmp (name, amo->name) == 0);
5169 /* Search until we get a match for NAME. It is assumed here that
5170 macros will never generate MDMX, MIPS-3D, or MT instructions.
5171 We try to match an instruction that fulfils the branch delay
5172 slot instruction length requirement (if any) of the previous
5173 instruction. While doing this we record the first instruction
5174 seen that matches all the other conditions and use it anyway
5175 if the requirement cannot be met; we will issue an appropriate
5176 warning later on. */
5177 if (strcmp (fmt, amo->args) == 0
5178 && amo->pinfo != INSN_MACRO
5179 && is_opcode_valid (amo)
5180 && is_size_valid (amo))
5182 if (is_delay_slot_valid (amo))
5192 gas_assert (amo->name);
5194 while (strcmp (name, amo->name) == 0);
5197 create_insn (&insn, mo);
5215 INSERT_OPERAND (mips_opts.micromips,
5216 EXTLSB, insn, va_arg (args, int));
5221 /* Note that in the macro case, these arguments are already
5222 in MSB form. (When handling the instruction in the
5223 non-macro case, these arguments are sizes from which
5224 MSB values must be calculated.) */
5225 INSERT_OPERAND (mips_opts.micromips,
5226 INSMSB, insn, va_arg (args, int));
5230 gas_assert (!mips_opts.micromips);
5231 INSERT_OPERAND (0, CODE10, insn, va_arg (args, int));
5237 /* Note that in the macro case, these arguments are already
5238 in MSBD form. (When handling the instruction in the
5239 non-macro case, these arguments are sizes from which
5240 MSBD values must be calculated.) */
5241 INSERT_OPERAND (mips_opts.micromips,
5242 EXTMSBD, insn, va_arg (args, int));
5246 gas_assert (!mips_opts.micromips);
5247 INSERT_OPERAND (0, SEQI, insn, va_arg (args, int));
5251 INSERT_OPERAND (mips_opts.micromips, EVAOFFSET, insn, va_arg (args, int));
5260 INSERT_OPERAND (mips_opts.micromips, BP, insn, va_arg (args, int));
5264 gas_assert (mips_opts.micromips);
5268 INSERT_OPERAND (mips_opts.micromips, RT, insn, va_arg (args, int));
5272 gas_assert (!mips_opts.micromips);
5273 INSERT_OPERAND (0, CODE, insn, va_arg (args, int));
5277 gas_assert (!mips_opts.micromips);
5279 INSERT_OPERAND (mips_opts.micromips, FT, insn, va_arg (args, int));
5283 if (mips_opts.micromips)
5284 INSERT_OPERAND (1, RS, insn, va_arg (args, int));
5286 INSERT_OPERAND (0, RD, insn, va_arg (args, int));
5290 gas_assert (!mips_opts.micromips);
5292 INSERT_OPERAND (mips_opts.micromips, RD, insn, va_arg (args, int));
5296 gas_assert (!mips_opts.micromips);
5298 int tmp = va_arg (args, int);
5300 INSERT_OPERAND (0, RT, insn, tmp);
5301 INSERT_OPERAND (0, RD, insn, tmp);
5307 gas_assert (!mips_opts.micromips);
5308 INSERT_OPERAND (0, FS, insn, va_arg (args, int));
5315 INSERT_OPERAND (mips_opts.micromips,
5316 SHAMT, insn, va_arg (args, int));
5320 gas_assert (!mips_opts.micromips);
5321 INSERT_OPERAND (0, FD, insn, va_arg (args, int));
5325 gas_assert (!mips_opts.micromips);
5326 INSERT_OPERAND (0, CODE20, insn, va_arg (args, int));
5330 gas_assert (!mips_opts.micromips);
5331 INSERT_OPERAND (0, CODE19, insn, va_arg (args, int));
5335 gas_assert (!mips_opts.micromips);
5336 INSERT_OPERAND (0, CODE2, insn, va_arg (args, int));
5343 INSERT_OPERAND (mips_opts.micromips, RS, insn, va_arg (args, int));
5348 macro_read_relocs (&args, r);
5349 gas_assert (*r == BFD_RELOC_GPREL16
5350 || *r == BFD_RELOC_MIPS_HIGHER
5351 || *r == BFD_RELOC_HI16_S
5352 || *r == BFD_RELOC_LO16
5353 || *r == BFD_RELOC_MIPS_GOT_OFST);
5357 macro_read_relocs (&args, r);
5361 macro_read_relocs (&args, r);
5362 gas_assert (ep != NULL
5363 && (ep->X_op == O_constant
5364 || (ep->X_op == O_symbol
5365 && (*r == BFD_RELOC_MIPS_HIGHEST
5366 || *r == BFD_RELOC_HI16_S
5367 || *r == BFD_RELOC_HI16
5368 || *r == BFD_RELOC_GPREL16
5369 || *r == BFD_RELOC_MIPS_GOT_HI16
5370 || *r == BFD_RELOC_MIPS_CALL_HI16))));
5374 gas_assert (ep != NULL);
5377 * This allows macro() to pass an immediate expression for
5378 * creating short branches without creating a symbol.
5380 * We don't allow branch relaxation for these branches, as
5381 * they should only appear in ".set nomacro" anyway.
5383 if (ep->X_op == O_constant)
5385 /* For microMIPS we always use relocations for branches.
5386 So we should not resolve immediate values. */
5387 gas_assert (!mips_opts.micromips);
5389 if ((ep->X_add_number & 3) != 0)
5390 as_bad (_("branch to misaligned address (0x%lx)"),
5391 (unsigned long) ep->X_add_number);
5392 if ((ep->X_add_number + 0x20000) & ~0x3ffff)
5393 as_bad (_("branch address range overflow (0x%lx)"),
5394 (unsigned long) ep->X_add_number);
5395 insn.insn_opcode |= (ep->X_add_number >> 2) & 0xffff;
5399 *r = BFD_RELOC_16_PCREL_S2;
5403 gas_assert (ep != NULL);
5404 *r = BFD_RELOC_MIPS_JMP;
5408 gas_assert (!mips_opts.micromips);
5409 INSERT_OPERAND (0, COPZ, insn, va_arg (args, unsigned long));
5413 INSERT_OPERAND (mips_opts.micromips,
5414 CACHE, insn, va_arg (args, unsigned long));
5418 gas_assert (mips_opts.micromips);
5419 INSERT_OPERAND (1, TRAP, insn, va_arg (args, int));
5423 gas_assert (mips_opts.micromips);
5424 INSERT_OPERAND (1, OFFSET10, insn, va_arg (args, int));
5428 INSERT_OPERAND (mips_opts.micromips,
5429 3BITPOS, insn, va_arg (args, unsigned int));
5433 INSERT_OPERAND (mips_opts.micromips,
5434 OFFSET12, insn, va_arg (args, unsigned long));
5438 gas_assert (mips_opts.micromips);
5439 INSERT_OPERAND (1, BCC, insn, va_arg (args, int));
5442 case 'm': /* Opcode extension character. */
5443 gas_assert (mips_opts.micromips);
5447 INSERT_OPERAND (1, MJ, insn, va_arg (args, int));
5451 INSERT_OPERAND (1, MP, insn, va_arg (args, int));
5455 INSERT_OPERAND (1, IMMF, insn, va_arg (args, int));
5469 gas_assert (*r == BFD_RELOC_UNUSED ? ep == NULL : ep != NULL);
5471 append_insn (&insn, ep, r, TRUE);
5475 mips16_macro_build (expressionS *ep, const char *name, const char *fmt,
5478 struct mips_opcode *mo;
5479 struct mips_cl_insn insn;
5480 bfd_reloc_code_real_type r[3]
5481 = {BFD_RELOC_UNUSED, BFD_RELOC_UNUSED, BFD_RELOC_UNUSED};
5483 mo = (struct mips_opcode *) hash_find (mips16_op_hash, name);
5485 gas_assert (strcmp (name, mo->name) == 0);
5487 while (strcmp (fmt, mo->args) != 0 || mo->pinfo == INSN_MACRO)
5490 gas_assert (mo->name);
5491 gas_assert (strcmp (name, mo->name) == 0);
5494 create_insn (&insn, mo);
5512 MIPS16_INSERT_OPERAND (RY, insn, va_arg (*args, int));
5517 MIPS16_INSERT_OPERAND (RX, insn, va_arg (*args, int));
5521 MIPS16_INSERT_OPERAND (RZ, insn, va_arg (*args, int));
5525 MIPS16_INSERT_OPERAND (MOVE32Z, insn, va_arg (*args, int));
5535 MIPS16_INSERT_OPERAND (REGR32, insn, va_arg (*args, int));
5542 regno = va_arg (*args, int);
5543 regno = ((regno & 7) << 2) | ((regno & 0x18) >> 3);
5544 MIPS16_INSERT_OPERAND (REG32R, insn, regno);
5567 gas_assert (ep != NULL);
5569 if (ep->X_op != O_constant)
5570 *r = (int) BFD_RELOC_UNUSED + c;
5571 else if (calculate_reloc (*r, ep->X_add_number, &value))
5573 mips16_immed (NULL, 0, c, *r, value, 0, &insn.insn_opcode);
5575 *r = BFD_RELOC_UNUSED;
5581 MIPS16_INSERT_OPERAND (IMM6, insn, va_arg (*args, int));
5588 gas_assert (*r == BFD_RELOC_UNUSED ? ep == NULL : ep != NULL);
5590 append_insn (&insn, ep, r, TRUE);
5594 * Sign-extend 32-bit mode constants that have bit 31 set and all
5595 * higher bits unset.
5598 normalize_constant_expr (expressionS *ex)
5600 if (ex->X_op == O_constant
5601 && IS_ZEXT_32BIT_NUM (ex->X_add_number))
5602 ex->X_add_number = (((ex->X_add_number & 0xffffffff) ^ 0x80000000)
5607 * Sign-extend 32-bit mode address offsets that have bit 31 set and
5608 * all higher bits unset.
5611 normalize_address_expr (expressionS *ex)
5613 if (((ex->X_op == O_constant && HAVE_32BIT_ADDRESSES)
5614 || (ex->X_op == O_symbol && HAVE_32BIT_SYMBOLS))
5615 && IS_ZEXT_32BIT_NUM (ex->X_add_number))
5616 ex->X_add_number = (((ex->X_add_number & 0xffffffff) ^ 0x80000000)
5621 * Generate a "jalr" instruction with a relocation hint to the called
5622 * function. This occurs in NewABI PIC code.
5625 macro_build_jalr (expressionS *ep, int cprestore)
5627 static const bfd_reloc_code_real_type jalr_relocs[2]
5628 = { BFD_RELOC_MIPS_JALR, BFD_RELOC_MICROMIPS_JALR };
5629 bfd_reloc_code_real_type jalr_reloc = jalr_relocs[mips_opts.micromips];
5633 if (MIPS_JALR_HINT_P (ep))
5638 if (mips_opts.micromips)
5640 jalr = mips_opts.noreorder && !cprestore ? "jalr" : "jalrs";
5641 if (MIPS_JALR_HINT_P (ep)
5642 || (history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT))
5643 macro_build (NULL, jalr, "t,s", RA, PIC_CALL_REG);
5645 macro_build (NULL, jalr, "mj", PIC_CALL_REG);
5648 macro_build (NULL, "jalr", "d,s", RA, PIC_CALL_REG);
5649 if (MIPS_JALR_HINT_P (ep))
5650 fix_new_exp (frag_now, f - frag_now->fr_literal, 4, ep, FALSE, jalr_reloc);
5654 * Generate a "lui" instruction.
5657 macro_build_lui (expressionS *ep, int regnum)
5659 gas_assert (! mips_opts.mips16);
5661 if (ep->X_op != O_constant)
5663 gas_assert (ep->X_op == O_symbol);
5664 /* _gp_disp is a special case, used from s_cpload.
5665 __gnu_local_gp is used if mips_no_shared. */
5666 gas_assert (mips_pic == NO_PIC
5668 && strcmp (S_GET_NAME (ep->X_add_symbol), "_gp_disp") == 0)
5669 || (! mips_in_shared
5670 && strcmp (S_GET_NAME (ep->X_add_symbol),
5671 "__gnu_local_gp") == 0));
5674 macro_build (ep, "lui", LUI_FMT, regnum, BFD_RELOC_HI16_S);
5677 /* Generate a sequence of instructions to do a load or store from a constant
5678 offset off of a base register (breg) into/from a target register (treg),
5679 using AT if necessary. */
5681 macro_build_ldst_constoffset (expressionS *ep, const char *op,
5682 int treg, int breg, int dbl)
5684 gas_assert (ep->X_op == O_constant);
5686 /* Sign-extending 32-bit constants makes their handling easier. */
5688 normalize_constant_expr (ep);
5690 /* Right now, this routine can only handle signed 32-bit constants. */
5691 if (! IS_SEXT_32BIT_NUM(ep->X_add_number + 0x8000))
5692 as_warn (_("operand overflow"));
5694 if (IS_SEXT_16BIT_NUM(ep->X_add_number))
5696 /* Signed 16-bit offset will fit in the op. Easy! */
5697 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, breg);
5701 /* 32-bit offset, need multiple instructions and AT, like:
5702 lui $tempreg,const_hi (BFD_RELOC_HI16_S)
5703 addu $tempreg,$tempreg,$breg
5704 <op> $treg,const_lo($tempreg) (BFD_RELOC_LO16)
5705 to handle the complete offset. */
5706 macro_build_lui (ep, AT);
5707 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, AT, breg);
5708 macro_build (ep, op, "t,o(b)", treg, BFD_RELOC_LO16, AT);
5711 as_bad (_("Macro used $at after \".set noat\""));
5716 * Generates code to set the $at register to true (one)
5717 * if reg is less than the immediate expression.
5720 set_at (int reg, int unsignedp)
5722 if (imm_expr.X_op == O_constant
5723 && imm_expr.X_add_number >= -0x8000
5724 && imm_expr.X_add_number < 0x8000)
5725 macro_build (&imm_expr, unsignedp ? "sltiu" : "slti", "t,r,j",
5726 AT, reg, BFD_RELOC_LO16);
5729 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
5730 macro_build (NULL, unsignedp ? "sltu" : "slt", "d,v,t", AT, reg, AT);
5734 /* Warn if an expression is not a constant. */
5737 check_absolute_expr (struct mips_cl_insn *ip, expressionS *ex)
5739 if (ex->X_op == O_big)
5740 as_bad (_("unsupported large constant"));
5741 else if (ex->X_op != O_constant)
5742 as_bad (_("Instruction %s requires absolute expression"),
5745 if (HAVE_32BIT_GPRS)
5746 normalize_constant_expr (ex);
5749 /* Count the leading zeroes by performing a binary chop. This is a
5750 bulky bit of source, but performance is a LOT better for the
5751 majority of values than a simple loop to count the bits:
5752 for (lcnt = 0; (lcnt < 32); lcnt++)
5753 if ((v) & (1 << (31 - lcnt)))
5755 However it is not code size friendly, and the gain will drop a bit
5756 on certain cached systems.
5758 #define COUNT_TOP_ZEROES(v) \
5759 (((v) & ~0xffff) == 0 \
5760 ? ((v) & ~0xff) == 0 \
5761 ? ((v) & ~0xf) == 0 \
5762 ? ((v) & ~0x3) == 0 \
5763 ? ((v) & ~0x1) == 0 \
5768 : ((v) & ~0x7) == 0 \
5771 : ((v) & ~0x3f) == 0 \
5772 ? ((v) & ~0x1f) == 0 \
5775 : ((v) & ~0x7f) == 0 \
5778 : ((v) & ~0xfff) == 0 \
5779 ? ((v) & ~0x3ff) == 0 \
5780 ? ((v) & ~0x1ff) == 0 \
5783 : ((v) & ~0x7ff) == 0 \
5786 : ((v) & ~0x3fff) == 0 \
5787 ? ((v) & ~0x1fff) == 0 \
5790 : ((v) & ~0x7fff) == 0 \
5793 : ((v) & ~0xffffff) == 0 \
5794 ? ((v) & ~0xfffff) == 0 \
5795 ? ((v) & ~0x3ffff) == 0 \
5796 ? ((v) & ~0x1ffff) == 0 \
5799 : ((v) & ~0x7ffff) == 0 \
5802 : ((v) & ~0x3fffff) == 0 \
5803 ? ((v) & ~0x1fffff) == 0 \
5806 : ((v) & ~0x7fffff) == 0 \
5809 : ((v) & ~0xfffffff) == 0 \
5810 ? ((v) & ~0x3ffffff) == 0 \
5811 ? ((v) & ~0x1ffffff) == 0 \
5814 : ((v) & ~0x7ffffff) == 0 \
5817 : ((v) & ~0x3fffffff) == 0 \
5818 ? ((v) & ~0x1fffffff) == 0 \
5821 : ((v) & ~0x7fffffff) == 0 \
5826 * This routine generates the least number of instructions necessary to load
5827 * an absolute expression value into a register.
5830 load_register (int reg, expressionS *ep, int dbl)
5833 expressionS hi32, lo32;
5835 if (ep->X_op != O_big)
5837 gas_assert (ep->X_op == O_constant);
5839 /* Sign-extending 32-bit constants makes their handling easier. */
5841 normalize_constant_expr (ep);
5843 if (IS_SEXT_16BIT_NUM (ep->X_add_number))
5845 /* We can handle 16 bit signed values with an addiu to
5846 $zero. No need to ever use daddiu here, since $zero and
5847 the result are always correct in 32 bit mode. */
5848 macro_build (ep, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16);
5851 else if (ep->X_add_number >= 0 && ep->X_add_number < 0x10000)
5853 /* We can handle 16 bit unsigned values with an ori to
5855 macro_build (ep, "ori", "t,r,i", reg, 0, BFD_RELOC_LO16);
5858 else if ((IS_SEXT_32BIT_NUM (ep->X_add_number)))
5860 /* 32 bit values require an lui. */
5861 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_HI16);
5862 if ((ep->X_add_number & 0xffff) != 0)
5863 macro_build (ep, "ori", "t,r,i", reg, reg, BFD_RELOC_LO16);
5868 /* The value is larger than 32 bits. */
5870 if (!dbl || HAVE_32BIT_GPRS)
5874 sprintf_vma (value, ep->X_add_number);
5875 as_bad (_("Number (0x%s) larger than 32 bits"), value);
5876 macro_build (ep, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16);
5880 if (ep->X_op != O_big)
5883 hi32.X_add_number = (valueT) hi32.X_add_number >> 16;
5884 hi32.X_add_number = (valueT) hi32.X_add_number >> 16;
5885 hi32.X_add_number &= 0xffffffff;
5887 lo32.X_add_number &= 0xffffffff;
5891 gas_assert (ep->X_add_number > 2);
5892 if (ep->X_add_number == 3)
5893 generic_bignum[3] = 0;
5894 else if (ep->X_add_number > 4)
5895 as_bad (_("Number larger than 64 bits"));
5896 lo32.X_op = O_constant;
5897 lo32.X_add_number = generic_bignum[0] + (generic_bignum[1] << 16);
5898 hi32.X_op = O_constant;
5899 hi32.X_add_number = generic_bignum[2] + (generic_bignum[3] << 16);
5902 if (hi32.X_add_number == 0)
5907 unsigned long hi, lo;
5909 if (hi32.X_add_number == (offsetT) 0xffffffff)
5911 if ((lo32.X_add_number & 0xffff8000) == 0xffff8000)
5913 macro_build (&lo32, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16);
5916 if (lo32.X_add_number & 0x80000000)
5918 macro_build (&lo32, "lui", LUI_FMT, reg, BFD_RELOC_HI16);
5919 if (lo32.X_add_number & 0xffff)
5920 macro_build (&lo32, "ori", "t,r,i", reg, reg, BFD_RELOC_LO16);
5925 /* Check for 16bit shifted constant. We know that hi32 is
5926 non-zero, so start the mask on the first bit of the hi32
5931 unsigned long himask, lomask;
5935 himask = 0xffff >> (32 - shift);
5936 lomask = (0xffff << shift) & 0xffffffff;
5940 himask = 0xffff << (shift - 32);
5943 if ((hi32.X_add_number & ~(offsetT) himask) == 0
5944 && (lo32.X_add_number & ~(offsetT) lomask) == 0)
5948 tmp.X_op = O_constant;
5950 tmp.X_add_number = ((hi32.X_add_number << (32 - shift))
5951 | (lo32.X_add_number >> shift));
5953 tmp.X_add_number = hi32.X_add_number >> (shift - 32);
5954 macro_build (&tmp, "ori", "t,r,i", reg, 0, BFD_RELOC_LO16);
5955 macro_build (NULL, (shift >= 32) ? "dsll32" : "dsll", SHFT_FMT,
5956 reg, reg, (shift >= 32) ? shift - 32 : shift);
5961 while (shift <= (64 - 16));
5963 /* Find the bit number of the lowest one bit, and store the
5964 shifted value in hi/lo. */
5965 hi = (unsigned long) (hi32.X_add_number & 0xffffffff);
5966 lo = (unsigned long) (lo32.X_add_number & 0xffffffff);
5970 while ((lo & 1) == 0)
5975 lo |= (hi & (((unsigned long) 1 << bit) - 1)) << (32 - bit);
5981 while ((hi & 1) == 0)
5990 /* Optimize if the shifted value is a (power of 2) - 1. */
5991 if ((hi == 0 && ((lo + 1) & lo) == 0)
5992 || (lo == 0xffffffff && ((hi + 1) & hi) == 0))
5994 shift = COUNT_TOP_ZEROES ((unsigned int) hi32.X_add_number);
5999 /* This instruction will set the register to be all
6001 tmp.X_op = O_constant;
6002 tmp.X_add_number = (offsetT) -1;
6003 macro_build (&tmp, "addiu", "t,r,j", reg, 0, BFD_RELOC_LO16);
6007 macro_build (NULL, (bit >= 32) ? "dsll32" : "dsll", SHFT_FMT,
6008 reg, reg, (bit >= 32) ? bit - 32 : bit);
6010 macro_build (NULL, (shift >= 32) ? "dsrl32" : "dsrl", SHFT_FMT,
6011 reg, reg, (shift >= 32) ? shift - 32 : shift);
6016 /* Sign extend hi32 before calling load_register, because we can
6017 generally get better code when we load a sign extended value. */
6018 if ((hi32.X_add_number & 0x80000000) != 0)
6019 hi32.X_add_number |= ~(offsetT) 0xffffffff;
6020 load_register (reg, &hi32, 0);
6023 if ((lo32.X_add_number & 0xffff0000) == 0)
6027 macro_build (NULL, "dsll32", SHFT_FMT, reg, freg, 0);
6035 if ((freg == 0) && (lo32.X_add_number == (offsetT) 0xffffffff))
6037 macro_build (&lo32, "lui", LUI_FMT, reg, BFD_RELOC_HI16);
6038 macro_build (NULL, "dsrl32", SHFT_FMT, reg, reg, 0);
6044 macro_build (NULL, "dsll", SHFT_FMT, reg, freg, 16);
6048 mid16.X_add_number >>= 16;
6049 macro_build (&mid16, "ori", "t,r,i", reg, freg, BFD_RELOC_LO16);
6050 macro_build (NULL, "dsll", SHFT_FMT, reg, reg, 16);
6053 if ((lo32.X_add_number & 0xffff) != 0)
6054 macro_build (&lo32, "ori", "t,r,i", reg, freg, BFD_RELOC_LO16);
6058 load_delay_nop (void)
6060 if (!gpr_interlocks)
6061 macro_build (NULL, "nop", "");
6064 /* Load an address into a register. */
6067 load_address (int reg, expressionS *ep, int *used_at)
6069 if (ep->X_op != O_constant
6070 && ep->X_op != O_symbol)
6072 as_bad (_("expression too complex"));
6073 ep->X_op = O_constant;
6076 if (ep->X_op == O_constant)
6078 load_register (reg, ep, HAVE_64BIT_ADDRESSES);
6082 if (mips_pic == NO_PIC)
6084 /* If this is a reference to a GP relative symbol, we want
6085 addiu $reg,$gp,<sym> (BFD_RELOC_GPREL16)
6087 lui $reg,<sym> (BFD_RELOC_HI16_S)
6088 addiu $reg,$reg,<sym> (BFD_RELOC_LO16)
6089 If we have an addend, we always use the latter form.
6091 With 64bit address space and a usable $at we want
6092 lui $reg,<sym> (BFD_RELOC_MIPS_HIGHEST)
6093 lui $at,<sym> (BFD_RELOC_HI16_S)
6094 daddiu $reg,<sym> (BFD_RELOC_MIPS_HIGHER)
6095 daddiu $at,<sym> (BFD_RELOC_LO16)
6099 If $at is already in use, we use a path which is suboptimal
6100 on superscalar processors.
6101 lui $reg,<sym> (BFD_RELOC_MIPS_HIGHEST)
6102 daddiu $reg,<sym> (BFD_RELOC_MIPS_HIGHER)
6104 daddiu $reg,<sym> (BFD_RELOC_HI16_S)
6106 daddiu $reg,<sym> (BFD_RELOC_LO16)
6108 For GP relative symbols in 64bit address space we can use
6109 the same sequence as in 32bit address space. */
6110 if (HAVE_64BIT_SYMBOLS)
6112 if ((valueT) ep->X_add_number <= MAX_GPREL_OFFSET
6113 && !nopic_need_relax (ep->X_add_symbol, 1))
6115 relax_start (ep->X_add_symbol);
6116 macro_build (ep, ADDRESS_ADDI_INSN, "t,r,j", reg,
6117 mips_gp_register, BFD_RELOC_GPREL16);
6121 if (*used_at == 0 && mips_opts.at)
6123 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_HIGHEST);
6124 macro_build (ep, "lui", LUI_FMT, AT, BFD_RELOC_HI16_S);
6125 macro_build (ep, "daddiu", "t,r,j", reg, reg,
6126 BFD_RELOC_MIPS_HIGHER);
6127 macro_build (ep, "daddiu", "t,r,j", AT, AT, BFD_RELOC_LO16);
6128 macro_build (NULL, "dsll32", SHFT_FMT, reg, reg, 0);
6129 macro_build (NULL, "daddu", "d,v,t", reg, reg, AT);
6134 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_HIGHEST);
6135 macro_build (ep, "daddiu", "t,r,j", reg, reg,
6136 BFD_RELOC_MIPS_HIGHER);
6137 macro_build (NULL, "dsll", SHFT_FMT, reg, reg, 16);
6138 macro_build (ep, "daddiu", "t,r,j", reg, reg, BFD_RELOC_HI16_S);
6139 macro_build (NULL, "dsll", SHFT_FMT, reg, reg, 16);
6140 macro_build (ep, "daddiu", "t,r,j", reg, reg, BFD_RELOC_LO16);
6143 if (mips_relax.sequence)
6148 if ((valueT) ep->X_add_number <= MAX_GPREL_OFFSET
6149 && !nopic_need_relax (ep->X_add_symbol, 1))
6151 relax_start (ep->X_add_symbol);
6152 macro_build (ep, ADDRESS_ADDI_INSN, "t,r,j", reg,
6153 mips_gp_register, BFD_RELOC_GPREL16);
6156 macro_build_lui (ep, reg);
6157 macro_build (ep, ADDRESS_ADDI_INSN, "t,r,j",
6158 reg, reg, BFD_RELOC_LO16);
6159 if (mips_relax.sequence)
6163 else if (!mips_big_got)
6167 /* If this is a reference to an external symbol, we want
6168 lw $reg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
6170 lw $reg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
6172 addiu $reg,$reg,<sym> (BFD_RELOC_LO16)
6173 If there is a constant, it must be added in after.
6175 If we have NewABI, we want
6176 lw $reg,<sym+cst>($gp) (BFD_RELOC_MIPS_GOT_DISP)
6177 unless we're referencing a global symbol with a non-zero
6178 offset, in which case cst must be added separately. */
6181 if (ep->X_add_number)
6183 ex.X_add_number = ep->X_add_number;
6184 ep->X_add_number = 0;
6185 relax_start (ep->X_add_symbol);
6186 macro_build (ep, ADDRESS_LOAD_INSN, "t,o(b)", reg,
6187 BFD_RELOC_MIPS_GOT_DISP, mips_gp_register);
6188 if (ex.X_add_number < -0x8000 || ex.X_add_number >= 0x8000)
6189 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
6190 ex.X_op = O_constant;
6191 macro_build (&ex, ADDRESS_ADDI_INSN, "t,r,j",
6192 reg, reg, BFD_RELOC_LO16);
6193 ep->X_add_number = ex.X_add_number;
6196 macro_build (ep, ADDRESS_LOAD_INSN, "t,o(b)", reg,
6197 BFD_RELOC_MIPS_GOT_DISP, mips_gp_register);
6198 if (mips_relax.sequence)
6203 ex.X_add_number = ep->X_add_number;
6204 ep->X_add_number = 0;
6205 macro_build (ep, ADDRESS_LOAD_INSN, "t,o(b)", reg,
6206 BFD_RELOC_MIPS_GOT16, mips_gp_register);
6208 relax_start (ep->X_add_symbol);
6210 macro_build (ep, ADDRESS_ADDI_INSN, "t,r,j", reg, reg,
6214 if (ex.X_add_number != 0)
6216 if (ex.X_add_number < -0x8000 || ex.X_add_number >= 0x8000)
6217 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
6218 ex.X_op = O_constant;
6219 macro_build (&ex, ADDRESS_ADDI_INSN, "t,r,j",
6220 reg, reg, BFD_RELOC_LO16);
6224 else if (mips_big_got)
6228 /* This is the large GOT case. If this is a reference to an
6229 external symbol, we want
6230 lui $reg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
6232 lw $reg,<sym>($reg) (BFD_RELOC_MIPS_GOT_LO16)
6234 Otherwise, for a reference to a local symbol in old ABI, we want
6235 lw $reg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
6237 addiu $reg,$reg,<sym> (BFD_RELOC_LO16)
6238 If there is a constant, it must be added in after.
6240 In the NewABI, for local symbols, with or without offsets, we want:
6241 lw $reg,<sym>($gp) (BFD_RELOC_MIPS_GOT_PAGE)
6242 addiu $reg,$reg,<sym> (BFD_RELOC_MIPS_GOT_OFST)
6246 ex.X_add_number = ep->X_add_number;
6247 ep->X_add_number = 0;
6248 relax_start (ep->X_add_symbol);
6249 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_GOT_HI16);
6250 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
6251 reg, reg, mips_gp_register);
6252 macro_build (ep, ADDRESS_LOAD_INSN, "t,o(b)",
6253 reg, BFD_RELOC_MIPS_GOT_LO16, reg);
6254 if (ex.X_add_number < -0x8000 || ex.X_add_number >= 0x8000)
6255 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
6256 else if (ex.X_add_number)
6258 ex.X_op = O_constant;
6259 macro_build (&ex, ADDRESS_ADDI_INSN, "t,r,j", reg, reg,
6263 ep->X_add_number = ex.X_add_number;
6265 macro_build (ep, ADDRESS_LOAD_INSN, "t,o(b)", reg,
6266 BFD_RELOC_MIPS_GOT_PAGE, mips_gp_register);
6267 macro_build (ep, ADDRESS_ADDI_INSN, "t,r,j", reg, reg,
6268 BFD_RELOC_MIPS_GOT_OFST);
6273 ex.X_add_number = ep->X_add_number;
6274 ep->X_add_number = 0;
6275 relax_start (ep->X_add_symbol);
6276 macro_build (ep, "lui", LUI_FMT, reg, BFD_RELOC_MIPS_GOT_HI16);
6277 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
6278 reg, reg, mips_gp_register);
6279 macro_build (ep, ADDRESS_LOAD_INSN, "t,o(b)",
6280 reg, BFD_RELOC_MIPS_GOT_LO16, reg);
6282 if (reg_needs_delay (mips_gp_register))
6284 /* We need a nop before loading from $gp. This special
6285 check is required because the lui which starts the main
6286 instruction stream does not refer to $gp, and so will not
6287 insert the nop which may be required. */
6288 macro_build (NULL, "nop", "");
6290 macro_build (ep, ADDRESS_LOAD_INSN, "t,o(b)", reg,
6291 BFD_RELOC_MIPS_GOT16, mips_gp_register);
6293 macro_build (ep, ADDRESS_ADDI_INSN, "t,r,j", reg, reg,
6297 if (ex.X_add_number != 0)
6299 if (ex.X_add_number < -0x8000 || ex.X_add_number >= 0x8000)
6300 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
6301 ex.X_op = O_constant;
6302 macro_build (&ex, ADDRESS_ADDI_INSN, "t,r,j", reg, reg,
6310 if (!mips_opts.at && *used_at == 1)
6311 as_bad (_("Macro used $at after \".set noat\""));
6314 /* Move the contents of register SOURCE into register DEST. */
6317 move_register (int dest, int source)
6319 /* Prefer to use a 16-bit microMIPS instruction unless the previous
6320 instruction specifically requires a 32-bit one. */
6321 if (mips_opts.micromips
6322 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT))
6323 macro_build (NULL, "move", "mp,mj", dest, source);
6325 macro_build (NULL, HAVE_32BIT_GPRS ? "addu" : "daddu", "d,v,t",
6329 /* Emit an SVR4 PIC sequence to load address LOCAL into DEST, where
6330 LOCAL is the sum of a symbol and a 16-bit or 32-bit displacement.
6331 The two alternatives are:
6333 Global symbol Local sybmol
6334 ------------- ------------
6335 lw DEST,%got(SYMBOL) lw DEST,%got(SYMBOL + OFFSET)
6337 addiu DEST,DEST,OFFSET addiu DEST,DEST,%lo(SYMBOL + OFFSET)
6339 load_got_offset emits the first instruction and add_got_offset
6340 emits the second for a 16-bit offset or add_got_offset_hilo emits
6341 a sequence to add a 32-bit offset using a scratch register. */
6344 load_got_offset (int dest, expressionS *local)
6349 global.X_add_number = 0;
6351 relax_start (local->X_add_symbol);
6352 macro_build (&global, ADDRESS_LOAD_INSN, "t,o(b)", dest,
6353 BFD_RELOC_MIPS_GOT16, mips_gp_register);
6355 macro_build (local, ADDRESS_LOAD_INSN, "t,o(b)", dest,
6356 BFD_RELOC_MIPS_GOT16, mips_gp_register);
6361 add_got_offset (int dest, expressionS *local)
6365 global.X_op = O_constant;
6366 global.X_op_symbol = NULL;
6367 global.X_add_symbol = NULL;
6368 global.X_add_number = local->X_add_number;
6370 relax_start (local->X_add_symbol);
6371 macro_build (&global, ADDRESS_ADDI_INSN, "t,r,j",
6372 dest, dest, BFD_RELOC_LO16);
6374 macro_build (local, ADDRESS_ADDI_INSN, "t,r,j", dest, dest, BFD_RELOC_LO16);
6379 add_got_offset_hilo (int dest, expressionS *local, int tmp)
6382 int hold_mips_optimize;
6384 global.X_op = O_constant;
6385 global.X_op_symbol = NULL;
6386 global.X_add_symbol = NULL;
6387 global.X_add_number = local->X_add_number;
6389 relax_start (local->X_add_symbol);
6390 load_register (tmp, &global, HAVE_64BIT_ADDRESSES);
6392 /* Set mips_optimize around the lui instruction to avoid
6393 inserting an unnecessary nop after the lw. */
6394 hold_mips_optimize = mips_optimize;
6396 macro_build_lui (&global, tmp);
6397 mips_optimize = hold_mips_optimize;
6398 macro_build (local, ADDRESS_ADDI_INSN, "t,r,j", tmp, tmp, BFD_RELOC_LO16);
6401 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", dest, dest, tmp);
6404 /* Emit a sequence of instructions to emulate a branch likely operation.
6405 BR is an ordinary branch corresponding to one to be emulated. BRNEG
6406 is its complementing branch with the original condition negated.
6407 CALL is set if the original branch specified the link operation.
6408 EP, FMT, SREG and TREG specify the usual macro_build() parameters.
6410 Code like this is produced in the noreorder mode:
6415 delay slot (executed only if branch taken)
6423 delay slot (executed only if branch taken)
6426 In the reorder mode the delay slot would be filled with a nop anyway,
6427 so code produced is simply:
6432 This function is used when producing code for the microMIPS ASE that
6433 does not implement branch likely instructions in hardware. */
6436 macro_build_branch_likely (const char *br, const char *brneg,
6437 int call, expressionS *ep, const char *fmt,
6438 unsigned int sreg, unsigned int treg)
6440 int noreorder = mips_opts.noreorder;
6443 gas_assert (mips_opts.micromips);
6447 micromips_label_expr (&expr1);
6448 macro_build (&expr1, brneg, fmt, sreg, treg);
6449 macro_build (NULL, "nop", "");
6450 macro_build (ep, call ? "bal" : "b", "p");
6452 /* Set to true so that append_insn adds a label. */
6453 emit_branch_likely_macro = TRUE;
6457 macro_build (ep, br, fmt, sreg, treg);
6458 macro_build (NULL, "nop", "");
6463 /* Emit a coprocessor branch-likely macro specified by TYPE, using CC as
6464 the condition code tested. EP specifies the branch target. */
6467 macro_build_branch_ccl (int type, expressionS *ep, unsigned int cc)
6494 macro_build_branch_likely (br, brneg, call, ep, "N,p", cc, ZERO);
6497 /* Emit a two-argument branch macro specified by TYPE, using SREG as
6498 the register tested. EP specifies the branch target. */
6501 macro_build_branch_rs (int type, expressionS *ep, unsigned int sreg)
6503 const char *brneg = NULL;
6513 br = mips_opts.micromips ? "bgez" : "bgezl";
6517 gas_assert (mips_opts.micromips);
6526 br = mips_opts.micromips ? "bgtz" : "bgtzl";
6533 br = mips_opts.micromips ? "blez" : "blezl";
6540 br = mips_opts.micromips ? "bltz" : "bltzl";
6544 gas_assert (mips_opts.micromips);
6552 if (mips_opts.micromips && brneg)
6553 macro_build_branch_likely (br, brneg, call, ep, "s,p", sreg, ZERO);
6555 macro_build (ep, br, "s,p", sreg);
6558 /* Emit a three-argument branch macro specified by TYPE, using SREG and
6559 TREG as the registers tested. EP specifies the branch target. */
6562 macro_build_branch_rsrt (int type, expressionS *ep,
6563 unsigned int sreg, unsigned int treg)
6565 const char *brneg = NULL;
6577 br = mips_opts.micromips ? "beq" : "beql";
6586 br = mips_opts.micromips ? "bne" : "bnel";
6592 if (mips_opts.micromips && brneg)
6593 macro_build_branch_likely (br, brneg, call, ep, "s,t,p", sreg, treg);
6595 macro_build (ep, br, "s,t,p", sreg, treg);
6600 * This routine implements the seemingly endless macro or synthesized
6601 * instructions and addressing modes in the mips assembly language. Many
6602 * of these macros are simple and are similar to each other. These could
6603 * probably be handled by some kind of table or grammar approach instead of
6604 * this verbose method. Others are not simple macros but are more like
6605 * optimizing code generation.
6606 * One interesting optimization is when several store macros appear
6607 * consecutively that would load AT with the upper half of the same address.
6608 * The ensuing load upper instructions are ommited. This implies some kind
6609 * of global optimization. We currently only optimize within a single macro.
6610 * For many of the load and store macros if the address is specified as a
6611 * constant expression in the first 64k of memory (ie ld $2,0x4000c) we
6612 * first load register 'at' with zero and use it as the base register. The
6613 * mips assembler simply uses register $zero. Just one tiny optimization
6617 macro (struct mips_cl_insn *ip)
6619 unsigned int treg, sreg, dreg, breg;
6620 unsigned int tempreg;
6623 expressionS label_expr;
6641 bfd_reloc_code_real_type r;
6642 int hold_mips_optimize;
6644 gas_assert (! mips_opts.mips16);
6646 treg = EXTRACT_OPERAND (mips_opts.micromips, RT, *ip);
6647 dreg = EXTRACT_OPERAND (mips_opts.micromips, RD, *ip);
6648 sreg = breg = EXTRACT_OPERAND (mips_opts.micromips, RS, *ip);
6649 mask = ip->insn_mo->mask;
6651 label_expr.X_op = O_constant;
6652 label_expr.X_op_symbol = NULL;
6653 label_expr.X_add_symbol = NULL;
6654 label_expr.X_add_number = 0;
6656 expr1.X_op = O_constant;
6657 expr1.X_op_symbol = NULL;
6658 expr1.X_add_symbol = NULL;
6659 expr1.X_add_number = 1;
6674 if (mips_opts.micromips)
6675 micromips_label_expr (&label_expr);
6677 label_expr.X_add_number = 8;
6678 macro_build (&label_expr, "bgez", "s,p", sreg);
6680 macro_build (NULL, "nop", "");
6682 move_register (dreg, sreg);
6683 macro_build (NULL, dbl ? "dsub" : "sub", "d,v,t", dreg, 0, sreg);
6684 if (mips_opts.micromips)
6685 micromips_add_label ();
6702 if (!mips_opts.micromips)
6704 if (imm_expr.X_op == O_constant
6705 && imm_expr.X_add_number >= -0x200
6706 && imm_expr.X_add_number < 0x200)
6708 macro_build (NULL, s, "t,r,.", treg, sreg, imm_expr.X_add_number);
6717 if (imm_expr.X_op == O_constant
6718 && imm_expr.X_add_number >= -0x8000
6719 && imm_expr.X_add_number < 0x8000)
6721 macro_build (&imm_expr, s, "t,r,j", treg, sreg, BFD_RELOC_LO16);
6726 load_register (AT, &imm_expr, dbl);
6727 macro_build (NULL, s2, "d,v,t", treg, sreg, AT);
6746 if (imm_expr.X_op == O_constant
6747 && imm_expr.X_add_number >= 0
6748 && imm_expr.X_add_number < 0x10000)
6750 if (mask != M_NOR_I)
6751 macro_build (&imm_expr, s, "t,r,i", treg, sreg, BFD_RELOC_LO16);
6754 macro_build (&imm_expr, "ori", "t,r,i",
6755 treg, sreg, BFD_RELOC_LO16);
6756 macro_build (NULL, "nor", "d,v,t", treg, treg, 0);
6762 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
6763 macro_build (NULL, s2, "d,v,t", treg, sreg, AT);
6767 switch (imm_expr.X_add_number)
6770 macro_build (NULL, "nop", "");
6773 macro_build (NULL, "packrl.ph", "d,s,t", treg, treg, sreg);
6777 macro_build (NULL, "balign", "t,s,2", treg, sreg,
6778 (int) imm_expr.X_add_number);
6781 as_bad (_("BALIGN immediate not 0, 1, 2 or 3 (%lu)"),
6782 (unsigned long) imm_expr.X_add_number);
6791 gas_assert (mips_opts.micromips);
6792 macro_build_branch_ccl (mask, &offset_expr,
6793 EXTRACT_OPERAND (1, BCC, *ip));
6800 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 0)
6806 load_register (treg, &imm_expr, HAVE_64BIT_GPRS);
6811 macro_build_branch_rsrt (mask, &offset_expr, sreg, treg);
6818 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, &offset_expr, sreg);
6820 macro_build_branch_rs (likely ? M_BLEZL : M_BLEZ, &offset_expr, treg);
6824 macro_build (NULL, "slt", "d,v,t", AT, sreg, treg);
6825 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
6826 &offset_expr, AT, ZERO);
6836 macro_build_branch_rs (mask, &offset_expr, sreg);
6842 /* Check for > max integer. */
6843 maxnum = 0x7fffffff;
6844 if (HAVE_64BIT_GPRS && sizeof (maxnum) > 4)
6851 if (imm_expr.X_op == O_constant
6852 && imm_expr.X_add_number >= maxnum
6853 && (HAVE_32BIT_GPRS || sizeof (maxnum) > 4))
6856 /* Result is always false. */
6858 macro_build (NULL, "nop", "");
6860 macro_build_branch_rsrt (M_BNEL, &offset_expr, ZERO, ZERO);
6863 if (imm_expr.X_op != O_constant)
6864 as_bad (_("Unsupported large constant"));
6865 ++imm_expr.X_add_number;
6869 if (mask == M_BGEL_I)
6871 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 0)
6873 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ,
6874 &offset_expr, sreg);
6877 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 1)
6879 macro_build_branch_rs (likely ? M_BGTZL : M_BGTZ,
6880 &offset_expr, sreg);
6883 maxnum = 0x7fffffff;
6884 if (HAVE_64BIT_GPRS && sizeof (maxnum) > 4)
6891 maxnum = - maxnum - 1;
6892 if (imm_expr.X_op == O_constant
6893 && imm_expr.X_add_number <= maxnum
6894 && (HAVE_32BIT_GPRS || sizeof (maxnum) > 4))
6897 /* result is always true */
6898 as_warn (_("Branch %s is always true"), ip->insn_mo->name);
6899 macro_build (&offset_expr, "b", "p");
6904 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
6905 &offset_expr, AT, ZERO);
6914 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
6915 &offset_expr, ZERO, treg);
6919 macro_build (NULL, "sltu", "d,v,t", AT, sreg, treg);
6920 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
6921 &offset_expr, AT, ZERO);
6930 && imm_expr.X_op == O_constant
6931 && imm_expr.X_add_number == -1))
6933 if (imm_expr.X_op != O_constant)
6934 as_bad (_("Unsupported large constant"));
6935 ++imm_expr.X_add_number;
6939 if (mask == M_BGEUL_I)
6941 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 0)
6943 else if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 1)
6944 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
6945 &offset_expr, sreg, ZERO);
6950 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
6951 &offset_expr, AT, ZERO);
6959 macro_build_branch_rs (likely ? M_BGTZL : M_BGTZ, &offset_expr, sreg);
6961 macro_build_branch_rs (likely ? M_BLTZL : M_BLTZ, &offset_expr, treg);
6965 macro_build (NULL, "slt", "d,v,t", AT, treg, sreg);
6966 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
6967 &offset_expr, AT, ZERO);
6975 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
6976 &offset_expr, sreg, ZERO);
6982 macro_build (NULL, "sltu", "d,v,t", AT, treg, sreg);
6983 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
6984 &offset_expr, AT, ZERO);
6992 macro_build_branch_rs (likely ? M_BLEZL : M_BLEZ, &offset_expr, sreg);
6994 macro_build_branch_rs (likely ? M_BGEZL : M_BGEZ, &offset_expr, treg);
6998 macro_build (NULL, "slt", "d,v,t", AT, treg, sreg);
6999 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
7000 &offset_expr, AT, ZERO);
7007 maxnum = 0x7fffffff;
7008 if (HAVE_64BIT_GPRS && sizeof (maxnum) > 4)
7015 if (imm_expr.X_op == O_constant
7016 && imm_expr.X_add_number >= maxnum
7017 && (HAVE_32BIT_GPRS || sizeof (maxnum) > 4))
7019 if (imm_expr.X_op != O_constant)
7020 as_bad (_("Unsupported large constant"));
7021 ++imm_expr.X_add_number;
7025 if (mask == M_BLTL_I)
7027 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 0)
7028 macro_build_branch_rs (likely ? M_BLTZL : M_BLTZ, &offset_expr, sreg);
7029 else if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 1)
7030 macro_build_branch_rs (likely ? M_BLEZL : M_BLEZ, &offset_expr, sreg);
7035 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
7036 &offset_expr, AT, ZERO);
7044 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
7045 &offset_expr, sreg, ZERO);
7051 macro_build (NULL, "sltu", "d,v,t", AT, treg, sreg);
7052 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
7053 &offset_expr, AT, ZERO);
7062 && imm_expr.X_op == O_constant
7063 && imm_expr.X_add_number == -1))
7065 if (imm_expr.X_op != O_constant)
7066 as_bad (_("Unsupported large constant"));
7067 ++imm_expr.X_add_number;
7071 if (mask == M_BLTUL_I)
7073 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 0)
7075 else if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 1)
7076 macro_build_branch_rsrt (likely ? M_BEQL : M_BEQ,
7077 &offset_expr, sreg, ZERO);
7082 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
7083 &offset_expr, AT, ZERO);
7091 macro_build_branch_rs (likely ? M_BLTZL : M_BLTZ, &offset_expr, sreg);
7093 macro_build_branch_rs (likely ? M_BGTZL : M_BGTZ, &offset_expr, treg);
7097 macro_build (NULL, "slt", "d,v,t", AT, sreg, treg);
7098 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
7099 &offset_expr, AT, ZERO);
7109 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
7110 &offset_expr, ZERO, treg);
7114 macro_build (NULL, "sltu", "d,v,t", AT, sreg, treg);
7115 macro_build_branch_rsrt (likely ? M_BNEL : M_BNE,
7116 &offset_expr, AT, ZERO);
7122 /* Use unsigned arithmetic. */
7126 if (imm_expr.X_op != O_constant || imm2_expr.X_op != O_constant)
7128 as_bad (_("Unsupported large constant"));
7133 pos = imm_expr.X_add_number;
7134 size = imm2_expr.X_add_number;
7139 as_bad (_("Improper position (%lu)"), (unsigned long) pos);
7142 if (size == 0 || size > 64 || (pos + size - 1) > 63)
7144 as_bad (_("Improper extract size (%lu, position %lu)"),
7145 (unsigned long) size, (unsigned long) pos);
7149 if (size <= 32 && pos < 32)
7154 else if (size <= 32)
7164 macro_build ((expressionS *) NULL, s, fmt, treg, sreg, (int) pos,
7171 /* Use unsigned arithmetic. */
7175 if (imm_expr.X_op != O_constant || imm2_expr.X_op != O_constant)
7177 as_bad (_("Unsupported large constant"));
7182 pos = imm_expr.X_add_number;
7183 size = imm2_expr.X_add_number;
7188 as_bad (_("Improper position (%lu)"), (unsigned long) pos);
7191 if (size == 0 || size > 64 || (pos + size - 1) > 63)
7193 as_bad (_("Improper insert size (%lu, position %lu)"),
7194 (unsigned long) size, (unsigned long) pos);
7198 if (pos < 32 && (pos + size - 1) < 32)
7213 macro_build ((expressionS *) NULL, s, fmt, treg, sreg, (int) pos,
7214 (int) (pos + size - 1));
7230 as_warn (_("Divide by zero."));
7232 macro_build (NULL, "teq", TRAP_FMT, ZERO, ZERO, 7);
7234 macro_build (NULL, "break", BRK_FMT, 7);
7241 macro_build (NULL, "teq", TRAP_FMT, treg, ZERO, 7);
7242 macro_build (NULL, dbl ? "ddiv" : "div", "z,s,t", sreg, treg);
7246 if (mips_opts.micromips)
7247 micromips_label_expr (&label_expr);
7249 label_expr.X_add_number = 8;
7250 macro_build (&label_expr, "bne", "s,t,p", treg, ZERO);
7251 macro_build (NULL, dbl ? "ddiv" : "div", "z,s,t", sreg, treg);
7252 macro_build (NULL, "break", BRK_FMT, 7);
7253 if (mips_opts.micromips)
7254 micromips_add_label ();
7256 expr1.X_add_number = -1;
7258 load_register (AT, &expr1, dbl);
7259 if (mips_opts.micromips)
7260 micromips_label_expr (&label_expr);
7262 label_expr.X_add_number = mips_trap ? (dbl ? 12 : 8) : (dbl ? 20 : 16);
7263 macro_build (&label_expr, "bne", "s,t,p", treg, AT);
7266 expr1.X_add_number = 1;
7267 load_register (AT, &expr1, dbl);
7268 macro_build (NULL, "dsll32", SHFT_FMT, AT, AT, 31);
7272 expr1.X_add_number = 0x80000000;
7273 macro_build (&expr1, "lui", LUI_FMT, AT, BFD_RELOC_HI16);
7277 macro_build (NULL, "teq", TRAP_FMT, sreg, AT, 6);
7278 /* We want to close the noreorder block as soon as possible, so
7279 that later insns are available for delay slot filling. */
7284 if (mips_opts.micromips)
7285 micromips_label_expr (&label_expr);
7287 label_expr.X_add_number = 8;
7288 macro_build (&label_expr, "bne", "s,t,p", sreg, AT);
7289 macro_build (NULL, "nop", "");
7291 /* We want to close the noreorder block as soon as possible, so
7292 that later insns are available for delay slot filling. */
7295 macro_build (NULL, "break", BRK_FMT, 6);
7297 if (mips_opts.micromips)
7298 micromips_add_label ();
7299 macro_build (NULL, s, MFHL_FMT, dreg);
7338 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 0)
7340 as_warn (_("Divide by zero."));
7342 macro_build (NULL, "teq", TRAP_FMT, ZERO, ZERO, 7);
7344 macro_build (NULL, "break", BRK_FMT, 7);
7347 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 1)
7349 if (strcmp (s2, "mflo") == 0)
7350 move_register (dreg, sreg);
7352 move_register (dreg, ZERO);
7355 if (imm_expr.X_op == O_constant
7356 && imm_expr.X_add_number == -1
7357 && s[strlen (s) - 1] != 'u')
7359 if (strcmp (s2, "mflo") == 0)
7361 macro_build (NULL, dbl ? "dneg" : "neg", "d,w", dreg, sreg);
7364 move_register (dreg, ZERO);
7369 load_register (AT, &imm_expr, dbl);
7370 macro_build (NULL, s, "z,s,t", sreg, AT);
7371 macro_build (NULL, s2, MFHL_FMT, dreg);
7393 macro_build (NULL, "teq", TRAP_FMT, treg, ZERO, 7);
7394 macro_build (NULL, s, "z,s,t", sreg, treg);
7395 /* We want to close the noreorder block as soon as possible, so
7396 that later insns are available for delay slot filling. */
7401 if (mips_opts.micromips)
7402 micromips_label_expr (&label_expr);
7404 label_expr.X_add_number = 8;
7405 macro_build (&label_expr, "bne", "s,t,p", treg, ZERO);
7406 macro_build (NULL, s, "z,s,t", sreg, treg);
7408 /* We want to close the noreorder block as soon as possible, so
7409 that later insns are available for delay slot filling. */
7411 macro_build (NULL, "break", BRK_FMT, 7);
7412 if (mips_opts.micromips)
7413 micromips_add_label ();
7415 macro_build (NULL, s2, MFHL_FMT, dreg);
7427 /* Load the address of a symbol into a register. If breg is not
7428 zero, we then add a base register to it. */
7430 if (dbl && HAVE_32BIT_GPRS)
7431 as_warn (_("dla used to load 32-bit register"));
7433 if (!dbl && HAVE_64BIT_OBJECTS)
7434 as_warn (_("la used to load 64-bit address"));
7436 if (offset_expr.X_op == O_constant
7437 && offset_expr.X_add_number >= -0x8000
7438 && offset_expr.X_add_number < 0x8000)
7440 macro_build (&offset_expr, ADDRESS_ADDI_INSN,
7441 "t,r,j", treg, sreg, BFD_RELOC_LO16);
7445 if (mips_opts.at && (treg == breg))
7455 if (offset_expr.X_op != O_symbol
7456 && offset_expr.X_op != O_constant)
7458 as_bad (_("Expression too complex"));
7459 offset_expr.X_op = O_constant;
7462 if (offset_expr.X_op == O_constant)
7463 load_register (tempreg, &offset_expr, HAVE_64BIT_ADDRESSES);
7464 else if (mips_pic == NO_PIC)
7466 /* If this is a reference to a GP relative symbol, we want
7467 addiu $tempreg,$gp,<sym> (BFD_RELOC_GPREL16)
7469 lui $tempreg,<sym> (BFD_RELOC_HI16_S)
7470 addiu $tempreg,$tempreg,<sym> (BFD_RELOC_LO16)
7471 If we have a constant, we need two instructions anyhow,
7472 so we may as well always use the latter form.
7474 With 64bit address space and a usable $at we want
7475 lui $tempreg,<sym> (BFD_RELOC_MIPS_HIGHEST)
7476 lui $at,<sym> (BFD_RELOC_HI16_S)
7477 daddiu $tempreg,<sym> (BFD_RELOC_MIPS_HIGHER)
7478 daddiu $at,<sym> (BFD_RELOC_LO16)
7480 daddu $tempreg,$tempreg,$at
7482 If $at is already in use, we use a path which is suboptimal
7483 on superscalar processors.
7484 lui $tempreg,<sym> (BFD_RELOC_MIPS_HIGHEST)
7485 daddiu $tempreg,<sym> (BFD_RELOC_MIPS_HIGHER)
7487 daddiu $tempreg,<sym> (BFD_RELOC_HI16_S)
7489 daddiu $tempreg,<sym> (BFD_RELOC_LO16)
7491 For GP relative symbols in 64bit address space we can use
7492 the same sequence as in 32bit address space. */
7493 if (HAVE_64BIT_SYMBOLS)
7495 if ((valueT) offset_expr.X_add_number <= MAX_GPREL_OFFSET
7496 && !nopic_need_relax (offset_expr.X_add_symbol, 1))
7498 relax_start (offset_expr.X_add_symbol);
7499 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
7500 tempreg, mips_gp_register, BFD_RELOC_GPREL16);
7504 if (used_at == 0 && mips_opts.at)
7506 macro_build (&offset_expr, "lui", LUI_FMT,
7507 tempreg, BFD_RELOC_MIPS_HIGHEST);
7508 macro_build (&offset_expr, "lui", LUI_FMT,
7509 AT, BFD_RELOC_HI16_S);
7510 macro_build (&offset_expr, "daddiu", "t,r,j",
7511 tempreg, tempreg, BFD_RELOC_MIPS_HIGHER);
7512 macro_build (&offset_expr, "daddiu", "t,r,j",
7513 AT, AT, BFD_RELOC_LO16);
7514 macro_build (NULL, "dsll32", SHFT_FMT, tempreg, tempreg, 0);
7515 macro_build (NULL, "daddu", "d,v,t", tempreg, tempreg, AT);
7520 macro_build (&offset_expr, "lui", LUI_FMT,
7521 tempreg, BFD_RELOC_MIPS_HIGHEST);
7522 macro_build (&offset_expr, "daddiu", "t,r,j",
7523 tempreg, tempreg, BFD_RELOC_MIPS_HIGHER);
7524 macro_build (NULL, "dsll", SHFT_FMT, tempreg, tempreg, 16);
7525 macro_build (&offset_expr, "daddiu", "t,r,j",
7526 tempreg, tempreg, BFD_RELOC_HI16_S);
7527 macro_build (NULL, "dsll", SHFT_FMT, tempreg, tempreg, 16);
7528 macro_build (&offset_expr, "daddiu", "t,r,j",
7529 tempreg, tempreg, BFD_RELOC_LO16);
7532 if (mips_relax.sequence)
7537 if ((valueT) offset_expr.X_add_number <= MAX_GPREL_OFFSET
7538 && !nopic_need_relax (offset_expr.X_add_symbol, 1))
7540 relax_start (offset_expr.X_add_symbol);
7541 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
7542 tempreg, mips_gp_register, BFD_RELOC_GPREL16);
7545 if (!IS_SEXT_32BIT_NUM (offset_expr.X_add_number))
7546 as_bad (_("Offset too large"));
7547 macro_build_lui (&offset_expr, tempreg);
7548 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
7549 tempreg, tempreg, BFD_RELOC_LO16);
7550 if (mips_relax.sequence)
7554 else if (!mips_big_got && !HAVE_NEWABI)
7556 int lw_reloc_type = (int) BFD_RELOC_MIPS_GOT16;
7558 /* If this is a reference to an external symbol, and there
7559 is no constant, we want
7560 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
7561 or for lca or if tempreg is PIC_CALL_REG
7562 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_CALL16)
7563 For a local symbol, we want
7564 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
7566 addiu $tempreg,$tempreg,<sym> (BFD_RELOC_LO16)
7568 If we have a small constant, and this is a reference to
7569 an external symbol, we want
7570 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
7572 addiu $tempreg,$tempreg,<constant>
7573 For a local symbol, we want the same instruction
7574 sequence, but we output a BFD_RELOC_LO16 reloc on the
7577 If we have a large constant, and this is a reference to
7578 an external symbol, we want
7579 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
7580 lui $at,<hiconstant>
7581 addiu $at,$at,<loconstant>
7582 addu $tempreg,$tempreg,$at
7583 For a local symbol, we want the same instruction
7584 sequence, but we output a BFD_RELOC_LO16 reloc on the
7588 if (offset_expr.X_add_number == 0)
7590 if (mips_pic == SVR4_PIC
7592 && (call || tempreg == PIC_CALL_REG))
7593 lw_reloc_type = (int) BFD_RELOC_MIPS_CALL16;
7595 relax_start (offset_expr.X_add_symbol);
7596 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
7597 lw_reloc_type, mips_gp_register);
7600 /* We're going to put in an addu instruction using
7601 tempreg, so we may as well insert the nop right
7606 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
7607 tempreg, BFD_RELOC_MIPS_GOT16, mips_gp_register);
7609 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
7610 tempreg, tempreg, BFD_RELOC_LO16);
7612 /* FIXME: If breg == 0, and the next instruction uses
7613 $tempreg, then if this variant case is used an extra
7614 nop will be generated. */
7616 else if (offset_expr.X_add_number >= -0x8000
7617 && offset_expr.X_add_number < 0x8000)
7619 load_got_offset (tempreg, &offset_expr);
7621 add_got_offset (tempreg, &offset_expr);
7625 expr1.X_add_number = offset_expr.X_add_number;
7626 offset_expr.X_add_number =
7627 SEXT_16BIT (offset_expr.X_add_number);
7628 load_got_offset (tempreg, &offset_expr);
7629 offset_expr.X_add_number = expr1.X_add_number;
7630 /* If we are going to add in a base register, and the
7631 target register and the base register are the same,
7632 then we are using AT as a temporary register. Since
7633 we want to load the constant into AT, we add our
7634 current AT (from the global offset table) and the
7635 register into the register now, and pretend we were
7636 not using a base register. */
7640 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7645 add_got_offset_hilo (tempreg, &offset_expr, AT);
7649 else if (!mips_big_got && HAVE_NEWABI)
7651 int add_breg_early = 0;
7653 /* If this is a reference to an external, and there is no
7654 constant, or local symbol (*), with or without a
7656 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT_DISP)
7657 or for lca or if tempreg is PIC_CALL_REG
7658 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_CALL16)
7660 If we have a small constant, and this is a reference to
7661 an external symbol, we want
7662 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT_DISP)
7663 addiu $tempreg,$tempreg,<constant>
7665 If we have a large constant, and this is a reference to
7666 an external symbol, we want
7667 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT_DISP)
7668 lui $at,<hiconstant>
7669 addiu $at,$at,<loconstant>
7670 addu $tempreg,$tempreg,$at
7672 (*) Other assemblers seem to prefer GOT_PAGE/GOT_OFST for
7673 local symbols, even though it introduces an additional
7676 if (offset_expr.X_add_number)
7678 expr1.X_add_number = offset_expr.X_add_number;
7679 offset_expr.X_add_number = 0;
7681 relax_start (offset_expr.X_add_symbol);
7682 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
7683 BFD_RELOC_MIPS_GOT_DISP, mips_gp_register);
7685 if (expr1.X_add_number >= -0x8000
7686 && expr1.X_add_number < 0x8000)
7688 macro_build (&expr1, ADDRESS_ADDI_INSN, "t,r,j",
7689 tempreg, tempreg, BFD_RELOC_LO16);
7691 else if (IS_SEXT_32BIT_NUM (expr1.X_add_number + 0x8000))
7693 /* If we are going to add in a base register, and the
7694 target register and the base register are the same,
7695 then we are using AT as a temporary register. Since
7696 we want to load the constant into AT, we add our
7697 current AT (from the global offset table) and the
7698 register into the register now, and pretend we were
7699 not using a base register. */
7704 gas_assert (tempreg == AT);
7705 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7711 load_register (AT, &expr1, HAVE_64BIT_ADDRESSES);
7712 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7718 as_bad (_("PIC code offset overflow (max 32 signed bits)"));
7721 offset_expr.X_add_number = expr1.X_add_number;
7723 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
7724 BFD_RELOC_MIPS_GOT_DISP, mips_gp_register);
7727 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7728 treg, tempreg, breg);
7734 else if (breg == 0 && (call || tempreg == PIC_CALL_REG))
7736 relax_start (offset_expr.X_add_symbol);
7737 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
7738 BFD_RELOC_MIPS_CALL16, mips_gp_register);
7740 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
7741 BFD_RELOC_MIPS_GOT_DISP, mips_gp_register);
7746 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
7747 BFD_RELOC_MIPS_GOT_DISP, mips_gp_register);
7750 else if (mips_big_got && !HAVE_NEWABI)
7753 int lui_reloc_type = (int) BFD_RELOC_MIPS_GOT_HI16;
7754 int lw_reloc_type = (int) BFD_RELOC_MIPS_GOT_LO16;
7755 int local_reloc_type = (int) BFD_RELOC_MIPS_GOT16;
7757 /* This is the large GOT case. If this is a reference to an
7758 external symbol, and there is no constant, we want
7759 lui $tempreg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
7760 addu $tempreg,$tempreg,$gp
7761 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_LO16)
7762 or for lca or if tempreg is PIC_CALL_REG
7763 lui $tempreg,<sym> (BFD_RELOC_MIPS_CALL_HI16)
7764 addu $tempreg,$tempreg,$gp
7765 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_CALL_LO16)
7766 For a local symbol, we want
7767 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
7769 addiu $tempreg,$tempreg,<sym> (BFD_RELOC_LO16)
7771 If we have a small constant, and this is a reference to
7772 an external symbol, we want
7773 lui $tempreg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
7774 addu $tempreg,$tempreg,$gp
7775 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_LO16)
7777 addiu $tempreg,$tempreg,<constant>
7778 For a local symbol, we want
7779 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
7781 addiu $tempreg,$tempreg,<constant> (BFD_RELOC_LO16)
7783 If we have a large constant, and this is a reference to
7784 an external symbol, we want
7785 lui $tempreg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
7786 addu $tempreg,$tempreg,$gp
7787 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_LO16)
7788 lui $at,<hiconstant>
7789 addiu $at,$at,<loconstant>
7790 addu $tempreg,$tempreg,$at
7791 For a local symbol, we want
7792 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
7793 lui $at,<hiconstant>
7794 addiu $at,$at,<loconstant> (BFD_RELOC_LO16)
7795 addu $tempreg,$tempreg,$at
7798 expr1.X_add_number = offset_expr.X_add_number;
7799 offset_expr.X_add_number = 0;
7800 relax_start (offset_expr.X_add_symbol);
7801 gpdelay = reg_needs_delay (mips_gp_register);
7802 if (expr1.X_add_number == 0 && breg == 0
7803 && (call || tempreg == PIC_CALL_REG))
7805 lui_reloc_type = (int) BFD_RELOC_MIPS_CALL_HI16;
7806 lw_reloc_type = (int) BFD_RELOC_MIPS_CALL_LO16;
7808 macro_build (&offset_expr, "lui", LUI_FMT, tempreg, lui_reloc_type);
7809 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7810 tempreg, tempreg, mips_gp_register);
7811 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
7812 tempreg, lw_reloc_type, tempreg);
7813 if (expr1.X_add_number == 0)
7817 /* We're going to put in an addu instruction using
7818 tempreg, so we may as well insert the nop right
7823 else if (expr1.X_add_number >= -0x8000
7824 && expr1.X_add_number < 0x8000)
7827 macro_build (&expr1, ADDRESS_ADDI_INSN, "t,r,j",
7828 tempreg, tempreg, BFD_RELOC_LO16);
7832 /* If we are going to add in a base register, and the
7833 target register and the base register are the same,
7834 then we are using AT as a temporary register. Since
7835 we want to load the constant into AT, we add our
7836 current AT (from the global offset table) and the
7837 register into the register now, and pretend we were
7838 not using a base register. */
7843 gas_assert (tempreg == AT);
7845 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7850 load_register (AT, &expr1, HAVE_64BIT_ADDRESSES);
7851 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", dreg, dreg, AT);
7855 offset_expr.X_add_number = SEXT_16BIT (expr1.X_add_number);
7860 /* This is needed because this instruction uses $gp, but
7861 the first instruction on the main stream does not. */
7862 macro_build (NULL, "nop", "");
7865 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
7866 local_reloc_type, mips_gp_register);
7867 if (expr1.X_add_number >= -0x8000
7868 && expr1.X_add_number < 0x8000)
7871 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
7872 tempreg, tempreg, BFD_RELOC_LO16);
7873 /* FIXME: If add_number is 0, and there was no base
7874 register, the external symbol case ended with a load,
7875 so if the symbol turns out to not be external, and
7876 the next instruction uses tempreg, an unnecessary nop
7877 will be inserted. */
7883 /* We must add in the base register now, as in the
7884 external symbol case. */
7885 gas_assert (tempreg == AT);
7887 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7890 /* We set breg to 0 because we have arranged to add
7891 it in in both cases. */
7895 macro_build_lui (&expr1, AT);
7896 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
7897 AT, AT, BFD_RELOC_LO16);
7898 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7899 tempreg, tempreg, AT);
7904 else if (mips_big_got && HAVE_NEWABI)
7906 int lui_reloc_type = (int) BFD_RELOC_MIPS_GOT_HI16;
7907 int lw_reloc_type = (int) BFD_RELOC_MIPS_GOT_LO16;
7908 int add_breg_early = 0;
7910 /* This is the large GOT case. If this is a reference to an
7911 external symbol, and there is no constant, we want
7912 lui $tempreg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
7913 add $tempreg,$tempreg,$gp
7914 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_LO16)
7915 or for lca or if tempreg is PIC_CALL_REG
7916 lui $tempreg,<sym> (BFD_RELOC_MIPS_CALL_HI16)
7917 add $tempreg,$tempreg,$gp
7918 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_CALL_LO16)
7920 If we have a small constant, and this is a reference to
7921 an external symbol, we want
7922 lui $tempreg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
7923 add $tempreg,$tempreg,$gp
7924 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_LO16)
7925 addi $tempreg,$tempreg,<constant>
7927 If we have a large constant, and this is a reference to
7928 an external symbol, we want
7929 lui $tempreg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
7930 addu $tempreg,$tempreg,$gp
7931 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_LO16)
7932 lui $at,<hiconstant>
7933 addi $at,$at,<loconstant>
7934 add $tempreg,$tempreg,$at
7936 If we have NewABI, and we know it's a local symbol, we want
7937 lw $reg,<sym>($gp) (BFD_RELOC_MIPS_GOT_PAGE)
7938 addiu $reg,$reg,<sym> (BFD_RELOC_MIPS_GOT_OFST)
7939 otherwise we have to resort to GOT_HI16/GOT_LO16. */
7941 relax_start (offset_expr.X_add_symbol);
7943 expr1.X_add_number = offset_expr.X_add_number;
7944 offset_expr.X_add_number = 0;
7946 if (expr1.X_add_number == 0 && breg == 0
7947 && (call || tempreg == PIC_CALL_REG))
7949 lui_reloc_type = (int) BFD_RELOC_MIPS_CALL_HI16;
7950 lw_reloc_type = (int) BFD_RELOC_MIPS_CALL_LO16;
7952 macro_build (&offset_expr, "lui", LUI_FMT, tempreg, lui_reloc_type);
7953 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7954 tempreg, tempreg, mips_gp_register);
7955 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
7956 tempreg, lw_reloc_type, tempreg);
7958 if (expr1.X_add_number == 0)
7960 else if (expr1.X_add_number >= -0x8000
7961 && expr1.X_add_number < 0x8000)
7963 macro_build (&expr1, ADDRESS_ADDI_INSN, "t,r,j",
7964 tempreg, tempreg, BFD_RELOC_LO16);
7966 else if (IS_SEXT_32BIT_NUM (expr1.X_add_number + 0x8000))
7968 /* If we are going to add in a base register, and the
7969 target register and the base register are the same,
7970 then we are using AT as a temporary register. Since
7971 we want to load the constant into AT, we add our
7972 current AT (from the global offset table) and the
7973 register into the register now, and pretend we were
7974 not using a base register. */
7979 gas_assert (tempreg == AT);
7980 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
7986 load_register (AT, &expr1, HAVE_64BIT_ADDRESSES);
7987 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", dreg, dreg, AT);
7992 as_bad (_("PIC code offset overflow (max 32 signed bits)"));
7995 offset_expr.X_add_number = expr1.X_add_number;
7996 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
7997 BFD_RELOC_MIPS_GOT_PAGE, mips_gp_register);
7998 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j", tempreg,
7999 tempreg, BFD_RELOC_MIPS_GOT_OFST);
8002 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
8003 treg, tempreg, breg);
8013 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", treg, tempreg, breg);
8017 gas_assert (!mips_opts.micromips);
8019 unsigned long temp = (treg << 16) | (0x01);
8020 macro_build (NULL, "c2", "C", temp);
8025 gas_assert (!mips_opts.micromips);
8027 unsigned long temp = (0x02);
8028 macro_build (NULL, "c2", "C", temp);
8033 gas_assert (!mips_opts.micromips);
8035 unsigned long temp = (treg << 16) | (0x02);
8036 macro_build (NULL, "c2", "C", temp);
8041 gas_assert (!mips_opts.micromips);
8042 macro_build (NULL, "c2", "C", 3);
8046 gas_assert (!mips_opts.micromips);
8048 unsigned long temp = (treg << 16) | 0x03;
8049 macro_build (NULL, "c2", "C", temp);
8054 /* The j instruction may not be used in PIC code, since it
8055 requires an absolute address. We convert it to a b
8057 if (mips_pic == NO_PIC)
8058 macro_build (&offset_expr, "j", "a");
8060 macro_build (&offset_expr, "b", "p");
8063 /* The jal instructions must be handled as macros because when
8064 generating PIC code they expand to multi-instruction
8065 sequences. Normally they are simple instructions. */
8070 gas_assert (mips_opts.micromips);
8078 if (mips_pic == NO_PIC)
8080 s = jals ? "jalrs" : "jalr";
8081 if (mips_opts.micromips
8083 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT))
8084 macro_build (NULL, s, "mj", sreg);
8086 macro_build (NULL, s, JALR_FMT, dreg, sreg);
8090 int cprestore = (mips_pic == SVR4_PIC && !HAVE_NEWABI
8091 && mips_cprestore_offset >= 0);
8093 if (sreg != PIC_CALL_REG)
8094 as_warn (_("MIPS PIC call to register other than $25"));
8096 s = (mips_opts.micromips && (!mips_opts.noreorder || cprestore)
8097 ? "jalrs" : "jalr");
8098 if (mips_opts.micromips
8100 && !(history[0].insn_mo->pinfo2 & INSN2_BRANCH_DELAY_32BIT))
8101 macro_build (NULL, s, "mj", sreg);
8103 macro_build (NULL, s, JALR_FMT, dreg, sreg);
8104 if (mips_pic == SVR4_PIC && !HAVE_NEWABI)
8106 if (mips_cprestore_offset < 0)
8107 as_warn (_("No .cprestore pseudo-op used in PIC code"));
8110 if (!mips_frame_reg_valid)
8112 as_warn (_("No .frame pseudo-op used in PIC code"));
8113 /* Quiet this warning. */
8114 mips_frame_reg_valid = 1;
8116 if (!mips_cprestore_valid)
8118 as_warn (_("No .cprestore pseudo-op used in PIC code"));
8119 /* Quiet this warning. */
8120 mips_cprestore_valid = 1;
8122 if (mips_opts.noreorder)
8123 macro_build (NULL, "nop", "");
8124 expr1.X_add_number = mips_cprestore_offset;
8125 macro_build_ldst_constoffset (&expr1, ADDRESS_LOAD_INSN,
8128 HAVE_64BIT_ADDRESSES);
8136 gas_assert (mips_opts.micromips);
8140 if (mips_pic == NO_PIC)
8141 macro_build (&offset_expr, jals ? "jals" : "jal", "a");
8142 else if (mips_pic == SVR4_PIC)
8144 /* If this is a reference to an external symbol, and we are
8145 using a small GOT, we want
8146 lw $25,<sym>($gp) (BFD_RELOC_MIPS_CALL16)
8150 lw $gp,cprestore($sp)
8151 The cprestore value is set using the .cprestore
8152 pseudo-op. If we are using a big GOT, we want
8153 lui $25,<sym> (BFD_RELOC_MIPS_CALL_HI16)
8155 lw $25,<sym>($25) (BFD_RELOC_MIPS_CALL_LO16)
8159 lw $gp,cprestore($sp)
8160 If the symbol is not external, we want
8161 lw $25,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
8163 addiu $25,$25,<sym> (BFD_RELOC_LO16)
8166 lw $gp,cprestore($sp)
8168 For NewABI, we use the same CALL16 or CALL_HI16/CALL_LO16
8169 sequences above, minus nops, unless the symbol is local,
8170 which enables us to use GOT_PAGE/GOT_OFST (big got) or
8176 relax_start (offset_expr.X_add_symbol);
8177 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
8178 PIC_CALL_REG, BFD_RELOC_MIPS_CALL16,
8181 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
8182 PIC_CALL_REG, BFD_RELOC_MIPS_GOT_DISP,
8188 relax_start (offset_expr.X_add_symbol);
8189 macro_build (&offset_expr, "lui", LUI_FMT, PIC_CALL_REG,
8190 BFD_RELOC_MIPS_CALL_HI16);
8191 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", PIC_CALL_REG,
8192 PIC_CALL_REG, mips_gp_register);
8193 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
8194 PIC_CALL_REG, BFD_RELOC_MIPS_CALL_LO16,
8197 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
8198 PIC_CALL_REG, BFD_RELOC_MIPS_GOT_PAGE,
8200 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
8201 PIC_CALL_REG, PIC_CALL_REG,
8202 BFD_RELOC_MIPS_GOT_OFST);
8206 macro_build_jalr (&offset_expr, 0);
8210 relax_start (offset_expr.X_add_symbol);
8213 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
8214 PIC_CALL_REG, BFD_RELOC_MIPS_CALL16,
8223 gpdelay = reg_needs_delay (mips_gp_register);
8224 macro_build (&offset_expr, "lui", LUI_FMT, PIC_CALL_REG,
8225 BFD_RELOC_MIPS_CALL_HI16);
8226 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", PIC_CALL_REG,
8227 PIC_CALL_REG, mips_gp_register);
8228 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
8229 PIC_CALL_REG, BFD_RELOC_MIPS_CALL_LO16,
8234 macro_build (NULL, "nop", "");
8236 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
8237 PIC_CALL_REG, BFD_RELOC_MIPS_GOT16,
8240 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
8241 PIC_CALL_REG, PIC_CALL_REG, BFD_RELOC_LO16);
8243 macro_build_jalr (&offset_expr, mips_cprestore_offset >= 0);
8245 if (mips_cprestore_offset < 0)
8246 as_warn (_("No .cprestore pseudo-op used in PIC code"));
8249 if (!mips_frame_reg_valid)
8251 as_warn (_("No .frame pseudo-op used in PIC code"));
8252 /* Quiet this warning. */
8253 mips_frame_reg_valid = 1;
8255 if (!mips_cprestore_valid)
8257 as_warn (_("No .cprestore pseudo-op used in PIC code"));
8258 /* Quiet this warning. */
8259 mips_cprestore_valid = 1;
8261 if (mips_opts.noreorder)
8262 macro_build (NULL, "nop", "");
8263 expr1.X_add_number = mips_cprestore_offset;
8264 macro_build_ldst_constoffset (&expr1, ADDRESS_LOAD_INSN,
8267 HAVE_64BIT_ADDRESSES);
8271 else if (mips_pic == VXWORKS_PIC)
8272 as_bad (_("Non-PIC jump used in PIC library"));
8380 treg = EXTRACT_OPERAND (mips_opts.micromips, 3BITPOS, *ip);
8388 treg = EXTRACT_OPERAND (mips_opts.micromips, 3BITPOS, *ip);
8419 gas_assert (!mips_opts.micromips);
8422 /* Itbl support may require additional care here. */
8429 /* Itbl support may require additional care here. */
8437 offbits = (mips_opts.micromips ? 12 : 16);
8438 /* Itbl support may require additional care here. */
8443 gas_assert (!mips_opts.micromips);
8446 /* Itbl support may require additional care here. */
8454 offbits = (mips_opts.micromips ? 12 : 16);
8461 offbits = (mips_opts.micromips ? 12 : 16);
8467 /* Itbl support may require additional care here. */
8475 offbits = (mips_opts.micromips ? 12 : 16);
8476 /* Itbl support may require additional care here. */
8483 /* Itbl support may require additional care here. */
8490 /* Itbl support may require additional care here. */
8498 offbits = (mips_opts.micromips ? 12 : 16);
8505 offbits = (mips_opts.micromips ? 12 : 16);
8512 offbits = (mips_opts.micromips ? 12 : 16);
8519 offbits = (mips_opts.micromips ? 12 : 16);
8526 offbits = (mips_opts.micromips ? 12 : 16);
8531 gas_assert (mips_opts.micromips);
8540 gas_assert (mips_opts.micromips);
8549 gas_assert (mips_opts.micromips);
8557 gas_assert (mips_opts.micromips);
8564 /* We don't want to use $0 as tempreg. */
8565 if (breg == treg + lp || treg + lp == ZERO)
8568 tempreg = treg + lp;
8588 gas_assert (!mips_opts.micromips);
8591 /* Itbl support may require additional care here. */
8598 /* Itbl support may require additional care here. */
8606 offbits = (mips_opts.micromips ? 12 : 16);
8607 /* Itbl support may require additional care here. */
8612 gas_assert (!mips_opts.micromips);
8615 /* Itbl support may require additional care here. */
8623 offbits = (mips_opts.micromips ? 12 : 16);
8630 offbits = (mips_opts.micromips ? 12 : 16);
8637 offbits = (mips_opts.micromips ? 12 : 16);
8644 offbits = (mips_opts.micromips ? 12 : 16);
8650 fmt = mips_opts.micromips ? "k,~(b)" : "k,o(b)";
8651 offbits = (mips_opts.micromips ? 12 : 16);
8664 fmt = !mips_opts.micromips ? "k,o(b)" : "k,~(b)";
8665 offbits = (mips_opts.micromips ? 12 : 16);
8679 /* Itbl support may require additional care here. */
8686 offbits = (mips_opts.micromips ? 12 : 16);
8687 /* Itbl support may require additional care here. */
8694 /* Itbl support may require additional care here. */
8699 gas_assert (!mips_opts.micromips);
8702 /* Itbl support may require additional care here. */
8710 offbits = (mips_opts.micromips ? 12 : 16);
8717 offbits = (mips_opts.micromips ? 12 : 16);
8722 gas_assert (mips_opts.micromips);
8730 gas_assert (mips_opts.micromips);
8738 gas_assert (mips_opts.micromips);
8746 gas_assert (mips_opts.micromips);
8755 if (offset_expr.X_op != O_constant
8756 && offset_expr.X_op != O_symbol)
8758 as_bad (_("Expression too complex"));
8759 offset_expr.X_op = O_constant;
8762 if (HAVE_32BIT_ADDRESSES
8763 && !IS_SEXT_32BIT_NUM (offset_expr.X_add_number))
8767 sprintf_vma (value, offset_expr.X_add_number);
8768 as_bad (_("Number (0x%s) larger than 32 bits"), value);
8771 /* A constant expression in PIC code can be handled just as it
8772 is in non PIC code. */
8773 if (offset_expr.X_op == O_constant)
8777 expr1.X_add_number = offset_expr.X_add_number;
8778 normalize_address_expr (&expr1);
8779 if ((offbits == 0 || offbits == 16)
8780 && !IS_SEXT_16BIT_NUM (expr1.X_add_number))
8782 expr1.X_add_number = ((expr1.X_add_number + 0x8000)
8783 & ~(bfd_vma) 0xffff);
8786 else if (offbits == 12 && !IS_SEXT_12BIT_NUM (expr1.X_add_number))
8788 expr1.X_add_number = ((expr1.X_add_number + 0x800)
8789 & ~(bfd_vma) 0xfff);
8792 else if (offbits == 9 && !IS_SEXT_9BIT_NUM (expr1.X_add_number))
8794 expr1.X_add_number = ((expr1.X_add_number + 0x100)
8795 & ~(bfd_vma) 0x1ff);
8800 load_register (tempreg, &expr1, HAVE_64BIT_ADDRESSES);
8802 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
8803 tempreg, tempreg, breg);
8808 if (offset_expr.X_add_number == 0)
8811 macro_build (&offset_expr, ADDRESS_ADDI_INSN,
8812 "t,r,j", tempreg, breg, BFD_RELOC_LO16);
8813 macro_build (NULL, s, fmt, treg, tempreg);
8815 else if (offbits == 16)
8816 macro_build (&offset_expr, s, fmt, treg, BFD_RELOC_LO16, breg);
8818 macro_build (NULL, s, fmt,
8819 treg, (unsigned long) offset_expr.X_add_number, breg);
8821 else if (offbits != 16)
8823 /* The offset field is too narrow to be used for a low-part
8824 relocation, so load the whole address into the auxillary
8825 register. In the case of "A(b)" addresses, we first load
8826 absolute address "A" into the register and then add base
8827 register "b". In the case of "o(b)" addresses, we simply
8828 need to add 16-bit offset "o" to base register "b", and
8829 offset_reloc already contains the relocations associated
8833 load_address (tempreg, &offset_expr, &used_at);
8835 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
8836 tempreg, tempreg, breg);
8839 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j",
8841 offset_reloc[0], offset_reloc[1], offset_reloc[2]);
8842 expr1.X_add_number = 0;
8844 macro_build (NULL, s, fmt, treg, tempreg);
8846 macro_build (NULL, s, fmt,
8847 treg, (unsigned long) expr1.X_add_number, tempreg);
8849 else if (mips_pic == NO_PIC)
8851 /* If this is a reference to a GP relative symbol, and there
8852 is no base register, we want
8853 <op> $treg,<sym>($gp) (BFD_RELOC_GPREL16)
8854 Otherwise, if there is no base register, we want
8855 lui $tempreg,<sym> (BFD_RELOC_HI16_S)
8856 <op> $treg,<sym>($tempreg) (BFD_RELOC_LO16)
8857 If we have a constant, we need two instructions anyhow,
8858 so we always use the latter form.
8860 If we have a base register, and this is a reference to a
8861 GP relative symbol, we want
8862 addu $tempreg,$breg,$gp
8863 <op> $treg,<sym>($tempreg) (BFD_RELOC_GPREL16)
8865 lui $tempreg,<sym> (BFD_RELOC_HI16_S)
8866 addu $tempreg,$tempreg,$breg
8867 <op> $treg,<sym>($tempreg) (BFD_RELOC_LO16)
8868 With a constant we always use the latter case.
8870 With 64bit address space and no base register and $at usable,
8872 lui $tempreg,<sym> (BFD_RELOC_MIPS_HIGHEST)
8873 lui $at,<sym> (BFD_RELOC_HI16_S)
8874 daddiu $tempreg,<sym> (BFD_RELOC_MIPS_HIGHER)
8877 <op> $treg,<sym>($tempreg) (BFD_RELOC_LO16)
8878 If we have a base register, we want
8879 lui $tempreg,<sym> (BFD_RELOC_MIPS_HIGHEST)
8880 lui $at,<sym> (BFD_RELOC_HI16_S)
8881 daddiu $tempreg,<sym> (BFD_RELOC_MIPS_HIGHER)
8885 <op> $treg,<sym>($tempreg) (BFD_RELOC_LO16)
8887 Without $at we can't generate the optimal path for superscalar
8888 processors here since this would require two temporary registers.
8889 lui $tempreg,<sym> (BFD_RELOC_MIPS_HIGHEST)
8890 daddiu $tempreg,<sym> (BFD_RELOC_MIPS_HIGHER)
8892 daddiu $tempreg,<sym> (BFD_RELOC_HI16_S)
8894 <op> $treg,<sym>($tempreg) (BFD_RELOC_LO16)
8895 If we have a base register, we want
8896 lui $tempreg,<sym> (BFD_RELOC_MIPS_HIGHEST)
8897 daddiu $tempreg,<sym> (BFD_RELOC_MIPS_HIGHER)
8899 daddiu $tempreg,<sym> (BFD_RELOC_HI16_S)
8901 daddu $tempreg,$tempreg,$breg
8902 <op> $treg,<sym>($tempreg) (BFD_RELOC_LO16)
8904 For GP relative symbols in 64bit address space we can use
8905 the same sequence as in 32bit address space. */
8906 if (HAVE_64BIT_SYMBOLS)
8908 if ((valueT) offset_expr.X_add_number <= MAX_GPREL_OFFSET
8909 && !nopic_need_relax (offset_expr.X_add_symbol, 1))
8911 relax_start (offset_expr.X_add_symbol);
8914 macro_build (&offset_expr, s, fmt, treg,
8915 BFD_RELOC_GPREL16, mips_gp_register);
8919 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
8920 tempreg, breg, mips_gp_register);
8921 macro_build (&offset_expr, s, fmt, treg,
8922 BFD_RELOC_GPREL16, tempreg);
8927 if (used_at == 0 && mips_opts.at)
8929 macro_build (&offset_expr, "lui", LUI_FMT, tempreg,
8930 BFD_RELOC_MIPS_HIGHEST);
8931 macro_build (&offset_expr, "lui", LUI_FMT, AT,
8933 macro_build (&offset_expr, "daddiu", "t,r,j", tempreg,
8934 tempreg, BFD_RELOC_MIPS_HIGHER);
8936 macro_build (NULL, "daddu", "d,v,t", AT, AT, breg);
8937 macro_build (NULL, "dsll32", SHFT_FMT, tempreg, tempreg, 0);
8938 macro_build (NULL, "daddu", "d,v,t", tempreg, tempreg, AT);
8939 macro_build (&offset_expr, s, fmt, treg, BFD_RELOC_LO16,
8945 macro_build (&offset_expr, "lui", LUI_FMT, tempreg,
8946 BFD_RELOC_MIPS_HIGHEST);
8947 macro_build (&offset_expr, "daddiu", "t,r,j", tempreg,
8948 tempreg, BFD_RELOC_MIPS_HIGHER);
8949 macro_build (NULL, "dsll", SHFT_FMT, tempreg, tempreg, 16);
8950 macro_build (&offset_expr, "daddiu", "t,r,j", tempreg,
8951 tempreg, BFD_RELOC_HI16_S);
8952 macro_build (NULL, "dsll", SHFT_FMT, tempreg, tempreg, 16);
8954 macro_build (NULL, "daddu", "d,v,t",
8955 tempreg, tempreg, breg);
8956 macro_build (&offset_expr, s, fmt, treg,
8957 BFD_RELOC_LO16, tempreg);
8960 if (mips_relax.sequence)
8967 if ((valueT) offset_expr.X_add_number <= MAX_GPREL_OFFSET
8968 && !nopic_need_relax (offset_expr.X_add_symbol, 1))
8970 relax_start (offset_expr.X_add_symbol);
8971 macro_build (&offset_expr, s, fmt, treg, BFD_RELOC_GPREL16,
8975 macro_build_lui (&offset_expr, tempreg);
8976 macro_build (&offset_expr, s, fmt, treg,
8977 BFD_RELOC_LO16, tempreg);
8978 if (mips_relax.sequence)
8983 if ((valueT) offset_expr.X_add_number <= MAX_GPREL_OFFSET
8984 && !nopic_need_relax (offset_expr.X_add_symbol, 1))
8986 relax_start (offset_expr.X_add_symbol);
8987 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
8988 tempreg, breg, mips_gp_register);
8989 macro_build (&offset_expr, s, fmt, treg,
8990 BFD_RELOC_GPREL16, tempreg);
8993 macro_build_lui (&offset_expr, tempreg);
8994 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
8995 tempreg, tempreg, breg);
8996 macro_build (&offset_expr, s, fmt, treg,
8997 BFD_RELOC_LO16, tempreg);
8998 if (mips_relax.sequence)
9002 else if (!mips_big_got)
9004 int lw_reloc_type = (int) BFD_RELOC_MIPS_GOT16;
9006 /* If this is a reference to an external symbol, we want
9007 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
9009 <op> $treg,0($tempreg)
9011 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
9013 addiu $tempreg,$tempreg,<sym> (BFD_RELOC_LO16)
9014 <op> $treg,0($tempreg)
9017 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT_PAGE)
9018 <op> $treg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_OFST)
9020 If there is a base register, we add it to $tempreg before
9021 the <op>. If there is a constant, we stick it in the
9022 <op> instruction. We don't handle constants larger than
9023 16 bits, because we have no way to load the upper 16 bits
9024 (actually, we could handle them for the subset of cases
9025 in which we are not using $at). */
9026 gas_assert (offset_expr.X_op == O_symbol);
9029 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
9030 BFD_RELOC_MIPS_GOT_PAGE, mips_gp_register);
9032 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
9033 tempreg, tempreg, breg);
9034 macro_build (&offset_expr, s, fmt, treg,
9035 BFD_RELOC_MIPS_GOT_OFST, tempreg);
9038 expr1.X_add_number = offset_expr.X_add_number;
9039 offset_expr.X_add_number = 0;
9040 if (expr1.X_add_number < -0x8000
9041 || expr1.X_add_number >= 0x8000)
9042 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
9043 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
9044 lw_reloc_type, mips_gp_register);
9046 relax_start (offset_expr.X_add_symbol);
9048 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j", tempreg,
9049 tempreg, BFD_RELOC_LO16);
9052 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
9053 tempreg, tempreg, breg);
9054 macro_build (&expr1, s, fmt, treg, BFD_RELOC_LO16, tempreg);
9056 else if (mips_big_got && !HAVE_NEWABI)
9060 /* If this is a reference to an external symbol, we want
9061 lui $tempreg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
9062 addu $tempreg,$tempreg,$gp
9063 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_LO16)
9064 <op> $treg,0($tempreg)
9066 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
9068 addiu $tempreg,$tempreg,<sym> (BFD_RELOC_LO16)
9069 <op> $treg,0($tempreg)
9070 If there is a base register, we add it to $tempreg before
9071 the <op>. If there is a constant, we stick it in the
9072 <op> instruction. We don't handle constants larger than
9073 16 bits, because we have no way to load the upper 16 bits
9074 (actually, we could handle them for the subset of cases
9075 in which we are not using $at). */
9076 gas_assert (offset_expr.X_op == O_symbol);
9077 expr1.X_add_number = offset_expr.X_add_number;
9078 offset_expr.X_add_number = 0;
9079 if (expr1.X_add_number < -0x8000
9080 || expr1.X_add_number >= 0x8000)
9081 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
9082 gpdelay = reg_needs_delay (mips_gp_register);
9083 relax_start (offset_expr.X_add_symbol);
9084 macro_build (&offset_expr, "lui", LUI_FMT, tempreg,
9085 BFD_RELOC_MIPS_GOT_HI16);
9086 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", tempreg, tempreg,
9088 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
9089 BFD_RELOC_MIPS_GOT_LO16, tempreg);
9092 macro_build (NULL, "nop", "");
9093 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
9094 BFD_RELOC_MIPS_GOT16, mips_gp_register);
9096 macro_build (&offset_expr, ADDRESS_ADDI_INSN, "t,r,j", tempreg,
9097 tempreg, BFD_RELOC_LO16);
9101 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
9102 tempreg, tempreg, breg);
9103 macro_build (&expr1, s, fmt, treg, BFD_RELOC_LO16, tempreg);
9105 else if (mips_big_got && HAVE_NEWABI)
9107 /* If this is a reference to an external symbol, we want
9108 lui $tempreg,<sym> (BFD_RELOC_MIPS_GOT_HI16)
9109 add $tempreg,$tempreg,$gp
9110 lw $tempreg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_LO16)
9111 <op> $treg,<ofst>($tempreg)
9112 Otherwise, for local symbols, we want:
9113 lw $tempreg,<sym>($gp) (BFD_RELOC_MIPS_GOT_PAGE)
9114 <op> $treg,<sym>($tempreg) (BFD_RELOC_MIPS_GOT_OFST) */
9115 gas_assert (offset_expr.X_op == O_symbol);
9116 expr1.X_add_number = offset_expr.X_add_number;
9117 offset_expr.X_add_number = 0;
9118 if (expr1.X_add_number < -0x8000
9119 || expr1.X_add_number >= 0x8000)
9120 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
9121 relax_start (offset_expr.X_add_symbol);
9122 macro_build (&offset_expr, "lui", LUI_FMT, tempreg,
9123 BFD_RELOC_MIPS_GOT_HI16);
9124 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", tempreg, tempreg,
9126 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
9127 BFD_RELOC_MIPS_GOT_LO16, tempreg);
9129 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
9130 tempreg, tempreg, breg);
9131 macro_build (&expr1, s, fmt, treg, BFD_RELOC_LO16, tempreg);
9134 offset_expr.X_add_number = expr1.X_add_number;
9135 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", tempreg,
9136 BFD_RELOC_MIPS_GOT_PAGE, mips_gp_register);
9138 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
9139 tempreg, tempreg, breg);
9140 macro_build (&offset_expr, s, fmt, treg,
9141 BFD_RELOC_MIPS_GOT_OFST, tempreg);
9151 load_register (treg, &imm_expr, 0);
9155 load_register (treg, &imm_expr, 1);
9159 if (imm_expr.X_op == O_constant)
9162 load_register (AT, &imm_expr, 0);
9163 macro_build (NULL, "mtc1", "t,G", AT, treg);
9168 gas_assert (offset_expr.X_op == O_symbol
9169 && strcmp (segment_name (S_GET_SEGMENT
9170 (offset_expr.X_add_symbol)),
9172 && offset_expr.X_add_number == 0);
9173 macro_build (&offset_expr, "lwc1", "T,o(b)", treg,
9174 BFD_RELOC_MIPS_LITERAL, mips_gp_register);
9179 /* Check if we have a constant in IMM_EXPR. If the GPRs are 64 bits
9180 wide, IMM_EXPR is the entire value. Otherwise IMM_EXPR is the high
9181 order 32 bits of the value and the low order 32 bits are either
9182 zero or in OFFSET_EXPR. */
9183 if (imm_expr.X_op == O_constant || imm_expr.X_op == O_big)
9185 if (HAVE_64BIT_GPRS)
9186 load_register (treg, &imm_expr, 1);
9191 if (target_big_endian)
9203 load_register (hreg, &imm_expr, 0);
9206 if (offset_expr.X_op == O_absent)
9207 move_register (lreg, 0);
9210 gas_assert (offset_expr.X_op == O_constant);
9211 load_register (lreg, &offset_expr, 0);
9218 /* We know that sym is in the .rdata section. First we get the
9219 upper 16 bits of the address. */
9220 if (mips_pic == NO_PIC)
9222 macro_build_lui (&offset_expr, AT);
9227 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", AT,
9228 BFD_RELOC_MIPS_GOT16, mips_gp_register);
9232 /* Now we load the register(s). */
9233 if (HAVE_64BIT_GPRS)
9236 macro_build (&offset_expr, "ld", "t,o(b)", treg, BFD_RELOC_LO16, AT);
9241 macro_build (&offset_expr, "lw", "t,o(b)", treg, BFD_RELOC_LO16, AT);
9244 /* FIXME: How in the world do we deal with the possible
9246 offset_expr.X_add_number += 4;
9247 macro_build (&offset_expr, "lw", "t,o(b)",
9248 treg + 1, BFD_RELOC_LO16, AT);
9254 /* Check if we have a constant in IMM_EXPR. If the FPRs are 64 bits
9255 wide, IMM_EXPR is the entire value and the GPRs are known to be 64
9256 bits wide as well. Otherwise IMM_EXPR is the high order 32 bits of
9257 the value and the low order 32 bits are either zero or in
9259 if (imm_expr.X_op == O_constant || imm_expr.X_op == O_big)
9262 load_register (AT, &imm_expr, HAVE_64BIT_FPRS);
9263 if (HAVE_64BIT_FPRS)
9265 gas_assert (HAVE_64BIT_GPRS);
9266 macro_build (NULL, "dmtc1", "t,S", AT, treg);
9270 macro_build (NULL, "mtc1", "t,G", AT, treg + 1);
9271 if (offset_expr.X_op == O_absent)
9272 macro_build (NULL, "mtc1", "t,G", 0, treg);
9275 gas_assert (offset_expr.X_op == O_constant);
9276 load_register (AT, &offset_expr, 0);
9277 macro_build (NULL, "mtc1", "t,G", AT, treg);
9283 gas_assert (offset_expr.X_op == O_symbol
9284 && offset_expr.X_add_number == 0);
9285 s = segment_name (S_GET_SEGMENT (offset_expr.X_add_symbol));
9286 if (strcmp (s, ".lit8") == 0)
9288 if (CPU_HAS_LDC1_SDC1 (mips_opts.arch) || mips_opts.micromips)
9290 macro_build (&offset_expr, "ldc1", "T,o(b)", treg,
9291 BFD_RELOC_MIPS_LITERAL, mips_gp_register);
9294 breg = mips_gp_register;
9295 r = BFD_RELOC_MIPS_LITERAL;
9300 gas_assert (strcmp (s, RDATA_SECTION_NAME) == 0);
9302 if (mips_pic != NO_PIC)
9303 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", AT,
9304 BFD_RELOC_MIPS_GOT16, mips_gp_register);
9307 /* FIXME: This won't work for a 64 bit address. */
9308 macro_build_lui (&offset_expr, AT);
9311 if (CPU_HAS_LDC1_SDC1 (mips_opts.arch) || mips_opts.micromips)
9313 macro_build (&offset_expr, "ldc1", "T,o(b)",
9314 treg, BFD_RELOC_LO16, AT);
9323 /* Even on a big endian machine $fn comes before $fn+1. We have
9324 to adjust when loading from memory. */
9327 gas_assert (!mips_opts.micromips);
9328 gas_assert (!CPU_HAS_LDC1_SDC1 (mips_opts.arch));
9329 macro_build (&offset_expr, "lwc1", "T,o(b)",
9330 target_big_endian ? treg + 1 : treg, r, breg);
9331 /* FIXME: A possible overflow which I don't know how to deal
9333 offset_expr.X_add_number += 4;
9334 macro_build (&offset_expr, "lwc1", "T,o(b)",
9335 target_big_endian ? treg : treg + 1, r, breg);
9339 gas_assert (!mips_opts.micromips);
9340 gas_assert (!CPU_HAS_LDC1_SDC1 (mips_opts.arch));
9341 /* Even on a big endian machine $fn comes before $fn+1. We have
9342 to adjust when storing to memory. */
9343 macro_build (&offset_expr, "swc1", "T,o(b)",
9344 target_big_endian ? treg + 1 : treg, BFD_RELOC_LO16, breg);
9345 offset_expr.X_add_number += 4;
9346 macro_build (&offset_expr, "swc1", "T,o(b)",
9347 target_big_endian ? treg : treg + 1, BFD_RELOC_LO16, breg);
9351 gas_assert (!mips_opts.micromips);
9353 * The MIPS assembler seems to check for X_add_number not
9354 * being double aligned and generating:
9357 * addiu at,at,%lo(foo+1)
9360 * But, the resulting address is the same after relocation so why
9361 * generate the extra instruction?
9363 /* Itbl support may require additional care here. */
9366 if (CPU_HAS_LDC1_SDC1 (mips_opts.arch))
9375 gas_assert (!mips_opts.micromips);
9376 /* Itbl support may require additional care here. */
9379 if (CPU_HAS_LDC1_SDC1 (mips_opts.arch))
9399 if (HAVE_64BIT_GPRS)
9409 if (HAVE_64BIT_GPRS)
9417 if (offset_expr.X_op != O_symbol
9418 && offset_expr.X_op != O_constant)
9420 as_bad (_("Expression too complex"));
9421 offset_expr.X_op = O_constant;
9424 if (HAVE_32BIT_ADDRESSES
9425 && !IS_SEXT_32BIT_NUM (offset_expr.X_add_number))
9429 sprintf_vma (value, offset_expr.X_add_number);
9430 as_bad (_("Number (0x%s) larger than 32 bits"), value);
9433 /* Even on a big endian machine $fn comes before $fn+1. We have
9434 to adjust when loading from memory. We set coproc if we must
9435 load $fn+1 first. */
9436 /* Itbl support may require additional care here. */
9437 if (!target_big_endian)
9440 if (mips_pic == NO_PIC || offset_expr.X_op == O_constant)
9442 /* If this is a reference to a GP relative symbol, we want
9443 <op> $treg,<sym>($gp) (BFD_RELOC_GPREL16)
9444 <op> $treg+1,<sym>+4($gp) (BFD_RELOC_GPREL16)
9445 If we have a base register, we use this
9447 <op> $treg,<sym>($at) (BFD_RELOC_GPREL16)
9448 <op> $treg+1,<sym>+4($at) (BFD_RELOC_GPREL16)
9449 If this is not a GP relative symbol, we want
9450 lui $at,<sym> (BFD_RELOC_HI16_S)
9451 <op> $treg,<sym>($at) (BFD_RELOC_LO16)
9452 <op> $treg+1,<sym>+4($at) (BFD_RELOC_LO16)
9453 If there is a base register, we add it to $at after the
9454 lui instruction. If there is a constant, we always use
9456 if (offset_expr.X_op == O_symbol
9457 && (valueT) offset_expr.X_add_number <= MAX_GPREL_OFFSET
9458 && !nopic_need_relax (offset_expr.X_add_symbol, 1))
9460 relax_start (offset_expr.X_add_symbol);
9463 tempreg = mips_gp_register;
9467 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
9468 AT, breg, mips_gp_register);
9473 /* Itbl support may require additional care here. */
9474 macro_build (&offset_expr, s, fmt, coproc ? treg + 1 : treg,
9475 BFD_RELOC_GPREL16, tempreg);
9476 offset_expr.X_add_number += 4;
9478 /* Set mips_optimize to 2 to avoid inserting an
9480 hold_mips_optimize = mips_optimize;
9482 /* Itbl support may require additional care here. */
9483 macro_build (&offset_expr, s, fmt, coproc ? treg : treg + 1,
9484 BFD_RELOC_GPREL16, tempreg);
9485 mips_optimize = hold_mips_optimize;
9489 offset_expr.X_add_number -= 4;
9492 macro_build_lui (&offset_expr, AT);
9494 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, breg, AT);
9495 /* Itbl support may require additional care here. */
9496 macro_build (&offset_expr, s, fmt, coproc ? treg + 1 : treg,
9497 BFD_RELOC_LO16, AT);
9498 /* FIXME: How do we handle overflow here? */
9499 offset_expr.X_add_number += 4;
9500 /* Itbl support may require additional care here. */
9501 macro_build (&offset_expr, s, fmt, coproc ? treg : treg + 1,
9502 BFD_RELOC_LO16, AT);
9503 if (mips_relax.sequence)
9506 else if (!mips_big_got)
9508 /* If this is a reference to an external symbol, we want
9509 lw $at,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
9514 lw $at,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
9516 <op> $treg,<sym>($at) (BFD_RELOC_LO16)
9517 <op> $treg+1,<sym>+4($at) (BFD_RELOC_LO16)
9518 If there is a base register we add it to $at before the
9519 lwc1 instructions. If there is a constant we include it
9520 in the lwc1 instructions. */
9522 expr1.X_add_number = offset_expr.X_add_number;
9523 if (expr1.X_add_number < -0x8000
9524 || expr1.X_add_number >= 0x8000 - 4)
9525 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
9526 load_got_offset (AT, &offset_expr);
9529 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, breg, AT);
9531 /* Set mips_optimize to 2 to avoid inserting an undesired
9533 hold_mips_optimize = mips_optimize;
9536 /* Itbl support may require additional care here. */
9537 relax_start (offset_expr.X_add_symbol);
9538 macro_build (&expr1, s, fmt, coproc ? treg + 1 : treg,
9539 BFD_RELOC_LO16, AT);
9540 expr1.X_add_number += 4;
9541 macro_build (&expr1, s, fmt, coproc ? treg : treg + 1,
9542 BFD_RELOC_LO16, AT);
9544 macro_build (&offset_expr, s, fmt, coproc ? treg + 1 : treg,
9545 BFD_RELOC_LO16, AT);
9546 offset_expr.X_add_number += 4;
9547 macro_build (&offset_expr, s, fmt, coproc ? treg : treg + 1,
9548 BFD_RELOC_LO16, AT);
9551 mips_optimize = hold_mips_optimize;
9553 else if (mips_big_got)
9557 /* If this is a reference to an external symbol, we want
9558 lui $at,<sym> (BFD_RELOC_MIPS_GOT_HI16)
9560 lw $at,<sym>($at) (BFD_RELOC_MIPS_GOT_LO16)
9565 lw $at,<sym>($gp) (BFD_RELOC_MIPS_GOT16)
9567 <op> $treg,<sym>($at) (BFD_RELOC_LO16)
9568 <op> $treg+1,<sym>+4($at) (BFD_RELOC_LO16)
9569 If there is a base register we add it to $at before the
9570 lwc1 instructions. If there is a constant we include it
9571 in the lwc1 instructions. */
9573 expr1.X_add_number = offset_expr.X_add_number;
9574 offset_expr.X_add_number = 0;
9575 if (expr1.X_add_number < -0x8000
9576 || expr1.X_add_number >= 0x8000 - 4)
9577 as_bad (_("PIC code offset overflow (max 16 signed bits)"));
9578 gpdelay = reg_needs_delay (mips_gp_register);
9579 relax_start (offset_expr.X_add_symbol);
9580 macro_build (&offset_expr, "lui", LUI_FMT,
9581 AT, BFD_RELOC_MIPS_GOT_HI16);
9582 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
9583 AT, AT, mips_gp_register);
9584 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)",
9585 AT, BFD_RELOC_MIPS_GOT_LO16, AT);
9588 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, breg, AT);
9589 /* Itbl support may require additional care here. */
9590 macro_build (&expr1, s, fmt, coproc ? treg + 1 : treg,
9591 BFD_RELOC_LO16, AT);
9592 expr1.X_add_number += 4;
9594 /* Set mips_optimize to 2 to avoid inserting an undesired
9596 hold_mips_optimize = mips_optimize;
9598 /* Itbl support may require additional care here. */
9599 macro_build (&expr1, s, fmt, coproc ? treg : treg + 1,
9600 BFD_RELOC_LO16, AT);
9601 mips_optimize = hold_mips_optimize;
9602 expr1.X_add_number -= 4;
9605 offset_expr.X_add_number = expr1.X_add_number;
9607 macro_build (NULL, "nop", "");
9608 macro_build (&offset_expr, ADDRESS_LOAD_INSN, "t,o(b)", AT,
9609 BFD_RELOC_MIPS_GOT16, mips_gp_register);
9612 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", AT, breg, AT);
9613 /* Itbl support may require additional care here. */
9614 macro_build (&offset_expr, s, fmt, coproc ? treg + 1 : treg,
9615 BFD_RELOC_LO16, AT);
9616 offset_expr.X_add_number += 4;
9618 /* Set mips_optimize to 2 to avoid inserting an undesired
9620 hold_mips_optimize = mips_optimize;
9622 /* Itbl support may require additional care here. */
9623 macro_build (&offset_expr, s, fmt, coproc ? treg : treg + 1,
9624 BFD_RELOC_LO16, AT);
9625 mips_optimize = hold_mips_optimize;
9634 s = HAVE_64BIT_GPRS ? "ld" : "lw";
9637 s = HAVE_64BIT_GPRS ? "sd" : "sw";
9639 macro_build (&offset_expr, s, "t,o(b)", treg,
9640 -1, offset_reloc[0], offset_reloc[1], offset_reloc[2],
9642 if (!HAVE_64BIT_GPRS)
9644 offset_expr.X_add_number += 4;
9645 macro_build (&offset_expr, s, "t,o(b)", treg + 1,
9646 -1, offset_reloc[0], offset_reloc[1], offset_reloc[2],
9667 /* New code added to support COPZ instructions.
9668 This code builds table entries out of the macros in mip_opcodes.
9669 R4000 uses interlocks to handle coproc delays.
9670 Other chips (like the R3000) require nops to be inserted for delays.
9672 FIXME: Currently, we require that the user handle delays.
9673 In order to fill delay slots for non-interlocked chips,
9674 we must have a way to specify delays based on the coprocessor.
9675 Eg. 4 cycles if load coproc reg from memory, 1 if in cache, etc.
9676 What are the side-effects of the cop instruction?
9677 What cache support might we have and what are its effects?
9678 Both coprocessor & memory require delays. how long???
9679 What registers are read/set/modified?
9681 If an itbl is provided to interpret cop instructions,
9682 this knowledge can be encoded in the itbl spec. */
9696 gas_assert (!mips_opts.micromips);
9697 /* For now we just do C (same as Cz). The parameter will be
9698 stored in insn_opcode by mips_ip. */
9699 macro_build (NULL, s, "C", ip->insn_opcode);
9703 move_register (dreg, sreg);
9709 if (mips_opts.arch == CPU_R5900)
9711 macro_build (NULL, dbl ? "dmultu" : "multu", "d,s,t", dreg, sreg, treg);
9715 macro_build (NULL, dbl ? "dmultu" : "multu", "s,t", sreg, treg);
9716 macro_build (NULL, "mflo", MFHL_FMT, dreg);
9723 /* The MIPS assembler some times generates shifts and adds. I'm
9724 not trying to be that fancy. GCC should do this for us
9727 load_register (AT, &imm_expr, dbl);
9728 macro_build (NULL, dbl ? "dmult" : "mult", "s,t", sreg, AT);
9729 macro_build (NULL, "mflo", MFHL_FMT, dreg);
9745 load_register (AT, &imm_expr, dbl);
9746 macro_build (NULL, dbl ? "dmult" : "mult", "s,t", sreg, imm ? AT : treg);
9747 macro_build (NULL, "mflo", MFHL_FMT, dreg);
9748 macro_build (NULL, dbl ? "dsra32" : "sra", SHFT_FMT, dreg, dreg, RA);
9749 macro_build (NULL, "mfhi", MFHL_FMT, AT);
9751 macro_build (NULL, "tne", TRAP_FMT, dreg, AT, 6);
9754 if (mips_opts.micromips)
9755 micromips_label_expr (&label_expr);
9757 label_expr.X_add_number = 8;
9758 macro_build (&label_expr, "beq", "s,t,p", dreg, AT);
9759 macro_build (NULL, "nop", "");
9760 macro_build (NULL, "break", BRK_FMT, 6);
9761 if (mips_opts.micromips)
9762 micromips_add_label ();
9765 macro_build (NULL, "mflo", MFHL_FMT, dreg);
9781 load_register (AT, &imm_expr, dbl);
9782 macro_build (NULL, dbl ? "dmultu" : "multu", "s,t",
9783 sreg, imm ? AT : treg);
9784 macro_build (NULL, "mfhi", MFHL_FMT, AT);
9785 macro_build (NULL, "mflo", MFHL_FMT, dreg);
9787 macro_build (NULL, "tne", TRAP_FMT, AT, ZERO, 6);
9790 if (mips_opts.micromips)
9791 micromips_label_expr (&label_expr);
9793 label_expr.X_add_number = 8;
9794 macro_build (&label_expr, "beq", "s,t,p", AT, ZERO);
9795 macro_build (NULL, "nop", "");
9796 macro_build (NULL, "break", BRK_FMT, 6);
9797 if (mips_opts.micromips)
9798 micromips_add_label ();
9804 if (ISA_HAS_DROR (mips_opts.isa) || CPU_HAS_DROR (mips_opts.arch))
9815 macro_build (NULL, "dnegu", "d,w", tempreg, treg);
9816 macro_build (NULL, "drorv", "d,t,s", dreg, sreg, tempreg);
9820 macro_build (NULL, "dsubu", "d,v,t", AT, ZERO, treg);
9821 macro_build (NULL, "dsrlv", "d,t,s", AT, sreg, AT);
9822 macro_build (NULL, "dsllv", "d,t,s", dreg, sreg, treg);
9823 macro_build (NULL, "or", "d,v,t", dreg, dreg, AT);
9827 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch))
9838 macro_build (NULL, "negu", "d,w", tempreg, treg);
9839 macro_build (NULL, "rorv", "d,t,s", dreg, sreg, tempreg);
9843 macro_build (NULL, "subu", "d,v,t", AT, ZERO, treg);
9844 macro_build (NULL, "srlv", "d,t,s", AT, sreg, AT);
9845 macro_build (NULL, "sllv", "d,t,s", dreg, sreg, treg);
9846 macro_build (NULL, "or", "d,v,t", dreg, dreg, AT);
9855 if (imm_expr.X_op != O_constant)
9856 as_bad (_("Improper rotate count"));
9857 rot = imm_expr.X_add_number & 0x3f;
9858 if (ISA_HAS_DROR (mips_opts.isa) || CPU_HAS_DROR (mips_opts.arch))
9860 rot = (64 - rot) & 0x3f;
9862 macro_build (NULL, "dror32", SHFT_FMT, dreg, sreg, rot - 32);
9864 macro_build (NULL, "dror", SHFT_FMT, dreg, sreg, rot);
9869 macro_build (NULL, "dsrl", SHFT_FMT, dreg, sreg, 0);
9872 l = (rot < 0x20) ? "dsll" : "dsll32";
9873 rr = ((0x40 - rot) < 0x20) ? "dsrl" : "dsrl32";
9876 macro_build (NULL, l, SHFT_FMT, AT, sreg, rot);
9877 macro_build (NULL, rr, SHFT_FMT, dreg, sreg, (0x20 - rot) & 0x1f);
9878 macro_build (NULL, "or", "d,v,t", dreg, dreg, AT);
9886 if (imm_expr.X_op != O_constant)
9887 as_bad (_("Improper rotate count"));
9888 rot = imm_expr.X_add_number & 0x1f;
9889 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch))
9891 macro_build (NULL, "ror", SHFT_FMT, dreg, sreg, (32 - rot) & 0x1f);
9896 macro_build (NULL, "srl", SHFT_FMT, dreg, sreg, 0);
9900 macro_build (NULL, "sll", SHFT_FMT, AT, sreg, rot);
9901 macro_build (NULL, "srl", SHFT_FMT, dreg, sreg, (0x20 - rot) & 0x1f);
9902 macro_build (NULL, "or", "d,v,t", dreg, dreg, AT);
9907 if (ISA_HAS_DROR (mips_opts.isa) || CPU_HAS_DROR (mips_opts.arch))
9909 macro_build (NULL, "drorv", "d,t,s", dreg, sreg, treg);
9913 macro_build (NULL, "dsubu", "d,v,t", AT, ZERO, treg);
9914 macro_build (NULL, "dsllv", "d,t,s", AT, sreg, AT);
9915 macro_build (NULL, "dsrlv", "d,t,s", dreg, sreg, treg);
9916 macro_build (NULL, "or", "d,v,t", dreg, dreg, AT);
9920 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch))
9922 macro_build (NULL, "rorv", "d,t,s", dreg, sreg, treg);
9926 macro_build (NULL, "subu", "d,v,t", AT, ZERO, treg);
9927 macro_build (NULL, "sllv", "d,t,s", AT, sreg, AT);
9928 macro_build (NULL, "srlv", "d,t,s", dreg, sreg, treg);
9929 macro_build (NULL, "or", "d,v,t", dreg, dreg, AT);
9938 if (imm_expr.X_op != O_constant)
9939 as_bad (_("Improper rotate count"));
9940 rot = imm_expr.X_add_number & 0x3f;
9941 if (ISA_HAS_DROR (mips_opts.isa) || CPU_HAS_DROR (mips_opts.arch))
9944 macro_build (NULL, "dror32", SHFT_FMT, dreg, sreg, rot - 32);
9946 macro_build (NULL, "dror", SHFT_FMT, dreg, sreg, rot);
9951 macro_build (NULL, "dsrl", SHFT_FMT, dreg, sreg, 0);
9954 rr = (rot < 0x20) ? "dsrl" : "dsrl32";
9955 l = ((0x40 - rot) < 0x20) ? "dsll" : "dsll32";
9958 macro_build (NULL, rr, SHFT_FMT, AT, sreg, rot);
9959 macro_build (NULL, l, SHFT_FMT, dreg, sreg, (0x20 - rot) & 0x1f);
9960 macro_build (NULL, "or", "d,v,t", dreg, dreg, AT);
9968 if (imm_expr.X_op != O_constant)
9969 as_bad (_("Improper rotate count"));
9970 rot = imm_expr.X_add_number & 0x1f;
9971 if (ISA_HAS_ROR (mips_opts.isa) || CPU_HAS_ROR (mips_opts.arch))
9973 macro_build (NULL, "ror", SHFT_FMT, dreg, sreg, rot);
9978 macro_build (NULL, "srl", SHFT_FMT, dreg, sreg, 0);
9982 macro_build (NULL, "srl", SHFT_FMT, AT, sreg, rot);
9983 macro_build (NULL, "sll", SHFT_FMT, dreg, sreg, (0x20 - rot) & 0x1f);
9984 macro_build (NULL, "or", "d,v,t", dreg, dreg, AT);
9990 macro_build (&expr1, "sltiu", "t,r,j", dreg, treg, BFD_RELOC_LO16);
9992 macro_build (&expr1, "sltiu", "t,r,j", dreg, sreg, BFD_RELOC_LO16);
9995 macro_build (NULL, "xor", "d,v,t", dreg, sreg, treg);
9996 macro_build (&expr1, "sltiu", "t,r,j", dreg, dreg, BFD_RELOC_LO16);
10001 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 0)
10003 macro_build (&expr1, "sltiu", "t,r,j", dreg, sreg, BFD_RELOC_LO16);
10008 as_warn (_("Instruction %s: result is always false"),
10009 ip->insn_mo->name);
10010 move_register (dreg, 0);
10013 if (CPU_HAS_SEQ (mips_opts.arch)
10014 && -512 <= imm_expr.X_add_number
10015 && imm_expr.X_add_number < 512)
10017 macro_build (NULL, "seqi", "t,r,+Q", dreg, sreg,
10018 (int) imm_expr.X_add_number);
10021 if (imm_expr.X_op == O_constant
10022 && imm_expr.X_add_number >= 0
10023 && imm_expr.X_add_number < 0x10000)
10025 macro_build (&imm_expr, "xori", "t,r,i", dreg, sreg, BFD_RELOC_LO16);
10027 else if (imm_expr.X_op == O_constant
10028 && imm_expr.X_add_number > -0x8000
10029 && imm_expr.X_add_number < 0)
10031 imm_expr.X_add_number = -imm_expr.X_add_number;
10032 macro_build (&imm_expr, HAVE_32BIT_GPRS ? "addiu" : "daddiu",
10033 "t,r,j", dreg, sreg, BFD_RELOC_LO16);
10035 else if (CPU_HAS_SEQ (mips_opts.arch))
10038 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10039 macro_build (NULL, "seq", "d,v,t", dreg, sreg, AT);
10044 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10045 macro_build (NULL, "xor", "d,v,t", dreg, sreg, AT);
10048 macro_build (&expr1, "sltiu", "t,r,j", dreg, dreg, BFD_RELOC_LO16);
10051 case M_SGE: /* sreg >= treg <==> not (sreg < treg) */
10057 macro_build (NULL, s, "d,v,t", dreg, sreg, treg);
10058 macro_build (&expr1, "xori", "t,r,i", dreg, dreg, BFD_RELOC_LO16);
10061 case M_SGE_I: /* sreg >= I <==> not (sreg < I) */
10063 if (imm_expr.X_op == O_constant
10064 && imm_expr.X_add_number >= -0x8000
10065 && imm_expr.X_add_number < 0x8000)
10067 macro_build (&imm_expr, mask == M_SGE_I ? "slti" : "sltiu", "t,r,j",
10068 dreg, sreg, BFD_RELOC_LO16);
10072 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10073 macro_build (NULL, mask == M_SGE_I ? "slt" : "sltu", "d,v,t",
10077 macro_build (&expr1, "xori", "t,r,i", dreg, dreg, BFD_RELOC_LO16);
10080 case M_SGT: /* sreg > treg <==> treg < sreg */
10086 macro_build (NULL, s, "d,v,t", dreg, treg, sreg);
10089 case M_SGT_I: /* sreg > I <==> I < sreg */
10096 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10097 macro_build (NULL, s, "d,v,t", dreg, AT, sreg);
10100 case M_SLE: /* sreg <= treg <==> treg >= sreg <==> not (treg < sreg) */
10106 macro_build (NULL, s, "d,v,t", dreg, treg, sreg);
10107 macro_build (&expr1, "xori", "t,r,i", dreg, dreg, BFD_RELOC_LO16);
10110 case M_SLE_I: /* sreg <= I <==> I >= sreg <==> not (I < sreg) */
10117 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10118 macro_build (NULL, s, "d,v,t", dreg, AT, sreg);
10119 macro_build (&expr1, "xori", "t,r,i", dreg, dreg, BFD_RELOC_LO16);
10123 if (imm_expr.X_op == O_constant
10124 && imm_expr.X_add_number >= -0x8000
10125 && imm_expr.X_add_number < 0x8000)
10127 macro_build (&imm_expr, "slti", "t,r,j", dreg, sreg, BFD_RELOC_LO16);
10131 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10132 macro_build (NULL, "slt", "d,v,t", dreg, sreg, AT);
10136 if (imm_expr.X_op == O_constant
10137 && imm_expr.X_add_number >= -0x8000
10138 && imm_expr.X_add_number < 0x8000)
10140 macro_build (&imm_expr, "sltiu", "t,r,j", dreg, sreg,
10145 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10146 macro_build (NULL, "sltu", "d,v,t", dreg, sreg, AT);
10151 macro_build (NULL, "sltu", "d,v,t", dreg, 0, treg);
10152 else if (treg == 0)
10153 macro_build (NULL, "sltu", "d,v,t", dreg, 0, sreg);
10156 macro_build (NULL, "xor", "d,v,t", dreg, sreg, treg);
10157 macro_build (NULL, "sltu", "d,v,t", dreg, 0, dreg);
10162 if (imm_expr.X_op == O_constant && imm_expr.X_add_number == 0)
10164 macro_build (NULL, "sltu", "d,v,t", dreg, 0, sreg);
10169 as_warn (_("Instruction %s: result is always true"),
10170 ip->insn_mo->name);
10171 macro_build (&expr1, HAVE_32BIT_GPRS ? "addiu" : "daddiu", "t,r,j",
10172 dreg, 0, BFD_RELOC_LO16);
10175 if (CPU_HAS_SEQ (mips_opts.arch)
10176 && -512 <= imm_expr.X_add_number
10177 && imm_expr.X_add_number < 512)
10179 macro_build (NULL, "snei", "t,r,+Q", dreg, sreg,
10180 (int) imm_expr.X_add_number);
10183 if (imm_expr.X_op == O_constant
10184 && imm_expr.X_add_number >= 0
10185 && imm_expr.X_add_number < 0x10000)
10187 macro_build (&imm_expr, "xori", "t,r,i", dreg, sreg, BFD_RELOC_LO16);
10189 else if (imm_expr.X_op == O_constant
10190 && imm_expr.X_add_number > -0x8000
10191 && imm_expr.X_add_number < 0)
10193 imm_expr.X_add_number = -imm_expr.X_add_number;
10194 macro_build (&imm_expr, HAVE_32BIT_GPRS ? "addiu" : "daddiu",
10195 "t,r,j", dreg, sreg, BFD_RELOC_LO16);
10197 else if (CPU_HAS_SEQ (mips_opts.arch))
10200 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10201 macro_build (NULL, "sne", "d,v,t", dreg, sreg, AT);
10206 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10207 macro_build (NULL, "xor", "d,v,t", dreg, sreg, AT);
10210 macro_build (NULL, "sltu", "d,v,t", dreg, 0, dreg);
10225 if (!mips_opts.micromips)
10227 if (imm_expr.X_op == O_constant
10228 && imm_expr.X_add_number > -0x200
10229 && imm_expr.X_add_number <= 0x200)
10231 macro_build (NULL, s, "t,r,.", dreg, sreg, -imm_expr.X_add_number);
10240 if (imm_expr.X_op == O_constant
10241 && imm_expr.X_add_number > -0x8000
10242 && imm_expr.X_add_number <= 0x8000)
10244 imm_expr.X_add_number = -imm_expr.X_add_number;
10245 macro_build (&imm_expr, s, "t,r,j", dreg, sreg, BFD_RELOC_LO16);
10250 load_register (AT, &imm_expr, dbl);
10251 macro_build (NULL, s2, "d,v,t", dreg, sreg, AT);
10273 load_register (AT, &imm_expr, HAVE_64BIT_GPRS);
10274 macro_build (NULL, s, "s,t", sreg, AT);
10279 gas_assert (!mips_opts.micromips);
10280 gas_assert (mips_opts.isa == ISA_MIPS1);
10282 sreg = (ip->insn_opcode >> 11) & 0x1f; /* floating reg */
10283 dreg = (ip->insn_opcode >> 06) & 0x1f; /* floating reg */
10286 * Is the double cfc1 instruction a bug in the mips assembler;
10287 * or is there a reason for it?
10289 start_noreorder ();
10290 macro_build (NULL, "cfc1", "t,G", treg, RA);
10291 macro_build (NULL, "cfc1", "t,G", treg, RA);
10292 macro_build (NULL, "nop", "");
10293 expr1.X_add_number = 3;
10294 macro_build (&expr1, "ori", "t,r,i", AT, treg, BFD_RELOC_LO16);
10295 expr1.X_add_number = 2;
10296 macro_build (&expr1, "xori", "t,r,i", AT, AT, BFD_RELOC_LO16);
10297 macro_build (NULL, "ctc1", "t,G", AT, RA);
10298 macro_build (NULL, "nop", "");
10299 macro_build (NULL, mask == M_TRUNCWD ? "cvt.w.d" : "cvt.w.s", "D,S",
10301 macro_build (NULL, "ctc1", "t,G", treg, RA);
10302 macro_build (NULL, "nop", "");
10325 offbits = (mips_opts.micromips ? 12 : 16);
10333 offbits = (mips_opts.micromips ? 12 : 16);
10349 offbits = (mips_opts.micromips ? 12 : 16);
10358 offbits = (mips_opts.micromips ? 12 : 16);
10363 if (!ab && offset_expr.X_add_number >= 0x8000 - off)
10364 as_bad (_("Operand overflow"));
10367 expr1.X_add_number = 0;
10372 load_address (tempreg, ep, &used_at);
10374 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t",
10375 tempreg, tempreg, breg);
10380 else if (offbits == 12
10381 && (offset_expr.X_op != O_constant
10382 || !IS_SEXT_12BIT_NUM (offset_expr.X_add_number)
10383 || !IS_SEXT_12BIT_NUM (offset_expr.X_add_number + off)))
10387 macro_build (ep, ADDRESS_ADDI_INSN, "t,r,j", tempreg, breg,
10388 -1, offset_reloc[0], offset_reloc[1], offset_reloc[2]);
10393 else if (!ust && treg == breg)
10404 if (!target_big_endian)
10405 ep->X_add_number += off;
10407 macro_build (ep, s, "t,o(b)", tempreg, BFD_RELOC_LO16, breg);
10409 macro_build (NULL, s, "t,~(b)",
10410 tempreg, (unsigned long) ep->X_add_number, breg);
10412 if (!target_big_endian)
10413 ep->X_add_number -= off;
10415 ep->X_add_number += off;
10417 macro_build (ep, s2, "t,o(b)", tempreg, BFD_RELOC_LO16, breg);
10419 macro_build (NULL, s2, "t,~(b)",
10420 tempreg, (unsigned long) ep->X_add_number, breg);
10422 /* If necessary, move the result in tempreg to the final destination. */
10423 if (!ust && treg != tempreg)
10425 /* Protect second load's delay slot. */
10427 move_register (treg, tempreg);
10433 if (target_big_endian == ust)
10434 ep->X_add_number += off;
10435 tempreg = ust || ab ? treg : AT;
10436 macro_build (ep, s, "t,o(b)", tempreg, BFD_RELOC_LO16, breg);
10438 /* For halfword transfers we need a temporary register to shuffle
10439 bytes. Unfortunately for M_USH_A we have none available before
10440 the next store as AT holds the base address. We deal with this
10441 case by clobbering TREG and then restoring it as with ULH. */
10442 tempreg = ust == ab ? treg : AT;
10444 macro_build (NULL, "srl", SHFT_FMT, tempreg, treg, 8);
10446 if (target_big_endian == ust)
10447 ep->X_add_number -= off;
10449 ep->X_add_number += off;
10450 macro_build (ep, s2, "t,o(b)", tempreg, BFD_RELOC_LO16, breg);
10452 /* For M_USH_A re-retrieve the LSB. */
10455 if (target_big_endian)
10456 ep->X_add_number += off;
10458 ep->X_add_number -= off;
10459 macro_build (&expr1, "lbu", "t,o(b)", AT, BFD_RELOC_LO16, AT);
10461 /* For ULH and M_USH_A OR the LSB in. */
10464 tempreg = !ab ? AT : treg;
10465 macro_build (NULL, "sll", SHFT_FMT, tempreg, tempreg, 8);
10466 macro_build (NULL, "or", "d,v,t", treg, treg, AT);
10471 /* FIXME: Check if this is one of the itbl macros, since they
10472 are added dynamically. */
10473 as_bad (_("Macro %s not implemented yet"), ip->insn_mo->name);
10476 if (!mips_opts.at && used_at)
10477 as_bad (_("Macro used $at after \".set noat\""));
10480 /* Implement macros in mips16 mode. */
10483 mips16_macro (struct mips_cl_insn *ip)
10486 int xreg, yreg, zreg, tmp;
10489 const char *s, *s2, *s3;
10491 mask = ip->insn_mo->mask;
10493 xreg = MIPS16_EXTRACT_OPERAND (RX, *ip);
10494 yreg = MIPS16_EXTRACT_OPERAND (RY, *ip);
10495 zreg = MIPS16_EXTRACT_OPERAND (RZ, *ip);
10497 expr1.X_op = O_constant;
10498 expr1.X_op_symbol = NULL;
10499 expr1.X_add_symbol = NULL;
10500 expr1.X_add_number = 1;
10519 start_noreorder ();
10520 macro_build (NULL, dbl ? "ddiv" : "div", "0,x,y", xreg, yreg);
10521 expr1.X_add_number = 2;
10522 macro_build (&expr1, "bnez", "x,p", yreg);
10523 macro_build (NULL, "break", "6", 7);
10525 /* FIXME: The normal code checks for of -1 / -0x80000000 here,
10526 since that causes an overflow. We should do that as well,
10527 but I don't see how to do the comparisons without a temporary
10530 macro_build (NULL, s, "x", zreg);
10549 start_noreorder ();
10550 macro_build (NULL, s, "0,x,y", xreg, yreg);
10551 expr1.X_add_number = 2;
10552 macro_build (&expr1, "bnez", "x,p", yreg);
10553 macro_build (NULL, "break", "6", 7);
10555 macro_build (NULL, s2, "x", zreg);
10561 macro_build (NULL, dbl ? "dmultu" : "multu", "x,y", xreg, yreg);
10562 macro_build (NULL, "mflo", "x", zreg);
10570 if (imm_expr.X_op != O_constant)
10571 as_bad (_("Unsupported large constant"));
10572 imm_expr.X_add_number = -imm_expr.X_add_number;
10573 macro_build (&imm_expr, dbl ? "daddiu" : "addiu", "y,x,4", yreg, xreg);
10577 if (imm_expr.X_op != O_constant)
10578 as_bad (_("Unsupported large constant"));
10579 imm_expr.X_add_number = -imm_expr.X_add_number;
10580 macro_build (&imm_expr, "addiu", "x,k", xreg);
10584 if (imm_expr.X_op != O_constant)
10585 as_bad (_("Unsupported large constant"));
10586 imm_expr.X_add_number = -imm_expr.X_add_number;
10587 macro_build (&imm_expr, "daddiu", "y,j", yreg);
10609 goto do_reverse_branch;
10613 goto do_reverse_branch;
10625 goto do_reverse_branch;
10636 macro_build (NULL, s, "x,y", xreg, yreg);
10637 macro_build (&offset_expr, s2, "p");
10664 goto do_addone_branch_i;
10669 goto do_addone_branch_i;
10684 goto do_addone_branch_i;
10690 do_addone_branch_i:
10691 if (imm_expr.X_op != O_constant)
10692 as_bad (_("Unsupported large constant"));
10693 ++imm_expr.X_add_number;
10696 macro_build (&imm_expr, s, s3, xreg);
10697 macro_build (&offset_expr, s2, "p");
10701 expr1.X_add_number = 0;
10702 macro_build (&expr1, "slti", "x,8", yreg);
10704 move_register (xreg, yreg);
10705 expr1.X_add_number = 2;
10706 macro_build (&expr1, "bteqz", "p");
10707 macro_build (NULL, "neg", "x,w", xreg, xreg);
10711 /* For consistency checking, verify that all bits are specified either
10712 by the match/mask part of the instruction definition, or by the
10715 validate_mips_insn (const struct mips_opcode *opc)
10717 const char *p = opc->args;
10719 unsigned long used_bits = opc->mask;
10721 if ((used_bits & opc->match) != opc->match)
10723 as_bad (_("internal: bad mips opcode (mask error): %s %s"),
10724 opc->name, opc->args);
10727 #define USE_BITS(mask,shift) (used_bits |= ((mask) << (shift)))
10737 case '1': USE_BITS (OP_MASK_UDI1, OP_SH_UDI1); break;
10738 case '2': USE_BITS (OP_MASK_UDI2, OP_SH_UDI2); break;
10739 case '3': USE_BITS (OP_MASK_UDI3, OP_SH_UDI3); break;
10740 case '4': USE_BITS (OP_MASK_UDI4, OP_SH_UDI4); break;
10741 case 'A': USE_BITS (OP_MASK_SHAMT, OP_SH_SHAMT); break;
10742 case 'B': USE_BITS (OP_MASK_INSMSB, OP_SH_INSMSB); break;
10743 case 'C': USE_BITS (OP_MASK_EXTMSBD, OP_SH_EXTMSBD); break;
10744 case 'D': USE_BITS (OP_MASK_RD, OP_SH_RD);
10745 USE_BITS (OP_MASK_SEL, OP_SH_SEL); break;
10746 case 'E': USE_BITS (OP_MASK_SHAMT, OP_SH_SHAMT); break;
10747 case 'F': USE_BITS (OP_MASK_INSMSB, OP_SH_INSMSB); break;
10748 case 'G': USE_BITS (OP_MASK_EXTMSBD, OP_SH_EXTMSBD); break;
10749 case 'H': USE_BITS (OP_MASK_EXTMSBD, OP_SH_EXTMSBD); break;
10751 case 'J': USE_BITS (OP_MASK_CODE10, OP_SH_CODE10); break;
10752 case 't': USE_BITS (OP_MASK_RT, OP_SH_RT); break;
10753 case 'T': USE_BITS (OP_MASK_RT, OP_SH_RT);
10754 USE_BITS (OP_MASK_SEL, OP_SH_SEL); break;
10755 case 'x': USE_BITS (OP_MASK_BBITIND, OP_SH_BBITIND); break;
10756 case 'X': USE_BITS (OP_MASK_BBITIND, OP_SH_BBITIND); break;
10757 case 'p': USE_BITS (OP_MASK_CINSPOS, OP_SH_CINSPOS); break;
10758 case 'P': USE_BITS (OP_MASK_CINSPOS, OP_SH_CINSPOS); break;
10759 case 'Q': USE_BITS (OP_MASK_SEQI, OP_SH_SEQI); break;
10760 case 's': USE_BITS (OP_MASK_CINSLM1, OP_SH_CINSLM1); break;
10761 case 'S': USE_BITS (OP_MASK_CINSLM1, OP_SH_CINSLM1); break;
10762 case 'z': USE_BITS (OP_MASK_RZ, OP_SH_RZ); break;
10763 case 'Z': USE_BITS (OP_MASK_FZ, OP_SH_FZ); break;
10764 case 'a': USE_BITS (OP_MASK_OFFSET_A, OP_SH_OFFSET_A); break;
10765 case 'b': USE_BITS (OP_MASK_OFFSET_B, OP_SH_OFFSET_B); break;
10766 case 'c': USE_BITS (OP_MASK_OFFSET_C, OP_SH_OFFSET_C); break;
10767 case 'j': USE_BITS (OP_MASK_EVAOFFSET, OP_SH_EVAOFFSET); break;
10770 as_bad (_("internal: bad mips opcode (unknown extension operand type `+%c'): %s %s"),
10771 c, opc->name, opc->args);
10775 case '<': USE_BITS (OP_MASK_SHAMT, OP_SH_SHAMT); break;
10776 case '>': USE_BITS (OP_MASK_SHAMT, OP_SH_SHAMT); break;
10778 case 'B': USE_BITS (OP_MASK_CODE20, OP_SH_CODE20); break;
10779 case 'C': USE_BITS (OP_MASK_COPZ, OP_SH_COPZ); break;
10780 case 'D': USE_BITS (OP_MASK_FD, OP_SH_FD); break;
10781 case 'E': USE_BITS (OP_MASK_RT, OP_SH_RT); break;
10783 case 'G': USE_BITS (OP_MASK_RD, OP_SH_RD); break;
10784 case 'H': USE_BITS (OP_MASK_SEL, OP_SH_SEL); break;
10786 case 'J': USE_BITS (OP_MASK_CODE19, OP_SH_CODE19); break;
10787 case 'K': USE_BITS (OP_MASK_RD, OP_SH_RD); break;
10789 case 'M': USE_BITS (OP_MASK_CCC, OP_SH_CCC); break;
10790 case 'N': USE_BITS (OP_MASK_BCC, OP_SH_BCC); break;
10791 case 'O': USE_BITS (OP_MASK_ALN, OP_SH_ALN); break;
10792 case 'Q': USE_BITS (OP_MASK_VSEL, OP_SH_VSEL);
10793 USE_BITS (OP_MASK_FT, OP_SH_FT); break;
10794 case 'R': USE_BITS (OP_MASK_FR, OP_SH_FR); break;
10795 case 'S': USE_BITS (OP_MASK_FS, OP_SH_FS); break;
10796 case 'T': USE_BITS (OP_MASK_FT, OP_SH_FT); break;
10797 case 'V': USE_BITS (OP_MASK_FS, OP_SH_FS); break;
10798 case 'W': USE_BITS (OP_MASK_FT, OP_SH_FT); break;
10799 case 'X': USE_BITS (OP_MASK_FD, OP_SH_FD); break;
10800 case 'Y': USE_BITS (OP_MASK_FS, OP_SH_FS); break;
10801 case 'Z': USE_BITS (OP_MASK_FT, OP_SH_FT); break;
10802 case 'a': USE_BITS (OP_MASK_TARGET, OP_SH_TARGET); break;
10803 case 'b': USE_BITS (OP_MASK_RS, OP_SH_RS); break;
10804 case 'c': USE_BITS (OP_MASK_CODE, OP_SH_CODE); break;
10805 case 'd': USE_BITS (OP_MASK_RD, OP_SH_RD); break;
10807 case 'h': USE_BITS (OP_MASK_PREFX, OP_SH_PREFX); break;
10808 case 'i': USE_BITS (OP_MASK_IMMEDIATE, OP_SH_IMMEDIATE); break;
10809 case 'j': USE_BITS (OP_MASK_DELTA, OP_SH_DELTA); break;
10810 case 'k': USE_BITS (OP_MASK_CACHE, OP_SH_CACHE); break;
10812 case 'o': USE_BITS (OP_MASK_DELTA, OP_SH_DELTA); break;
10813 case 'p': USE_BITS (OP_MASK_DELTA, OP_SH_DELTA); break;
10814 case 'q': USE_BITS (OP_MASK_CODE2, OP_SH_CODE2); break;
10815 case 'r': USE_BITS (OP_MASK_RS, OP_SH_RS); break;
10816 case 's': USE_BITS (OP_MASK_RS, OP_SH_RS); break;
10817 case 't': USE_BITS (OP_MASK_RT, OP_SH_RT); break;
10818 case 'u': USE_BITS (OP_MASK_IMMEDIATE, OP_SH_IMMEDIATE); break;
10819 case 'v': USE_BITS (OP_MASK_RS, OP_SH_RS); break;
10820 case 'w': USE_BITS (OP_MASK_RT, OP_SH_RT); break;
10823 case 'P': USE_BITS (OP_MASK_PERFREG, OP_SH_PERFREG); break;
10824 case 'U': USE_BITS (OP_MASK_RD, OP_SH_RD);
10825 USE_BITS (OP_MASK_RT, OP_SH_RT); break;
10826 case 'e': USE_BITS (OP_MASK_VECBYTE, OP_SH_VECBYTE); break;
10827 case '%': USE_BITS (OP_MASK_VECALIGN, OP_SH_VECALIGN); break;
10830 case '1': USE_BITS (OP_MASK_SHAMT, OP_SH_SHAMT); break;
10831 case '2': USE_BITS (OP_MASK_BP, OP_SH_BP); break;
10832 case '3': USE_BITS (OP_MASK_SA3, OP_SH_SA3); break;
10833 case '4': USE_BITS (OP_MASK_SA4, OP_SH_SA4); break;
10834 case '5': USE_BITS (OP_MASK_IMM8, OP_SH_IMM8); break;
10835 case '6': USE_BITS (OP_MASK_RS, OP_SH_RS); break;
10836 case '7': USE_BITS (OP_MASK_DSPACC, OP_SH_DSPACC); break;
10837 case '8': USE_BITS (OP_MASK_WRDSP, OP_SH_WRDSP); break;
10838 case '9': USE_BITS (OP_MASK_DSPACC_S, OP_SH_DSPACC_S);break;
10839 case '0': USE_BITS (OP_MASK_DSPSFT, OP_SH_DSPSFT); break;
10840 case '\'': USE_BITS (OP_MASK_RDDSP, OP_SH_RDDSP); break;
10841 case ':': USE_BITS (OP_MASK_DSPSFT_7, OP_SH_DSPSFT_7);break;
10842 case '@': USE_BITS (OP_MASK_IMM10, OP_SH_IMM10); break;
10843 case '!': USE_BITS (OP_MASK_MT_U, OP_SH_MT_U); break;
10844 case '$': USE_BITS (OP_MASK_MT_H, OP_SH_MT_H); break;
10845 case '*': USE_BITS (OP_MASK_MTACC_T, OP_SH_MTACC_T); break;
10846 case '&': USE_BITS (OP_MASK_MTACC_D, OP_SH_MTACC_D); break;
10847 case '\\': USE_BITS (OP_MASK_3BITPOS, OP_SH_3BITPOS); break;
10848 case '~': USE_BITS (OP_MASK_OFFSET12, OP_SH_OFFSET12); break;
10849 case 'g': USE_BITS (OP_MASK_RD, OP_SH_RD); break;
10851 as_bad (_("internal: bad mips opcode (unknown operand type `%c'): %s %s"),
10852 c, opc->name, opc->args);
10856 if (used_bits != 0xffffffff)
10858 as_bad (_("internal: bad mips opcode (bits 0x%lx undefined): %s %s"),
10859 ~used_bits & 0xffffffff, opc->name, opc->args);
10865 /* For consistency checking, verify that the length implied matches the
10866 major opcode and that all bits are specified either by the match/mask
10867 part of the instruction definition, or by the operand list. */
10870 validate_micromips_insn (const struct mips_opcode *opc)
10872 unsigned long match = opc->match;
10873 unsigned long mask = opc->mask;
10874 const char *p = opc->args;
10875 unsigned long insn_bits;
10876 unsigned long used_bits;
10877 unsigned long major;
10878 unsigned int length;
10882 if ((mask & match) != match)
10884 as_bad (_("Internal error: bad microMIPS opcode (mask error): %s %s"),
10885 opc->name, opc->args);
10888 length = micromips_insn_length (opc);
10889 if (length != 2 && length != 4)
10891 as_bad (_("Internal error: bad microMIPS opcode (incorrect length: %u): "
10892 "%s %s"), length, opc->name, opc->args);
10895 major = match >> (10 + 8 * (length - 2));
10896 if ((length == 2 && (major & 7) != 1 && (major & 6) != 2)
10897 || (length == 4 && (major & 7) != 0 && (major & 4) != 4))
10899 as_bad (_("Internal error: bad microMIPS opcode "
10900 "(opcode/length mismatch): %s %s"), opc->name, opc->args);
10904 /* Shift piecewise to avoid an overflow where unsigned long is 32-bit. */
10905 insn_bits = 1 << 4 * length;
10906 insn_bits <<= 4 * length;
10909 #define USE_BITS(field) \
10910 (used_bits |= MICROMIPSOP_MASK_##field << MICROMIPSOP_SH_##field)
10921 case 'A': USE_BITS (EXTLSB); break;
10922 case 'B': USE_BITS (INSMSB); break;
10923 case 'C': USE_BITS (EXTMSBD); break;
10924 case 'D': USE_BITS (RS); USE_BITS (SEL); break;
10925 case 'E': USE_BITS (EXTLSB); break;
10926 case 'F': USE_BITS (INSMSB); break;
10927 case 'G': USE_BITS (EXTMSBD); break;
10928 case 'H': USE_BITS (EXTMSBD); break;
10929 case 'j': USE_BITS (EVAOFFSET); break;
10931 as_bad (_("Internal error: bad mips opcode "
10932 "(unknown extension operand type `%c%c'): %s %s"),
10933 e, c, opc->name, opc->args);
10941 case 'A': USE_BITS (IMMA); break;
10942 case 'B': USE_BITS (IMMB); break;
10943 case 'C': USE_BITS (IMMC); break;
10944 case 'D': USE_BITS (IMMD); break;
10945 case 'E': USE_BITS (IMME); break;
10946 case 'F': USE_BITS (IMMF); break;
10947 case 'G': USE_BITS (IMMG); break;
10948 case 'H': USE_BITS (IMMH); break;
10949 case 'I': USE_BITS (IMMI); break;
10950 case 'J': USE_BITS (IMMJ); break;
10951 case 'L': USE_BITS (IMML); break;
10952 case 'M': USE_BITS (IMMM); break;
10953 case 'N': USE_BITS (IMMN); break;
10954 case 'O': USE_BITS (IMMO); break;
10955 case 'P': USE_BITS (IMMP); break;
10956 case 'Q': USE_BITS (IMMQ); break;
10957 case 'U': USE_BITS (IMMU); break;
10958 case 'W': USE_BITS (IMMW); break;
10959 case 'X': USE_BITS (IMMX); break;
10960 case 'Y': USE_BITS (IMMY); break;
10963 case 'b': USE_BITS (MB); break;
10964 case 'c': USE_BITS (MC); break;
10965 case 'd': USE_BITS (MD); break;
10966 case 'e': USE_BITS (ME); break;
10967 case 'f': USE_BITS (MF); break;
10968 case 'g': USE_BITS (MG); break;
10969 case 'h': USE_BITS (MH); break;
10970 case 'i': USE_BITS (MI); break;
10971 case 'j': USE_BITS (MJ); break;
10972 case 'l': USE_BITS (ML); break;
10973 case 'm': USE_BITS (MM); break;
10974 case 'n': USE_BITS (MN); break;
10975 case 'p': USE_BITS (MP); break;
10976 case 'q': USE_BITS (MQ); break;
10984 as_bad (_("Internal error: bad mips opcode "
10985 "(unknown extension operand type `%c%c'): %s %s"),
10986 e, c, opc->name, opc->args);
10990 case '.': USE_BITS (OFFSET10); break;
10991 case '1': USE_BITS (STYPE); break;
10992 case '2': USE_BITS (BP); break;
10993 case '3': USE_BITS (SA3); break;
10994 case '4': USE_BITS (SA4); break;
10995 case '5': USE_BITS (IMM8); break;
10996 case '6': USE_BITS (RS); break;
10997 case '7': USE_BITS (DSPACC); break;
10998 case '8': USE_BITS (WRDSP); break;
10999 case '0': USE_BITS (DSPSFT); break;
11000 case '<': USE_BITS (SHAMT); break;
11001 case '>': USE_BITS (SHAMT); break;
11002 case '@': USE_BITS (IMM10); break;
11003 case 'B': USE_BITS (CODE10); break;
11004 case 'C': USE_BITS (COPZ); break;
11005 case 'D': USE_BITS (FD); break;
11006 case 'E': USE_BITS (RT); break;
11007 case 'G': USE_BITS (RS); break;
11008 case 'H': USE_BITS (SEL); break;
11009 case 'K': USE_BITS (RS); break;
11010 case 'M': USE_BITS (CCC); break;
11011 case 'N': USE_BITS (BCC); break;
11012 case 'R': USE_BITS (FR); break;
11013 case 'S': USE_BITS (FS); break;
11014 case 'T': USE_BITS (FT); break;
11015 case 'V': USE_BITS (FS); break;
11016 case '\\': USE_BITS (3BITPOS); break;
11017 case '^': USE_BITS (RD); break;
11018 case 'a': USE_BITS (TARGET); break;
11019 case 'b': USE_BITS (RS); break;
11020 case 'c': USE_BITS (CODE); break;
11021 case 'd': USE_BITS (RD); break;
11022 case 'h': USE_BITS (PREFX); break;
11023 case 'i': USE_BITS (IMMEDIATE); break;
11024 case 'j': USE_BITS (DELTA); break;
11025 case 'k': USE_BITS (CACHE); break;
11026 case 'n': USE_BITS (RT); break;
11027 case 'o': USE_BITS (DELTA); break;
11028 case 'p': USE_BITS (DELTA); break;
11029 case 'q': USE_BITS (CODE2); break;
11030 case 'r': USE_BITS (RS); break;
11031 case 's': USE_BITS (RS); break;
11032 case 't': USE_BITS (RT); break;
11033 case 'u': USE_BITS (IMMEDIATE); break;
11034 case 'v': USE_BITS (RS); break;
11035 case 'w': USE_BITS (RT); break;
11036 case 'y': USE_BITS (RS3); break;
11038 case '|': USE_BITS (TRAP); break;
11039 case '~': USE_BITS (OFFSET12); break;
11041 as_bad (_("Internal error: bad microMIPS opcode "
11042 "(unknown operand type `%c'): %s %s"),
11043 c, opc->name, opc->args);
11047 if (used_bits != insn_bits)
11049 if (~used_bits & insn_bits)
11050 as_bad (_("Internal error: bad microMIPS opcode "
11051 "(bits 0x%lx undefined): %s %s"),
11052 ~used_bits & insn_bits, opc->name, opc->args);
11053 if (used_bits & ~insn_bits)
11054 as_bad (_("Internal error: bad microMIPS opcode "
11055 "(bits 0x%lx defined): %s %s"),
11056 used_bits & ~insn_bits, opc->name, opc->args);
11062 /* UDI immediates. */
11063 struct mips_immed {
11065 unsigned int shift;
11066 unsigned long mask;
11070 static const struct mips_immed mips_immed[] = {
11071 { '1', OP_SH_UDI1, OP_MASK_UDI1, 0},
11072 { '2', OP_SH_UDI2, OP_MASK_UDI2, 0},
11073 { '3', OP_SH_UDI3, OP_MASK_UDI3, 0},
11074 { '4', OP_SH_UDI4, OP_MASK_UDI4, 0},
11078 /* Check whether an odd floating-point register is allowed. */
11080 mips_oddfpreg_ok (const struct mips_opcode *insn, int argnum)
11082 const char *s = insn->name;
11084 if (insn->pinfo == INSN_MACRO)
11085 /* Let a macro pass, we'll catch it later when it is expanded. */
11088 if (ISA_HAS_ODD_SINGLE_FPR (mips_opts.isa) || (mips_opts.arch == CPU_R5900))
11090 /* Allow odd registers for single-precision ops. */
11091 switch (insn->pinfo & (FP_S | FP_D))
11095 return 1; /* both single precision - ok */
11097 return 0; /* both double precision - fail */
11102 /* Cvt.w.x and cvt.x.w allow an odd register for a 'w' or 's' operand. */
11103 s = strchr (insn->name, '.');
11105 s = s != NULL ? strchr (s + 1, '.') : NULL;
11106 return (s != NULL && (s[1] == 'w' || s[1] == 's'));
11109 /* Single-precision coprocessor loads and moves are OK too. */
11110 if ((insn->pinfo & FP_S)
11111 && (insn->pinfo & (INSN_COPROC_MEMORY_DELAY | INSN_STORE_MEMORY
11112 | INSN_LOAD_COPROC_DELAY | INSN_COPROC_MOVE_DELAY)))
11118 /* Check if EXPR is a constant between MIN (inclusive) and MAX (exclusive)
11119 taking bits from BIT up. */
11121 expr_const_in_range (expressionS *ep, offsetT min, offsetT max, int bit)
11123 return (ep->X_op == O_constant
11124 && (ep->X_add_number & ((1 << bit) - 1)) == 0
11125 && ep->X_add_number >= min << bit
11126 && ep->X_add_number < max << bit);
11129 /* This routine assembles an instruction into its binary format. As a
11130 side effect, it sets one of the global variables imm_reloc or
11131 offset_reloc to the type of relocation to do if one of the operands
11132 is an address expression. */
11135 mips_ip (char *str, struct mips_cl_insn *ip)
11137 bfd_boolean wrong_delay_slot_insns = FALSE;
11138 bfd_boolean need_delay_slot_ok = TRUE;
11139 struct mips_opcode *firstinsn = NULL;
11140 const struct mips_opcode *past;
11141 struct hash_control *hash;
11145 struct mips_opcode *insn;
11147 unsigned int regno;
11148 unsigned int lastregno;
11149 unsigned int destregno = 0;
11150 unsigned int lastpos = 0;
11151 unsigned int limlo, limhi;
11154 offsetT min_range, max_range;
11158 unsigned int rtype;
11164 if (mips_opts.micromips)
11166 hash = micromips_op_hash;
11167 past = µmips_opcodes[bfd_micromips_num_opcodes];
11172 past = &mips_opcodes[NUMOPCODES];
11174 forced_insn_length = 0;
11177 /* We first try to match an instruction up to a space or to the end. */
11178 for (end = 0; str[end] != '\0' && !ISSPACE (str[end]); end++)
11181 /* Make a copy of the instruction so that we can fiddle with it. */
11182 name = alloca (end + 1);
11183 memcpy (name, str, end);
11188 insn = (struct mips_opcode *) hash_find (hash, name);
11190 if (insn != NULL || !mips_opts.micromips)
11192 if (forced_insn_length)
11195 /* See if there's an instruction size override suffix,
11196 either `16' or `32', at the end of the mnemonic proper,
11197 that defines the operation, i.e. before the first `.'
11198 character if any. Strip it and retry. */
11199 dot = strchr (name, '.');
11200 opend = dot != NULL ? dot - name : end;
11203 if (name[opend - 2] == '1' && name[opend - 1] == '6')
11204 forced_insn_length = 2;
11205 else if (name[opend - 2] == '3' && name[opend - 1] == '2')
11206 forced_insn_length = 4;
11209 memcpy (name + opend - 2, name + opend, end - opend + 1);
11213 insn_error = _("Unrecognized opcode");
11217 /* For microMIPS instructions placed in a fixed-length branch delay slot
11218 we make up to two passes over the relevant fragment of the opcode
11219 table. First we try instructions that meet the delay slot's length
11220 requirement. If none matched, then we retry with the remaining ones
11221 and if one matches, then we use it and then issue an appropriate
11222 warning later on. */
11223 argsStart = s = str + end;
11226 bfd_boolean delay_slot_ok;
11227 bfd_boolean size_ok;
11230 gas_assert (strcmp (insn->name, name) == 0);
11232 ok = is_opcode_valid (insn);
11233 size_ok = is_size_valid (insn);
11234 delay_slot_ok = is_delay_slot_valid (insn);
11235 if (!delay_slot_ok && !wrong_delay_slot_insns)
11238 wrong_delay_slot_insns = TRUE;
11240 if (!ok || !size_ok || delay_slot_ok != need_delay_slot_ok)
11242 static char buf[256];
11244 if (insn + 1 < past && strcmp (insn->name, insn[1].name) == 0)
11249 if (wrong_delay_slot_insns && need_delay_slot_ok)
11251 gas_assert (firstinsn);
11252 need_delay_slot_ok = FALSE;
11262 sprintf (buf, _("Opcode not supported on this processor: %s (%s)"),
11263 mips_cpu_info_from_arch (mips_opts.arch)->name,
11264 mips_cpu_info_from_isa (mips_opts.isa)->name);
11266 sprintf (buf, _("Unrecognized %u-bit version of microMIPS opcode"),
11267 8 * forced_insn_length);
11273 create_insn (ip, insn);
11276 lastregno = 0xffffffff;
11277 for (args = insn->args;; ++args)
11281 s += strspn (s, " \t");
11285 case '\0': /* end of args */
11291 /* DSP 2-bit unsigned immediate in bit 11 (for standard MIPS
11292 code) or 14 (for microMIPS code). */
11293 my_getExpression (&imm_expr, s);
11294 check_absolute_expr (ip, &imm_expr);
11295 if ((unsigned long) imm_expr.X_add_number != 1
11296 && (unsigned long) imm_expr.X_add_number != 3)
11298 as_bad (_("BALIGN immediate not 1 or 3 (%lu)"),
11299 (unsigned long) imm_expr.X_add_number);
11301 INSERT_OPERAND (mips_opts.micromips,
11302 BP, *ip, imm_expr.X_add_number);
11303 imm_expr.X_op = O_absent;
11308 /* DSP 3-bit unsigned immediate in bit 13 (for standard MIPS
11309 code) or 21 (for microMIPS code). */
11311 unsigned long mask = (mips_opts.micromips
11312 ? MICROMIPSOP_MASK_SA3 : OP_MASK_SA3);
11314 my_getExpression (&imm_expr, s);
11315 check_absolute_expr (ip, &imm_expr);
11316 if ((unsigned long) imm_expr.X_add_number > mask)
11317 as_bad (_("DSP immediate not in range 0..%lu (%lu)"),
11318 mask, (unsigned long) imm_expr.X_add_number);
11319 INSERT_OPERAND (mips_opts.micromips,
11320 SA3, *ip, imm_expr.X_add_number);
11321 imm_expr.X_op = O_absent;
11327 /* DSP 4-bit unsigned immediate in bit 12 (for standard MIPS
11328 code) or 21 (for microMIPS code). */
11330 unsigned long mask = (mips_opts.micromips
11331 ? MICROMIPSOP_MASK_SA4 : OP_MASK_SA4);
11333 my_getExpression (&imm_expr, s);
11334 check_absolute_expr (ip, &imm_expr);
11335 if ((unsigned long) imm_expr.X_add_number > mask)
11336 as_bad (_("DSP immediate not in range 0..%lu (%lu)"),
11337 mask, (unsigned long) imm_expr.X_add_number);
11338 INSERT_OPERAND (mips_opts.micromips,
11339 SA4, *ip, imm_expr.X_add_number);
11340 imm_expr.X_op = O_absent;
11346 /* DSP 8-bit unsigned immediate in bit 13 (for standard MIPS
11347 code) or 16 (for microMIPS code). */
11349 unsigned long mask = (mips_opts.micromips
11350 ? MICROMIPSOP_MASK_IMM8 : OP_MASK_IMM8);
11352 my_getExpression (&imm_expr, s);
11353 check_absolute_expr (ip, &imm_expr);
11354 if ((unsigned long) imm_expr.X_add_number > mask)
11355 as_bad (_("DSP immediate not in range 0..%lu (%lu)"),
11356 mask, (unsigned long) imm_expr.X_add_number);
11357 INSERT_OPERAND (mips_opts.micromips,
11358 IMM8, *ip, imm_expr.X_add_number);
11359 imm_expr.X_op = O_absent;
11365 /* DSP 5-bit unsigned immediate in bit 16 (for standard MIPS
11366 code) or 21 (for microMIPS code). */
11368 unsigned long mask = (mips_opts.micromips
11369 ? MICROMIPSOP_MASK_RS : OP_MASK_RS);
11371 my_getExpression (&imm_expr, s);
11372 check_absolute_expr (ip, &imm_expr);
11373 if ((unsigned long) imm_expr.X_add_number > mask)
11374 as_bad (_("DSP immediate not in range 0..%lu (%lu)"),
11375 mask, (unsigned long) imm_expr.X_add_number);
11376 INSERT_OPERAND (mips_opts.micromips,
11377 RS, *ip, imm_expr.X_add_number);
11378 imm_expr.X_op = O_absent;
11383 case '7': /* Four DSP accumulators in bits 11,12. */
11384 if (s[0] == '$' && s[1] == 'a' && s[2] == 'c'
11385 && s[3] >= '0' && s[3] <= '3')
11387 regno = s[3] - '0';
11389 INSERT_OPERAND (mips_opts.micromips, DSPACC, *ip, regno);
11393 as_bad (_("Invalid dsp acc register"));
11397 /* DSP 6-bit unsigned immediate in bit 11 (for standard MIPS
11398 code) or 14 (for microMIPS code). */
11400 unsigned long mask = (mips_opts.micromips
11401 ? MICROMIPSOP_MASK_WRDSP
11404 my_getExpression (&imm_expr, s);
11405 check_absolute_expr (ip, &imm_expr);
11406 if ((unsigned long) imm_expr.X_add_number > mask)
11407 as_bad (_("DSP immediate not in range 0..%lu (%lu)"),
11408 mask, (unsigned long) imm_expr.X_add_number);
11409 INSERT_OPERAND (mips_opts.micromips,
11410 WRDSP, *ip, imm_expr.X_add_number);
11411 imm_expr.X_op = O_absent;
11416 case '9': /* Four DSP accumulators in bits 21,22. */
11417 gas_assert (!mips_opts.micromips);
11418 if (s[0] == '$' && s[1] == 'a' && s[2] == 'c'
11419 && s[3] >= '0' && s[3] <= '3')
11421 regno = s[3] - '0';
11423 INSERT_OPERAND (0, DSPACC_S, *ip, regno);
11427 as_bad (_("Invalid dsp acc register"));
11431 /* DSP 6-bit signed immediate in bit 16 (for standard MIPS
11432 code) or 20 (for microMIPS code). */
11434 long mask = (mips_opts.micromips
11435 ? MICROMIPSOP_MASK_DSPSFT : OP_MASK_DSPSFT);
11437 my_getExpression (&imm_expr, s);
11438 check_absolute_expr (ip, &imm_expr);
11439 min_range = -((mask + 1) >> 1);
11440 max_range = ((mask + 1) >> 1) - 1;
11441 if (imm_expr.X_add_number < min_range
11442 || imm_expr.X_add_number > max_range)
11443 as_bad (_("DSP immediate not in range %ld..%ld (%ld)"),
11444 (long) min_range, (long) max_range,
11445 (long) imm_expr.X_add_number);
11446 INSERT_OPERAND (mips_opts.micromips,
11447 DSPSFT, *ip, imm_expr.X_add_number);
11448 imm_expr.X_op = O_absent;
11453 case '\'': /* DSP 6-bit unsigned immediate in bit 16. */
11454 gas_assert (!mips_opts.micromips);
11455 my_getExpression (&imm_expr, s);
11456 check_absolute_expr (ip, &imm_expr);
11457 if (imm_expr.X_add_number & ~OP_MASK_RDDSP)
11459 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
11461 (unsigned long) imm_expr.X_add_number);
11463 INSERT_OPERAND (0, RDDSP, *ip, imm_expr.X_add_number);
11464 imm_expr.X_op = O_absent;
11468 case ':': /* DSP 7-bit signed immediate in bit 19. */
11469 gas_assert (!mips_opts.micromips);
11470 my_getExpression (&imm_expr, s);
11471 check_absolute_expr (ip, &imm_expr);
11472 min_range = -((OP_MASK_DSPSFT_7 + 1) >> 1);
11473 max_range = ((OP_MASK_DSPSFT_7 + 1) >> 1) - 1;
11474 if (imm_expr.X_add_number < min_range ||
11475 imm_expr.X_add_number > max_range)
11477 as_bad (_("DSP immediate not in range %ld..%ld (%ld)"),
11478 (long) min_range, (long) max_range,
11479 (long) imm_expr.X_add_number);
11481 INSERT_OPERAND (0, DSPSFT_7, *ip, imm_expr.X_add_number);
11482 imm_expr.X_op = O_absent;
11486 case '@': /* DSP 10-bit signed immediate in bit 16. */
11488 long mask = (mips_opts.micromips
11489 ? MICROMIPSOP_MASK_IMM10 : OP_MASK_IMM10);
11491 my_getExpression (&imm_expr, s);
11492 check_absolute_expr (ip, &imm_expr);
11493 min_range = -((mask + 1) >> 1);
11494 max_range = ((mask + 1) >> 1) - 1;
11495 if (imm_expr.X_add_number < min_range
11496 || imm_expr.X_add_number > max_range)
11497 as_bad (_("DSP immediate not in range %ld..%ld (%ld)"),
11498 (long) min_range, (long) max_range,
11499 (long) imm_expr.X_add_number);
11500 INSERT_OPERAND (mips_opts.micromips,
11501 IMM10, *ip, imm_expr.X_add_number);
11502 imm_expr.X_op = O_absent;
11507 case '^': /* DSP 5-bit unsigned immediate in bit 11. */
11508 gas_assert (mips_opts.micromips);
11509 my_getExpression (&imm_expr, s);
11510 check_absolute_expr (ip, &imm_expr);
11511 if (imm_expr.X_add_number & ~MICROMIPSOP_MASK_RD)
11512 as_bad (_("DSP immediate not in range 0..%d (%lu)"),
11513 MICROMIPSOP_MASK_RD,
11514 (unsigned long) imm_expr.X_add_number);
11515 INSERT_OPERAND (1, RD, *ip, imm_expr.X_add_number);
11516 imm_expr.X_op = O_absent;
11520 case '!': /* MT usermode flag bit. */
11521 gas_assert (!mips_opts.micromips);
11522 my_getExpression (&imm_expr, s);
11523 check_absolute_expr (ip, &imm_expr);
11524 if (imm_expr.X_add_number & ~OP_MASK_MT_U)
11525 as_bad (_("MT usermode bit not 0 or 1 (%lu)"),
11526 (unsigned long) imm_expr.X_add_number);
11527 INSERT_OPERAND (0, MT_U, *ip, imm_expr.X_add_number);
11528 imm_expr.X_op = O_absent;
11532 case '$': /* MT load high flag bit. */
11533 gas_assert (!mips_opts.micromips);
11534 my_getExpression (&imm_expr, s);
11535 check_absolute_expr (ip, &imm_expr);
11536 if (imm_expr.X_add_number & ~OP_MASK_MT_H)
11537 as_bad (_("MT load high bit not 0 or 1 (%lu)"),
11538 (unsigned long) imm_expr.X_add_number);
11539 INSERT_OPERAND (0, MT_H, *ip, imm_expr.X_add_number);
11540 imm_expr.X_op = O_absent;
11544 case '*': /* Four DSP accumulators in bits 18,19. */
11545 gas_assert (!mips_opts.micromips);
11546 if (s[0] == '$' && s[1] == 'a' && s[2] == 'c' &&
11547 s[3] >= '0' && s[3] <= '3')
11549 regno = s[3] - '0';
11551 INSERT_OPERAND (0, MTACC_T, *ip, regno);
11555 as_bad (_("Invalid dsp/smartmips acc register"));
11558 case '&': /* Four DSP accumulators in bits 13,14. */
11559 gas_assert (!mips_opts.micromips);
11560 if (s[0] == '$' && s[1] == 'a' && s[2] == 'c' &&
11561 s[3] >= '0' && s[3] <= '3')
11563 regno = s[3] - '0';
11565 INSERT_OPERAND (0, MTACC_D, *ip, regno);
11569 as_bad (_("Invalid dsp/smartmips acc register"));
11572 case '\\': /* 3-bit bit position. */
11574 unsigned long mask = (mips_opts.micromips
11575 ? MICROMIPSOP_MASK_3BITPOS
11576 : OP_MASK_3BITPOS);
11578 my_getExpression (&imm_expr, s);
11579 check_absolute_expr (ip, &imm_expr);
11580 if ((unsigned long) imm_expr.X_add_number > mask)
11581 as_warn (_("Bit position for %s not in range 0..%lu (%lu)"),
11583 mask, (unsigned long) imm_expr.X_add_number);
11584 INSERT_OPERAND (mips_opts.micromips,
11585 3BITPOS, *ip, imm_expr.X_add_number);
11586 imm_expr.X_op = O_absent;
11600 INSERT_OPERAND (mips_opts.micromips, RS, *ip, lastregno);
11604 INSERT_OPERAND (mips_opts.micromips, RT, *ip, lastregno);
11608 gas_assert (!mips_opts.micromips);
11609 INSERT_OPERAND (0, FT, *ip, lastregno);
11613 INSERT_OPERAND (mips_opts.micromips, FS, *ip, lastregno);
11619 /* Handle optional base register.
11620 Either the base register is omitted or
11621 we must have a left paren. */
11622 /* This is dependent on the next operand specifier
11623 is a base register specification. */
11624 gas_assert (args[1] == 'b'
11625 || (mips_opts.micromips
11627 && (args[2] == 'l' || args[2] == 'n'
11628 || args[2] == 's' || args[2] == 'a')));
11629 if (*s == '\0' && args[1] == 'b')
11631 /* Fall through. */
11633 case ')': /* These must match exactly. */
11638 case '[': /* These must match exactly. */
11640 gas_assert (!mips_opts.micromips);
11645 case '+': /* Opcode extension character. */
11648 case '1': /* UDI immediates. */
11652 gas_assert (!mips_opts.micromips);
11654 const struct mips_immed *imm = mips_immed;
11656 while (imm->type && imm->type != *args)
11660 my_getExpression (&imm_expr, s);
11661 check_absolute_expr (ip, &imm_expr);
11662 if ((unsigned long) imm_expr.X_add_number & ~imm->mask)
11664 as_warn (_("Illegal %s number (%lu, 0x%lx)"),
11665 imm->desc ? imm->desc : ip->insn_mo->name,
11666 (unsigned long) imm_expr.X_add_number,
11667 (unsigned long) imm_expr.X_add_number);
11668 imm_expr.X_add_number &= imm->mask;
11670 ip->insn_opcode |= ((unsigned long) imm_expr.X_add_number
11672 imm_expr.X_op = O_absent;
11677 case 'J': /* 10-bit hypcall code. */
11678 gas_assert (!mips_opts.micromips);
11680 unsigned long mask = OP_MASK_CODE10;
11682 my_getExpression (&imm_expr, s);
11683 check_absolute_expr (ip, &imm_expr);
11684 if ((unsigned long) imm_expr.X_add_number > mask)
11685 as_warn (_("Code for %s not in range 0..%lu (%lu)"),
11687 mask, (unsigned long) imm_expr.X_add_number);
11688 INSERT_OPERAND (0, CODE10, *ip, imm_expr.X_add_number);
11689 imm_expr.X_op = O_absent;
11694 case 'A': /* ins/ext position, becomes LSB. */
11703 my_getExpression (&imm_expr, s);
11704 check_absolute_expr (ip, &imm_expr);
11705 if ((unsigned long) imm_expr.X_add_number < limlo
11706 || (unsigned long) imm_expr.X_add_number > limhi)
11708 as_bad (_("Improper position (%lu)"),
11709 (unsigned long) imm_expr.X_add_number);
11710 imm_expr.X_add_number = limlo;
11712 lastpos = imm_expr.X_add_number;
11713 INSERT_OPERAND (mips_opts.micromips,
11714 EXTLSB, *ip, imm_expr.X_add_number);
11715 imm_expr.X_op = O_absent;
11719 case 'B': /* ins size, becomes MSB. */
11728 my_getExpression (&imm_expr, s);
11729 check_absolute_expr (ip, &imm_expr);
11730 /* Check for negative input so that small negative numbers
11731 will not succeed incorrectly. The checks against
11732 (pos+size) transitively check "size" itself,
11733 assuming that "pos" is reasonable. */
11734 if ((long) imm_expr.X_add_number < 0
11735 || ((unsigned long) imm_expr.X_add_number
11737 || ((unsigned long) imm_expr.X_add_number
11738 + lastpos) > limhi)
11740 as_bad (_("Improper insert size (%lu, position %lu)"),
11741 (unsigned long) imm_expr.X_add_number,
11742 (unsigned long) lastpos);
11743 imm_expr.X_add_number = limlo - lastpos;
11745 INSERT_OPERAND (mips_opts.micromips, INSMSB, *ip,
11746 lastpos + imm_expr.X_add_number - 1);
11747 imm_expr.X_op = O_absent;
11751 case 'C': /* ext size, becomes MSBD. */
11767 my_getExpression (&imm_expr, s);
11768 check_absolute_expr (ip, &imm_expr);
11769 /* The checks against (pos+size) don't transitively check
11770 "size" itself, assuming that "pos" is reasonable.
11771 We also need to check the lower bound of "size". */
11772 if ((long) imm_expr.X_add_number < sizelo
11773 || ((unsigned long) imm_expr.X_add_number
11775 || ((unsigned long) imm_expr.X_add_number
11776 + lastpos) > limhi)
11778 as_bad (_("Improper extract size (%lu, position %lu)"),
11779 (unsigned long) imm_expr.X_add_number,
11780 (unsigned long) lastpos);
11781 imm_expr.X_add_number = limlo - lastpos;
11783 INSERT_OPERAND (mips_opts.micromips,
11784 EXTMSBD, *ip, imm_expr.X_add_number - 1);
11785 imm_expr.X_op = O_absent;
11790 /* +D is for disassembly only; never match. */
11794 /* "+I" is like "I", except that imm2_expr is used. */
11795 my_getExpression (&imm2_expr, s);
11796 if (imm2_expr.X_op != O_big
11797 && imm2_expr.X_op != O_constant)
11798 insn_error = _("absolute expression required");
11799 if (HAVE_32BIT_GPRS)
11800 normalize_constant_expr (&imm2_expr);
11804 case 'T': /* Coprocessor register. */
11805 gas_assert (!mips_opts.micromips);
11806 /* +T is for disassembly only; never match. */
11809 case 't': /* Coprocessor register number. */
11810 gas_assert (!mips_opts.micromips);
11811 if (s[0] == '$' && ISDIGIT (s[1]))
11821 while (ISDIGIT (*s));
11823 as_bad (_("Invalid register number (%d)"), regno);
11826 INSERT_OPERAND (0, RT, *ip, regno);
11831 as_bad (_("Invalid coprocessor 0 register number"));
11835 /* bbit[01] and bbit[01]32 bit index. Give error if index
11836 is not in the valid range. */
11837 gas_assert (!mips_opts.micromips);
11838 my_getExpression (&imm_expr, s);
11839 check_absolute_expr (ip, &imm_expr);
11840 if ((unsigned) imm_expr.X_add_number > 31)
11842 as_bad (_("Improper bit index (%lu)"),
11843 (unsigned long) imm_expr.X_add_number);
11844 imm_expr.X_add_number = 0;
11846 INSERT_OPERAND (0, BBITIND, *ip, imm_expr.X_add_number);
11847 imm_expr.X_op = O_absent;
11852 /* bbit[01] bit index when bbit is used but we generate
11853 bbit[01]32 because the index is over 32. Move to the
11854 next candidate if index is not in the valid range. */
11855 gas_assert (!mips_opts.micromips);
11856 my_getExpression (&imm_expr, s);
11857 check_absolute_expr (ip, &imm_expr);
11858 if ((unsigned) imm_expr.X_add_number < 32
11859 || (unsigned) imm_expr.X_add_number > 63)
11861 INSERT_OPERAND (0, BBITIND, *ip, imm_expr.X_add_number - 32);
11862 imm_expr.X_op = O_absent;
11867 /* cins, cins32, exts and exts32 position field. Give error
11868 if it's not in the valid range. */
11869 gas_assert (!mips_opts.micromips);
11870 my_getExpression (&imm_expr, s);
11871 check_absolute_expr (ip, &imm_expr);
11872 if ((unsigned) imm_expr.X_add_number > 31)
11874 as_bad (_("Improper position (%lu)"),
11875 (unsigned long) imm_expr.X_add_number);
11876 imm_expr.X_add_number = 0;
11878 /* Make the pos explicit to simplify +S. */
11879 lastpos = imm_expr.X_add_number + 32;
11880 INSERT_OPERAND (0, CINSPOS, *ip, imm_expr.X_add_number);
11881 imm_expr.X_op = O_absent;
11886 /* cins, cins32, exts and exts32 position field. Move to
11887 the next candidate if it's not in the valid range. */
11888 gas_assert (!mips_opts.micromips);
11889 my_getExpression (&imm_expr, s);
11890 check_absolute_expr (ip, &imm_expr);
11891 if ((unsigned) imm_expr.X_add_number < 32
11892 || (unsigned) imm_expr.X_add_number > 63)
11894 lastpos = imm_expr.X_add_number;
11895 INSERT_OPERAND (0, CINSPOS, *ip, imm_expr.X_add_number - 32);
11896 imm_expr.X_op = O_absent;
11901 /* cins and exts length-minus-one field. */
11902 gas_assert (!mips_opts.micromips);
11903 my_getExpression (&imm_expr, s);
11904 check_absolute_expr (ip, &imm_expr);
11905 if ((unsigned long) imm_expr.X_add_number > 31)
11907 as_bad (_("Improper size (%lu)"),
11908 (unsigned long) imm_expr.X_add_number);
11909 imm_expr.X_add_number = 0;
11911 INSERT_OPERAND (0, CINSLM1, *ip, imm_expr.X_add_number);
11912 imm_expr.X_op = O_absent;
11917 /* cins32/exts32 and cins/exts aliasing cint32/exts32
11918 length-minus-one field. */
11919 gas_assert (!mips_opts.micromips);
11920 my_getExpression (&imm_expr, s);
11921 check_absolute_expr (ip, &imm_expr);
11922 if ((long) imm_expr.X_add_number < 0
11923 || (unsigned long) imm_expr.X_add_number + lastpos > 63)
11925 as_bad (_("Improper size (%lu)"),
11926 (unsigned long) imm_expr.X_add_number);
11927 imm_expr.X_add_number = 0;
11929 INSERT_OPERAND (0, CINSLM1, *ip, imm_expr.X_add_number);
11930 imm_expr.X_op = O_absent;
11935 /* seqi/snei immediate field. */
11936 gas_assert (!mips_opts.micromips);
11937 my_getExpression (&imm_expr, s);
11938 check_absolute_expr (ip, &imm_expr);
11939 if ((long) imm_expr.X_add_number < -512
11940 || (long) imm_expr.X_add_number >= 512)
11942 as_bad (_("Improper immediate (%ld)"),
11943 (long) imm_expr.X_add_number);
11944 imm_expr.X_add_number = 0;
11946 INSERT_OPERAND (0, SEQI, *ip, imm_expr.X_add_number);
11947 imm_expr.X_op = O_absent;
11951 case 'a': /* 8-bit signed offset in bit 6 */
11952 gas_assert (!mips_opts.micromips);
11953 my_getExpression (&imm_expr, s);
11954 check_absolute_expr (ip, &imm_expr);
11955 min_range = -((OP_MASK_OFFSET_A + 1) >> 1);
11956 max_range = ((OP_MASK_OFFSET_A + 1) >> 1) - 1;
11957 if (imm_expr.X_add_number < min_range
11958 || imm_expr.X_add_number > max_range)
11960 as_bad (_("Offset not in range %ld..%ld (%ld)"),
11961 (long) min_range, (long) max_range,
11962 (long) imm_expr.X_add_number);
11964 INSERT_OPERAND (0, OFFSET_A, *ip, imm_expr.X_add_number);
11965 imm_expr.X_op = O_absent;
11969 case 'b': /* 8-bit signed offset in bit 3 */
11970 gas_assert (!mips_opts.micromips);
11971 my_getExpression (&imm_expr, s);
11972 check_absolute_expr (ip, &imm_expr);
11973 min_range = -((OP_MASK_OFFSET_B + 1) >> 1);
11974 max_range = ((OP_MASK_OFFSET_B + 1) >> 1) - 1;
11975 if (imm_expr.X_add_number < min_range
11976 || imm_expr.X_add_number > max_range)
11978 as_bad (_("Offset not in range %ld..%ld (%ld)"),
11979 (long) min_range, (long) max_range,
11980 (long) imm_expr.X_add_number);
11982 INSERT_OPERAND (0, OFFSET_B, *ip, imm_expr.X_add_number);
11983 imm_expr.X_op = O_absent;
11987 case 'c': /* 9-bit signed offset in bit 6 */
11988 gas_assert (!mips_opts.micromips);
11989 my_getExpression (&imm_expr, s);
11990 check_absolute_expr (ip, &imm_expr);
11991 min_range = -((OP_MASK_OFFSET_C + 1) >> 1);
11992 max_range = ((OP_MASK_OFFSET_C + 1) >> 1) - 1;
11993 /* We check the offset range before adjusted. */
11996 if (imm_expr.X_add_number < min_range
11997 || imm_expr.X_add_number > max_range)
11999 as_bad (_("Offset not in range %ld..%ld (%ld)"),
12000 (long) min_range, (long) max_range,
12001 (long) imm_expr.X_add_number);
12003 if (imm_expr.X_add_number & 0xf)
12005 as_bad (_("Offset not 16 bytes alignment (%ld)"),
12006 (long) imm_expr.X_add_number);
12008 /* Right shift 4 bits to adjust the offset operand. */
12009 INSERT_OPERAND (0, OFFSET_C, *ip,
12010 imm_expr.X_add_number >> 4);
12011 imm_expr.X_op = O_absent;
12016 gas_assert (!mips_opts.micromips);
12017 if (!reg_lookup (&s, RTYPE_NUM | RTYPE_GP, ®no))
12019 if (regno == AT && mips_opts.at)
12021 if (mips_opts.at == ATREG)
12022 as_warn (_("used $at without \".set noat\""));
12024 as_warn (_("used $%u with \".set at=$%u\""),
12025 regno, mips_opts.at);
12027 INSERT_OPERAND (0, RZ, *ip, regno);
12031 gas_assert (!mips_opts.micromips);
12032 if (!reg_lookup (&s, RTYPE_FPU, ®no))
12034 INSERT_OPERAND (0, FZ, *ip, regno);
12041 /* Check whether there is only a single bracketed expression
12042 left. If so, it must be the base register and the
12043 constant must be zero. */
12044 if (*s == '(' && strchr (s + 1, '(') == 0)
12047 /* If this value won't fit into the offset, then go find
12048 a macro that will generate a 16- or 32-bit offset code
12050 i = my_getSmallExpression (&imm_expr, imm_reloc, s);
12051 if ((i == 0 && (imm_expr.X_op != O_constant
12052 || imm_expr.X_add_number >= 1 << shift
12053 || imm_expr.X_add_number < -1 << shift))
12056 imm_expr.X_op = O_absent;
12059 INSERT_OPERAND (mips_opts.micromips, EVAOFFSET, *ip,
12060 imm_expr.X_add_number);
12061 imm_expr.X_op = O_absent;
12067 as_bad (_("Internal error: bad %s opcode "
12068 "(unknown extension operand type `+%c'): %s %s"),
12069 mips_opts.micromips ? "microMIPS" : "MIPS",
12070 *args, insn->name, insn->args);
12071 /* Further processing is fruitless. */
12076 case '.': /* 10-bit offset. */
12077 gas_assert (mips_opts.micromips);
12078 case '~': /* 12-bit offset. */
12080 int shift = *args == '.' ? 9 : 11;
12083 /* Check whether there is only a single bracketed expression
12084 left. If so, it must be the base register and the
12085 constant must be zero. */
12086 if (*s == '(' && strchr (s + 1, '(') == 0)
12089 /* If this value won't fit into the offset, then go find
12090 a macro that will generate a 16- or 32-bit offset code
12092 i = my_getSmallExpression (&imm_expr, imm_reloc, s);
12093 if ((i == 0 && (imm_expr.X_op != O_constant
12094 || imm_expr.X_add_number >= 1 << shift
12095 || imm_expr.X_add_number < -1 << shift))
12098 imm_expr.X_op = O_absent;
12102 INSERT_OPERAND (1, OFFSET10, *ip, imm_expr.X_add_number);
12104 INSERT_OPERAND (mips_opts.micromips,
12105 OFFSET12, *ip, imm_expr.X_add_number);
12106 imm_expr.X_op = O_absent;
12111 case '<': /* must be at least one digit */
12113 * According to the manual, if the shift amount is greater
12114 * than 31 or less than 0, then the shift amount should be
12115 * mod 32. In reality the mips assembler issues an error.
12116 * We issue a warning and mask out all but the low 5 bits.
12118 my_getExpression (&imm_expr, s);
12119 check_absolute_expr (ip, &imm_expr);
12120 if ((unsigned long) imm_expr.X_add_number > 31)
12121 as_warn (_("Improper shift amount (%lu)"),
12122 (unsigned long) imm_expr.X_add_number);
12123 INSERT_OPERAND (mips_opts.micromips,
12124 SHAMT, *ip, imm_expr.X_add_number);
12125 imm_expr.X_op = O_absent;
12129 case '>': /* shift amount minus 32 */
12130 my_getExpression (&imm_expr, s);
12131 check_absolute_expr (ip, &imm_expr);
12132 if ((unsigned long) imm_expr.X_add_number < 32
12133 || (unsigned long) imm_expr.X_add_number > 63)
12135 INSERT_OPERAND (mips_opts.micromips,
12136 SHAMT, *ip, imm_expr.X_add_number - 32);
12137 imm_expr.X_op = O_absent;
12141 case 'k': /* CACHE code. */
12142 case 'h': /* PREFX code. */
12143 case '1': /* SYNC type. */
12144 my_getExpression (&imm_expr, s);
12145 check_absolute_expr (ip, &imm_expr);
12146 if ((unsigned long) imm_expr.X_add_number > 31)
12147 as_warn (_("Invalid value for `%s' (%lu)"),
12149 (unsigned long) imm_expr.X_add_number);
12153 if (mips_fix_cn63xxp1
12154 && !mips_opts.micromips
12155 && strcmp ("pref", insn->name) == 0)
12156 switch (imm_expr.X_add_number)
12165 case 31: /* These are ok. */
12168 default: /* The rest must be changed to 28. */
12169 imm_expr.X_add_number = 28;
12172 INSERT_OPERAND (mips_opts.micromips,
12173 CACHE, *ip, imm_expr.X_add_number);
12176 INSERT_OPERAND (mips_opts.micromips,
12177 PREFX, *ip, imm_expr.X_add_number);
12180 INSERT_OPERAND (mips_opts.micromips,
12181 STYPE, *ip, imm_expr.X_add_number);
12184 imm_expr.X_op = O_absent;
12188 case 'c': /* BREAK code. */
12190 unsigned long mask = (mips_opts.micromips
12191 ? MICROMIPSOP_MASK_CODE
12194 my_getExpression (&imm_expr, s);
12195 check_absolute_expr (ip, &imm_expr);
12196 if ((unsigned long) imm_expr.X_add_number > mask)
12197 as_warn (_("Code for %s not in range 0..%lu (%lu)"),
12199 mask, (unsigned long) imm_expr.X_add_number);
12200 INSERT_OPERAND (mips_opts.micromips,
12201 CODE, *ip, imm_expr.X_add_number);
12202 imm_expr.X_op = O_absent;
12207 case 'q': /* Lower BREAK code. */
12209 unsigned long mask = (mips_opts.micromips
12210 ? MICROMIPSOP_MASK_CODE2
12213 my_getExpression (&imm_expr, s);
12214 check_absolute_expr (ip, &imm_expr);
12215 if ((unsigned long) imm_expr.X_add_number > mask)
12216 as_warn (_("Lower code for %s not in range 0..%lu (%lu)"),
12218 mask, (unsigned long) imm_expr.X_add_number);
12219 INSERT_OPERAND (mips_opts.micromips,
12220 CODE2, *ip, imm_expr.X_add_number);
12221 imm_expr.X_op = O_absent;
12226 case 'B': /* 20- or 10-bit syscall/break/wait code. */
12228 unsigned long mask = (mips_opts.micromips
12229 ? MICROMIPSOP_MASK_CODE10
12232 my_getExpression (&imm_expr, s);
12233 check_absolute_expr (ip, &imm_expr);
12234 if ((unsigned long) imm_expr.X_add_number > mask)
12235 as_warn (_("Code for %s not in range 0..%lu (%lu)"),
12237 mask, (unsigned long) imm_expr.X_add_number);
12238 if (mips_opts.micromips)
12239 INSERT_OPERAND (1, CODE10, *ip, imm_expr.X_add_number);
12241 INSERT_OPERAND (0, CODE20, *ip, imm_expr.X_add_number);
12242 imm_expr.X_op = O_absent;
12247 case 'C': /* 25- or 23-bit coprocessor code. */
12249 unsigned long mask = (mips_opts.micromips
12250 ? MICROMIPSOP_MASK_COPZ
12253 my_getExpression (&imm_expr, s);
12254 check_absolute_expr (ip, &imm_expr);
12255 if ((unsigned long) imm_expr.X_add_number > mask)
12256 as_warn (_("Coproccesor code > %u bits (%lu)"),
12257 mips_opts.micromips ? 23U : 25U,
12258 (unsigned long) imm_expr.X_add_number);
12259 INSERT_OPERAND (mips_opts.micromips,
12260 COPZ, *ip, imm_expr.X_add_number);
12261 imm_expr.X_op = O_absent;
12266 case 'J': /* 19-bit WAIT code. */
12267 gas_assert (!mips_opts.micromips);
12268 my_getExpression (&imm_expr, s);
12269 check_absolute_expr (ip, &imm_expr);
12270 if ((unsigned long) imm_expr.X_add_number > OP_MASK_CODE19)
12272 as_warn (_("Illegal 19-bit code (%lu)"),
12273 (unsigned long) imm_expr.X_add_number);
12274 imm_expr.X_add_number &= OP_MASK_CODE19;
12276 INSERT_OPERAND (0, CODE19, *ip, imm_expr.X_add_number);
12277 imm_expr.X_op = O_absent;
12281 case 'P': /* Performance register. */
12282 gas_assert (!mips_opts.micromips);
12283 my_getExpression (&imm_expr, s);
12284 check_absolute_expr (ip, &imm_expr);
12285 if (imm_expr.X_add_number != 0 && imm_expr.X_add_number != 1)
12286 as_warn (_("Invalid performance register (%lu)"),
12287 (unsigned long) imm_expr.X_add_number);
12288 if (imm_expr.X_add_number != 0 && mips_opts.arch == CPU_R5900
12289 && (!strcmp(insn->name,"mfps") || !strcmp(insn->name,"mtps")))
12290 as_warn (_("Invalid performance register (%lu)"),
12291 (unsigned long) imm_expr.X_add_number);
12292 INSERT_OPERAND (0, PERFREG, *ip, imm_expr.X_add_number);
12293 imm_expr.X_op = O_absent;
12297 case 'G': /* Coprocessor destination register. */
12299 unsigned long opcode = ip->insn_opcode;
12300 unsigned long mask;
12301 unsigned int types;
12304 if (mips_opts.micromips)
12306 mask = ~((MICROMIPSOP_MASK_RT << MICROMIPSOP_SH_RT)
12307 | (MICROMIPSOP_MASK_RS << MICROMIPSOP_SH_RS)
12308 | (MICROMIPSOP_MASK_SEL << MICROMIPSOP_SH_SEL));
12312 case 0x000000fc: /* mfc0 */
12313 case 0x000002fc: /* mtc0 */
12314 case 0x580000fc: /* dmfc0 */
12315 case 0x580002fc: /* dmtc0 */
12325 opcode = (opcode >> OP_SH_OP) & OP_MASK_OP;
12326 cop0 = opcode == OP_OP_COP0;
12328 types = RTYPE_NUM | (cop0 ? RTYPE_CP0 : RTYPE_GP);
12329 ok = reg_lookup (&s, types, ®no);
12330 if (mips_opts.micromips)
12331 INSERT_OPERAND (1, RS, *ip, regno);
12333 INSERT_OPERAND (0, RD, *ip, regno);
12342 case 'y': /* ALNV.PS source register. */
12343 gas_assert (mips_opts.micromips);
12345 case 'x': /* Ignore register name. */
12346 case 'U': /* Destination register (CLO/CLZ). */
12347 case 'g': /* Coprocessor destination register. */
12348 gas_assert (!mips_opts.micromips);
12349 case 'b': /* Base register. */
12350 case 'd': /* Destination register. */
12351 case 's': /* Source register. */
12352 case 't': /* Target register. */
12353 case 'r': /* Both target and source. */
12354 case 'v': /* Both dest and source. */
12355 case 'w': /* Both dest and target. */
12356 case 'E': /* Coprocessor target register. */
12357 case 'K': /* RDHWR destination register. */
12358 case 'z': /* Must be zero register. */
12361 if (*args == 'E' || *args == 'K')
12362 ok = reg_lookup (&s, RTYPE_NUM, ®no);
12365 ok = reg_lookup (&s, RTYPE_NUM | RTYPE_GP, ®no);
12366 if (regno == AT && mips_opts.at)
12368 if (mips_opts.at == ATREG)
12369 as_warn (_("Used $at without \".set noat\""));
12371 as_warn (_("Used $%u with \".set at=$%u\""),
12372 regno, mips_opts.at);
12382 if (c == 'r' || c == 'v' || c == 'w')
12389 /* 'z' only matches $0. */
12390 if (c == 'z' && regno != 0)
12393 if (c == 's' && !strncmp (ip->insn_mo->name, "jalr", 4))
12395 if (regno == lastregno)
12398 = _("Source and destination must be different");
12401 if (regno == 31 && lastregno == 0xffffffff)
12404 = _("A destination register must be supplied");
12408 /* Now that we have assembled one operand, we use the args
12409 string to figure out where it goes in the instruction. */
12416 INSERT_OPERAND (mips_opts.micromips, RS, *ip, regno);
12420 if (mips_opts.micromips)
12421 INSERT_OPERAND (1, RS, *ip, regno);
12423 INSERT_OPERAND (0, RD, *ip, regno);
12428 INSERT_OPERAND (mips_opts.micromips, RD, *ip, regno);
12432 gas_assert (!mips_opts.micromips);
12433 INSERT_OPERAND (0, RD, *ip, regno);
12434 INSERT_OPERAND (0, RT, *ip, regno);
12440 INSERT_OPERAND (mips_opts.micromips, RT, *ip, regno);
12444 gas_assert (mips_opts.micromips);
12445 INSERT_OPERAND (1, RS3, *ip, regno);
12449 /* This case exists because on the r3000 trunc
12450 expands into a macro which requires a gp
12451 register. On the r6000 or r4000 it is
12452 assembled into a single instruction which
12453 ignores the register. Thus the insn version
12454 is MIPS_ISA2 and uses 'x', and the macro
12455 version is MIPS_ISA1 and uses 't'. */
12459 /* This case is for the div instruction, which
12460 acts differently if the destination argument
12461 is $0. This only matches $0, and is checked
12462 outside the switch. */
12472 INSERT_OPERAND (mips_opts.micromips, RS, *ip, lastregno);
12476 INSERT_OPERAND (mips_opts.micromips, RT, *ip, lastregno);
12481 case 'O': /* MDMX alignment immediate constant. */
12482 gas_assert (!mips_opts.micromips);
12483 my_getExpression (&imm_expr, s);
12484 check_absolute_expr (ip, &imm_expr);
12485 if ((unsigned long) imm_expr.X_add_number > OP_MASK_ALN)
12486 as_warn (_("Improper align amount (%ld), using low bits"),
12487 (long) imm_expr.X_add_number);
12488 INSERT_OPERAND (0, ALN, *ip, imm_expr.X_add_number);
12489 imm_expr.X_op = O_absent;
12493 case 'Q': /* MDMX vector, element sel, or const. */
12496 /* MDMX Immediate. */
12497 gas_assert (!mips_opts.micromips);
12498 my_getExpression (&imm_expr, s);
12499 check_absolute_expr (ip, &imm_expr);
12500 if ((unsigned long) imm_expr.X_add_number > OP_MASK_FT)
12501 as_warn (_("Invalid MDMX Immediate (%ld)"),
12502 (long) imm_expr.X_add_number);
12503 INSERT_OPERAND (0, FT, *ip, imm_expr.X_add_number);
12504 if (ip->insn_opcode & (OP_MASK_VSEL << OP_SH_VSEL))
12505 ip->insn_opcode |= MDMX_FMTSEL_IMM_QH << OP_SH_VSEL;
12507 ip->insn_opcode |= MDMX_FMTSEL_IMM_OB << OP_SH_VSEL;
12508 imm_expr.X_op = O_absent;
12512 /* Not MDMX Immediate. Fall through. */
12513 case 'X': /* MDMX destination register. */
12514 case 'Y': /* MDMX source register. */
12515 case 'Z': /* MDMX target register. */
12518 gas_assert (!mips_opts.micromips);
12519 case 'D': /* Floating point destination register. */
12520 case 'S': /* Floating point source register. */
12521 case 'T': /* Floating point target register. */
12522 case 'R': /* Floating point source register. */
12526 || ((mips_opts.ase & ASE_MDMX)
12527 && (ip->insn_mo->pinfo & FP_D)
12528 && (ip->insn_mo->pinfo & (INSN_COPROC_MOVE_DELAY
12529 | INSN_COPROC_MEMORY_DELAY
12530 | INSN_LOAD_COPROC_DELAY
12531 | INSN_LOAD_MEMORY_DELAY
12532 | INSN_STORE_MEMORY))))
12533 rtype |= RTYPE_VEC;
12535 if (reg_lookup (&s, rtype, ®no))
12537 if ((regno & 1) != 0
12539 && !mips_oddfpreg_ok (ip->insn_mo, argnum))
12540 as_warn (_("Float register should be even, was %d"),
12548 if (c == 'V' || c == 'W')
12559 INSERT_OPERAND (mips_opts.micromips, FD, *ip, regno);
12565 INSERT_OPERAND (mips_opts.micromips, FS, *ip, regno);
12569 /* This is like 'Z', but also needs to fix the MDMX
12570 vector/scalar select bits. Note that the
12571 scalar immediate case is handled above. */
12574 int is_qh = (ip->insn_opcode & (1 << OP_SH_VSEL));
12575 int max_el = (is_qh ? 3 : 7);
12577 my_getExpression(&imm_expr, s);
12578 check_absolute_expr (ip, &imm_expr);
12580 if (imm_expr.X_add_number > max_el)
12581 as_bad (_("Bad element selector %ld"),
12582 (long) imm_expr.X_add_number);
12583 imm_expr.X_add_number &= max_el;
12584 ip->insn_opcode |= (imm_expr.X_add_number
12587 imm_expr.X_op = O_absent;
12589 as_warn (_("Expecting ']' found '%s'"), s);
12595 if (ip->insn_opcode & (OP_MASK_VSEL << OP_SH_VSEL))
12596 ip->insn_opcode |= (MDMX_FMTSEL_VEC_QH
12599 ip->insn_opcode |= (MDMX_FMTSEL_VEC_OB <<
12602 /* Fall through. */
12606 INSERT_OPERAND (mips_opts.micromips, FT, *ip, regno);
12610 INSERT_OPERAND (mips_opts.micromips, FR, *ip, regno);
12620 INSERT_OPERAND (mips_opts.micromips, FS, *ip, lastregno);
12624 INSERT_OPERAND (mips_opts.micromips, FT, *ip, lastregno);
12630 my_getExpression (&imm_expr, s);
12631 if (imm_expr.X_op != O_big
12632 && imm_expr.X_op != O_constant)
12633 insn_error = _("absolute expression required");
12634 if (HAVE_32BIT_GPRS)
12635 normalize_constant_expr (&imm_expr);
12640 my_getExpression (&offset_expr, s);
12641 normalize_address_expr (&offset_expr);
12642 *imm_reloc = BFD_RELOC_32;
12655 unsigned char temp[8];
12657 unsigned int length;
12662 /* These only appear as the last operand in an
12663 instruction, and every instruction that accepts
12664 them in any variant accepts them in all variants.
12665 This means we don't have to worry about backing out
12666 any changes if the instruction does not match.
12668 The difference between them is the size of the
12669 floating point constant and where it goes. For 'F'
12670 and 'L' the constant is 64 bits; for 'f' and 'l' it
12671 is 32 bits. Where the constant is placed is based
12672 on how the MIPS assembler does things:
12675 f -- immediate value
12678 The .lit4 and .lit8 sections are only used if
12679 permitted by the -G argument.
12681 The code below needs to know whether the target register
12682 is 32 or 64 bits wide. It relies on the fact 'f' and
12683 'F' are used with GPR-based instructions and 'l' and
12684 'L' are used with FPR-based instructions. */
12686 f64 = *args == 'F' || *args == 'L';
12687 using_gprs = *args == 'F' || *args == 'f';
12689 save_in = input_line_pointer;
12690 input_line_pointer = s;
12691 err = md_atof (f64 ? 'd' : 'f', (char *) temp, &len);
12693 s = input_line_pointer;
12694 input_line_pointer = save_in;
12695 if (err != NULL && *err != '\0')
12697 as_bad (_("Bad floating point constant: %s"), err);
12698 memset (temp, '\0', sizeof temp);
12699 length = f64 ? 8 : 4;
12702 gas_assert (length == (unsigned) (f64 ? 8 : 4));
12706 && (g_switch_value < 4
12707 || (temp[0] == 0 && temp[1] == 0)
12708 || (temp[2] == 0 && temp[3] == 0))))
12710 imm_expr.X_op = O_constant;
12711 if (!target_big_endian)
12712 imm_expr.X_add_number = bfd_getl32 (temp);
12714 imm_expr.X_add_number = bfd_getb32 (temp);
12716 else if (length > 4
12717 && !mips_disable_float_construction
12718 /* Constants can only be constructed in GPRs and
12719 copied to FPRs if the GPRs are at least as wide
12720 as the FPRs. Force the constant into memory if
12721 we are using 64-bit FPRs but the GPRs are only
12724 || !(HAVE_64BIT_FPRS && HAVE_32BIT_GPRS))
12725 && ((temp[0] == 0 && temp[1] == 0)
12726 || (temp[2] == 0 && temp[3] == 0))
12727 && ((temp[4] == 0 && temp[5] == 0)
12728 || (temp[6] == 0 && temp[7] == 0)))
12730 /* The value is simple enough to load with a couple of
12731 instructions. If using 32-bit registers, set
12732 imm_expr to the high order 32 bits and offset_expr to
12733 the low order 32 bits. Otherwise, set imm_expr to
12734 the entire 64 bit constant. */
12735 if (using_gprs ? HAVE_32BIT_GPRS : HAVE_32BIT_FPRS)
12737 imm_expr.X_op = O_constant;
12738 offset_expr.X_op = O_constant;
12739 if (!target_big_endian)
12741 imm_expr.X_add_number = bfd_getl32 (temp + 4);
12742 offset_expr.X_add_number = bfd_getl32 (temp);
12746 imm_expr.X_add_number = bfd_getb32 (temp);
12747 offset_expr.X_add_number = bfd_getb32 (temp + 4);
12749 if (offset_expr.X_add_number == 0)
12750 offset_expr.X_op = O_absent;
12752 else if (sizeof (imm_expr.X_add_number) > 4)
12754 imm_expr.X_op = O_constant;
12755 if (!target_big_endian)
12756 imm_expr.X_add_number = bfd_getl64 (temp);
12758 imm_expr.X_add_number = bfd_getb64 (temp);
12762 imm_expr.X_op = O_big;
12763 imm_expr.X_add_number = 4;
12764 if (!target_big_endian)
12766 generic_bignum[0] = bfd_getl16 (temp);
12767 generic_bignum[1] = bfd_getl16 (temp + 2);
12768 generic_bignum[2] = bfd_getl16 (temp + 4);
12769 generic_bignum[3] = bfd_getl16 (temp + 6);
12773 generic_bignum[0] = bfd_getb16 (temp + 6);
12774 generic_bignum[1] = bfd_getb16 (temp + 4);
12775 generic_bignum[2] = bfd_getb16 (temp + 2);
12776 generic_bignum[3] = bfd_getb16 (temp);
12782 const char *newname;
12785 /* Switch to the right section. */
12787 subseg = now_subseg;
12790 default: /* unused default case avoids warnings. */
12792 newname = RDATA_SECTION_NAME;
12793 if (g_switch_value >= 8)
12797 newname = RDATA_SECTION_NAME;
12800 gas_assert (g_switch_value >= 4);
12804 new_seg = subseg_new (newname, (subsegT) 0);
12806 bfd_set_section_flags (stdoutput, new_seg,
12811 frag_align (*args == 'l' ? 2 : 3, 0, 0);
12812 if (IS_ELF && strncmp (TARGET_OS, "elf", 3) != 0)
12813 record_alignment (new_seg, 4);
12815 record_alignment (new_seg, *args == 'l' ? 2 : 3);
12816 if (seg == now_seg)
12817 as_bad (_("Can't use floating point insn in this section"));
12819 /* Set the argument to the current address in the
12821 offset_expr.X_op = O_symbol;
12822 offset_expr.X_add_symbol = symbol_temp_new_now ();
12823 offset_expr.X_add_number = 0;
12825 /* Put the floating point number into the section. */
12826 p = frag_more ((int) length);
12827 memcpy (p, temp, length);
12829 /* Switch back to the original section. */
12830 subseg_set (seg, subseg);
12835 case 'i': /* 16-bit unsigned immediate. */
12836 case 'j': /* 16-bit signed immediate. */
12837 *imm_reloc = BFD_RELOC_LO16;
12838 if (my_getSmallExpression (&imm_expr, imm_reloc, s) == 0)
12841 offsetT minval, maxval;
12843 more = (insn + 1 < past
12844 && strcmp (insn->name, insn[1].name) == 0);
12846 /* If the expression was written as an unsigned number,
12847 only treat it as signed if there are no more
12851 && sizeof (imm_expr.X_add_number) <= 4
12852 && imm_expr.X_op == O_constant
12853 && imm_expr.X_add_number < 0
12854 && imm_expr.X_unsigned
12855 && HAVE_64BIT_GPRS)
12858 /* For compatibility with older assemblers, we accept
12859 0x8000-0xffff as signed 16-bit numbers when only
12860 signed numbers are allowed. */
12862 minval = 0, maxval = 0xffff;
12864 minval = -0x8000, maxval = 0x7fff;
12866 minval = -0x8000, maxval = 0xffff;
12868 if (imm_expr.X_op != O_constant
12869 || imm_expr.X_add_number < minval
12870 || imm_expr.X_add_number > maxval)
12874 if (imm_expr.X_op == O_constant
12875 || imm_expr.X_op == O_big)
12876 as_bad (_("Expression out of range"));
12882 case 'o': /* 16-bit offset. */
12883 offset_reloc[0] = BFD_RELOC_LO16;
12884 offset_reloc[1] = BFD_RELOC_UNUSED;
12885 offset_reloc[2] = BFD_RELOC_UNUSED;
12887 /* Check whether there is only a single bracketed expression
12888 left. If so, it must be the base register and the
12889 constant must be zero. */
12890 if (*s == '(' && strchr (s + 1, '(') == 0)
12892 offset_expr.X_op = O_constant;
12893 offset_expr.X_add_number = 0;
12897 /* If this value won't fit into a 16 bit offset, then go
12898 find a macro that will generate the 32 bit offset
12900 if (my_getSmallExpression (&offset_expr, offset_reloc, s) == 0
12901 && (offset_expr.X_op != O_constant
12902 || offset_expr.X_add_number >= 0x8000
12903 || offset_expr.X_add_number < -0x8000))
12909 case 'p': /* PC-relative offset. */
12910 *offset_reloc = BFD_RELOC_16_PCREL_S2;
12911 my_getExpression (&offset_expr, s);
12915 case 'u': /* Upper 16 bits. */
12916 *imm_reloc = BFD_RELOC_LO16;
12917 if (my_getSmallExpression (&imm_expr, imm_reloc, s) == 0
12918 && imm_expr.X_op == O_constant
12919 && (imm_expr.X_add_number < 0
12920 || imm_expr.X_add_number >= 0x10000))
12921 as_bad (_("lui expression (%lu) not in range 0..65535"),
12922 (unsigned long) imm_expr.X_add_number);
12926 case 'a': /* 26-bit address. */
12927 *offset_reloc = BFD_RELOC_MIPS_JMP;
12928 my_getExpression (&offset_expr, s);
12932 case 'N': /* 3-bit branch condition code. */
12933 case 'M': /* 3-bit compare condition code. */
12935 if (ip->insn_mo->pinfo & (FP_D | FP_S))
12936 rtype |= RTYPE_FCC;
12937 if (!reg_lookup (&s, rtype, ®no))
12939 if ((strcmp (str + strlen (str) - 3, ".ps") == 0
12940 || strcmp (str + strlen (str) - 5, "any2f") == 0
12941 || strcmp (str + strlen (str) - 5, "any2t") == 0)
12942 && (regno & 1) != 0)
12943 as_warn (_("Condition code register should be even for %s, "
12946 if ((strcmp (str + strlen (str) - 5, "any4f") == 0
12947 || strcmp (str + strlen (str) - 5, "any4t") == 0)
12948 && (regno & 3) != 0)
12949 as_warn (_("Condition code register should be 0 or 4 for %s, "
12953 INSERT_OPERAND (mips_opts.micromips, BCC, *ip, regno);
12955 INSERT_OPERAND (mips_opts.micromips, CCC, *ip, regno);
12959 if (s[0] == '0' && (s[1] == 'x' || s[1] == 'X'))
12970 while (ISDIGIT (*s));
12973 c = 8; /* Invalid sel value. */
12976 as_bad (_("Invalid coprocessor sub-selection value (0-7)"));
12977 INSERT_OPERAND (mips_opts.micromips, SEL, *ip, c);
12981 gas_assert (!mips_opts.micromips);
12982 /* Must be at least one digit. */
12983 my_getExpression (&imm_expr, s);
12984 check_absolute_expr (ip, &imm_expr);
12986 if ((unsigned long) imm_expr.X_add_number
12987 > (unsigned long) OP_MASK_VECBYTE)
12989 as_bad (_("bad byte vector index (%ld)"),
12990 (long) imm_expr.X_add_number);
12991 imm_expr.X_add_number = 0;
12994 INSERT_OPERAND (0, VECBYTE, *ip, imm_expr.X_add_number);
12995 imm_expr.X_op = O_absent;
13000 gas_assert (!mips_opts.micromips);
13001 my_getExpression (&imm_expr, s);
13002 check_absolute_expr (ip, &imm_expr);
13004 if ((unsigned long) imm_expr.X_add_number
13005 > (unsigned long) OP_MASK_VECALIGN)
13007 as_bad (_("bad byte vector index (%ld)"),
13008 (long) imm_expr.X_add_number);
13009 imm_expr.X_add_number = 0;
13012 INSERT_OPERAND (0, VECALIGN, *ip, imm_expr.X_add_number);
13013 imm_expr.X_op = O_absent;
13017 case 'm': /* Opcode extension character. */
13018 gas_assert (mips_opts.micromips);
13023 if (strncmp (s, "$pc", 3) == 0)
13051 ok = reg_lookup (&s, RTYPE_NUM | RTYPE_GP, ®no);
13052 if (regno == AT && mips_opts.at)
13054 if (mips_opts.at == ATREG)
13055 as_warn (_("Used $at without \".set noat\""));
13057 as_warn (_("Used $%u with \".set at=$%u\""),
13058 regno, mips_opts.at);
13064 gas_assert (args[1] == ',');
13070 gas_assert (args[1] == ',');
13072 continue; /* Nothing to do. */
13078 if (c == 'j' && !strncmp (ip->insn_mo->name, "jalr", 4))
13080 if (regno == lastregno)
13083 = _("Source and destination must be different");
13086 if (regno == 31 && lastregno == 0xffffffff)
13089 = _("A destination register must be supplied");
13100 gas_assert (args[1] == ',');
13107 gas_assert (args[1] == ',');
13110 continue; /* Nothing to do. */
13114 /* Make sure regno is the same as lastregno. */
13115 if (c == 't' && regno != lastregno)
13118 /* Make sure regno is the same as destregno. */
13119 if (c == 'x' && regno != destregno)
13122 /* We need to save regno, before regno maps to the
13123 microMIPS register encoding. */
13133 regno = ILLEGAL_REG;
13137 regno = mips32_to_micromips_reg_b_map[regno];
13141 regno = mips32_to_micromips_reg_c_map[regno];
13145 regno = mips32_to_micromips_reg_d_map[regno];
13149 regno = mips32_to_micromips_reg_e_map[regno];
13153 regno = mips32_to_micromips_reg_f_map[regno];
13157 regno = mips32_to_micromips_reg_g_map[regno];
13161 regno = mips32_to_micromips_reg_h_map[regno];
13165 switch (EXTRACT_OPERAND (1, MI, *ip))
13170 else if (regno == 22)
13172 else if (regno == 5)
13174 else if (regno == 6)
13176 else if (regno == 7)
13179 regno = ILLEGAL_REG;
13185 else if (regno == 7)
13188 regno = ILLEGAL_REG;
13195 regno = ILLEGAL_REG;
13199 regno = ILLEGAL_REG;
13205 regno = mips32_to_micromips_reg_l_map[regno];
13209 regno = mips32_to_micromips_reg_m_map[regno];
13213 regno = mips32_to_micromips_reg_n_map[regno];
13217 regno = mips32_to_micromips_reg_q_map[regno];
13222 regno = ILLEGAL_REG;
13227 regno = ILLEGAL_REG;
13232 regno = ILLEGAL_REG;
13235 case 'j': /* Do nothing. */
13245 if (regno == ILLEGAL_REG)
13251 INSERT_OPERAND (1, MB, *ip, regno);
13255 INSERT_OPERAND (1, MC, *ip, regno);
13259 INSERT_OPERAND (1, MD, *ip, regno);
13263 INSERT_OPERAND (1, ME, *ip, regno);
13267 INSERT_OPERAND (1, MF, *ip, regno);
13271 INSERT_OPERAND (1, MG, *ip, regno);
13275 INSERT_OPERAND (1, MH, *ip, regno);
13279 INSERT_OPERAND (1, MI, *ip, regno);
13283 INSERT_OPERAND (1, MJ, *ip, regno);
13287 INSERT_OPERAND (1, ML, *ip, regno);
13291 INSERT_OPERAND (1, MM, *ip, regno);
13295 INSERT_OPERAND (1, MN, *ip, regno);
13299 INSERT_OPERAND (1, MP, *ip, regno);
13303 INSERT_OPERAND (1, MQ, *ip, regno);
13306 case 'a': /* Do nothing. */
13307 case 's': /* Do nothing. */
13308 case 't': /* Do nothing. */
13309 case 'x': /* Do nothing. */
13310 case 'y': /* Do nothing. */
13311 case 'z': /* Do nothing. */
13321 bfd_reloc_code_real_type r[3];
13325 /* Check whether there is only a single bracketed
13326 expression left. If so, it must be the base register
13327 and the constant must be zero. */
13328 if (*s == '(' && strchr (s + 1, '(') == 0)
13330 INSERT_OPERAND (1, IMMA, *ip, 0);
13334 if (my_getSmallExpression (&ep, r, s) > 0
13335 || !expr_const_in_range (&ep, -64, 64, 2))
13338 imm = ep.X_add_number >> 2;
13339 INSERT_OPERAND (1, IMMA, *ip, imm);
13346 bfd_reloc_code_real_type r[3];
13350 if (my_getSmallExpression (&ep, r, s) > 0
13351 || ep.X_op != O_constant)
13354 for (imm = 0; imm < 8; imm++)
13355 if (micromips_imm_b_map[imm] == ep.X_add_number)
13360 INSERT_OPERAND (1, IMMB, *ip, imm);
13367 bfd_reloc_code_real_type r[3];
13371 if (my_getSmallExpression (&ep, r, s) > 0
13372 || ep.X_op != O_constant)
13375 for (imm = 0; imm < 16; imm++)
13376 if (micromips_imm_c_map[imm] == ep.X_add_number)
13381 INSERT_OPERAND (1, IMMC, *ip, imm);
13386 case 'D': /* pc relative offset */
13387 case 'E': /* pc relative offset */
13388 my_getExpression (&offset_expr, s);
13389 if (offset_expr.X_op == O_register)
13392 if (!forced_insn_length)
13393 *offset_reloc = (int) BFD_RELOC_UNUSED + c;
13395 *offset_reloc = BFD_RELOC_MICROMIPS_10_PCREL_S1;
13397 *offset_reloc = BFD_RELOC_MICROMIPS_7_PCREL_S1;
13403 bfd_reloc_code_real_type r[3];
13407 if (my_getSmallExpression (&ep, r, s) > 0
13408 || !expr_const_in_range (&ep, 0, 16, 0))
13411 imm = ep.X_add_number;
13412 INSERT_OPERAND (1, IMMF, *ip, imm);
13419 bfd_reloc_code_real_type r[3];
13423 /* Check whether there is only a single bracketed
13424 expression left. If so, it must be the base register
13425 and the constant must be zero. */
13426 if (*s == '(' && strchr (s + 1, '(') == 0)
13428 INSERT_OPERAND (1, IMMG, *ip, 0);
13432 if (my_getSmallExpression (&ep, r, s) > 0
13433 || !expr_const_in_range (&ep, -1, 15, 0))
13436 imm = ep.X_add_number & 15;
13437 INSERT_OPERAND (1, IMMG, *ip, imm);
13444 bfd_reloc_code_real_type r[3];
13448 /* Check whether there is only a single bracketed
13449 expression left. If so, it must be the base register
13450 and the constant must be zero. */
13451 if (*s == '(' && strchr (s + 1, '(') == 0)
13453 INSERT_OPERAND (1, IMMH, *ip, 0);
13457 if (my_getSmallExpression (&ep, r, s) > 0
13458 || !expr_const_in_range (&ep, 0, 16, 1))
13461 imm = ep.X_add_number >> 1;
13462 INSERT_OPERAND (1, IMMH, *ip, imm);
13469 bfd_reloc_code_real_type r[3];
13473 if (my_getSmallExpression (&ep, r, s) > 0
13474 || !expr_const_in_range (&ep, -1, 127, 0))
13477 imm = ep.X_add_number & 127;
13478 INSERT_OPERAND (1, IMMI, *ip, imm);
13485 bfd_reloc_code_real_type r[3];
13489 /* Check whether there is only a single bracketed
13490 expression left. If so, it must be the base register
13491 and the constant must be zero. */
13492 if (*s == '(' && strchr (s + 1, '(') == 0)
13494 INSERT_OPERAND (1, IMMJ, *ip, 0);
13498 if (my_getSmallExpression (&ep, r, s) > 0
13499 || !expr_const_in_range (&ep, 0, 16, 2))
13502 imm = ep.X_add_number >> 2;
13503 INSERT_OPERAND (1, IMMJ, *ip, imm);
13510 bfd_reloc_code_real_type r[3];
13514 /* Check whether there is only a single bracketed
13515 expression left. If so, it must be the base register
13516 and the constant must be zero. */
13517 if (*s == '(' && strchr (s + 1, '(') == 0)
13519 INSERT_OPERAND (1, IMML, *ip, 0);
13523 if (my_getSmallExpression (&ep, r, s) > 0
13524 || !expr_const_in_range (&ep, 0, 16, 0))
13527 imm = ep.X_add_number;
13528 INSERT_OPERAND (1, IMML, *ip, imm);
13535 bfd_reloc_code_real_type r[3];
13539 if (my_getSmallExpression (&ep, r, s) > 0
13540 || !expr_const_in_range (&ep, 1, 9, 0))
13543 imm = ep.X_add_number & 7;
13544 INSERT_OPERAND (1, IMMM, *ip, imm);
13549 case 'N': /* Register list for lwm and swm. */
13551 /* A comma-separated list of registers and/or
13552 dash-separated contiguous ranges including
13553 both ra and a set of one or more registers
13554 starting at s0 up to s3 which have to be
13561 and any permutations of these. */
13562 unsigned int reglist;
13565 if (!reglist_lookup (&s, RTYPE_NUM | RTYPE_GP, ®list))
13568 if ((reglist & 0xfff1ffff) != 0x80010000)
13571 reglist = (reglist >> 17) & 7;
13573 if ((reglist & -reglist) != reglist)
13576 imm = ffs (reglist) - 1;
13577 INSERT_OPERAND (1, IMMN, *ip, imm);
13581 case 'O': /* sdbbp 4-bit code. */
13583 bfd_reloc_code_real_type r[3];
13587 if (my_getSmallExpression (&ep, r, s) > 0
13588 || !expr_const_in_range (&ep, 0, 16, 0))
13591 imm = ep.X_add_number;
13592 INSERT_OPERAND (1, IMMO, *ip, imm);
13599 bfd_reloc_code_real_type r[3];
13603 if (my_getSmallExpression (&ep, r, s) > 0
13604 || !expr_const_in_range (&ep, 0, 32, 2))
13607 imm = ep.X_add_number >> 2;
13608 INSERT_OPERAND (1, IMMP, *ip, imm);
13615 bfd_reloc_code_real_type r[3];
13619 if (my_getSmallExpression (&ep, r, s) > 0
13620 || !expr_const_in_range (&ep, -0x400000, 0x400000, 2))
13623 imm = ep.X_add_number >> 2;
13624 INSERT_OPERAND (1, IMMQ, *ip, imm);
13631 bfd_reloc_code_real_type r[3];
13635 /* Check whether there is only a single bracketed
13636 expression left. If so, it must be the base register
13637 and the constant must be zero. */
13638 if (*s == '(' && strchr (s + 1, '(') == 0)
13640 INSERT_OPERAND (1, IMMU, *ip, 0);
13644 if (my_getSmallExpression (&ep, r, s) > 0
13645 || !expr_const_in_range (&ep, 0, 32, 2))
13648 imm = ep.X_add_number >> 2;
13649 INSERT_OPERAND (1, IMMU, *ip, imm);
13656 bfd_reloc_code_real_type r[3];
13660 if (my_getSmallExpression (&ep, r, s) > 0
13661 || !expr_const_in_range (&ep, 0, 64, 2))
13664 imm = ep.X_add_number >> 2;
13665 INSERT_OPERAND (1, IMMW, *ip, imm);
13672 bfd_reloc_code_real_type r[3];
13676 if (my_getSmallExpression (&ep, r, s) > 0
13677 || !expr_const_in_range (&ep, -8, 8, 0))
13680 imm = ep.X_add_number;
13681 INSERT_OPERAND (1, IMMX, *ip, imm);
13688 bfd_reloc_code_real_type r[3];
13692 if (my_getSmallExpression (&ep, r, s) > 0
13693 || expr_const_in_range (&ep, -2, 2, 2)
13694 || !expr_const_in_range (&ep, -258, 258, 2))
13697 imm = ep.X_add_number >> 2;
13698 imm = ((imm >> 1) & ~0xff) | (imm & 0xff);
13699 INSERT_OPERAND (1, IMMY, *ip, imm);
13706 bfd_reloc_code_real_type r[3];
13709 if (my_getSmallExpression (&ep, r, s) > 0
13710 || !expr_const_in_range (&ep, 0, 1, 0))
13717 as_bad (_("Internal error: bad microMIPS opcode "
13718 "(unknown extension operand type `m%c'): %s %s"),
13719 *args, insn->name, insn->args);
13720 /* Further processing is fruitless. */
13725 case 'n': /* Register list for 32-bit lwm and swm. */
13726 gas_assert (mips_opts.micromips);
13728 /* A comma-separated list of registers and/or
13729 dash-separated contiguous ranges including
13730 at least one of ra and a set of one or more
13731 registers starting at s0 up to s7 and then
13732 s8 which have to be consecutive, e.g.:
13740 and any permutations of these. */
13741 unsigned int reglist;
13745 if (!reglist_lookup (&s, RTYPE_NUM | RTYPE_GP, ®list))
13748 if ((reglist & 0x3f00ffff) != 0)
13751 ra = (reglist >> 27) & 0x10;
13752 reglist = ((reglist >> 22) & 0x100) | ((reglist >> 16) & 0xff);
13754 if ((reglist & -reglist) != reglist)
13757 imm = (ffs (reglist) - 1) | ra;
13758 INSERT_OPERAND (1, RT, *ip, imm);
13759 imm_expr.X_op = O_absent;
13763 case '|': /* 4-bit trap code. */
13764 gas_assert (mips_opts.micromips);
13765 my_getExpression (&imm_expr, s);
13766 check_absolute_expr (ip, &imm_expr);
13767 if ((unsigned long) imm_expr.X_add_number
13768 > MICROMIPSOP_MASK_TRAP)
13769 as_bad (_("Trap code (%lu) for %s not in 0..15 range"),
13770 (unsigned long) imm_expr.X_add_number,
13771 ip->insn_mo->name);
13772 INSERT_OPERAND (1, TRAP, *ip, imm_expr.X_add_number);
13773 imm_expr.X_op = O_absent;
13778 as_bad (_("Bad char = '%c'\n"), *args);
13783 /* Args don't match. */
13785 insn_error = _("Illegal operands");
13786 if (insn + 1 < past && !strcmp (insn->name, insn[1].name))
13791 else if (wrong_delay_slot_insns && need_delay_slot_ok)
13793 gas_assert (firstinsn);
13794 need_delay_slot_ok = FALSE;
13803 #define SKIP_SPACE_TABS(S) { while (*(S) == ' ' || *(S) == '\t') ++(S); }
13805 /* This routine assembles an instruction into its binary format when
13806 assembling for the mips16. As a side effect, it sets one of the
13807 global variables imm_reloc or offset_reloc to the type of relocation
13808 to do if one of the operands is an address expression. It also sets
13809 forced_insn_length to the resulting instruction size in bytes if the
13810 user explicitly requested a small or extended instruction. */
13813 mips16_ip (char *str, struct mips_cl_insn *ip)
13817 struct mips_opcode *insn;
13819 unsigned int regno;
13820 unsigned int lastregno = 0;
13826 forced_insn_length = 0;
13828 for (s = str; ISLOWER (*s); ++s)
13840 if (s[1] == 't' && s[2] == ' ')
13843 forced_insn_length = 2;
13847 else if (s[1] == 'e' && s[2] == ' ')
13850 forced_insn_length = 4;
13854 /* Fall through. */
13856 insn_error = _("unknown opcode");
13860 if (mips_opts.noautoextend && !forced_insn_length)
13861 forced_insn_length = 2;
13863 if ((insn = (struct mips_opcode *) hash_find (mips16_op_hash, str)) == NULL)
13865 insn_error = _("unrecognized opcode");
13874 gas_assert (strcmp (insn->name, str) == 0);
13876 ok = is_opcode_valid_16 (insn);
13879 if (insn + 1 < &mips16_opcodes[bfd_mips16_num_opcodes]
13880 && strcmp (insn->name, insn[1].name) == 0)
13889 static char buf[100];
13891 _("Opcode not supported on this processor: %s (%s)"),
13892 mips_cpu_info_from_arch (mips_opts.arch)->name,
13893 mips_cpu_info_from_isa (mips_opts.isa)->name);
13900 create_insn (ip, insn);
13901 imm_expr.X_op = O_absent;
13902 imm_reloc[0] = BFD_RELOC_UNUSED;
13903 imm_reloc[1] = BFD_RELOC_UNUSED;
13904 imm_reloc[2] = BFD_RELOC_UNUSED;
13905 imm2_expr.X_op = O_absent;
13906 offset_expr.X_op = O_absent;
13907 offset_reloc[0] = BFD_RELOC_UNUSED;
13908 offset_reloc[1] = BFD_RELOC_UNUSED;
13909 offset_reloc[2] = BFD_RELOC_UNUSED;
13910 for (args = insn->args; 1; ++args)
13917 /* In this switch statement we call break if we did not find
13918 a match, continue if we did find a match, or return if we
13929 /* Stuff the immediate value in now, if we can. */
13930 if (imm_expr.X_op == O_constant
13931 && *imm_reloc > BFD_RELOC_UNUSED
13932 && insn->pinfo != INSN_MACRO
13933 && calculate_reloc (*offset_reloc,
13934 imm_expr.X_add_number, &value))
13936 mips16_immed (NULL, 0, *imm_reloc - BFD_RELOC_UNUSED,
13937 *offset_reloc, value, forced_insn_length,
13939 imm_expr.X_op = O_absent;
13940 *imm_reloc = BFD_RELOC_UNUSED;
13941 *offset_reloc = BFD_RELOC_UNUSED;
13955 MIPS16_INSERT_OPERAND (RX, *ip, lastregno);
13958 MIPS16_INSERT_OPERAND (RY, *ip, lastregno);
13974 MIPS16_INSERT_OPERAND (RX, *ip, lastregno);
13976 MIPS16_INSERT_OPERAND (RY, *ip, lastregno);
13980 /* Fall through. */
13991 if (!reg_lookup (&s, RTYPE_NUM | RTYPE_GP, ®no))
13993 if (c == 'v' || c == 'w')
13996 MIPS16_INSERT_OPERAND (RX, *ip, lastregno);
13998 MIPS16_INSERT_OPERAND (RY, *ip, lastregno);
14009 if (c == 'v' || c == 'w')
14011 regno = mips16_to_32_reg_map[lastregno];
14025 regno = mips32_to_16_reg_map[regno];
14030 regno = ILLEGAL_REG;
14035 regno = ILLEGAL_REG;
14040 regno = ILLEGAL_REG;
14045 if (regno == AT && mips_opts.at)
14047 if (mips_opts.at == ATREG)
14048 as_warn (_("used $at without \".set noat\""));
14050 as_warn (_("used $%u with \".set at=$%u\""),
14051 regno, mips_opts.at);
14059 if (regno == ILLEGAL_REG)
14066 MIPS16_INSERT_OPERAND (RX, *ip, regno);
14070 MIPS16_INSERT_OPERAND (RY, *ip, regno);
14073 MIPS16_INSERT_OPERAND (RZ, *ip, regno);
14076 MIPS16_INSERT_OPERAND (MOVE32Z, *ip, regno);
14082 MIPS16_INSERT_OPERAND (REGR32, *ip, regno);
14085 regno = ((regno & 7) << 2) | ((regno & 0x18) >> 3);
14086 MIPS16_INSERT_OPERAND (REG32R, *ip, regno);
14096 if (strncmp (s, "$pc", 3) == 0)
14113 i = my_getSmallExpression (&imm_expr, imm_reloc, s);
14116 if (imm_expr.X_op != O_constant)
14118 forced_insn_length = 4;
14119 ip->insn_opcode |= MIPS16_EXTEND;
14123 /* We need to relax this instruction. */
14124 *offset_reloc = *imm_reloc;
14125 *imm_reloc = (int) BFD_RELOC_UNUSED + c;
14130 *imm_reloc = BFD_RELOC_UNUSED;
14131 /* Fall through. */
14138 my_getExpression (&imm_expr, s);
14139 if (imm_expr.X_op == O_register)
14141 /* What we thought was an expression turned out to
14144 if (s[0] == '(' && args[1] == '(')
14146 /* It looks like the expression was omitted
14147 before a register indirection, which means
14148 that the expression is implicitly zero. We
14149 still set up imm_expr, so that we handle
14150 explicit extensions correctly. */
14151 imm_expr.X_op = O_constant;
14152 imm_expr.X_add_number = 0;
14153 *imm_reloc = (int) BFD_RELOC_UNUSED + c;
14160 /* We need to relax this instruction. */
14161 *imm_reloc = (int) BFD_RELOC_UNUSED + c;
14170 /* We use offset_reloc rather than imm_reloc for the PC
14171 relative operands. This lets macros with both
14172 immediate and address operands work correctly. */
14173 my_getExpression (&offset_expr, s);
14175 if (offset_expr.X_op == O_register)
14178 /* We need to relax this instruction. */
14179 *offset_reloc = (int) BFD_RELOC_UNUSED + c;
14183 case '6': /* break code */
14184 my_getExpression (&imm_expr, s);
14185 check_absolute_expr (ip, &imm_expr);
14186 if ((unsigned long) imm_expr.X_add_number > 63)
14187 as_warn (_("Invalid value for `%s' (%lu)"),
14189 (unsigned long) imm_expr.X_add_number);
14190 MIPS16_INSERT_OPERAND (IMM6, *ip, imm_expr.X_add_number);
14191 imm_expr.X_op = O_absent;
14195 case 'a': /* 26 bit address */
14196 my_getExpression (&offset_expr, s);
14198 *offset_reloc = BFD_RELOC_MIPS16_JMP;
14199 ip->insn_opcode <<= 16;
14202 case 'l': /* register list for entry macro */
14203 case 'L': /* register list for exit macro */
14213 unsigned int freg, reg1, reg2;
14215 while (*s == ' ' || *s == ',')
14217 if (reg_lookup (&s, RTYPE_GP | RTYPE_NUM, ®1))
14219 else if (reg_lookup (&s, RTYPE_FPU, ®1))
14223 as_bad (_("can't parse register list"));
14233 if (!reg_lookup (&s, freg ? RTYPE_FPU
14234 : (RTYPE_GP | RTYPE_NUM), ®2))
14236 as_bad (_("invalid register list"));
14240 if (freg && reg1 == 0 && reg2 == 0 && c == 'L')
14242 mask &= ~ (7 << 3);
14245 else if (freg && reg1 == 0 && reg2 == 1 && c == 'L')
14247 mask &= ~ (7 << 3);
14250 else if (reg1 == 4 && reg2 >= 4 && reg2 <= 7 && c != 'L')
14251 mask |= (reg2 - 3) << 3;
14252 else if (reg1 == 16 && reg2 >= 16 && reg2 <= 17)
14253 mask |= (reg2 - 15) << 1;
14254 else if (reg1 == RA && reg2 == RA)
14258 as_bad (_("invalid register list"));
14262 /* The mask is filled in in the opcode table for the
14263 benefit of the disassembler. We remove it before
14264 applying the actual mask. */
14265 ip->insn_opcode &= ~ ((7 << 3) << MIPS16OP_SH_IMM6);
14266 ip->insn_opcode |= mask << MIPS16OP_SH_IMM6;
14270 case 'm': /* Register list for save insn. */
14271 case 'M': /* Register list for restore insn. */
14273 int opcode = ip->insn_opcode;
14274 int framesz = 0, seen_framesz = 0;
14275 int nargs = 0, statics = 0, sregs = 0;
14279 unsigned int reg1, reg2;
14281 SKIP_SPACE_TABS (s);
14284 SKIP_SPACE_TABS (s);
14286 my_getExpression (&imm_expr, s);
14287 if (imm_expr.X_op == O_constant)
14289 /* Handle the frame size. */
14292 as_bad (_("more than one frame size in list"));
14296 framesz = imm_expr.X_add_number;
14297 imm_expr.X_op = O_absent;
14302 if (! reg_lookup (&s, RTYPE_GP | RTYPE_NUM, ®1))
14304 as_bad (_("can't parse register list"));
14316 if (! reg_lookup (&s, RTYPE_GP | RTYPE_NUM, ®2)
14319 as_bad (_("can't parse register list"));
14324 while (reg1 <= reg2)
14326 if (reg1 >= 4 && reg1 <= 7)
14330 nargs |= 1 << (reg1 - 4);
14332 /* statics $a0-$a3 */
14333 statics |= 1 << (reg1 - 4);
14335 else if ((reg1 >= 16 && reg1 <= 23) || reg1 == 30)
14338 sregs |= 1 << ((reg1 == 30) ? 8 : (reg1 - 16));
14340 else if (reg1 == 31)
14342 /* Add $ra to insn. */
14347 as_bad (_("unexpected register in list"));
14355 /* Encode args/statics combination. */
14356 if (nargs & statics)
14357 as_bad (_("arg/static registers overlap"));
14358 else if (nargs == 0xf)
14359 /* All $a0-$a3 are args. */
14360 opcode |= MIPS16_ALL_ARGS << 16;
14361 else if (statics == 0xf)
14362 /* All $a0-$a3 are statics. */
14363 opcode |= MIPS16_ALL_STATICS << 16;
14366 int narg = 0, nstat = 0;
14368 /* Count arg registers. */
14369 while (nargs & 0x1)
14375 as_bad (_("invalid arg register list"));
14377 /* Count static registers. */
14378 while (statics & 0x8)
14380 statics = (statics << 1) & 0xf;
14384 as_bad (_("invalid static register list"));
14386 /* Encode args/statics. */
14387 opcode |= ((narg << 2) | nstat) << 16;
14390 /* Encode $s0/$s1. */
14391 if (sregs & (1 << 0)) /* $s0 */
14393 if (sregs & (1 << 1)) /* $s1 */
14399 /* Count regs $s2-$s8. */
14407 as_bad (_("invalid static register list"));
14408 /* Encode $s2-$s8. */
14409 opcode |= nsreg << 24;
14412 /* Encode frame size. */
14414 as_bad (_("missing frame size"));
14415 else if ((framesz & 7) != 0 || framesz < 0
14416 || framesz > 0xff * 8)
14417 as_bad (_("invalid frame size"));
14418 else if (framesz != 128 || (opcode >> 16) != 0)
14421 opcode |= (((framesz & 0xf0) << 16)
14422 | (framesz & 0x0f));
14425 /* Finally build the instruction. */
14426 if ((opcode >> 16) != 0 || framesz == 0)
14427 opcode |= MIPS16_EXTEND;
14428 ip->insn_opcode = opcode;
14432 case 'e': /* extend code */
14433 my_getExpression (&imm_expr, s);
14434 check_absolute_expr (ip, &imm_expr);
14435 if ((unsigned long) imm_expr.X_add_number > 0x7ff)
14437 as_warn (_("Invalid value for `%s' (%lu)"),
14439 (unsigned long) imm_expr.X_add_number);
14440 imm_expr.X_add_number &= 0x7ff;
14442 ip->insn_opcode |= imm_expr.X_add_number;
14443 imm_expr.X_op = O_absent;
14453 /* Args don't match. */
14454 if (insn + 1 < &mips16_opcodes[bfd_mips16_num_opcodes] &&
14455 strcmp (insn->name, insn[1].name) == 0)
14462 insn_error = _("illegal operands");
14468 /* This structure holds information we know about a mips16 immediate
14471 struct mips16_immed_operand
14473 /* The type code used in the argument string in the opcode table. */
14475 /* The number of bits in the short form of the opcode. */
14477 /* The number of bits in the extended form of the opcode. */
14479 /* The amount by which the short form is shifted when it is used;
14480 for example, the sw instruction has a shift count of 2. */
14482 /* The amount by which the short form is shifted when it is stored
14483 into the instruction code. */
14485 /* Non-zero if the short form is unsigned. */
14487 /* Non-zero if the extended form is unsigned. */
14489 /* Non-zero if the value is PC relative. */
14493 /* The mips16 immediate operand types. */
14495 static const struct mips16_immed_operand mips16_immed_operands[] =
14497 { '<', 3, 5, 0, MIPS16OP_SH_RZ, 1, 1, 0 },
14498 { '>', 3, 5, 0, MIPS16OP_SH_RX, 1, 1, 0 },
14499 { '[', 3, 6, 0, MIPS16OP_SH_RZ, 1, 1, 0 },
14500 { ']', 3, 6, 0, MIPS16OP_SH_RX, 1, 1, 0 },
14501 { '4', 4, 15, 0, MIPS16OP_SH_IMM4, 0, 0, 0 },
14502 { '5', 5, 16, 0, MIPS16OP_SH_IMM5, 1, 0, 0 },
14503 { 'H', 5, 16, 1, MIPS16OP_SH_IMM5, 1, 0, 0 },
14504 { 'W', 5, 16, 2, MIPS16OP_SH_IMM5, 1, 0, 0 },
14505 { 'D', 5, 16, 3, MIPS16OP_SH_IMM5, 1, 0, 0 },
14506 { 'j', 5, 16, 0, MIPS16OP_SH_IMM5, 0, 0, 0 },
14507 { '8', 8, 16, 0, MIPS16OP_SH_IMM8, 1, 0, 0 },
14508 { 'V', 8, 16, 2, MIPS16OP_SH_IMM8, 1, 0, 0 },
14509 { 'C', 8, 16, 3, MIPS16OP_SH_IMM8, 1, 0, 0 },
14510 { 'U', 8, 16, 0, MIPS16OP_SH_IMM8, 1, 1, 0 },
14511 { 'k', 8, 16, 0, MIPS16OP_SH_IMM8, 0, 0, 0 },
14512 { 'K', 8, 16, 3, MIPS16OP_SH_IMM8, 0, 0, 0 },
14513 { 'p', 8, 16, 0, MIPS16OP_SH_IMM8, 0, 0, 1 },
14514 { 'q', 11, 16, 0, MIPS16OP_SH_IMM8, 0, 0, 1 },
14515 { 'A', 8, 16, 2, MIPS16OP_SH_IMM8, 1, 0, 1 },
14516 { 'B', 5, 16, 3, MIPS16OP_SH_IMM5, 1, 0, 1 },
14517 { 'E', 5, 16, 2, MIPS16OP_SH_IMM5, 1, 0, 1 }
14520 #define MIPS16_NUM_IMMED \
14521 (sizeof mips16_immed_operands / sizeof mips16_immed_operands[0])
14523 /* Marshal immediate value VAL for an extended MIPS16 instruction.
14524 NBITS is the number of significant bits in VAL. */
14526 static unsigned long
14527 mips16_immed_extend (offsetT val, unsigned int nbits)
14532 extval = ((val >> 11) & 0x1f) | (val & 0x7e0);
14535 else if (nbits == 15)
14537 extval = ((val >> 11) & 0xf) | (val & 0x7f0);
14542 extval = ((val & 0x1f) << 6) | (val & 0x20);
14545 return (extval << 16) | val;
14548 /* Install immediate value VAL into MIPS16 instruction *INSN,
14549 extending it if necessary. The instruction in *INSN may
14550 already be extended.
14552 RELOC is the relocation that produced VAL, or BFD_RELOC_UNUSED
14553 if none. In the former case, VAL is a 16-bit number with no
14554 defined signedness.
14556 TYPE is the type of the immediate field. USER_INSN_LENGTH
14557 is the length that the user requested, or 0 if none. */
14560 mips16_immed (char *file, unsigned int line, int type,
14561 bfd_reloc_code_real_type reloc, offsetT val,
14562 unsigned int user_insn_length, unsigned long *insn)
14564 const struct mips16_immed_operand *op;
14565 int mintiny, maxtiny;
14567 op = mips16_immed_operands;
14568 while (op->type != type)
14571 gas_assert (op < mips16_immed_operands + MIPS16_NUM_IMMED);
14576 if (type == '<' || type == '>' || type == '[' || type == ']')
14579 maxtiny = 1 << op->nbits;
14584 maxtiny = (1 << op->nbits) - 1;
14586 if (reloc != BFD_RELOC_UNUSED)
14591 mintiny = - (1 << (op->nbits - 1));
14592 maxtiny = (1 << (op->nbits - 1)) - 1;
14593 if (reloc != BFD_RELOC_UNUSED)
14594 val = SEXT_16BIT (val);
14597 /* Branch offsets have an implicit 0 in the lowest bit. */
14598 if (type == 'p' || type == 'q')
14601 if ((val & ((1 << op->shift) - 1)) != 0
14602 || val < (mintiny << op->shift)
14603 || val > (maxtiny << op->shift))
14605 /* We need an extended instruction. */
14606 if (user_insn_length == 2)
14607 as_bad_where (file, line, _("invalid unextended operand value"));
14609 *insn |= MIPS16_EXTEND;
14611 else if (user_insn_length == 4)
14613 /* The operand doesn't force an unextended instruction to be extended.
14614 Warn if the user wanted an extended instruction anyway. */
14615 *insn |= MIPS16_EXTEND;
14616 as_warn_where (file, line,
14617 _("extended operand requested but not required"));
14620 if (mips16_opcode_length (*insn) == 2)
14624 insnval = ((val >> op->shift) & ((1 << op->nbits) - 1));
14625 insnval <<= op->op_shift;
14630 long minext, maxext;
14632 if (reloc == BFD_RELOC_UNUSED)
14637 maxext = (1 << op->extbits) - 1;
14641 minext = - (1 << (op->extbits - 1));
14642 maxext = (1 << (op->extbits - 1)) - 1;
14644 if (val < minext || val > maxext)
14645 as_bad_where (file, line,
14646 _("operand value out of range for instruction"));
14649 *insn |= mips16_immed_extend (val, op->extbits);
14653 struct percent_op_match
14656 bfd_reloc_code_real_type reloc;
14659 static const struct percent_op_match mips_percent_op[] =
14661 {"%lo", BFD_RELOC_LO16},
14663 {"%call_hi", BFD_RELOC_MIPS_CALL_HI16},
14664 {"%call_lo", BFD_RELOC_MIPS_CALL_LO16},
14665 {"%call16", BFD_RELOC_MIPS_CALL16},
14666 {"%got_disp", BFD_RELOC_MIPS_GOT_DISP},
14667 {"%got_page", BFD_RELOC_MIPS_GOT_PAGE},
14668 {"%got_ofst", BFD_RELOC_MIPS_GOT_OFST},
14669 {"%got_hi", BFD_RELOC_MIPS_GOT_HI16},
14670 {"%got_lo", BFD_RELOC_MIPS_GOT_LO16},
14671 {"%got", BFD_RELOC_MIPS_GOT16},
14672 {"%gp_rel", BFD_RELOC_GPREL16},
14673 {"%half", BFD_RELOC_16},
14674 {"%highest", BFD_RELOC_MIPS_HIGHEST},
14675 {"%higher", BFD_RELOC_MIPS_HIGHER},
14676 {"%neg", BFD_RELOC_MIPS_SUB},
14677 {"%tlsgd", BFD_RELOC_MIPS_TLS_GD},
14678 {"%tlsldm", BFD_RELOC_MIPS_TLS_LDM},
14679 {"%dtprel_hi", BFD_RELOC_MIPS_TLS_DTPREL_HI16},
14680 {"%dtprel_lo", BFD_RELOC_MIPS_TLS_DTPREL_LO16},
14681 {"%tprel_hi", BFD_RELOC_MIPS_TLS_TPREL_HI16},
14682 {"%tprel_lo", BFD_RELOC_MIPS_TLS_TPREL_LO16},
14683 {"%gottprel", BFD_RELOC_MIPS_TLS_GOTTPREL},
14685 {"%hi", BFD_RELOC_HI16_S}
14688 static const struct percent_op_match mips16_percent_op[] =
14690 {"%lo", BFD_RELOC_MIPS16_LO16},
14691 {"%gprel", BFD_RELOC_MIPS16_GPREL},
14692 {"%got", BFD_RELOC_MIPS16_GOT16},
14693 {"%call16", BFD_RELOC_MIPS16_CALL16},
14694 {"%hi", BFD_RELOC_MIPS16_HI16_S},
14695 {"%tlsgd", BFD_RELOC_MIPS16_TLS_GD},
14696 {"%tlsldm", BFD_RELOC_MIPS16_TLS_LDM},
14697 {"%dtprel_hi", BFD_RELOC_MIPS16_TLS_DTPREL_HI16},
14698 {"%dtprel_lo", BFD_RELOC_MIPS16_TLS_DTPREL_LO16},
14699 {"%tprel_hi", BFD_RELOC_MIPS16_TLS_TPREL_HI16},
14700 {"%tprel_lo", BFD_RELOC_MIPS16_TLS_TPREL_LO16},
14701 {"%gottprel", BFD_RELOC_MIPS16_TLS_GOTTPREL}
14705 /* Return true if *STR points to a relocation operator. When returning true,
14706 move *STR over the operator and store its relocation code in *RELOC.
14707 Leave both *STR and *RELOC alone when returning false. */
14710 parse_relocation (char **str, bfd_reloc_code_real_type *reloc)
14712 const struct percent_op_match *percent_op;
14715 if (mips_opts.mips16)
14717 percent_op = mips16_percent_op;
14718 limit = ARRAY_SIZE (mips16_percent_op);
14722 percent_op = mips_percent_op;
14723 limit = ARRAY_SIZE (mips_percent_op);
14726 for (i = 0; i < limit; i++)
14727 if (strncasecmp (*str, percent_op[i].str, strlen (percent_op[i].str)) == 0)
14729 int len = strlen (percent_op[i].str);
14731 if (!ISSPACE ((*str)[len]) && (*str)[len] != '(')
14734 *str += strlen (percent_op[i].str);
14735 *reloc = percent_op[i].reloc;
14737 /* Check whether the output BFD supports this relocation.
14738 If not, issue an error and fall back on something safe. */
14739 if (!bfd_reloc_type_lookup (stdoutput, percent_op[i].reloc))
14741 as_bad (_("relocation %s isn't supported by the current ABI"),
14742 percent_op[i].str);
14743 *reloc = BFD_RELOC_UNUSED;
14751 /* Parse string STR as a 16-bit relocatable operand. Store the
14752 expression in *EP and the relocations in the array starting
14753 at RELOC. Return the number of relocation operators used.
14755 On exit, EXPR_END points to the first character after the expression. */
14758 my_getSmallExpression (expressionS *ep, bfd_reloc_code_real_type *reloc,
14761 bfd_reloc_code_real_type reversed_reloc[3];
14762 size_t reloc_index, i;
14763 int crux_depth, str_depth;
14766 /* Search for the start of the main expression, recoding relocations
14767 in REVERSED_RELOC. End the loop with CRUX pointing to the start
14768 of the main expression and with CRUX_DEPTH containing the number
14769 of open brackets at that point. */
14776 crux_depth = str_depth;
14778 /* Skip over whitespace and brackets, keeping count of the number
14780 while (*str == ' ' || *str == '\t' || *str == '(')
14785 && reloc_index < (HAVE_NEWABI ? 3 : 1)
14786 && parse_relocation (&str, &reversed_reloc[reloc_index]));
14788 my_getExpression (ep, crux);
14791 /* Match every open bracket. */
14792 while (crux_depth > 0 && (*str == ')' || *str == ' ' || *str == '\t'))
14796 if (crux_depth > 0)
14797 as_bad (_("unclosed '('"));
14801 if (reloc_index != 0)
14803 prev_reloc_op_frag = frag_now;
14804 for (i = 0; i < reloc_index; i++)
14805 reloc[i] = reversed_reloc[reloc_index - 1 - i];
14808 return reloc_index;
14812 my_getExpression (expressionS *ep, char *str)
14816 save_in = input_line_pointer;
14817 input_line_pointer = str;
14819 expr_end = input_line_pointer;
14820 input_line_pointer = save_in;
14824 md_atof (int type, char *litP, int *sizeP)
14826 return ieee_md_atof (type, litP, sizeP, target_big_endian);
14830 md_number_to_chars (char *buf, valueT val, int n)
14832 if (target_big_endian)
14833 number_to_chars_bigendian (buf, val, n);
14835 number_to_chars_littleendian (buf, val, n);
14839 static int support_64bit_objects(void)
14841 const char **list, **l;
14844 list = bfd_target_list ();
14845 for (l = list; *l != NULL; l++)
14846 if (strcmp (*l, ELF_TARGET ("elf64-", "big")) == 0
14847 || strcmp (*l, ELF_TARGET ("elf64-", "little")) == 0)
14849 yes = (*l != NULL);
14853 #endif /* OBJ_ELF */
14855 /* Set STRING_PTR (either &mips_arch_string or &mips_tune_string) to
14856 NEW_VALUE. Warn if another value was already specified. Note:
14857 we have to defer parsing the -march and -mtune arguments in order
14858 to handle 'from-abi' correctly, since the ABI might be specified
14859 in a later argument. */
14862 mips_set_option_string (const char **string_ptr, const char *new_value)
14864 if (*string_ptr != 0 && strcasecmp (*string_ptr, new_value) != 0)
14865 as_warn (_("A different %s was already specified, is now %s"),
14866 string_ptr == &mips_arch_string ? "-march" : "-mtune",
14869 *string_ptr = new_value;
14873 md_parse_option (int c, char *arg)
14877 case OPTION_CONSTRUCT_FLOATS:
14878 mips_disable_float_construction = 0;
14881 case OPTION_NO_CONSTRUCT_FLOATS:
14882 mips_disable_float_construction = 1;
14894 target_big_endian = 1;
14898 target_big_endian = 0;
14904 else if (arg[0] == '0')
14906 else if (arg[0] == '1')
14916 mips_debug = atoi (arg);
14920 file_mips_isa = ISA_MIPS1;
14924 file_mips_isa = ISA_MIPS2;
14928 file_mips_isa = ISA_MIPS3;
14932 file_mips_isa = ISA_MIPS4;
14936 file_mips_isa = ISA_MIPS5;
14939 case OPTION_MIPS32:
14940 file_mips_isa = ISA_MIPS32;
14943 case OPTION_MIPS32R2:
14944 file_mips_isa = ISA_MIPS32R2;
14947 case OPTION_MIPS64R2:
14948 file_mips_isa = ISA_MIPS64R2;
14951 case OPTION_MIPS64:
14952 file_mips_isa = ISA_MIPS64;
14956 mips_set_option_string (&mips_tune_string, arg);
14960 mips_set_option_string (&mips_arch_string, arg);
14964 mips_set_option_string (&mips_arch_string, "4650");
14965 mips_set_option_string (&mips_tune_string, "4650");
14968 case OPTION_NO_M4650:
14972 mips_set_option_string (&mips_arch_string, "4010");
14973 mips_set_option_string (&mips_tune_string, "4010");
14976 case OPTION_NO_M4010:
14980 mips_set_option_string (&mips_arch_string, "4100");
14981 mips_set_option_string (&mips_tune_string, "4100");
14984 case OPTION_NO_M4100:
14988 mips_set_option_string (&mips_arch_string, "3900");
14989 mips_set_option_string (&mips_tune_string, "3900");
14992 case OPTION_NO_M3900:
14996 mips_opts.ase |= ASE_MDMX;
14997 file_ase_explicit |= ASE_MDMX;
15000 case OPTION_NO_MDMX:
15001 mips_opts.ase &= ~ASE_MDMX;
15002 file_ase_explicit |= ASE_MDMX;
15006 mips_opts.ase |= ASE_DSP;
15007 mips_opts.ase &= ~ASE_DSPR2;
15008 file_ase_explicit |= ASE_DSP | ASE_DSPR2;
15012 mips_opts.ase |= ASE_DSP | ASE_DSPR2;
15013 file_ase_explicit |= ASE_DSP | ASE_DSPR2;
15016 case OPTION_NO_DSP:
15017 case OPTION_NO_DSPR2:
15018 mips_opts.ase &= ~(ASE_DSP | ASE_DSPR2);
15019 file_ase_explicit |= ASE_DSP | ASE_DSPR2;
15023 mips_opts.ase |= ASE_EVA;
15024 file_ase_explicit |= ASE_EVA;
15027 case OPTION_NO_EVA:
15028 mips_opts.ase &= ~ASE_EVA;
15029 file_ase_explicit |= ASE_EVA;
15033 mips_opts.ase |= ASE_MT;
15034 file_ase_explicit |= ASE_MT;
15038 mips_opts.ase &= ~ASE_MT;
15039 file_ase_explicit |= ASE_MT;
15043 mips_opts.ase |= ASE_MCU;
15044 file_ase_explicit |= ASE_MCU;
15047 case OPTION_NO_MCU:
15048 mips_opts.ase &= ~ASE_MCU;
15049 file_ase_explicit |= ASE_MCU;
15052 case OPTION_MICROMIPS:
15053 if (mips_opts.mips16 == 1)
15055 as_bad (_("-mmicromips cannot be used with -mips16"));
15058 mips_opts.micromips = 1;
15059 mips_no_prev_insn ();
15062 case OPTION_NO_MICROMIPS:
15063 mips_opts.micromips = 0;
15064 mips_no_prev_insn ();
15068 mips_opts.ase |= ASE_VIRT;
15069 file_ase_explicit |= ASE_VIRT;
15072 case OPTION_NO_VIRT:
15073 mips_opts.ase &= ~ASE_VIRT;
15074 file_ase_explicit |= ASE_VIRT;
15077 case OPTION_MIPS16:
15078 if (mips_opts.micromips == 1)
15080 as_bad (_("-mips16 cannot be used with -micromips"));
15083 mips_opts.mips16 = 1;
15084 mips_no_prev_insn ();
15087 case OPTION_NO_MIPS16:
15088 mips_opts.mips16 = 0;
15089 mips_no_prev_insn ();
15092 case OPTION_MIPS3D:
15093 mips_opts.ase |= ASE_MIPS3D;
15094 file_ase_explicit |= ASE_MIPS3D;
15097 case OPTION_NO_MIPS3D:
15098 mips_opts.ase &= ~ASE_MIPS3D;
15099 file_ase_explicit |= ASE_MIPS3D;
15102 case OPTION_SMARTMIPS:
15103 mips_opts.ase |= ASE_SMARTMIPS;
15104 file_ase_explicit |= ASE_SMARTMIPS;
15107 case OPTION_NO_SMARTMIPS:
15108 mips_opts.ase &= ~ASE_SMARTMIPS;
15109 file_ase_explicit |= ASE_SMARTMIPS;
15112 case OPTION_FIX_24K:
15116 case OPTION_NO_FIX_24K:
15120 case OPTION_FIX_LOONGSON2F_JUMP:
15121 mips_fix_loongson2f_jump = TRUE;
15124 case OPTION_NO_FIX_LOONGSON2F_JUMP:
15125 mips_fix_loongson2f_jump = FALSE;
15128 case OPTION_FIX_LOONGSON2F_NOP:
15129 mips_fix_loongson2f_nop = TRUE;
15132 case OPTION_NO_FIX_LOONGSON2F_NOP:
15133 mips_fix_loongson2f_nop = FALSE;
15136 case OPTION_FIX_VR4120:
15137 mips_fix_vr4120 = 1;
15140 case OPTION_NO_FIX_VR4120:
15141 mips_fix_vr4120 = 0;
15144 case OPTION_FIX_VR4130:
15145 mips_fix_vr4130 = 1;
15148 case OPTION_NO_FIX_VR4130:
15149 mips_fix_vr4130 = 0;
15152 case OPTION_FIX_CN63XXP1:
15153 mips_fix_cn63xxp1 = TRUE;
15156 case OPTION_NO_FIX_CN63XXP1:
15157 mips_fix_cn63xxp1 = FALSE;
15160 case OPTION_RELAX_BRANCH:
15161 mips_relax_branch = 1;
15164 case OPTION_NO_RELAX_BRANCH:
15165 mips_relax_branch = 0;
15168 case OPTION_MSHARED:
15169 mips_in_shared = TRUE;
15172 case OPTION_MNO_SHARED:
15173 mips_in_shared = FALSE;
15176 case OPTION_MSYM32:
15177 mips_opts.sym32 = TRUE;
15180 case OPTION_MNO_SYM32:
15181 mips_opts.sym32 = FALSE;
15185 /* When generating ELF code, we permit -KPIC and -call_shared to
15186 select SVR4_PIC, and -non_shared to select no PIC. This is
15187 intended to be compatible with Irix 5. */
15188 case OPTION_CALL_SHARED:
15191 as_bad (_("-call_shared is supported only for ELF format"));
15194 mips_pic = SVR4_PIC;
15195 mips_abicalls = TRUE;
15198 case OPTION_CALL_NONPIC:
15201 as_bad (_("-call_nonpic is supported only for ELF format"));
15205 mips_abicalls = TRUE;
15208 case OPTION_NON_SHARED:
15211 as_bad (_("-non_shared is supported only for ELF format"));
15215 mips_abicalls = FALSE;
15218 /* The -xgot option tells the assembler to use 32 bit offsets
15219 when accessing the got in SVR4_PIC mode. It is for Irix
15224 #endif /* OBJ_ELF */
15227 g_switch_value = atoi (arg);
15231 /* The -32, -n32 and -64 options are shortcuts for -mabi=32, -mabi=n32
15235 mips_abi = O32_ABI;
15236 /* We silently ignore -32 for non-ELF targets. This greatly
15237 simplifies the construction of the MIPS GAS test cases. */
15244 as_bad (_("-n32 is supported for ELF format only"));
15247 mips_abi = N32_ABI;
15253 as_bad (_("-64 is supported for ELF format only"));
15256 mips_abi = N64_ABI;
15257 if (!support_64bit_objects())
15258 as_fatal (_("No compiled in support for 64 bit object file format"));
15260 #endif /* OBJ_ELF */
15263 file_mips_gp32 = 1;
15267 file_mips_gp32 = 0;
15271 file_mips_fp32 = 1;
15275 file_mips_fp32 = 0;
15278 case OPTION_SINGLE_FLOAT:
15279 file_mips_single_float = 1;
15282 case OPTION_DOUBLE_FLOAT:
15283 file_mips_single_float = 0;
15286 case OPTION_SOFT_FLOAT:
15287 file_mips_soft_float = 1;
15290 case OPTION_HARD_FLOAT:
15291 file_mips_soft_float = 0;
15298 as_bad (_("-mabi is supported for ELF format only"));
15301 if (strcmp (arg, "32") == 0)
15302 mips_abi = O32_ABI;
15303 else if (strcmp (arg, "o64") == 0)
15304 mips_abi = O64_ABI;
15305 else if (strcmp (arg, "n32") == 0)
15306 mips_abi = N32_ABI;
15307 else if (strcmp (arg, "64") == 0)
15309 mips_abi = N64_ABI;
15310 if (! support_64bit_objects())
15311 as_fatal (_("No compiled in support for 64 bit object file "
15314 else if (strcmp (arg, "eabi") == 0)
15315 mips_abi = EABI_ABI;
15318 as_fatal (_("invalid abi -mabi=%s"), arg);
15322 #endif /* OBJ_ELF */
15324 case OPTION_M7000_HILO_FIX:
15325 mips_7000_hilo_fix = TRUE;
15328 case OPTION_MNO_7000_HILO_FIX:
15329 mips_7000_hilo_fix = FALSE;
15333 case OPTION_MDEBUG:
15334 mips_flag_mdebug = TRUE;
15337 case OPTION_NO_MDEBUG:
15338 mips_flag_mdebug = FALSE;
15342 mips_flag_pdr = TRUE;
15345 case OPTION_NO_PDR:
15346 mips_flag_pdr = FALSE;
15349 case OPTION_MVXWORKS_PIC:
15350 mips_pic = VXWORKS_PIC;
15352 #endif /* OBJ_ELF */
15358 mips_fix_loongson2f = mips_fix_loongson2f_nop || mips_fix_loongson2f_jump;
15363 /* Set up globals to generate code for the ISA or processor
15364 described by INFO. */
15367 mips_set_architecture (const struct mips_cpu_info *info)
15371 file_mips_arch = info->cpu;
15372 mips_opts.arch = info->cpu;
15373 mips_opts.isa = info->isa;
15378 /* Likewise for tuning. */
15381 mips_set_tune (const struct mips_cpu_info *info)
15384 mips_tune = info->cpu;
15389 mips_after_parse_args (void)
15391 const struct mips_cpu_info *arch_info = 0;
15392 const struct mips_cpu_info *tune_info = 0;
15394 /* GP relative stuff not working for PE */
15395 if (strncmp (TARGET_OS, "pe", 2) == 0)
15397 if (g_switch_seen && g_switch_value != 0)
15398 as_bad (_("-G not supported in this configuration."));
15399 g_switch_value = 0;
15402 if (mips_abi == NO_ABI)
15403 mips_abi = MIPS_DEFAULT_ABI;
15405 /* The following code determines the architecture and register size.
15406 Similar code was added to GCC 3.3 (see override_options() in
15407 config/mips/mips.c). The GAS and GCC code should be kept in sync
15408 as much as possible. */
15410 if (mips_arch_string != 0)
15411 arch_info = mips_parse_cpu ("-march", mips_arch_string);
15413 if (file_mips_isa != ISA_UNKNOWN)
15415 /* Handle -mipsN. At this point, file_mips_isa contains the
15416 ISA level specified by -mipsN, while arch_info->isa contains
15417 the -march selection (if any). */
15418 if (arch_info != 0)
15420 /* -march takes precedence over -mipsN, since it is more descriptive.
15421 There's no harm in specifying both as long as the ISA levels
15423 if (file_mips_isa != arch_info->isa)
15424 as_bad (_("-%s conflicts with the other architecture options, which imply -%s"),
15425 mips_cpu_info_from_isa (file_mips_isa)->name,
15426 mips_cpu_info_from_isa (arch_info->isa)->name);
15429 arch_info = mips_cpu_info_from_isa (file_mips_isa);
15432 if (arch_info == 0)
15434 arch_info = mips_parse_cpu ("default CPU", MIPS_CPU_STRING_DEFAULT);
15435 gas_assert (arch_info);
15438 if (ABI_NEEDS_64BIT_REGS (mips_abi) && !ISA_HAS_64BIT_REGS (arch_info->isa))
15439 as_bad (_("-march=%s is not compatible with the selected ABI"),
15442 mips_set_architecture (arch_info);
15444 /* Optimize for file_mips_arch, unless -mtune selects a different processor. */
15445 if (mips_tune_string != 0)
15446 tune_info = mips_parse_cpu ("-mtune", mips_tune_string);
15448 if (tune_info == 0)
15449 mips_set_tune (arch_info);
15451 mips_set_tune (tune_info);
15453 if (file_mips_gp32 >= 0)
15455 /* The user specified the size of the integer registers. Make sure
15456 it agrees with the ABI and ISA. */
15457 if (file_mips_gp32 == 0 && !ISA_HAS_64BIT_REGS (mips_opts.isa))
15458 as_bad (_("-mgp64 used with a 32-bit processor"));
15459 else if (file_mips_gp32 == 1 && ABI_NEEDS_64BIT_REGS (mips_abi))
15460 as_bad (_("-mgp32 used with a 64-bit ABI"));
15461 else if (file_mips_gp32 == 0 && ABI_NEEDS_32BIT_REGS (mips_abi))
15462 as_bad (_("-mgp64 used with a 32-bit ABI"));
15466 /* Infer the integer register size from the ABI and processor.
15467 Restrict ourselves to 32-bit registers if that's all the
15468 processor has, or if the ABI cannot handle 64-bit registers. */
15469 file_mips_gp32 = (ABI_NEEDS_32BIT_REGS (mips_abi)
15470 || !ISA_HAS_64BIT_REGS (mips_opts.isa));
15473 switch (file_mips_fp32)
15477 /* No user specified float register size.
15478 ??? GAS treats single-float processors as though they had 64-bit
15479 float registers (although it complains when double-precision
15480 instructions are used). As things stand, saying they have 32-bit
15481 registers would lead to spurious "register must be even" messages.
15482 So here we assume float registers are never smaller than the
15484 if (file_mips_gp32 == 0)
15485 /* 64-bit integer registers implies 64-bit float registers. */
15486 file_mips_fp32 = 0;
15487 else if ((mips_opts.ase & (ASE_MIPS3D | ASE_MDMX))
15488 && ISA_HAS_64BIT_FPRS (mips_opts.isa))
15489 /* -mips3d and -mdmx imply 64-bit float registers, if possible. */
15490 file_mips_fp32 = 0;
15492 /* 32-bit float registers. */
15493 file_mips_fp32 = 1;
15496 /* The user specified the size of the float registers. Check if it
15497 agrees with the ABI and ISA. */
15499 if (!ISA_HAS_64BIT_FPRS (mips_opts.isa))
15500 as_bad (_("-mfp64 used with a 32-bit fpu"));
15501 else if (ABI_NEEDS_32BIT_REGS (mips_abi)
15502 && !ISA_HAS_MXHC1 (mips_opts.isa))
15503 as_warn (_("-mfp64 used with a 32-bit ABI"));
15506 if (ABI_NEEDS_64BIT_REGS (mips_abi))
15507 as_warn (_("-mfp32 used with a 64-bit ABI"));
15511 /* End of GCC-shared inference code. */
15513 /* This flag is set when we have a 64-bit capable CPU but use only
15514 32-bit wide registers. Note that EABI does not use it. */
15515 if (ISA_HAS_64BIT_REGS (mips_opts.isa)
15516 && ((mips_abi == NO_ABI && file_mips_gp32 == 1)
15517 || mips_abi == O32_ABI))
15518 mips_32bitmode = 1;
15520 if (mips_opts.isa == ISA_MIPS1 && mips_trap)
15521 as_bad (_("trap exception not supported at ISA 1"));
15523 /* If the selected architecture includes support for ASEs, enable
15524 generation of code for them. */
15525 if (mips_opts.mips16 == -1)
15526 mips_opts.mips16 = (CPU_HAS_MIPS16 (file_mips_arch)) ? 1 : 0;
15527 if (mips_opts.micromips == -1)
15528 mips_opts.micromips = (CPU_HAS_MICROMIPS (file_mips_arch)) ? 1 : 0;
15530 /* MIPS3D and MDMX require 64-bit FPRs, so -mfp32 should stop those
15531 ASEs from being selected implicitly. */
15532 if (file_mips_fp32 == 1)
15533 file_ase_explicit |= ASE_MIPS3D | ASE_MDMX;
15535 /* If the user didn't explicitly select or deselect a particular ASE,
15536 use the default setting for the CPU. */
15537 mips_opts.ase |= (arch_info->ase & ~file_ase_explicit);
15539 if ((mips_opts.ase & ASE_MIPS3D) && file_mips_fp32 == 1)
15540 as_bad (_("-mfp32 used with -mips3d"));
15542 if ((mips_opts.ase & ASE_MDMX) && file_mips_fp32 == 1)
15543 as_bad (_("-mfp32 used with -mdmx"));
15545 if ((mips_opts.ase & ASE_SMARTMIPS) && !ISA_SUPPORTS_SMARTMIPS)
15546 as_warn (_("%s ISA does not support SmartMIPS"),
15547 mips_cpu_info_from_isa (mips_opts.isa)->name);
15549 if ((mips_opts.ase & ASE_DSP) && !ISA_SUPPORTS_DSP_ASE)
15550 as_warn (_("%s ISA does not support DSP ASE"),
15551 mips_cpu_info_from_isa (mips_opts.isa)->name);
15553 if ((mips_opts.ase & ASE_DSPR2) && !ISA_SUPPORTS_DSPR2_ASE)
15554 as_warn (_("%s ISA does not support DSP R2 ASE"),
15555 mips_cpu_info_from_isa (mips_opts.isa)->name);
15557 if ((mips_opts.ase & ASE_EVA) && !ISA_SUPPORTS_EVA_ASE)
15558 as_warn (_("%s ISA does not support EVA ASE"),
15559 mips_cpu_info_from_isa (mips_opts.isa)->name);
15561 if ((mips_opts.ase & ASE_MT) && !ISA_SUPPORTS_MT_ASE)
15562 as_warn (_("%s ISA does not support MT ASE"),
15563 mips_cpu_info_from_isa (mips_opts.isa)->name);
15565 if ((mips_opts.ase & ASE_MCU) && !ISA_SUPPORTS_MCU_ASE)
15566 as_warn (_("%s ISA does not support MCU ASE"),
15567 mips_cpu_info_from_isa (mips_opts.isa)->name);
15569 if ((mips_opts.ase & ASE_VIRT) && !ISA_SUPPORTS_VIRT_ASE)
15570 as_warn (_("%s ISA does not support Virtualization ASE"),
15571 mips_cpu_info_from_isa (mips_opts.isa)->name);
15573 file_mips_isa = mips_opts.isa;
15574 file_ase = mips_opts.ase;
15575 mips_opts.gp32 = file_mips_gp32;
15576 mips_opts.fp32 = file_mips_fp32;
15577 mips_opts.soft_float = file_mips_soft_float;
15578 mips_opts.single_float = file_mips_single_float;
15580 if (mips_flag_mdebug < 0)
15582 #ifdef OBJ_MAYBE_ECOFF
15583 if (OUTPUT_FLAVOR == bfd_target_ecoff_flavour)
15584 mips_flag_mdebug = 1;
15586 #endif /* OBJ_MAYBE_ECOFF */
15587 mips_flag_mdebug = 0;
15592 mips_init_after_args (void)
15594 /* initialize opcodes */
15595 bfd_mips_num_opcodes = bfd_mips_num_builtin_opcodes;
15596 mips_opcodes = (struct mips_opcode *) mips_builtin_opcodes;
15600 md_pcrel_from (fixS *fixP)
15602 valueT addr = fixP->fx_where + fixP->fx_frag->fr_address;
15603 switch (fixP->fx_r_type)
15605 case BFD_RELOC_MICROMIPS_7_PCREL_S1:
15606 case BFD_RELOC_MICROMIPS_10_PCREL_S1:
15607 /* Return the address of the delay slot. */
15610 case BFD_RELOC_MICROMIPS_16_PCREL_S1:
15611 case BFD_RELOC_MICROMIPS_JMP:
15612 case BFD_RELOC_16_PCREL_S2:
15613 case BFD_RELOC_MIPS_JMP:
15614 /* Return the address of the delay slot. */
15617 case BFD_RELOC_32_PCREL:
15621 /* We have no relocation type for PC relative MIPS16 instructions. */
15622 if (fixP->fx_addsy && S_GET_SEGMENT (fixP->fx_addsy) != now_seg)
15623 as_bad_where (fixP->fx_file, fixP->fx_line,
15624 _("PC relative MIPS16 instruction references a different section"));
15629 /* This is called before the symbol table is processed. In order to
15630 work with gcc when using mips-tfile, we must keep all local labels.
15631 However, in other cases, we want to discard them. If we were
15632 called with -g, but we didn't see any debugging information, it may
15633 mean that gcc is smuggling debugging information through to
15634 mips-tfile, in which case we must generate all local labels. */
15637 mips_frob_file_before_adjust (void)
15639 #ifndef NO_ECOFF_DEBUGGING
15640 if (ECOFF_DEBUGGING
15642 && ! ecoff_debugging_seen)
15643 flag_keep_locals = 1;
15647 /* Sort any unmatched HI16 and GOT16 relocs so that they immediately precede
15648 the corresponding LO16 reloc. This is called before md_apply_fix and
15649 tc_gen_reloc. Unmatched relocs can only be generated by use of explicit
15650 relocation operators.
15652 For our purposes, a %lo() expression matches a %got() or %hi()
15655 (a) it refers to the same symbol; and
15656 (b) the offset applied in the %lo() expression is no lower than
15657 the offset applied in the %got() or %hi().
15659 (b) allows us to cope with code like:
15662 lh $4,%lo(foo+2)($4)
15664 ...which is legal on RELA targets, and has a well-defined behaviour
15665 if the user knows that adding 2 to "foo" will not induce a carry to
15668 When several %lo()s match a particular %got() or %hi(), we use the
15669 following rules to distinguish them:
15671 (1) %lo()s with smaller offsets are a better match than %lo()s with
15674 (2) %lo()s with no matching %got() or %hi() are better than those
15675 that already have a matching %got() or %hi().
15677 (3) later %lo()s are better than earlier %lo()s.
15679 These rules are applied in order.
15681 (1) means, among other things, that %lo()s with identical offsets are
15682 chosen if they exist.
15684 (2) means that we won't associate several high-part relocations with
15685 the same low-part relocation unless there's no alternative. Having
15686 several high parts for the same low part is a GNU extension; this rule
15687 allows careful users to avoid it.
15689 (3) is purely cosmetic. mips_hi_fixup_list is is in reverse order,
15690 with the last high-part relocation being at the front of the list.
15691 It therefore makes sense to choose the last matching low-part
15692 relocation, all other things being equal. It's also easier
15693 to code that way. */
15696 mips_frob_file (void)
15698 struct mips_hi_fixup *l;
15699 bfd_reloc_code_real_type looking_for_rtype = BFD_RELOC_UNUSED;
15701 for (l = mips_hi_fixup_list; l != NULL; l = l->next)
15703 segment_info_type *seginfo;
15704 bfd_boolean matched_lo_p;
15705 fixS **hi_pos, **lo_pos, **pos;
15707 gas_assert (reloc_needs_lo_p (l->fixp->fx_r_type));
15709 /* If a GOT16 relocation turns out to be against a global symbol,
15710 there isn't supposed to be a matching LO. Ignore %gots against
15711 constants; we'll report an error for those later. */
15712 if (got16_reloc_p (l->fixp->fx_r_type)
15713 && !(l->fixp->fx_addsy
15714 && pic_need_relax (l->fixp->fx_addsy, l->seg)))
15717 /* Check quickly whether the next fixup happens to be a matching %lo. */
15718 if (fixup_has_matching_lo_p (l->fixp))
15721 seginfo = seg_info (l->seg);
15723 /* Set HI_POS to the position of this relocation in the chain.
15724 Set LO_POS to the position of the chosen low-part relocation.
15725 MATCHED_LO_P is true on entry to the loop if *POS is a low-part
15726 relocation that matches an immediately-preceding high-part
15730 matched_lo_p = FALSE;
15731 looking_for_rtype = matching_lo_reloc (l->fixp->fx_r_type);
15733 for (pos = &seginfo->fix_root; *pos != NULL; pos = &(*pos)->fx_next)
15735 if (*pos == l->fixp)
15738 if ((*pos)->fx_r_type == looking_for_rtype
15739 && symbol_same_p ((*pos)->fx_addsy, l->fixp->fx_addsy)
15740 && (*pos)->fx_offset >= l->fixp->fx_offset
15742 || (*pos)->fx_offset < (*lo_pos)->fx_offset
15744 && (*pos)->fx_offset == (*lo_pos)->fx_offset)))
15747 matched_lo_p = (reloc_needs_lo_p ((*pos)->fx_r_type)
15748 && fixup_has_matching_lo_p (*pos));
15751 /* If we found a match, remove the high-part relocation from its
15752 current position and insert it before the low-part relocation.
15753 Make the offsets match so that fixup_has_matching_lo_p()
15756 We don't warn about unmatched high-part relocations since some
15757 versions of gcc have been known to emit dead "lui ...%hi(...)"
15759 if (lo_pos != NULL)
15761 l->fixp->fx_offset = (*lo_pos)->fx_offset;
15762 if (l->fixp->fx_next != *lo_pos)
15764 *hi_pos = l->fixp->fx_next;
15765 l->fixp->fx_next = *lo_pos;
15773 mips_force_relocation (fixS *fixp)
15775 if (generic_force_reloc (fixp))
15778 /* We want to keep BFD_RELOC_MICROMIPS_*_PCREL_S1 relocation,
15779 so that the linker relaxation can update targets. */
15780 if (fixp->fx_r_type == BFD_RELOC_MICROMIPS_7_PCREL_S1
15781 || fixp->fx_r_type == BFD_RELOC_MICROMIPS_10_PCREL_S1
15782 || fixp->fx_r_type == BFD_RELOC_MICROMIPS_16_PCREL_S1)
15788 /* Read the instruction associated with RELOC from BUF. */
15790 static unsigned int
15791 read_reloc_insn (char *buf, bfd_reloc_code_real_type reloc)
15793 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
15794 return read_compressed_insn (buf, 4);
15796 return read_insn (buf);
15799 /* Write instruction INSN to BUF, given that it has been relocated
15803 write_reloc_insn (char *buf, bfd_reloc_code_real_type reloc,
15804 unsigned long insn)
15806 if (mips16_reloc_p (reloc) || micromips_reloc_p (reloc))
15807 write_compressed_insn (buf, insn, 4);
15809 write_insn (buf, insn);
15812 /* Apply a fixup to the object file. */
15815 md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
15818 unsigned long insn;
15819 reloc_howto_type *howto;
15821 /* We ignore generic BFD relocations we don't know about. */
15822 howto = bfd_reloc_type_lookup (stdoutput, fixP->fx_r_type);
15826 gas_assert (fixP->fx_size == 2
15827 || fixP->fx_size == 4
15828 || fixP->fx_r_type == BFD_RELOC_16
15829 || fixP->fx_r_type == BFD_RELOC_64
15830 || fixP->fx_r_type == BFD_RELOC_CTOR
15831 || fixP->fx_r_type == BFD_RELOC_MIPS_SUB
15832 || fixP->fx_r_type == BFD_RELOC_MICROMIPS_SUB
15833 || fixP->fx_r_type == BFD_RELOC_VTABLE_INHERIT
15834 || fixP->fx_r_type == BFD_RELOC_VTABLE_ENTRY
15835 || fixP->fx_r_type == BFD_RELOC_MIPS_TLS_DTPREL64);
15837 buf = fixP->fx_frag->fr_literal + fixP->fx_where;
15839 gas_assert (!fixP->fx_pcrel || fixP->fx_r_type == BFD_RELOC_16_PCREL_S2
15840 || fixP->fx_r_type == BFD_RELOC_MICROMIPS_7_PCREL_S1
15841 || fixP->fx_r_type == BFD_RELOC_MICROMIPS_10_PCREL_S1
15842 || fixP->fx_r_type == BFD_RELOC_MICROMIPS_16_PCREL_S1
15843 || fixP->fx_r_type == BFD_RELOC_32_PCREL);
15845 /* Don't treat parts of a composite relocation as done. There are two
15848 (1) The second and third parts will be against 0 (RSS_UNDEF) but
15849 should nevertheless be emitted if the first part is.
15851 (2) In normal usage, composite relocations are never assembly-time
15852 constants. The easiest way of dealing with the pathological
15853 exceptions is to generate a relocation against STN_UNDEF and
15854 leave everything up to the linker. */
15855 if (fixP->fx_addsy == NULL && !fixP->fx_pcrel && fixP->fx_tcbit == 0)
15858 switch (fixP->fx_r_type)
15860 case BFD_RELOC_MIPS_TLS_GD:
15861 case BFD_RELOC_MIPS_TLS_LDM:
15862 case BFD_RELOC_MIPS_TLS_DTPREL32:
15863 case BFD_RELOC_MIPS_TLS_DTPREL64:
15864 case BFD_RELOC_MIPS_TLS_DTPREL_HI16:
15865 case BFD_RELOC_MIPS_TLS_DTPREL_LO16:
15866 case BFD_RELOC_MIPS_TLS_GOTTPREL:
15867 case BFD_RELOC_MIPS_TLS_TPREL32:
15868 case BFD_RELOC_MIPS_TLS_TPREL64:
15869 case BFD_RELOC_MIPS_TLS_TPREL_HI16:
15870 case BFD_RELOC_MIPS_TLS_TPREL_LO16:
15871 case BFD_RELOC_MICROMIPS_TLS_GD:
15872 case BFD_RELOC_MICROMIPS_TLS_LDM:
15873 case BFD_RELOC_MICROMIPS_TLS_DTPREL_HI16:
15874 case BFD_RELOC_MICROMIPS_TLS_DTPREL_LO16:
15875 case BFD_RELOC_MICROMIPS_TLS_GOTTPREL:
15876 case BFD_RELOC_MICROMIPS_TLS_TPREL_HI16:
15877 case BFD_RELOC_MICROMIPS_TLS_TPREL_LO16:
15878 case BFD_RELOC_MIPS16_TLS_GD:
15879 case BFD_RELOC_MIPS16_TLS_LDM:
15880 case BFD_RELOC_MIPS16_TLS_DTPREL_HI16:
15881 case BFD_RELOC_MIPS16_TLS_DTPREL_LO16:
15882 case BFD_RELOC_MIPS16_TLS_GOTTPREL:
15883 case BFD_RELOC_MIPS16_TLS_TPREL_HI16:
15884 case BFD_RELOC_MIPS16_TLS_TPREL_LO16:
15885 if (!fixP->fx_addsy)
15887 as_bad_where (fixP->fx_file, fixP->fx_line,
15888 _("TLS relocation against a constant"));
15891 S_SET_THREAD_LOCAL (fixP->fx_addsy);
15894 case BFD_RELOC_MIPS_JMP:
15895 case BFD_RELOC_MIPS_SHIFT5:
15896 case BFD_RELOC_MIPS_SHIFT6:
15897 case BFD_RELOC_MIPS_GOT_DISP:
15898 case BFD_RELOC_MIPS_GOT_PAGE:
15899 case BFD_RELOC_MIPS_GOT_OFST:
15900 case BFD_RELOC_MIPS_SUB:
15901 case BFD_RELOC_MIPS_INSERT_A:
15902 case BFD_RELOC_MIPS_INSERT_B:
15903 case BFD_RELOC_MIPS_DELETE:
15904 case BFD_RELOC_MIPS_HIGHEST:
15905 case BFD_RELOC_MIPS_HIGHER:
15906 case BFD_RELOC_MIPS_SCN_DISP:
15907 case BFD_RELOC_MIPS_REL16:
15908 case BFD_RELOC_MIPS_RELGOT:
15909 case BFD_RELOC_MIPS_JALR:
15910 case BFD_RELOC_HI16:
15911 case BFD_RELOC_HI16_S:
15912 case BFD_RELOC_LO16:
15913 case BFD_RELOC_GPREL16:
15914 case BFD_RELOC_MIPS_LITERAL:
15915 case BFD_RELOC_MIPS_CALL16:
15916 case BFD_RELOC_MIPS_GOT16:
15917 case BFD_RELOC_GPREL32:
15918 case BFD_RELOC_MIPS_GOT_HI16:
15919 case BFD_RELOC_MIPS_GOT_LO16:
15920 case BFD_RELOC_MIPS_CALL_HI16:
15921 case BFD_RELOC_MIPS_CALL_LO16:
15922 case BFD_RELOC_MIPS16_GPREL:
15923 case BFD_RELOC_MIPS16_GOT16:
15924 case BFD_RELOC_MIPS16_CALL16:
15925 case BFD_RELOC_MIPS16_HI16:
15926 case BFD_RELOC_MIPS16_HI16_S:
15927 case BFD_RELOC_MIPS16_LO16:
15928 case BFD_RELOC_MIPS16_JMP:
15929 case BFD_RELOC_MICROMIPS_JMP:
15930 case BFD_RELOC_MICROMIPS_GOT_DISP:
15931 case BFD_RELOC_MICROMIPS_GOT_PAGE:
15932 case BFD_RELOC_MICROMIPS_GOT_OFST:
15933 case BFD_RELOC_MICROMIPS_SUB:
15934 case BFD_RELOC_MICROMIPS_HIGHEST:
15935 case BFD_RELOC_MICROMIPS_HIGHER:
15936 case BFD_RELOC_MICROMIPS_SCN_DISP:
15937 case BFD_RELOC_MICROMIPS_JALR:
15938 case BFD_RELOC_MICROMIPS_HI16:
15939 case BFD_RELOC_MICROMIPS_HI16_S:
15940 case BFD_RELOC_MICROMIPS_LO16:
15941 case BFD_RELOC_MICROMIPS_GPREL16:
15942 case BFD_RELOC_MICROMIPS_LITERAL:
15943 case BFD_RELOC_MICROMIPS_CALL16:
15944 case BFD_RELOC_MICROMIPS_GOT16:
15945 case BFD_RELOC_MICROMIPS_GOT_HI16:
15946 case BFD_RELOC_MICROMIPS_GOT_LO16:
15947 case BFD_RELOC_MICROMIPS_CALL_HI16:
15948 case BFD_RELOC_MICROMIPS_CALL_LO16:
15949 case BFD_RELOC_MIPS_EH:
15954 if (calculate_reloc (fixP->fx_r_type, *valP, &value))
15956 insn = read_reloc_insn (buf, fixP->fx_r_type);
15957 if (mips16_reloc_p (fixP->fx_r_type))
15958 insn |= mips16_immed_extend (value, 16);
15960 insn |= (value & 0xffff);
15961 write_reloc_insn (buf, fixP->fx_r_type, insn);
15964 as_bad_where (fixP->fx_file, fixP->fx_line,
15965 _("Unsupported constant in relocation"));
15970 /* This is handled like BFD_RELOC_32, but we output a sign
15971 extended value if we are only 32 bits. */
15974 if (8 <= sizeof (valueT))
15975 md_number_to_chars (buf, *valP, 8);
15980 if ((*valP & 0x80000000) != 0)
15984 md_number_to_chars (buf + (target_big_endian ? 4 : 0), *valP, 4);
15985 md_number_to_chars (buf + (target_big_endian ? 0 : 4), hiv, 4);
15990 case BFD_RELOC_RVA:
15992 case BFD_RELOC_32_PCREL:
15994 /* If we are deleting this reloc entry, we must fill in the
15995 value now. This can happen if we have a .word which is not
15996 resolved when it appears but is later defined. */
15998 md_number_to_chars (buf, *valP, fixP->fx_size);
16001 case BFD_RELOC_16_PCREL_S2:
16002 if ((*valP & 0x3) != 0)
16003 as_bad_where (fixP->fx_file, fixP->fx_line,
16004 _("Branch to misaligned address (%lx)"), (long) *valP);
16006 /* We need to save the bits in the instruction since fixup_segment()
16007 might be deleting the relocation entry (i.e., a branch within
16008 the current segment). */
16009 if (! fixP->fx_done)
16012 /* Update old instruction data. */
16013 insn = read_insn (buf);
16015 if (*valP + 0x20000 <= 0x3ffff)
16017 insn |= (*valP >> 2) & 0xffff;
16018 write_insn (buf, insn);
16020 else if (mips_pic == NO_PIC
16022 && fixP->fx_frag->fr_address >= text_section->vma
16023 && (fixP->fx_frag->fr_address
16024 < text_section->vma + bfd_get_section_size (text_section))
16025 && ((insn & 0xffff0000) == 0x10000000 /* beq $0,$0 */
16026 || (insn & 0xffff0000) == 0x04010000 /* bgez $0 */
16027 || (insn & 0xffff0000) == 0x04110000)) /* bgezal $0 */
16029 /* The branch offset is too large. If this is an
16030 unconditional branch, and we are not generating PIC code,
16031 we can convert it to an absolute jump instruction. */
16032 if ((insn & 0xffff0000) == 0x04110000) /* bgezal $0 */
16033 insn = 0x0c000000; /* jal */
16035 insn = 0x08000000; /* j */
16036 fixP->fx_r_type = BFD_RELOC_MIPS_JMP;
16038 fixP->fx_addsy = section_symbol (text_section);
16039 *valP += md_pcrel_from (fixP);
16040 write_insn (buf, insn);
16044 /* If we got here, we have branch-relaxation disabled,
16045 and there's nothing we can do to fix this instruction
16046 without turning it into a longer sequence. */
16047 as_bad_where (fixP->fx_file, fixP->fx_line,
16048 _("Branch out of range"));
16052 case BFD_RELOC_MICROMIPS_7_PCREL_S1:
16053 case BFD_RELOC_MICROMIPS_10_PCREL_S1:
16054 case BFD_RELOC_MICROMIPS_16_PCREL_S1:
16055 /* We adjust the offset back to even. */
16056 if ((*valP & 0x1) != 0)
16059 if (! fixP->fx_done)
16062 /* Should never visit here, because we keep the relocation. */
16066 case BFD_RELOC_VTABLE_INHERIT:
16069 && !S_IS_DEFINED (fixP->fx_addsy)
16070 && !S_IS_WEAK (fixP->fx_addsy))
16071 S_SET_WEAK (fixP->fx_addsy);
16074 case BFD_RELOC_VTABLE_ENTRY:
16082 /* Remember value for tc_gen_reloc. */
16083 fixP->fx_addnumber = *valP;
16093 name = input_line_pointer;
16094 c = get_symbol_end ();
16095 p = (symbolS *) symbol_find_or_make (name);
16096 *input_line_pointer = c;
16100 /* Align the current frag to a given power of two. If a particular
16101 fill byte should be used, FILL points to an integer that contains
16102 that byte, otherwise FILL is null.
16104 This function used to have the comment:
16106 The MIPS assembler also automatically adjusts any preceding label.
16108 The implementation therefore applied the adjustment to a maximum of
16109 one label. However, other label adjustments are applied to batches
16110 of labels, and adjusting just one caused problems when new labels
16111 were added for the sake of debugging or unwind information.
16112 We therefore adjust all preceding labels (given as LABELS) instead. */
16115 mips_align (int to, int *fill, struct insn_label_list *labels)
16117 mips_emit_delays ();
16118 mips_record_compressed_mode ();
16119 if (fill == NULL && subseg_text_p (now_seg))
16120 frag_align_code (to, 0);
16122 frag_align (to, fill ? *fill : 0, 0);
16123 record_alignment (now_seg, to);
16124 mips_move_labels (labels, FALSE);
16127 /* Align to a given power of two. .align 0 turns off the automatic
16128 alignment used by the data creating pseudo-ops. */
16131 s_align (int x ATTRIBUTE_UNUSED)
16133 int temp, fill_value, *fill_ptr;
16134 long max_alignment = 28;
16136 /* o Note that the assembler pulls down any immediately preceding label
16137 to the aligned address.
16138 o It's not documented but auto alignment is reinstated by
16139 a .align pseudo instruction.
16140 o Note also that after auto alignment is turned off the mips assembler
16141 issues an error on attempt to assemble an improperly aligned data item.
16144 temp = get_absolute_expression ();
16145 if (temp > max_alignment)
16146 as_bad (_("Alignment too large: %d. assumed."), temp = max_alignment);
16149 as_warn (_("Alignment negative: 0 assumed."));
16152 if (*input_line_pointer == ',')
16154 ++input_line_pointer;
16155 fill_value = get_absolute_expression ();
16156 fill_ptr = &fill_value;
16162 segment_info_type *si = seg_info (now_seg);
16163 struct insn_label_list *l = si->label_list;
16164 /* Auto alignment should be switched on by next section change. */
16166 mips_align (temp, fill_ptr, l);
16173 demand_empty_rest_of_line ();
16177 s_change_sec (int sec)
16182 /* The ELF backend needs to know that we are changing sections, so
16183 that .previous works correctly. We could do something like check
16184 for an obj_section_change_hook macro, but that might be confusing
16185 as it would not be appropriate to use it in the section changing
16186 functions in read.c, since obj-elf.c intercepts those. FIXME:
16187 This should be cleaner, somehow. */
16189 obj_elf_section_change_hook ();
16192 mips_emit_delays ();
16203 subseg_set (bss_section, (subsegT) get_absolute_expression ());
16204 demand_empty_rest_of_line ();
16208 seg = subseg_new (RDATA_SECTION_NAME,
16209 (subsegT) get_absolute_expression ());
16212 bfd_set_section_flags (stdoutput, seg, (SEC_ALLOC | SEC_LOAD
16213 | SEC_READONLY | SEC_RELOC
16215 if (strncmp (TARGET_OS, "elf", 3) != 0)
16216 record_alignment (seg, 4);
16218 demand_empty_rest_of_line ();
16222 seg = subseg_new (".sdata", (subsegT) get_absolute_expression ());
16225 bfd_set_section_flags (stdoutput, seg,
16226 SEC_ALLOC | SEC_LOAD | SEC_RELOC | SEC_DATA);
16227 if (strncmp (TARGET_OS, "elf", 3) != 0)
16228 record_alignment (seg, 4);
16230 demand_empty_rest_of_line ();
16234 seg = subseg_new (".sbss", (subsegT) get_absolute_expression ());
16237 bfd_set_section_flags (stdoutput, seg, SEC_ALLOC);
16238 if (strncmp (TARGET_OS, "elf", 3) != 0)
16239 record_alignment (seg, 4);
16241 demand_empty_rest_of_line ();
16249 s_change_section (int ignore ATTRIBUTE_UNUSED)
16252 char *section_name;
16257 int section_entry_size;
16258 int section_alignment;
16263 section_name = input_line_pointer;
16264 c = get_symbol_end ();
16266 next_c = *(input_line_pointer + 1);
16268 /* Do we have .section Name<,"flags">? */
16269 if (c != ',' || (c == ',' && next_c == '"'))
16271 /* just after name is now '\0'. */
16272 *input_line_pointer = c;
16273 input_line_pointer = section_name;
16274 obj_elf_section (ignore);
16277 input_line_pointer++;
16279 /* Do we have .section Name<,type><,flag><,entry_size><,alignment> */
16281 section_type = get_absolute_expression ();
16284 if (*input_line_pointer++ == ',')
16285 section_flag = get_absolute_expression ();
16288 if (*input_line_pointer++ == ',')
16289 section_entry_size = get_absolute_expression ();
16291 section_entry_size = 0;
16292 if (*input_line_pointer++ == ',')
16293 section_alignment = get_absolute_expression ();
16295 section_alignment = 0;
16296 /* FIXME: really ignore? */
16297 (void) section_alignment;
16299 section_name = xstrdup (section_name);
16301 /* When using the generic form of .section (as implemented by obj-elf.c),
16302 there's no way to set the section type to SHT_MIPS_DWARF. Users have
16303 traditionally had to fall back on the more common @progbits instead.
16305 There's nothing really harmful in this, since bfd will correct
16306 SHT_PROGBITS to SHT_MIPS_DWARF before writing out the file. But it
16307 means that, for backwards compatibility, the special_section entries
16308 for dwarf sections must use SHT_PROGBITS rather than SHT_MIPS_DWARF.
16310 Even so, we shouldn't force users of the MIPS .section syntax to
16311 incorrectly label the sections as SHT_PROGBITS. The best compromise
16312 seems to be to map SHT_MIPS_DWARF to SHT_PROGBITS before calling the
16313 generic type-checking code. */
16314 if (section_type == SHT_MIPS_DWARF)
16315 section_type = SHT_PROGBITS;
16317 obj_elf_change_section (section_name, section_type, section_flag,
16318 section_entry_size, 0, 0, 0);
16320 if (now_seg->name != section_name)
16321 free (section_name);
16322 #endif /* OBJ_ELF */
16326 mips_enable_auto_align (void)
16332 s_cons (int log_size)
16334 segment_info_type *si = seg_info (now_seg);
16335 struct insn_label_list *l = si->label_list;
16337 mips_emit_delays ();
16338 if (log_size > 0 && auto_align)
16339 mips_align (log_size, 0, l);
16340 cons (1 << log_size);
16341 mips_clear_insn_labels ();
16345 s_float_cons (int type)
16347 segment_info_type *si = seg_info (now_seg);
16348 struct insn_label_list *l = si->label_list;
16350 mips_emit_delays ();
16355 mips_align (3, 0, l);
16357 mips_align (2, 0, l);
16361 mips_clear_insn_labels ();
16364 /* Handle .globl. We need to override it because on Irix 5 you are
16367 where foo is an undefined symbol, to mean that foo should be
16368 considered to be the address of a function. */
16371 s_mips_globl (int x ATTRIBUTE_UNUSED)
16380 name = input_line_pointer;
16381 c = get_symbol_end ();
16382 symbolP = symbol_find_or_make (name);
16383 S_SET_EXTERNAL (symbolP);
16385 *input_line_pointer = c;
16386 SKIP_WHITESPACE ();
16388 /* On Irix 5, every global symbol that is not explicitly labelled as
16389 being a function is apparently labelled as being an object. */
16392 if (!is_end_of_line[(unsigned char) *input_line_pointer]
16393 && (*input_line_pointer != ','))
16398 secname = input_line_pointer;
16399 c = get_symbol_end ();
16400 sec = bfd_get_section_by_name (stdoutput, secname);
16402 as_bad (_("%s: no such section"), secname);
16403 *input_line_pointer = c;
16405 if (sec != NULL && (sec->flags & SEC_CODE) != 0)
16406 flag = BSF_FUNCTION;
16409 symbol_get_bfdsym (symbolP)->flags |= flag;
16411 c = *input_line_pointer;
16414 input_line_pointer++;
16415 SKIP_WHITESPACE ();
16416 if (is_end_of_line[(unsigned char) *input_line_pointer])
16422 demand_empty_rest_of_line ();
16426 s_option (int x ATTRIBUTE_UNUSED)
16431 opt = input_line_pointer;
16432 c = get_symbol_end ();
16436 /* FIXME: What does this mean? */
16438 else if (strncmp (opt, "pic", 3) == 0)
16442 i = atoi (opt + 3);
16447 mips_pic = SVR4_PIC;
16448 mips_abicalls = TRUE;
16451 as_bad (_(".option pic%d not supported"), i);
16453 if (mips_pic == SVR4_PIC)
16455 if (g_switch_seen && g_switch_value != 0)
16456 as_warn (_("-G may not be used with SVR4 PIC code"));
16457 g_switch_value = 0;
16458 bfd_set_gp_size (stdoutput, 0);
16462 as_warn (_("Unrecognized option \"%s\""), opt);
16464 *input_line_pointer = c;
16465 demand_empty_rest_of_line ();
16468 /* This structure is used to hold a stack of .set values. */
16470 struct mips_option_stack
16472 struct mips_option_stack *next;
16473 struct mips_set_options options;
16476 static struct mips_option_stack *mips_opts_stack;
16478 /* Handle the .set pseudo-op. */
16481 s_mipsset (int x ATTRIBUTE_UNUSED)
16483 char *name = input_line_pointer, ch;
16485 while (!is_end_of_line[(unsigned char) *input_line_pointer])
16486 ++input_line_pointer;
16487 ch = *input_line_pointer;
16488 *input_line_pointer = '\0';
16490 if (strcmp (name, "reorder") == 0)
16492 if (mips_opts.noreorder)
16495 else if (strcmp (name, "noreorder") == 0)
16497 if (!mips_opts.noreorder)
16498 start_noreorder ();
16500 else if (strncmp (name, "at=", 3) == 0)
16502 char *s = name + 3;
16504 if (!reg_lookup (&s, RTYPE_NUM | RTYPE_GP, &mips_opts.at))
16505 as_bad (_("Unrecognized register name `%s'"), s);
16507 else if (strcmp (name, "at") == 0)
16509 mips_opts.at = ATREG;
16511 else if (strcmp (name, "noat") == 0)
16513 mips_opts.at = ZERO;
16515 else if (strcmp (name, "macro") == 0)
16517 mips_opts.warn_about_macros = 0;
16519 else if (strcmp (name, "nomacro") == 0)
16521 if (mips_opts.noreorder == 0)
16522 as_bad (_("`noreorder' must be set before `nomacro'"));
16523 mips_opts.warn_about_macros = 1;
16525 else if (strcmp (name, "move") == 0 || strcmp (name, "novolatile") == 0)
16527 mips_opts.nomove = 0;
16529 else if (strcmp (name, "nomove") == 0 || strcmp (name, "volatile") == 0)
16531 mips_opts.nomove = 1;
16533 else if (strcmp (name, "bopt") == 0)
16535 mips_opts.nobopt = 0;
16537 else if (strcmp (name, "nobopt") == 0)
16539 mips_opts.nobopt = 1;
16541 else if (strcmp (name, "gp=default") == 0)
16542 mips_opts.gp32 = file_mips_gp32;
16543 else if (strcmp (name, "gp=32") == 0)
16544 mips_opts.gp32 = 1;
16545 else if (strcmp (name, "gp=64") == 0)
16547 if (!ISA_HAS_64BIT_REGS (mips_opts.isa))
16548 as_warn (_("%s isa does not support 64-bit registers"),
16549 mips_cpu_info_from_isa (mips_opts.isa)->name);
16550 mips_opts.gp32 = 0;
16552 else if (strcmp (name, "fp=default") == 0)
16553 mips_opts.fp32 = file_mips_fp32;
16554 else if (strcmp (name, "fp=32") == 0)
16555 mips_opts.fp32 = 1;
16556 else if (strcmp (name, "fp=64") == 0)
16558 if (!ISA_HAS_64BIT_FPRS (mips_opts.isa))
16559 as_warn (_("%s isa does not support 64-bit floating point registers"),
16560 mips_cpu_info_from_isa (mips_opts.isa)->name);
16561 mips_opts.fp32 = 0;
16563 else if (strcmp (name, "softfloat") == 0)
16564 mips_opts.soft_float = 1;
16565 else if (strcmp (name, "hardfloat") == 0)
16566 mips_opts.soft_float = 0;
16567 else if (strcmp (name, "singlefloat") == 0)
16568 mips_opts.single_float = 1;
16569 else if (strcmp (name, "doublefloat") == 0)
16570 mips_opts.single_float = 0;
16571 else if (strcmp (name, "mips16") == 0
16572 || strcmp (name, "MIPS-16") == 0)
16574 if (mips_opts.micromips == 1)
16575 as_fatal (_("`mips16' cannot be used with `micromips'"));
16576 mips_opts.mips16 = 1;
16578 else if (strcmp (name, "nomips16") == 0
16579 || strcmp (name, "noMIPS-16") == 0)
16580 mips_opts.mips16 = 0;
16581 else if (strcmp (name, "micromips") == 0)
16583 if (mips_opts.mips16 == 1)
16584 as_fatal (_("`micromips' cannot be used with `mips16'"));
16585 mips_opts.micromips = 1;
16587 else if (strcmp (name, "nomicromips") == 0)
16588 mips_opts.micromips = 0;
16589 else if (strcmp (name, "smartmips") == 0)
16591 if (!ISA_SUPPORTS_SMARTMIPS)
16592 as_warn (_("%s ISA does not support SmartMIPS ASE"),
16593 mips_cpu_info_from_isa (mips_opts.isa)->name);
16594 mips_opts.ase |= ASE_SMARTMIPS;
16596 else if (strcmp (name, "nosmartmips") == 0)
16597 mips_opts.ase &= ~ASE_SMARTMIPS;
16598 else if (strcmp (name, "mips3d") == 0)
16599 mips_opts.ase |= ASE_MIPS3D;
16600 else if (strcmp (name, "nomips3d") == 0)
16601 mips_opts.ase &= ~ASE_MIPS3D;
16602 else if (strcmp (name, "mdmx") == 0)
16603 mips_opts.ase |= ASE_MDMX;
16604 else if (strcmp (name, "nomdmx") == 0)
16605 mips_opts.ase &= ~ASE_MDMX;
16606 else if (strcmp (name, "dsp") == 0)
16608 if (!ISA_SUPPORTS_DSP_ASE)
16609 as_warn (_("%s ISA does not support DSP ASE"),
16610 mips_cpu_info_from_isa (mips_opts.isa)->name);
16611 mips_opts.ase |= ASE_DSP;
16612 mips_opts.ase &= ~ASE_DSPR2;
16614 else if (strcmp (name, "dspr2") == 0)
16616 if (!ISA_SUPPORTS_DSPR2_ASE)
16617 as_warn (_("%s ISA does not support DSP R2 ASE"),
16618 mips_cpu_info_from_isa (mips_opts.isa)->name);
16619 mips_opts.ase |= ASE_DSP | ASE_DSPR2;
16621 else if (strcmp (name, "nodsp") == 0
16622 || strcmp (name, "nodspr2") == 0)
16623 mips_opts.ase &= ~(ASE_DSP | ASE_DSPR2);
16624 else if (strcmp (name, "eva") == 0)
16626 if (!ISA_SUPPORTS_EVA_ASE)
16627 as_warn (_("%s ISA does not support EVA ASE"),
16628 mips_cpu_info_from_isa (mips_opts.isa)->name);
16629 mips_opts.ase |= ASE_EVA;
16631 else if (strcmp (name, "noeva") == 0)
16632 mips_opts.ase &= ~ASE_EVA;
16633 else if (strcmp (name, "mt") == 0)
16635 if (!ISA_SUPPORTS_MT_ASE)
16636 as_warn (_("%s ISA does not support MT ASE"),
16637 mips_cpu_info_from_isa (mips_opts.isa)->name);
16638 mips_opts.ase |= ASE_MT;
16640 else if (strcmp (name, "nomt") == 0)
16641 mips_opts.ase &= ~ASE_MT;
16642 else if (strcmp (name, "mcu") == 0)
16643 mips_opts.ase |= ASE_MCU;
16644 else if (strcmp (name, "nomcu") == 0)
16645 mips_opts.ase &= ~ASE_MCU;
16646 else if (strcmp (name, "virt") == 0)
16648 if (!ISA_SUPPORTS_VIRT_ASE)
16649 as_warn (_("%s ISA does not support Virtualization ASE"),
16650 mips_cpu_info_from_isa (mips_opts.isa)->name);
16651 mips_opts.ase |= ASE_VIRT;
16653 else if (strcmp (name, "novirt") == 0)
16654 mips_opts.ase &= ~ASE_VIRT;
16655 else if (strncmp (name, "mips", 4) == 0 || strncmp (name, "arch=", 5) == 0)
16659 /* Permit the user to change the ISA and architecture on the fly.
16660 Needless to say, misuse can cause serious problems. */
16661 if (strcmp (name, "mips0") == 0 || strcmp (name, "arch=default") == 0)
16664 mips_opts.isa = file_mips_isa;
16665 mips_opts.arch = file_mips_arch;
16667 else if (strncmp (name, "arch=", 5) == 0)
16669 const struct mips_cpu_info *p;
16671 p = mips_parse_cpu("internal use", name + 5);
16673 as_bad (_("unknown architecture %s"), name + 5);
16676 mips_opts.arch = p->cpu;
16677 mips_opts.isa = p->isa;
16680 else if (strncmp (name, "mips", 4) == 0)
16682 const struct mips_cpu_info *p;
16684 p = mips_parse_cpu("internal use", name);
16686 as_bad (_("unknown ISA level %s"), name + 4);
16689 mips_opts.arch = p->cpu;
16690 mips_opts.isa = p->isa;
16694 as_bad (_("unknown ISA or architecture %s"), name);
16696 switch (mips_opts.isa)
16704 mips_opts.gp32 = 1;
16705 mips_opts.fp32 = 1;
16712 mips_opts.gp32 = 0;
16713 if (mips_opts.arch == CPU_R5900)
16715 mips_opts.fp32 = 1;
16719 mips_opts.fp32 = 0;
16723 as_bad (_("unknown ISA level %s"), name + 4);
16728 mips_opts.gp32 = file_mips_gp32;
16729 mips_opts.fp32 = file_mips_fp32;
16732 else if (strcmp (name, "autoextend") == 0)
16733 mips_opts.noautoextend = 0;
16734 else if (strcmp (name, "noautoextend") == 0)
16735 mips_opts.noautoextend = 1;
16736 else if (strcmp (name, "push") == 0)
16738 struct mips_option_stack *s;
16740 s = (struct mips_option_stack *) xmalloc (sizeof *s);
16741 s->next = mips_opts_stack;
16742 s->options = mips_opts;
16743 mips_opts_stack = s;
16745 else if (strcmp (name, "pop") == 0)
16747 struct mips_option_stack *s;
16749 s = mips_opts_stack;
16751 as_bad (_(".set pop with no .set push"));
16754 /* If we're changing the reorder mode we need to handle
16755 delay slots correctly. */
16756 if (s->options.noreorder && ! mips_opts.noreorder)
16757 start_noreorder ();
16758 else if (! s->options.noreorder && mips_opts.noreorder)
16761 mips_opts = s->options;
16762 mips_opts_stack = s->next;
16766 else if (strcmp (name, "sym32") == 0)
16767 mips_opts.sym32 = TRUE;
16768 else if (strcmp (name, "nosym32") == 0)
16769 mips_opts.sym32 = FALSE;
16770 else if (strchr (name, ','))
16772 /* Generic ".set" directive; use the generic handler. */
16773 *input_line_pointer = ch;
16774 input_line_pointer = name;
16780 as_warn (_("Tried to set unrecognized symbol: %s\n"), name);
16782 *input_line_pointer = ch;
16783 demand_empty_rest_of_line ();
16786 /* Handle the .abicalls pseudo-op. I believe this is equivalent to
16787 .option pic2. It means to generate SVR4 PIC calls. */
16790 s_abicalls (int ignore ATTRIBUTE_UNUSED)
16792 mips_pic = SVR4_PIC;
16793 mips_abicalls = TRUE;
16795 if (g_switch_seen && g_switch_value != 0)
16796 as_warn (_("-G may not be used with SVR4 PIC code"));
16797 g_switch_value = 0;
16799 bfd_set_gp_size (stdoutput, 0);
16800 demand_empty_rest_of_line ();
16803 /* Handle the .cpload pseudo-op. This is used when generating SVR4
16804 PIC code. It sets the $gp register for the function based on the
16805 function address, which is in the register named in the argument.
16806 This uses a relocation against _gp_disp, which is handled specially
16807 by the linker. The result is:
16808 lui $gp,%hi(_gp_disp)
16809 addiu $gp,$gp,%lo(_gp_disp)
16810 addu $gp,$gp,.cpload argument
16811 The .cpload argument is normally $25 == $t9.
16813 The -mno-shared option changes this to:
16814 lui $gp,%hi(__gnu_local_gp)
16815 addiu $gp,$gp,%lo(__gnu_local_gp)
16816 and the argument is ignored. This saves an instruction, but the
16817 resulting code is not position independent; it uses an absolute
16818 address for __gnu_local_gp. Thus code assembled with -mno-shared
16819 can go into an ordinary executable, but not into a shared library. */
16822 s_cpload (int ignore ATTRIBUTE_UNUSED)
16828 /* If we are not generating SVR4 PIC code, or if this is NewABI code,
16829 .cpload is ignored. */
16830 if (mips_pic != SVR4_PIC || HAVE_NEWABI)
16836 if (mips_opts.mips16)
16838 as_bad (_("%s not supported in MIPS16 mode"), ".cpload");
16839 ignore_rest_of_line ();
16843 /* .cpload should be in a .set noreorder section. */
16844 if (mips_opts.noreorder == 0)
16845 as_warn (_(".cpload not in noreorder section"));
16847 reg = tc_get_register (0);
16849 /* If we need to produce a 64-bit address, we are better off using
16850 the default instruction sequence. */
16851 in_shared = mips_in_shared || HAVE_64BIT_SYMBOLS;
16853 ex.X_op = O_symbol;
16854 ex.X_add_symbol = symbol_find_or_make (in_shared ? "_gp_disp" :
16856 ex.X_op_symbol = NULL;
16857 ex.X_add_number = 0;
16859 /* In ELF, this symbol is implicitly an STT_OBJECT symbol. */
16860 symbol_get_bfdsym (ex.X_add_symbol)->flags |= BSF_OBJECT;
16862 mips_mark_labels ();
16863 mips_assembling_insn = TRUE;
16866 macro_build_lui (&ex, mips_gp_register);
16867 macro_build (&ex, "addiu", "t,r,j", mips_gp_register,
16868 mips_gp_register, BFD_RELOC_LO16);
16870 macro_build (NULL, "addu", "d,v,t", mips_gp_register,
16871 mips_gp_register, reg);
16874 mips_assembling_insn = FALSE;
16875 demand_empty_rest_of_line ();
16878 /* Handle the .cpsetup pseudo-op defined for NewABI PIC code. The syntax is:
16879 .cpsetup $reg1, offset|$reg2, label
16881 If offset is given, this results in:
16882 sd $gp, offset($sp)
16883 lui $gp, %hi(%neg(%gp_rel(label)))
16884 addiu $gp, $gp, %lo(%neg(%gp_rel(label)))
16885 daddu $gp, $gp, $reg1
16887 If $reg2 is given, this results in:
16888 daddu $reg2, $gp, $0
16889 lui $gp, %hi(%neg(%gp_rel(label)))
16890 addiu $gp, $gp, %lo(%neg(%gp_rel(label)))
16891 daddu $gp, $gp, $reg1
16892 $reg1 is normally $25 == $t9.
16894 The -mno-shared option replaces the last three instructions with
16896 addiu $gp,$gp,%lo(_gp) */
16899 s_cpsetup (int ignore ATTRIBUTE_UNUSED)
16901 expressionS ex_off;
16902 expressionS ex_sym;
16905 /* If we are not generating SVR4 PIC code, .cpsetup is ignored.
16906 We also need NewABI support. */
16907 if (mips_pic != SVR4_PIC || ! HAVE_NEWABI)
16913 if (mips_opts.mips16)
16915 as_bad (_("%s not supported in MIPS16 mode"), ".cpsetup");
16916 ignore_rest_of_line ();
16920 reg1 = tc_get_register (0);
16921 SKIP_WHITESPACE ();
16922 if (*input_line_pointer != ',')
16924 as_bad (_("missing argument separator ',' for .cpsetup"));
16928 ++input_line_pointer;
16929 SKIP_WHITESPACE ();
16930 if (*input_line_pointer == '$')
16932 mips_cpreturn_register = tc_get_register (0);
16933 mips_cpreturn_offset = -1;
16937 mips_cpreturn_offset = get_absolute_expression ();
16938 mips_cpreturn_register = -1;
16940 SKIP_WHITESPACE ();
16941 if (*input_line_pointer != ',')
16943 as_bad (_("missing argument separator ',' for .cpsetup"));
16947 ++input_line_pointer;
16948 SKIP_WHITESPACE ();
16949 expression (&ex_sym);
16951 mips_mark_labels ();
16952 mips_assembling_insn = TRUE;
16955 if (mips_cpreturn_register == -1)
16957 ex_off.X_op = O_constant;
16958 ex_off.X_add_symbol = NULL;
16959 ex_off.X_op_symbol = NULL;
16960 ex_off.X_add_number = mips_cpreturn_offset;
16962 macro_build (&ex_off, "sd", "t,o(b)", mips_gp_register,
16963 BFD_RELOC_LO16, SP);
16966 macro_build (NULL, "daddu", "d,v,t", mips_cpreturn_register,
16967 mips_gp_register, 0);
16969 if (mips_in_shared || HAVE_64BIT_SYMBOLS)
16971 macro_build (&ex_sym, "lui", LUI_FMT, mips_gp_register,
16972 -1, BFD_RELOC_GPREL16, BFD_RELOC_MIPS_SUB,
16975 macro_build (&ex_sym, "addiu", "t,r,j", mips_gp_register,
16976 mips_gp_register, -1, BFD_RELOC_GPREL16,
16977 BFD_RELOC_MIPS_SUB, BFD_RELOC_LO16);
16979 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", mips_gp_register,
16980 mips_gp_register, reg1);
16986 ex.X_op = O_symbol;
16987 ex.X_add_symbol = symbol_find_or_make ("__gnu_local_gp");
16988 ex.X_op_symbol = NULL;
16989 ex.X_add_number = 0;
16991 /* In ELF, this symbol is implicitly an STT_OBJECT symbol. */
16992 symbol_get_bfdsym (ex.X_add_symbol)->flags |= BSF_OBJECT;
16994 macro_build_lui (&ex, mips_gp_register);
16995 macro_build (&ex, "addiu", "t,r,j", mips_gp_register,
16996 mips_gp_register, BFD_RELOC_LO16);
17001 mips_assembling_insn = FALSE;
17002 demand_empty_rest_of_line ();
17006 s_cplocal (int ignore ATTRIBUTE_UNUSED)
17008 /* If we are not generating SVR4 PIC code, or if this is not NewABI code,
17009 .cplocal is ignored. */
17010 if (mips_pic != SVR4_PIC || ! HAVE_NEWABI)
17016 if (mips_opts.mips16)
17018 as_bad (_("%s not supported in MIPS16 mode"), ".cplocal");
17019 ignore_rest_of_line ();
17023 mips_gp_register = tc_get_register (0);
17024 demand_empty_rest_of_line ();
17027 /* Handle the .cprestore pseudo-op. This stores $gp into a given
17028 offset from $sp. The offset is remembered, and after making a PIC
17029 call $gp is restored from that location. */
17032 s_cprestore (int ignore ATTRIBUTE_UNUSED)
17036 /* If we are not generating SVR4 PIC code, or if this is NewABI code,
17037 .cprestore is ignored. */
17038 if (mips_pic != SVR4_PIC || HAVE_NEWABI)
17044 if (mips_opts.mips16)
17046 as_bad (_("%s not supported in MIPS16 mode"), ".cprestore");
17047 ignore_rest_of_line ();
17051 mips_cprestore_offset = get_absolute_expression ();
17052 mips_cprestore_valid = 1;
17054 ex.X_op = O_constant;
17055 ex.X_add_symbol = NULL;
17056 ex.X_op_symbol = NULL;
17057 ex.X_add_number = mips_cprestore_offset;
17059 mips_mark_labels ();
17060 mips_assembling_insn = TRUE;
17063 macro_build_ldst_constoffset (&ex, ADDRESS_STORE_INSN, mips_gp_register,
17064 SP, HAVE_64BIT_ADDRESSES);
17067 mips_assembling_insn = FALSE;
17068 demand_empty_rest_of_line ();
17071 /* Handle the .cpreturn pseudo-op defined for NewABI PIC code. If an offset
17072 was given in the preceding .cpsetup, it results in:
17073 ld $gp, offset($sp)
17075 If a register $reg2 was given there, it results in:
17076 daddu $gp, $reg2, $0 */
17079 s_cpreturn (int ignore ATTRIBUTE_UNUSED)
17083 /* If we are not generating SVR4 PIC code, .cpreturn is ignored.
17084 We also need NewABI support. */
17085 if (mips_pic != SVR4_PIC || ! HAVE_NEWABI)
17091 if (mips_opts.mips16)
17093 as_bad (_("%s not supported in MIPS16 mode"), ".cpreturn");
17094 ignore_rest_of_line ();
17098 mips_mark_labels ();
17099 mips_assembling_insn = TRUE;
17102 if (mips_cpreturn_register == -1)
17104 ex.X_op = O_constant;
17105 ex.X_add_symbol = NULL;
17106 ex.X_op_symbol = NULL;
17107 ex.X_add_number = mips_cpreturn_offset;
17109 macro_build (&ex, "ld", "t,o(b)", mips_gp_register, BFD_RELOC_LO16, SP);
17112 macro_build (NULL, "daddu", "d,v,t", mips_gp_register,
17113 mips_cpreturn_register, 0);
17116 mips_assembling_insn = FALSE;
17117 demand_empty_rest_of_line ();
17120 /* Handle a .dtprelword, .dtpreldword, .tprelword, or .tpreldword
17121 pseudo-op; DIRSTR says which. The pseudo-op generates a BYTES-size
17122 DTP- or TP-relative relocation of type RTYPE, for use in either DWARF
17123 debug information or MIPS16 TLS. */
17126 s_tls_rel_directive (const size_t bytes, const char *dirstr,
17127 bfd_reloc_code_real_type rtype)
17134 if (ex.X_op != O_symbol)
17136 as_bad (_("Unsupported use of %s"), dirstr);
17137 ignore_rest_of_line ();
17140 p = frag_more (bytes);
17141 md_number_to_chars (p, 0, bytes);
17142 fix_new_exp (frag_now, p - frag_now->fr_literal, bytes, &ex, FALSE, rtype);
17143 demand_empty_rest_of_line ();
17144 mips_clear_insn_labels ();
17147 /* Handle .dtprelword. */
17150 s_dtprelword (int ignore ATTRIBUTE_UNUSED)
17152 s_tls_rel_directive (4, ".dtprelword", BFD_RELOC_MIPS_TLS_DTPREL32);
17155 /* Handle .dtpreldword. */
17158 s_dtpreldword (int ignore ATTRIBUTE_UNUSED)
17160 s_tls_rel_directive (8, ".dtpreldword", BFD_RELOC_MIPS_TLS_DTPREL64);
17163 /* Handle .tprelword. */
17166 s_tprelword (int ignore ATTRIBUTE_UNUSED)
17168 s_tls_rel_directive (4, ".tprelword", BFD_RELOC_MIPS_TLS_TPREL32);
17171 /* Handle .tpreldword. */
17174 s_tpreldword (int ignore ATTRIBUTE_UNUSED)
17176 s_tls_rel_directive (8, ".tpreldword", BFD_RELOC_MIPS_TLS_TPREL64);
17179 /* Handle the .gpvalue pseudo-op. This is used when generating NewABI PIC
17180 code. It sets the offset to use in gp_rel relocations. */
17183 s_gpvalue (int ignore ATTRIBUTE_UNUSED)
17185 /* If we are not generating SVR4 PIC code, .gpvalue is ignored.
17186 We also need NewABI support. */
17187 if (mips_pic != SVR4_PIC || ! HAVE_NEWABI)
17193 mips_gprel_offset = get_absolute_expression ();
17195 demand_empty_rest_of_line ();
17198 /* Handle the .gpword pseudo-op. This is used when generating PIC
17199 code. It generates a 32 bit GP relative reloc. */
17202 s_gpword (int ignore ATTRIBUTE_UNUSED)
17204 segment_info_type *si;
17205 struct insn_label_list *l;
17209 /* When not generating PIC code, this is treated as .word. */
17210 if (mips_pic != SVR4_PIC)
17216 si = seg_info (now_seg);
17217 l = si->label_list;
17218 mips_emit_delays ();
17220 mips_align (2, 0, l);
17223 mips_clear_insn_labels ();
17225 if (ex.X_op != O_symbol || ex.X_add_number != 0)
17227 as_bad (_("Unsupported use of .gpword"));
17228 ignore_rest_of_line ();
17232 md_number_to_chars (p, 0, 4);
17233 fix_new_exp (frag_now, p - frag_now->fr_literal, 4, &ex, FALSE,
17234 BFD_RELOC_GPREL32);
17236 demand_empty_rest_of_line ();
17240 s_gpdword (int ignore ATTRIBUTE_UNUSED)
17242 segment_info_type *si;
17243 struct insn_label_list *l;
17247 /* When not generating PIC code, this is treated as .dword. */
17248 if (mips_pic != SVR4_PIC)
17254 si = seg_info (now_seg);
17255 l = si->label_list;
17256 mips_emit_delays ();
17258 mips_align (3, 0, l);
17261 mips_clear_insn_labels ();
17263 if (ex.X_op != O_symbol || ex.X_add_number != 0)
17265 as_bad (_("Unsupported use of .gpdword"));
17266 ignore_rest_of_line ();
17270 md_number_to_chars (p, 0, 8);
17271 fix_new_exp (frag_now, p - frag_now->fr_literal, 4, &ex, FALSE,
17272 BFD_RELOC_GPREL32)->fx_tcbit = 1;
17274 /* GPREL32 composed with 64 gives a 64-bit GP offset. */
17275 fix_new (frag_now, p - frag_now->fr_literal, 8, NULL, 0,
17276 FALSE, BFD_RELOC_64)->fx_tcbit = 1;
17278 demand_empty_rest_of_line ();
17281 /* Handle the .ehword pseudo-op. This is used when generating unwinding
17282 tables. It generates a R_MIPS_EH reloc. */
17285 s_ehword (int ignore ATTRIBUTE_UNUSED)
17290 mips_emit_delays ();
17293 mips_clear_insn_labels ();
17295 if (ex.X_op != O_symbol || ex.X_add_number != 0)
17297 as_bad (_("Unsupported use of .ehword"));
17298 ignore_rest_of_line ();
17302 md_number_to_chars (p, 0, 4);
17303 fix_new_exp (frag_now, p - frag_now->fr_literal, 4, &ex, FALSE,
17304 BFD_RELOC_MIPS_EH);
17306 demand_empty_rest_of_line ();
17309 /* Handle the .cpadd pseudo-op. This is used when dealing with switch
17310 tables in SVR4 PIC code. */
17313 s_cpadd (int ignore ATTRIBUTE_UNUSED)
17317 /* This is ignored when not generating SVR4 PIC code. */
17318 if (mips_pic != SVR4_PIC)
17324 mips_mark_labels ();
17325 mips_assembling_insn = TRUE;
17327 /* Add $gp to the register named as an argument. */
17329 reg = tc_get_register (0);
17330 macro_build (NULL, ADDRESS_ADD_INSN, "d,v,t", reg, reg, mips_gp_register);
17333 mips_assembling_insn = FALSE;
17334 demand_empty_rest_of_line ();
17337 /* Handle the .insn pseudo-op. This marks instruction labels in
17338 mips16/micromips mode. This permits the linker to handle them specially,
17339 such as generating jalx instructions when needed. We also make
17340 them odd for the duration of the assembly, in order to generate the
17341 right sort of code. We will make them even in the adjust_symtab
17342 routine, while leaving them marked. This is convenient for the
17343 debugger and the disassembler. The linker knows to make them odd
17347 s_insn (int ignore ATTRIBUTE_UNUSED)
17349 mips_mark_labels ();
17351 demand_empty_rest_of_line ();
17354 /* Handle a .stab[snd] directive. Ideally these directives would be
17355 implemented in a transparent way, so that removing them would not
17356 have any effect on the generated instructions. However, s_stab
17357 internally changes the section, so in practice we need to decide
17358 now whether the preceding label marks compressed code. We do not
17359 support changing the compression mode of a label after a .stab*
17360 directive, such as in:
17366 so the current mode wins. */
17369 s_mips_stab (int type)
17371 mips_mark_labels ();
17375 /* Handle the .weakext pseudo-op as defined in Kane and Heinrich. */
17378 s_mips_weakext (int ignore ATTRIBUTE_UNUSED)
17385 name = input_line_pointer;
17386 c = get_symbol_end ();
17387 symbolP = symbol_find_or_make (name);
17388 S_SET_WEAK (symbolP);
17389 *input_line_pointer = c;
17391 SKIP_WHITESPACE ();
17393 if (! is_end_of_line[(unsigned char) *input_line_pointer])
17395 if (S_IS_DEFINED (symbolP))
17397 as_bad (_("ignoring attempt to redefine symbol %s"),
17398 S_GET_NAME (symbolP));
17399 ignore_rest_of_line ();
17403 if (*input_line_pointer == ',')
17405 ++input_line_pointer;
17406 SKIP_WHITESPACE ();
17410 if (exp.X_op != O_symbol)
17412 as_bad (_("bad .weakext directive"));
17413 ignore_rest_of_line ();
17416 symbol_set_value_expression (symbolP, &exp);
17419 demand_empty_rest_of_line ();
17422 /* Parse a register string into a number. Called from the ECOFF code
17423 to parse .frame. The argument is non-zero if this is the frame
17424 register, so that we can record it in mips_frame_reg. */
17427 tc_get_register (int frame)
17431 SKIP_WHITESPACE ();
17432 if (! reg_lookup (&input_line_pointer, RWARN | RTYPE_NUM | RTYPE_GP, ®))
17436 mips_frame_reg = reg != 0 ? reg : SP;
17437 mips_frame_reg_valid = 1;
17438 mips_cprestore_valid = 0;
17444 md_section_align (asection *seg, valueT addr)
17446 int align = bfd_get_section_alignment (stdoutput, seg);
17450 /* We don't need to align ELF sections to the full alignment.
17451 However, Irix 5 may prefer that we align them at least to a 16
17452 byte boundary. We don't bother to align the sections if we
17453 are targeted for an embedded system. */
17454 if (strncmp (TARGET_OS, "elf", 3) == 0)
17460 return ((addr + (1 << align) - 1) & (-1 << align));
17463 /* Utility routine, called from above as well. If called while the
17464 input file is still being read, it's only an approximation. (For
17465 example, a symbol may later become defined which appeared to be
17466 undefined earlier.) */
17469 nopic_need_relax (symbolS *sym, int before_relaxing)
17474 if (g_switch_value > 0)
17476 const char *symname;
17479 /* Find out whether this symbol can be referenced off the $gp
17480 register. It can be if it is smaller than the -G size or if
17481 it is in the .sdata or .sbss section. Certain symbols can
17482 not be referenced off the $gp, although it appears as though
17484 symname = S_GET_NAME (sym);
17485 if (symname != (const char *) NULL
17486 && (strcmp (symname, "eprol") == 0
17487 || strcmp (symname, "etext") == 0
17488 || strcmp (symname, "_gp") == 0
17489 || strcmp (symname, "edata") == 0
17490 || strcmp (symname, "_fbss") == 0
17491 || strcmp (symname, "_fdata") == 0
17492 || strcmp (symname, "_ftext") == 0
17493 || strcmp (symname, "end") == 0
17494 || strcmp (symname, "_gp_disp") == 0))
17496 else if ((! S_IS_DEFINED (sym) || S_IS_COMMON (sym))
17498 #ifndef NO_ECOFF_DEBUGGING
17499 || (symbol_get_obj (sym)->ecoff_extern_size != 0
17500 && (symbol_get_obj (sym)->ecoff_extern_size
17501 <= g_switch_value))
17503 /* We must defer this decision until after the whole
17504 file has been read, since there might be a .extern
17505 after the first use of this symbol. */
17506 || (before_relaxing
17507 #ifndef NO_ECOFF_DEBUGGING
17508 && symbol_get_obj (sym)->ecoff_extern_size == 0
17510 && S_GET_VALUE (sym) == 0)
17511 || (S_GET_VALUE (sym) != 0
17512 && S_GET_VALUE (sym) <= g_switch_value)))
17516 const char *segname;
17518 segname = segment_name (S_GET_SEGMENT (sym));
17519 gas_assert (strcmp (segname, ".lit8") != 0
17520 && strcmp (segname, ".lit4") != 0);
17521 change = (strcmp (segname, ".sdata") != 0
17522 && strcmp (segname, ".sbss") != 0
17523 && strncmp (segname, ".sdata.", 7) != 0
17524 && strncmp (segname, ".sbss.", 6) != 0
17525 && strncmp (segname, ".gnu.linkonce.sb.", 17) != 0
17526 && strncmp (segname, ".gnu.linkonce.s.", 16) != 0);
17531 /* We are not optimizing for the $gp register. */
17536 /* Return true if the given symbol should be considered local for SVR4 PIC. */
17539 pic_need_relax (symbolS *sym, asection *segtype)
17543 /* Handle the case of a symbol equated to another symbol. */
17544 while (symbol_equated_reloc_p (sym))
17548 /* It's possible to get a loop here in a badly written program. */
17549 n = symbol_get_value_expression (sym)->X_add_symbol;
17555 if (symbol_section_p (sym))
17558 symsec = S_GET_SEGMENT (sym);
17560 /* This must duplicate the test in adjust_reloc_syms. */
17561 return (!bfd_is_und_section (symsec)
17562 && !bfd_is_abs_section (symsec)
17563 && !bfd_is_com_section (symsec)
17564 && !s_is_linkonce (sym, segtype)
17566 /* A global or weak symbol is treated as external. */
17567 && (!IS_ELF || (! S_IS_WEAK (sym) && ! S_IS_EXTERNAL (sym)))
17573 /* Given a mips16 variant frag FRAGP, return non-zero if it needs an
17574 extended opcode. SEC is the section the frag is in. */
17577 mips16_extended_frag (fragS *fragp, asection *sec, long stretch)
17580 const struct mips16_immed_operand *op;
17582 int mintiny, maxtiny;
17586 if (RELAX_MIPS16_USER_SMALL (fragp->fr_subtype))
17588 if (RELAX_MIPS16_USER_EXT (fragp->fr_subtype))
17591 type = RELAX_MIPS16_TYPE (fragp->fr_subtype);
17592 op = mips16_immed_operands;
17593 while (op->type != type)
17596 gas_assert (op < mips16_immed_operands + MIPS16_NUM_IMMED);
17601 if (type == '<' || type == '>' || type == '[' || type == ']')
17604 maxtiny = 1 << op->nbits;
17609 maxtiny = (1 << op->nbits) - 1;
17614 mintiny = - (1 << (op->nbits - 1));
17615 maxtiny = (1 << (op->nbits - 1)) - 1;
17618 sym_frag = symbol_get_frag (fragp->fr_symbol);
17619 val = S_GET_VALUE (fragp->fr_symbol);
17620 symsec = S_GET_SEGMENT (fragp->fr_symbol);
17626 /* We won't have the section when we are called from
17627 mips_relax_frag. However, we will always have been called
17628 from md_estimate_size_before_relax first. If this is a
17629 branch to a different section, we mark it as such. If SEC is
17630 NULL, and the frag is not marked, then it must be a branch to
17631 the same section. */
17634 if (RELAX_MIPS16_LONG_BRANCH (fragp->fr_subtype))
17639 /* Must have been called from md_estimate_size_before_relax. */
17642 fragp->fr_subtype =
17643 RELAX_MIPS16_MARK_LONG_BRANCH (fragp->fr_subtype);
17645 /* FIXME: We should support this, and let the linker
17646 catch branches and loads that are out of range. */
17647 as_bad_where (fragp->fr_file, fragp->fr_line,
17648 _("unsupported PC relative reference to different section"));
17652 if (fragp != sym_frag && sym_frag->fr_address == 0)
17653 /* Assume non-extended on the first relaxation pass.
17654 The address we have calculated will be bogus if this is
17655 a forward branch to another frag, as the forward frag
17656 will have fr_address == 0. */
17660 /* In this case, we know for sure that the symbol fragment is in
17661 the same section. If the relax_marker of the symbol fragment
17662 differs from the relax_marker of this fragment, we have not
17663 yet adjusted the symbol fragment fr_address. We want to add
17664 in STRETCH in order to get a better estimate of the address.
17665 This particularly matters because of the shift bits. */
17667 && sym_frag->relax_marker != fragp->relax_marker)
17671 /* Adjust stretch for any alignment frag. Note that if have
17672 been expanding the earlier code, the symbol may be
17673 defined in what appears to be an earlier frag. FIXME:
17674 This doesn't handle the fr_subtype field, which specifies
17675 a maximum number of bytes to skip when doing an
17677 for (f = fragp; f != NULL && f != sym_frag; f = f->fr_next)
17679 if (f->fr_type == rs_align || f->fr_type == rs_align_code)
17682 stretch = - ((- stretch)
17683 & ~ ((1 << (int) f->fr_offset) - 1));
17685 stretch &= ~ ((1 << (int) f->fr_offset) - 1);
17694 addr = fragp->fr_address + fragp->fr_fix;
17696 /* The base address rules are complicated. The base address of
17697 a branch is the following instruction. The base address of a
17698 PC relative load or add is the instruction itself, but if it
17699 is in a delay slot (in which case it can not be extended) use
17700 the address of the instruction whose delay slot it is in. */
17701 if (type == 'p' || type == 'q')
17705 /* If we are currently assuming that this frag should be
17706 extended, then, the current address is two bytes
17708 if (RELAX_MIPS16_EXTENDED (fragp->fr_subtype))
17711 /* Ignore the low bit in the target, since it will be set
17712 for a text label. */
17713 if ((val & 1) != 0)
17716 else if (RELAX_MIPS16_JAL_DSLOT (fragp->fr_subtype))
17718 else if (RELAX_MIPS16_DSLOT (fragp->fr_subtype))
17721 val -= addr & ~ ((1 << op->shift) - 1);
17723 /* Branch offsets have an implicit 0 in the lowest bit. */
17724 if (type == 'p' || type == 'q')
17727 /* If any of the shifted bits are set, we must use an extended
17728 opcode. If the address depends on the size of this
17729 instruction, this can lead to a loop, so we arrange to always
17730 use an extended opcode. We only check this when we are in
17731 the main relaxation loop, when SEC is NULL. */
17732 if ((val & ((1 << op->shift) - 1)) != 0 && sec == NULL)
17734 fragp->fr_subtype =
17735 RELAX_MIPS16_MARK_LONG_BRANCH (fragp->fr_subtype);
17739 /* If we are about to mark a frag as extended because the value
17740 is precisely maxtiny + 1, then there is a chance of an
17741 infinite loop as in the following code:
17746 In this case when the la is extended, foo is 0x3fc bytes
17747 away, so the la can be shrunk, but then foo is 0x400 away, so
17748 the la must be extended. To avoid this loop, we mark the
17749 frag as extended if it was small, and is about to become
17750 extended with a value of maxtiny + 1. */
17751 if (val == ((maxtiny + 1) << op->shift)
17752 && ! RELAX_MIPS16_EXTENDED (fragp->fr_subtype)
17755 fragp->fr_subtype =
17756 RELAX_MIPS16_MARK_LONG_BRANCH (fragp->fr_subtype);
17760 else if (symsec != absolute_section && sec != NULL)
17761 as_bad_where (fragp->fr_file, fragp->fr_line, _("unsupported relocation"));
17763 if ((val & ((1 << op->shift) - 1)) != 0
17764 || val < (mintiny << op->shift)
17765 || val > (maxtiny << op->shift))
17771 /* Compute the length of a branch sequence, and adjust the
17772 RELAX_BRANCH_TOOFAR bit accordingly. If FRAGP is NULL, the
17773 worst-case length is computed, with UPDATE being used to indicate
17774 whether an unconditional (-1), branch-likely (+1) or regular (0)
17775 branch is to be computed. */
17777 relaxed_branch_length (fragS *fragp, asection *sec, int update)
17779 bfd_boolean toofar;
17783 && S_IS_DEFINED (fragp->fr_symbol)
17784 && sec == S_GET_SEGMENT (fragp->fr_symbol))
17789 val = S_GET_VALUE (fragp->fr_symbol) + fragp->fr_offset;
17791 addr = fragp->fr_address + fragp->fr_fix + 4;
17795 toofar = val < - (0x8000 << 2) || val >= (0x8000 << 2);
17798 /* If the symbol is not defined or it's in a different segment,
17799 assume the user knows what's going on and emit a short
17805 if (fragp && update && toofar != RELAX_BRANCH_TOOFAR (fragp->fr_subtype))
17807 = RELAX_BRANCH_ENCODE (RELAX_BRANCH_AT (fragp->fr_subtype),
17808 RELAX_BRANCH_UNCOND (fragp->fr_subtype),
17809 RELAX_BRANCH_LIKELY (fragp->fr_subtype),
17810 RELAX_BRANCH_LINK (fragp->fr_subtype),
17816 if (fragp ? RELAX_BRANCH_LIKELY (fragp->fr_subtype) : (update > 0))
17819 if (mips_pic != NO_PIC)
17821 /* Additional space for PIC loading of target address. */
17823 if (mips_opts.isa == ISA_MIPS1)
17824 /* Additional space for $at-stabilizing nop. */
17828 /* If branch is conditional. */
17829 if (fragp ? !RELAX_BRANCH_UNCOND (fragp->fr_subtype) : (update >= 0))
17836 /* Compute the length of a branch sequence, and adjust the
17837 RELAX_MICROMIPS_TOOFAR32 bit accordingly. If FRAGP is NULL, the
17838 worst-case length is computed, with UPDATE being used to indicate
17839 whether an unconditional (-1), or regular (0) branch is to be
17843 relaxed_micromips_32bit_branch_length (fragS *fragp, asection *sec, int update)
17845 bfd_boolean toofar;
17849 && S_IS_DEFINED (fragp->fr_symbol)
17850 && sec == S_GET_SEGMENT (fragp->fr_symbol))
17855 val = S_GET_VALUE (fragp->fr_symbol) + fragp->fr_offset;
17856 /* Ignore the low bit in the target, since it will be set
17857 for a text label. */
17858 if ((val & 1) != 0)
17861 addr = fragp->fr_address + fragp->fr_fix + 4;
17865 toofar = val < - (0x8000 << 1) || val >= (0x8000 << 1);
17868 /* If the symbol is not defined or it's in a different segment,
17869 assume the user knows what's going on and emit a short
17875 if (fragp && update
17876 && toofar != RELAX_MICROMIPS_TOOFAR32 (fragp->fr_subtype))
17877 fragp->fr_subtype = (toofar
17878 ? RELAX_MICROMIPS_MARK_TOOFAR32 (fragp->fr_subtype)
17879 : RELAX_MICROMIPS_CLEAR_TOOFAR32 (fragp->fr_subtype));
17884 bfd_boolean compact_known = fragp != NULL;
17885 bfd_boolean compact = FALSE;
17886 bfd_boolean uncond;
17889 compact = RELAX_MICROMIPS_COMPACT (fragp->fr_subtype);
17891 uncond = RELAX_MICROMIPS_UNCOND (fragp->fr_subtype);
17893 uncond = update < 0;
17895 /* If label is out of range, we turn branch <br>:
17897 <br> label # 4 bytes
17903 nop # 2 bytes if compact && !PIC
17906 if (mips_pic == NO_PIC && (!compact_known || compact))
17909 /* If assembling PIC code, we further turn:
17915 lw/ld at, %got(label)(gp) # 4 bytes
17916 d/addiu at, %lo(label) # 4 bytes
17919 if (mips_pic != NO_PIC)
17922 /* If branch <br> is conditional, we prepend negated branch <brneg>:
17924 <brneg> 0f # 4 bytes
17925 nop # 2 bytes if !compact
17928 length += (compact_known && compact) ? 4 : 6;
17934 /* Compute the length of a branch, and adjust the RELAX_MICROMIPS_TOOFAR16
17935 bit accordingly. */
17938 relaxed_micromips_16bit_branch_length (fragS *fragp, asection *sec, int update)
17940 bfd_boolean toofar;
17943 && S_IS_DEFINED (fragp->fr_symbol)
17944 && sec == S_GET_SEGMENT (fragp->fr_symbol))
17950 val = S_GET_VALUE (fragp->fr_symbol) + fragp->fr_offset;
17951 /* Ignore the low bit in the target, since it will be set
17952 for a text label. */
17953 if ((val & 1) != 0)
17956 /* Assume this is a 2-byte branch. */
17957 addr = fragp->fr_address + fragp->fr_fix + 2;
17959 /* We try to avoid the infinite loop by not adding 2 more bytes for
17964 type = RELAX_MICROMIPS_TYPE (fragp->fr_subtype);
17966 toofar = val < - (0x200 << 1) || val >= (0x200 << 1);
17967 else if (type == 'E')
17968 toofar = val < - (0x40 << 1) || val >= (0x40 << 1);
17973 /* If the symbol is not defined or it's in a different segment,
17974 we emit a normal 32-bit branch. */
17977 if (fragp && update
17978 && toofar != RELAX_MICROMIPS_TOOFAR16 (fragp->fr_subtype))
17980 = toofar ? RELAX_MICROMIPS_MARK_TOOFAR16 (fragp->fr_subtype)
17981 : RELAX_MICROMIPS_CLEAR_TOOFAR16 (fragp->fr_subtype);
17989 /* Estimate the size of a frag before relaxing. Unless this is the
17990 mips16, we are not really relaxing here, and the final size is
17991 encoded in the subtype information. For the mips16, we have to
17992 decide whether we are using an extended opcode or not. */
17995 md_estimate_size_before_relax (fragS *fragp, asection *segtype)
17999 if (RELAX_BRANCH_P (fragp->fr_subtype))
18002 fragp->fr_var = relaxed_branch_length (fragp, segtype, FALSE);
18004 return fragp->fr_var;
18007 if (RELAX_MIPS16_P (fragp->fr_subtype))
18008 /* We don't want to modify the EXTENDED bit here; it might get us
18009 into infinite loops. We change it only in mips_relax_frag(). */
18010 return (RELAX_MIPS16_EXTENDED (fragp->fr_subtype) ? 4 : 2);
18012 if (RELAX_MICROMIPS_P (fragp->fr_subtype))
18016 if (RELAX_MICROMIPS_TYPE (fragp->fr_subtype) != 0)
18017 length = relaxed_micromips_16bit_branch_length (fragp, segtype, FALSE);
18018 if (length == 4 && RELAX_MICROMIPS_RELAX32 (fragp->fr_subtype))
18019 length = relaxed_micromips_32bit_branch_length (fragp, segtype, FALSE);
18020 fragp->fr_var = length;
18025 if (mips_pic == NO_PIC)
18026 change = nopic_need_relax (fragp->fr_symbol, 0);
18027 else if (mips_pic == SVR4_PIC)
18028 change = pic_need_relax (fragp->fr_symbol, segtype);
18029 else if (mips_pic == VXWORKS_PIC)
18030 /* For vxworks, GOT16 relocations never have a corresponding LO16. */
18037 fragp->fr_subtype |= RELAX_USE_SECOND;
18038 return -RELAX_FIRST (fragp->fr_subtype);
18041 return -RELAX_SECOND (fragp->fr_subtype);
18044 /* This is called to see whether a reloc against a defined symbol
18045 should be converted into a reloc against a section. */
18048 mips_fix_adjustable (fixS *fixp)
18050 if (fixp->fx_r_type == BFD_RELOC_VTABLE_INHERIT
18051 || fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
18054 if (fixp->fx_addsy == NULL)
18057 /* If symbol SYM is in a mergeable section, relocations of the form
18058 SYM + 0 can usually be made section-relative. The mergeable data
18059 is then identified by the section offset rather than by the symbol.
18061 However, if we're generating REL LO16 relocations, the offset is split
18062 between the LO16 and parterning high part relocation. The linker will
18063 need to recalculate the complete offset in order to correctly identify
18066 The linker has traditionally not looked for the parterning high part
18067 relocation, and has thus allowed orphaned R_MIPS_LO16 relocations to be
18068 placed anywhere. Rather than break backwards compatibility by changing
18069 this, it seems better not to force the issue, and instead keep the
18070 original symbol. This will work with either linker behavior. */
18071 if ((lo16_reloc_p (fixp->fx_r_type)
18072 || reloc_needs_lo_p (fixp->fx_r_type))
18073 && HAVE_IN_PLACE_ADDENDS
18074 && (S_GET_SEGMENT (fixp->fx_addsy)->flags & SEC_MERGE) != 0)
18077 /* There is no place to store an in-place offset for JALR relocations.
18078 Likewise an in-range offset of limited PC-relative relocations may
18079 overflow the in-place relocatable field if recalculated against the
18080 start address of the symbol's containing section. */
18081 if (HAVE_IN_PLACE_ADDENDS
18082 && (limited_pcrel_reloc_p (fixp->fx_r_type)
18083 || jalr_reloc_p (fixp->fx_r_type)))
18087 /* R_MIPS16_26 relocations against non-MIPS16 functions might resolve
18088 to a floating-point stub. The same is true for non-R_MIPS16_26
18089 relocations against MIPS16 functions; in this case, the stub becomes
18090 the function's canonical address.
18092 Floating-point stubs are stored in unique .mips16.call.* or
18093 .mips16.fn.* sections. If a stub T for function F is in section S,
18094 the first relocation in section S must be against F; this is how the
18095 linker determines the target function. All relocations that might
18096 resolve to T must also be against F. We therefore have the following
18097 restrictions, which are given in an intentionally-redundant way:
18099 1. We cannot reduce R_MIPS16_26 relocations against non-MIPS16
18102 2. We cannot reduce a stub's relocations against non-MIPS16 symbols
18103 if that stub might be used.
18105 3. We cannot reduce non-R_MIPS16_26 relocations against MIPS16
18108 4. We cannot reduce a stub's relocations against MIPS16 symbols if
18109 that stub might be used.
18111 There is a further restriction:
18113 5. We cannot reduce jump relocations (R_MIPS_26, R_MIPS16_26 or
18114 R_MICROMIPS_26_S1) against MIPS16 or microMIPS symbols on
18115 targets with in-place addends; the relocation field cannot
18116 encode the low bit.
18118 For simplicity, we deal with (3)-(4) by not reducing _any_ relocation
18119 against a MIPS16 symbol. We deal with (5) by by not reducing any
18120 such relocations on REL targets.
18122 We deal with (1)-(2) by saying that, if there's a R_MIPS16_26
18123 relocation against some symbol R, no relocation against R may be
18124 reduced. (Note that this deals with (2) as well as (1) because
18125 relocations against global symbols will never be reduced on ELF
18126 targets.) This approach is a little simpler than trying to detect
18127 stub sections, and gives the "all or nothing" per-symbol consistency
18128 that we have for MIPS16 symbols. */
18130 && fixp->fx_subsy == NULL
18131 && (ELF_ST_IS_MIPS16 (S_GET_OTHER (fixp->fx_addsy))
18132 || *symbol_get_tc (fixp->fx_addsy)
18133 || (HAVE_IN_PLACE_ADDENDS
18134 && ELF_ST_IS_MICROMIPS (S_GET_OTHER (fixp->fx_addsy))
18135 && jmp_reloc_p (fixp->fx_r_type))))
18142 /* Translate internal representation of relocation info to BFD target
18146 tc_gen_reloc (asection *section ATTRIBUTE_UNUSED, fixS *fixp)
18148 static arelent *retval[4];
18150 bfd_reloc_code_real_type code;
18152 memset (retval, 0, sizeof(retval));
18153 reloc = retval[0] = (arelent *) xcalloc (1, sizeof (arelent));
18154 reloc->sym_ptr_ptr = (asymbol **) xmalloc (sizeof (asymbol *));
18155 *reloc->sym_ptr_ptr = symbol_get_bfdsym (fixp->fx_addsy);
18156 reloc->address = fixp->fx_frag->fr_address + fixp->fx_where;
18158 if (fixp->fx_pcrel)
18160 gas_assert (fixp->fx_r_type == BFD_RELOC_16_PCREL_S2
18161 || fixp->fx_r_type == BFD_RELOC_MICROMIPS_7_PCREL_S1
18162 || fixp->fx_r_type == BFD_RELOC_MICROMIPS_10_PCREL_S1
18163 || fixp->fx_r_type == BFD_RELOC_MICROMIPS_16_PCREL_S1
18164 || fixp->fx_r_type == BFD_RELOC_32_PCREL);
18166 /* At this point, fx_addnumber is "symbol offset - pcrel address".
18167 Relocations want only the symbol offset. */
18168 reloc->addend = fixp->fx_addnumber + reloc->address;
18171 /* A gruesome hack which is a result of the gruesome gas
18172 reloc handling. What's worse, for COFF (as opposed to
18173 ECOFF), we might need yet another copy of reloc->address.
18174 See bfd_install_relocation. */
18175 reloc->addend += reloc->address;
18179 reloc->addend = fixp->fx_addnumber;
18181 /* Since the old MIPS ELF ABI uses Rel instead of Rela, encode the vtable
18182 entry to be used in the relocation's section offset. */
18183 if (! HAVE_NEWABI && fixp->fx_r_type == BFD_RELOC_VTABLE_ENTRY)
18185 reloc->address = reloc->addend;
18189 code = fixp->fx_r_type;
18191 reloc->howto = bfd_reloc_type_lookup (stdoutput, code);
18192 if (reloc->howto == NULL)
18194 as_bad_where (fixp->fx_file, fixp->fx_line,
18195 _("Can not represent %s relocation in this object file format"),
18196 bfd_get_reloc_code_name (code));
18203 /* Relax a machine dependent frag. This returns the amount by which
18204 the current size of the frag should change. */
18207 mips_relax_frag (asection *sec, fragS *fragp, long stretch)
18209 if (RELAX_BRANCH_P (fragp->fr_subtype))
18211 offsetT old_var = fragp->fr_var;
18213 fragp->fr_var = relaxed_branch_length (fragp, sec, TRUE);
18215 return fragp->fr_var - old_var;
18218 if (RELAX_MICROMIPS_P (fragp->fr_subtype))
18220 offsetT old_var = fragp->fr_var;
18221 offsetT new_var = 4;
18223 if (RELAX_MICROMIPS_TYPE (fragp->fr_subtype) != 0)
18224 new_var = relaxed_micromips_16bit_branch_length (fragp, sec, TRUE);
18225 if (new_var == 4 && RELAX_MICROMIPS_RELAX32 (fragp->fr_subtype))
18226 new_var = relaxed_micromips_32bit_branch_length (fragp, sec, TRUE);
18227 fragp->fr_var = new_var;
18229 return new_var - old_var;
18232 if (! RELAX_MIPS16_P (fragp->fr_subtype))
18235 if (mips16_extended_frag (fragp, NULL, stretch))
18237 if (RELAX_MIPS16_EXTENDED (fragp->fr_subtype))
18239 fragp->fr_subtype = RELAX_MIPS16_MARK_EXTENDED (fragp->fr_subtype);
18244 if (! RELAX_MIPS16_EXTENDED (fragp->fr_subtype))
18246 fragp->fr_subtype = RELAX_MIPS16_CLEAR_EXTENDED (fragp->fr_subtype);
18253 /* Convert a machine dependent frag. */
18256 md_convert_frag (bfd *abfd ATTRIBUTE_UNUSED, segT asec, fragS *fragp)
18258 if (RELAX_BRANCH_P (fragp->fr_subtype))
18261 unsigned long insn;
18265 buf = fragp->fr_literal + fragp->fr_fix;
18266 insn = read_insn (buf);
18268 if (!RELAX_BRANCH_TOOFAR (fragp->fr_subtype))
18270 /* We generate a fixup instead of applying it right now
18271 because, if there are linker relaxations, we're going to
18272 need the relocations. */
18273 exp.X_op = O_symbol;
18274 exp.X_add_symbol = fragp->fr_symbol;
18275 exp.X_add_number = fragp->fr_offset;
18277 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 4, &exp, TRUE,
18278 BFD_RELOC_16_PCREL_S2);
18279 fixp->fx_file = fragp->fr_file;
18280 fixp->fx_line = fragp->fr_line;
18282 buf = write_insn (buf, insn);
18288 as_warn_where (fragp->fr_file, fragp->fr_line,
18289 _("Relaxed out-of-range branch into a jump"));
18291 if (RELAX_BRANCH_UNCOND (fragp->fr_subtype))
18294 if (!RELAX_BRANCH_LIKELY (fragp->fr_subtype))
18296 /* Reverse the branch. */
18297 switch ((insn >> 28) & 0xf)
18300 /* bc[0-3][tf]l? instructions can have the condition
18301 reversed by tweaking a single TF bit, and their
18302 opcodes all have 0x4???????. */
18303 gas_assert ((insn & 0xf3e00000) == 0x41000000);
18304 insn ^= 0x00010000;
18308 /* bltz 0x04000000 bgez 0x04010000
18309 bltzal 0x04100000 bgezal 0x04110000 */
18310 gas_assert ((insn & 0xfc0e0000) == 0x04000000);
18311 insn ^= 0x00010000;
18315 /* beq 0x10000000 bne 0x14000000
18316 blez 0x18000000 bgtz 0x1c000000 */
18317 insn ^= 0x04000000;
18325 if (RELAX_BRANCH_LINK (fragp->fr_subtype))
18327 /* Clear the and-link bit. */
18328 gas_assert ((insn & 0xfc1c0000) == 0x04100000);
18330 /* bltzal 0x04100000 bgezal 0x04110000
18331 bltzall 0x04120000 bgezall 0x04130000 */
18332 insn &= ~0x00100000;
18335 /* Branch over the branch (if the branch was likely) or the
18336 full jump (not likely case). Compute the offset from the
18337 current instruction to branch to. */
18338 if (RELAX_BRANCH_LIKELY (fragp->fr_subtype))
18342 /* How many bytes in instructions we've already emitted? */
18343 i = buf - fragp->fr_literal - fragp->fr_fix;
18344 /* How many bytes in instructions from here to the end? */
18345 i = fragp->fr_var - i;
18347 /* Convert to instruction count. */
18349 /* Branch counts from the next instruction. */
18352 /* Branch over the jump. */
18353 buf = write_insn (buf, insn);
18356 buf = write_insn (buf, 0);
18358 if (RELAX_BRANCH_LIKELY (fragp->fr_subtype))
18360 /* beql $0, $0, 2f */
18362 /* Compute the PC offset from the current instruction to
18363 the end of the variable frag. */
18364 /* How many bytes in instructions we've already emitted? */
18365 i = buf - fragp->fr_literal - fragp->fr_fix;
18366 /* How many bytes in instructions from here to the end? */
18367 i = fragp->fr_var - i;
18368 /* Convert to instruction count. */
18370 /* Don't decrement i, because we want to branch over the
18374 buf = write_insn (buf, insn);
18375 buf = write_insn (buf, 0);
18379 if (mips_pic == NO_PIC)
18382 insn = (RELAX_BRANCH_LINK (fragp->fr_subtype)
18383 ? 0x0c000000 : 0x08000000);
18384 exp.X_op = O_symbol;
18385 exp.X_add_symbol = fragp->fr_symbol;
18386 exp.X_add_number = fragp->fr_offset;
18388 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 4, &exp,
18389 FALSE, BFD_RELOC_MIPS_JMP);
18390 fixp->fx_file = fragp->fr_file;
18391 fixp->fx_line = fragp->fr_line;
18393 buf = write_insn (buf, insn);
18397 unsigned long at = RELAX_BRANCH_AT (fragp->fr_subtype);
18399 /* lw/ld $at, <sym>($gp) R_MIPS_GOT16 */
18400 insn = HAVE_64BIT_ADDRESSES ? 0xdf800000 : 0x8f800000;
18401 insn |= at << OP_SH_RT;
18402 exp.X_op = O_symbol;
18403 exp.X_add_symbol = fragp->fr_symbol;
18404 exp.X_add_number = fragp->fr_offset;
18406 if (fragp->fr_offset)
18408 exp.X_add_symbol = make_expr_symbol (&exp);
18409 exp.X_add_number = 0;
18412 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 4, &exp,
18413 FALSE, BFD_RELOC_MIPS_GOT16);
18414 fixp->fx_file = fragp->fr_file;
18415 fixp->fx_line = fragp->fr_line;
18417 buf = write_insn (buf, insn);
18419 if (mips_opts.isa == ISA_MIPS1)
18421 buf = write_insn (buf, 0);
18423 /* d/addiu $at, $at, <sym> R_MIPS_LO16 */
18424 insn = HAVE_64BIT_ADDRESSES ? 0x64000000 : 0x24000000;
18425 insn |= at << OP_SH_RS | at << OP_SH_RT;
18427 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 4, &exp,
18428 FALSE, BFD_RELOC_LO16);
18429 fixp->fx_file = fragp->fr_file;
18430 fixp->fx_line = fragp->fr_line;
18432 buf = write_insn (buf, insn);
18435 if (RELAX_BRANCH_LINK (fragp->fr_subtype))
18439 insn |= at << OP_SH_RS;
18441 buf = write_insn (buf, insn);
18445 fragp->fr_fix += fragp->fr_var;
18446 gas_assert (buf == fragp->fr_literal + fragp->fr_fix);
18450 /* Relax microMIPS branches. */
18451 if (RELAX_MICROMIPS_P (fragp->fr_subtype))
18453 char *buf = fragp->fr_literal + fragp->fr_fix;
18454 bfd_boolean compact = RELAX_MICROMIPS_COMPACT (fragp->fr_subtype);
18455 bfd_boolean al = RELAX_MICROMIPS_LINK (fragp->fr_subtype);
18456 int type = RELAX_MICROMIPS_TYPE (fragp->fr_subtype);
18457 bfd_boolean short_ds;
18458 unsigned long insn;
18462 exp.X_op = O_symbol;
18463 exp.X_add_symbol = fragp->fr_symbol;
18464 exp.X_add_number = fragp->fr_offset;
18466 fragp->fr_fix += fragp->fr_var;
18468 /* Handle 16-bit branches that fit or are forced to fit. */
18469 if (type != 0 && !RELAX_MICROMIPS_TOOFAR16 (fragp->fr_subtype))
18471 /* We generate a fixup instead of applying it right now,
18472 because if there is linker relaxation, we're going to
18473 need the relocations. */
18475 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 2, &exp, TRUE,
18476 BFD_RELOC_MICROMIPS_10_PCREL_S1);
18477 else if (type == 'E')
18478 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 2, &exp, TRUE,
18479 BFD_RELOC_MICROMIPS_7_PCREL_S1);
18483 fixp->fx_file = fragp->fr_file;
18484 fixp->fx_line = fragp->fr_line;
18486 /* These relocations can have an addend that won't fit in
18488 fixp->fx_no_overflow = 1;
18493 /* Handle 32-bit branches that fit or are forced to fit. */
18494 if (!RELAX_MICROMIPS_RELAX32 (fragp->fr_subtype)
18495 || !RELAX_MICROMIPS_TOOFAR32 (fragp->fr_subtype))
18497 /* We generate a fixup instead of applying it right now,
18498 because if there is linker relaxation, we're going to
18499 need the relocations. */
18500 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 4, &exp, TRUE,
18501 BFD_RELOC_MICROMIPS_16_PCREL_S1);
18502 fixp->fx_file = fragp->fr_file;
18503 fixp->fx_line = fragp->fr_line;
18509 /* Relax 16-bit branches to 32-bit branches. */
18512 insn = read_compressed_insn (buf, 2);
18514 if ((insn & 0xfc00) == 0xcc00) /* b16 */
18515 insn = 0x94000000; /* beq */
18516 else if ((insn & 0xdc00) == 0x8c00) /* beqz16/bnez16 */
18518 unsigned long regno;
18520 regno = (insn >> MICROMIPSOP_SH_MD) & MICROMIPSOP_MASK_MD;
18521 regno = micromips_to_32_reg_d_map [regno];
18522 insn = ((insn & 0x2000) << 16) | 0x94000000; /* beq/bne */
18523 insn |= regno << MICROMIPSOP_SH_RS;
18528 /* Nothing else to do, just write it out. */
18529 if (!RELAX_MICROMIPS_RELAX32 (fragp->fr_subtype)
18530 || !RELAX_MICROMIPS_TOOFAR32 (fragp->fr_subtype))
18532 buf = write_compressed_insn (buf, insn, 4);
18533 gas_assert (buf == fragp->fr_literal + fragp->fr_fix);
18538 insn = read_compressed_insn (buf, 4);
18540 /* Relax 32-bit branches to a sequence of instructions. */
18541 as_warn_where (fragp->fr_file, fragp->fr_line,
18542 _("Relaxed out-of-range branch into a jump"));
18544 /* Set the short-delay-slot bit. */
18545 short_ds = al && (insn & 0x02000000) != 0;
18547 if (!RELAX_MICROMIPS_UNCOND (fragp->fr_subtype))
18551 /* Reverse the branch. */
18552 if ((insn & 0xfc000000) == 0x94000000 /* beq */
18553 || (insn & 0xfc000000) == 0xb4000000) /* bne */
18554 insn ^= 0x20000000;
18555 else if ((insn & 0xffe00000) == 0x40000000 /* bltz */
18556 || (insn & 0xffe00000) == 0x40400000 /* bgez */
18557 || (insn & 0xffe00000) == 0x40800000 /* blez */
18558 || (insn & 0xffe00000) == 0x40c00000 /* bgtz */
18559 || (insn & 0xffe00000) == 0x40a00000 /* bnezc */
18560 || (insn & 0xffe00000) == 0x40e00000 /* beqzc */
18561 || (insn & 0xffe00000) == 0x40200000 /* bltzal */
18562 || (insn & 0xffe00000) == 0x40600000 /* bgezal */
18563 || (insn & 0xffe00000) == 0x42200000 /* bltzals */
18564 || (insn & 0xffe00000) == 0x42600000) /* bgezals */
18565 insn ^= 0x00400000;
18566 else if ((insn & 0xffe30000) == 0x43800000 /* bc1f */
18567 || (insn & 0xffe30000) == 0x43a00000 /* bc1t */
18568 || (insn & 0xffe30000) == 0x42800000 /* bc2f */
18569 || (insn & 0xffe30000) == 0x42a00000) /* bc2t */
18570 insn ^= 0x00200000;
18576 /* Clear the and-link and short-delay-slot bits. */
18577 gas_assert ((insn & 0xfda00000) == 0x40200000);
18579 /* bltzal 0x40200000 bgezal 0x40600000 */
18580 /* bltzals 0x42200000 bgezals 0x42600000 */
18581 insn &= ~0x02200000;
18584 /* Make a label at the end for use with the branch. */
18585 l = symbol_new (micromips_label_name (), asec, fragp->fr_fix, fragp);
18586 micromips_label_inc ();
18587 #if defined(OBJ_ELF) || defined(OBJ_MAYBE_ELF)
18589 S_SET_OTHER (l, ELF_ST_SET_MICROMIPS (S_GET_OTHER (l)));
18593 fixp = fix_new (fragp, buf - fragp->fr_literal, 4, l, 0, TRUE,
18594 BFD_RELOC_MICROMIPS_16_PCREL_S1);
18595 fixp->fx_file = fragp->fr_file;
18596 fixp->fx_line = fragp->fr_line;
18598 /* Branch over the jump. */
18599 buf = write_compressed_insn (buf, insn, 4);
18602 buf = write_compressed_insn (buf, 0x0c00, 2);
18605 if (mips_pic == NO_PIC)
18607 unsigned long jal = short_ds ? 0x74000000 : 0xf4000000; /* jal/s */
18609 /* j/jal/jals <sym> R_MICROMIPS_26_S1 */
18610 insn = al ? jal : 0xd4000000;
18612 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 4, &exp, FALSE,
18613 BFD_RELOC_MICROMIPS_JMP);
18614 fixp->fx_file = fragp->fr_file;
18615 fixp->fx_line = fragp->fr_line;
18617 buf = write_compressed_insn (buf, insn, 4);
18620 buf = write_compressed_insn (buf, 0x0c00, 2);
18624 unsigned long at = RELAX_MICROMIPS_AT (fragp->fr_subtype);
18625 unsigned long jalr = short_ds ? 0x45e0 : 0x45c0; /* jalr/s */
18626 unsigned long jr = compact ? 0x45a0 : 0x4580; /* jr/c */
18628 /* lw/ld $at, <sym>($gp) R_MICROMIPS_GOT16 */
18629 insn = HAVE_64BIT_ADDRESSES ? 0xdc1c0000 : 0xfc1c0000;
18630 insn |= at << MICROMIPSOP_SH_RT;
18632 if (exp.X_add_number)
18634 exp.X_add_symbol = make_expr_symbol (&exp);
18635 exp.X_add_number = 0;
18638 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 4, &exp, FALSE,
18639 BFD_RELOC_MICROMIPS_GOT16);
18640 fixp->fx_file = fragp->fr_file;
18641 fixp->fx_line = fragp->fr_line;
18643 buf = write_compressed_insn (buf, insn, 4);
18645 /* d/addiu $at, $at, <sym> R_MICROMIPS_LO16 */
18646 insn = HAVE_64BIT_ADDRESSES ? 0x5c000000 : 0x30000000;
18647 insn |= at << MICROMIPSOP_SH_RT | at << MICROMIPSOP_SH_RS;
18649 fixp = fix_new_exp (fragp, buf - fragp->fr_literal, 4, &exp, FALSE,
18650 BFD_RELOC_MICROMIPS_LO16);
18651 fixp->fx_file = fragp->fr_file;
18652 fixp->fx_line = fragp->fr_line;
18654 buf = write_compressed_insn (buf, insn, 4);
18656 /* jr/jrc/jalr/jalrs $at */
18657 insn = al ? jalr : jr;
18658 insn |= at << MICROMIPSOP_SH_MJ;
18660 buf = write_compressed_insn (buf, insn, 2);
18663 gas_assert (buf == fragp->fr_literal + fragp->fr_fix);
18667 if (RELAX_MIPS16_P (fragp->fr_subtype))
18670 const struct mips16_immed_operand *op;
18673 unsigned int user_length, length;
18674 unsigned long insn;
18677 type = RELAX_MIPS16_TYPE (fragp->fr_subtype);
18678 op = mips16_immed_operands;
18679 while (op->type != type)
18682 ext = RELAX_MIPS16_EXTENDED (fragp->fr_subtype);
18683 val = resolve_symbol_value (fragp->fr_symbol);
18688 addr = fragp->fr_address + fragp->fr_fix;
18690 /* The rules for the base address of a PC relative reloc are
18691 complicated; see mips16_extended_frag. */
18692 if (type == 'p' || type == 'q')
18697 /* Ignore the low bit in the target, since it will be
18698 set for a text label. */
18699 if ((val & 1) != 0)
18702 else if (RELAX_MIPS16_JAL_DSLOT (fragp->fr_subtype))
18704 else if (RELAX_MIPS16_DSLOT (fragp->fr_subtype))
18707 addr &= ~ (addressT) ((1 << op->shift) - 1);
18710 /* Make sure the section winds up with the alignment we have
18713 record_alignment (asec, op->shift);
18717 && (RELAX_MIPS16_JAL_DSLOT (fragp->fr_subtype)
18718 || RELAX_MIPS16_DSLOT (fragp->fr_subtype)))
18719 as_warn_where (fragp->fr_file, fragp->fr_line,
18720 _("extended instruction in delay slot"));
18722 buf = fragp->fr_literal + fragp->fr_fix;
18724 insn = read_compressed_insn (buf, 2);
18726 insn |= MIPS16_EXTEND;
18728 if (RELAX_MIPS16_USER_EXT (fragp->fr_subtype))
18730 else if (RELAX_MIPS16_USER_SMALL (fragp->fr_subtype))
18735 mips16_immed (fragp->fr_file, fragp->fr_line, type,
18736 BFD_RELOC_UNUSED, val, user_length, &insn);
18738 length = (ext ? 4 : 2);
18739 gas_assert (mips16_opcode_length (insn) == length);
18740 write_compressed_insn (buf, insn, length);
18741 fragp->fr_fix += length;
18745 relax_substateT subtype = fragp->fr_subtype;
18746 bfd_boolean second_longer = (subtype & RELAX_SECOND_LONGER) != 0;
18747 bfd_boolean use_second = (subtype & RELAX_USE_SECOND) != 0;
18751 first = RELAX_FIRST (subtype);
18752 second = RELAX_SECOND (subtype);
18753 fixp = (fixS *) fragp->fr_opcode;
18755 /* If the delay slot chosen does not match the size of the instruction,
18756 then emit a warning. */
18757 if ((!use_second && (subtype & RELAX_DELAY_SLOT_SIZE_FIRST) != 0)
18758 || (use_second && (subtype & RELAX_DELAY_SLOT_SIZE_SECOND) != 0))
18763 s = subtype & (RELAX_DELAY_SLOT_16BIT
18764 | RELAX_DELAY_SLOT_SIZE_FIRST
18765 | RELAX_DELAY_SLOT_SIZE_SECOND);
18766 msg = macro_warning (s);
18768 as_warn_where (fragp->fr_file, fragp->fr_line, "%s", msg);
18772 /* Possibly emit a warning if we've chosen the longer option. */
18773 if (use_second == second_longer)
18779 & (RELAX_SECOND_LONGER | RELAX_NOMACRO | RELAX_DELAY_SLOT));
18780 msg = macro_warning (s);
18782 as_warn_where (fragp->fr_file, fragp->fr_line, "%s", msg);
18786 /* Go through all the fixups for the first sequence. Disable them
18787 (by marking them as done) if we're going to use the second
18788 sequence instead. */
18790 && fixp->fx_frag == fragp
18791 && fixp->fx_where < fragp->fr_fix - second)
18793 if (subtype & RELAX_USE_SECOND)
18795 fixp = fixp->fx_next;
18798 /* Go through the fixups for the second sequence. Disable them if
18799 we're going to use the first sequence, otherwise adjust their
18800 addresses to account for the relaxation. */
18801 while (fixp && fixp->fx_frag == fragp)
18803 if (subtype & RELAX_USE_SECOND)
18804 fixp->fx_where -= first;
18807 fixp = fixp->fx_next;
18810 /* Now modify the frag contents. */
18811 if (subtype & RELAX_USE_SECOND)
18815 start = fragp->fr_literal + fragp->fr_fix - first - second;
18816 memmove (start, start + first, second);
18817 fragp->fr_fix -= first;
18820 fragp->fr_fix -= second;
18826 /* This function is called after the relocs have been generated.
18827 We've been storing mips16 text labels as odd. Here we convert them
18828 back to even for the convenience of the debugger. */
18831 mips_frob_file_after_relocs (void)
18834 unsigned int count, i;
18839 syms = bfd_get_outsymbols (stdoutput);
18840 count = bfd_get_symcount (stdoutput);
18841 for (i = 0; i < count; i++, syms++)
18842 if (ELF_ST_IS_COMPRESSED (elf_symbol (*syms)->internal_elf_sym.st_other)
18843 && ((*syms)->value & 1) != 0)
18845 (*syms)->value &= ~1;
18846 /* If the symbol has an odd size, it was probably computed
18847 incorrectly, so adjust that as well. */
18848 if ((elf_symbol (*syms)->internal_elf_sym.st_size & 1) != 0)
18849 ++elf_symbol (*syms)->internal_elf_sym.st_size;
18855 /* This function is called whenever a label is defined, including fake
18856 labels instantiated off the dot special symbol. It is used when
18857 handling branch delays; if a branch has a label, we assume we cannot
18858 move it. This also bumps the value of the symbol by 1 in compressed
18862 mips_record_label (symbolS *sym)
18864 segment_info_type *si = seg_info (now_seg);
18865 struct insn_label_list *l;
18867 if (free_insn_labels == NULL)
18868 l = (struct insn_label_list *) xmalloc (sizeof *l);
18871 l = free_insn_labels;
18872 free_insn_labels = l->next;
18876 l->next = si->label_list;
18877 si->label_list = l;
18880 /* This function is called as tc_frob_label() whenever a label is defined
18881 and adds a DWARF-2 record we only want for true labels. */
18884 mips_define_label (symbolS *sym)
18886 mips_record_label (sym);
18888 dwarf2_emit_label (sym);
18892 /* This function is called by tc_new_dot_label whenever a new dot symbol
18896 mips_add_dot_label (symbolS *sym)
18898 mips_record_label (sym);
18899 if (mips_assembling_insn && HAVE_CODE_COMPRESSION)
18900 mips_compressed_mark_label (sym);
18903 #if defined (OBJ_ELF) || defined (OBJ_MAYBE_ELF)
18905 /* Some special processing for a MIPS ELF file. */
18908 mips_elf_final_processing (void)
18910 /* Write out the register information. */
18911 if (mips_abi != N64_ABI)
18915 s.ri_gprmask = mips_gprmask;
18916 s.ri_cprmask[0] = mips_cprmask[0];
18917 s.ri_cprmask[1] = mips_cprmask[1];
18918 s.ri_cprmask[2] = mips_cprmask[2];
18919 s.ri_cprmask[3] = mips_cprmask[3];
18920 /* The gp_value field is set by the MIPS ELF backend. */
18922 bfd_mips_elf32_swap_reginfo_out (stdoutput, &s,
18923 ((Elf32_External_RegInfo *)
18924 mips_regmask_frag));
18928 Elf64_Internal_RegInfo s;
18930 s.ri_gprmask = mips_gprmask;
18932 s.ri_cprmask[0] = mips_cprmask[0];
18933 s.ri_cprmask[1] = mips_cprmask[1];
18934 s.ri_cprmask[2] = mips_cprmask[2];
18935 s.ri_cprmask[3] = mips_cprmask[3];
18936 /* The gp_value field is set by the MIPS ELF backend. */
18938 bfd_mips_elf64_swap_reginfo_out (stdoutput, &s,
18939 ((Elf64_External_RegInfo *)
18940 mips_regmask_frag));
18943 /* Set the MIPS ELF flag bits. FIXME: There should probably be some
18944 sort of BFD interface for this. */
18945 if (mips_any_noreorder)
18946 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_NOREORDER;
18947 if (mips_pic != NO_PIC)
18949 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_PIC;
18950 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_CPIC;
18953 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_CPIC;
18955 /* Set MIPS ELF flags for ASEs. Note that not all ASEs have flags
18956 defined at present; this might need to change in future. */
18957 if (file_ase_mips16)
18958 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ARCH_ASE_M16;
18959 if (file_ase_micromips)
18960 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ARCH_ASE_MICROMIPS;
18961 if (file_ase & ASE_MDMX)
18962 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ARCH_ASE_MDMX;
18964 /* Set the MIPS ELF ABI flags. */
18965 if (mips_abi == O32_ABI && USE_E_MIPS_ABI_O32)
18966 elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_O32;
18967 else if (mips_abi == O64_ABI)
18968 elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_O64;
18969 else if (mips_abi == EABI_ABI)
18971 if (!file_mips_gp32)
18972 elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_EABI64;
18974 elf_elfheader (stdoutput)->e_flags |= E_MIPS_ABI_EABI32;
18976 else if (mips_abi == N32_ABI)
18977 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_ABI2;
18979 /* Nothing to do for N64_ABI. */
18981 if (mips_32bitmode)
18982 elf_elfheader (stdoutput)->e_flags |= EF_MIPS_32BITMODE;
18984 #if 0 /* XXX FIXME */
18985 /* 32 bit code with 64 bit FP registers. */
18986 if (!file_mips_fp32 && ABI_NEEDS_32BIT_REGS (mips_abi))
18987 elf_elfheader (stdoutput)->e_flags |= ???;
18991 #endif /* OBJ_ELF || OBJ_MAYBE_ELF */
18993 typedef struct proc {
18995 symbolS *func_end_sym;
18996 unsigned long reg_mask;
18997 unsigned long reg_offset;
18998 unsigned long fpreg_mask;
18999 unsigned long fpreg_offset;
19000 unsigned long frame_offset;
19001 unsigned long frame_reg;
19002 unsigned long pc_reg;
19005 static procS cur_proc;
19006 static procS *cur_proc_ptr;
19007 static int numprocs;
19009 /* Implement NOP_OPCODE. We encode a MIPS16 nop as "1", a microMIPS nop
19010 as "2", and a normal nop as "0". */
19012 #define NOP_OPCODE_MIPS 0
19013 #define NOP_OPCODE_MIPS16 1
19014 #define NOP_OPCODE_MICROMIPS 2
19017 mips_nop_opcode (void)
19019 if (seg_info (now_seg)->tc_segment_info_data.micromips)
19020 return NOP_OPCODE_MICROMIPS;
19021 else if (seg_info (now_seg)->tc_segment_info_data.mips16)
19022 return NOP_OPCODE_MIPS16;
19024 return NOP_OPCODE_MIPS;
19027 /* Fill in an rs_align_code fragment. Unlike elsewhere we want to use
19028 32-bit microMIPS NOPs here (if applicable). */
19031 mips_handle_align (fragS *fragp)
19035 int bytes, size, excess;
19038 if (fragp->fr_type != rs_align_code)
19041 p = fragp->fr_literal + fragp->fr_fix;
19043 switch (nop_opcode)
19045 case NOP_OPCODE_MICROMIPS:
19046 opcode = micromips_nop32_insn.insn_opcode;
19049 case NOP_OPCODE_MIPS16:
19050 opcode = mips16_nop_insn.insn_opcode;
19053 case NOP_OPCODE_MIPS:
19055 opcode = nop_insn.insn_opcode;
19060 bytes = fragp->fr_next->fr_address - fragp->fr_address - fragp->fr_fix;
19061 excess = bytes % size;
19063 /* Handle the leading part if we're not inserting a whole number of
19064 instructions, and make it the end of the fixed part of the frag.
19065 Try to fit in a short microMIPS NOP if applicable and possible,
19066 and use zeroes otherwise. */
19067 gas_assert (excess < 4);
19068 fragp->fr_fix += excess;
19073 /* Fall through. */
19075 if (nop_opcode == NOP_OPCODE_MICROMIPS)
19077 p = write_compressed_insn (p, micromips_nop16_insn.insn_opcode, 2);
19081 /* Fall through. */
19084 /* Fall through. */
19089 md_number_to_chars (p, opcode, size);
19090 fragp->fr_var = size;
19094 md_obj_begin (void)
19101 /* Check for premature end, nesting errors, etc. */
19103 as_warn (_("missing .end at end of assembly"));
19112 if (*input_line_pointer == '-')
19114 ++input_line_pointer;
19117 if (!ISDIGIT (*input_line_pointer))
19118 as_bad (_("expected simple number"));
19119 if (input_line_pointer[0] == '0')
19121 if (input_line_pointer[1] == 'x')
19123 input_line_pointer += 2;
19124 while (ISXDIGIT (*input_line_pointer))
19127 val |= hex_value (*input_line_pointer++);
19129 return negative ? -val : val;
19133 ++input_line_pointer;
19134 while (ISDIGIT (*input_line_pointer))
19137 val |= *input_line_pointer++ - '0';
19139 return negative ? -val : val;
19142 if (!ISDIGIT (*input_line_pointer))
19144 printf (_(" *input_line_pointer == '%c' 0x%02x\n"),
19145 *input_line_pointer, *input_line_pointer);
19146 as_warn (_("invalid number"));
19149 while (ISDIGIT (*input_line_pointer))
19152 val += *input_line_pointer++ - '0';
19154 return negative ? -val : val;
19157 /* The .file directive; just like the usual .file directive, but there
19158 is an initial number which is the ECOFF file index. In the non-ECOFF
19159 case .file implies DWARF-2. */
19162 s_mips_file (int x ATTRIBUTE_UNUSED)
19164 static int first_file_directive = 0;
19166 if (ECOFF_DEBUGGING)
19175 filename = dwarf2_directive_file (0);
19177 /* Versions of GCC up to 3.1 start files with a ".file"
19178 directive even for stabs output. Make sure that this
19179 ".file" is handled. Note that you need a version of GCC
19180 after 3.1 in order to support DWARF-2 on MIPS. */
19181 if (filename != NULL && ! first_file_directive)
19183 (void) new_logical_line (filename, -1);
19184 s_app_file_string (filename, 0);
19186 first_file_directive = 1;
19190 /* The .loc directive, implying DWARF-2. */
19193 s_mips_loc (int x ATTRIBUTE_UNUSED)
19195 if (!ECOFF_DEBUGGING)
19196 dwarf2_directive_loc (0);
19199 /* The .end directive. */
19202 s_mips_end (int x ATTRIBUTE_UNUSED)
19206 /* Following functions need their own .frame and .cprestore directives. */
19207 mips_frame_reg_valid = 0;
19208 mips_cprestore_valid = 0;
19210 if (!is_end_of_line[(unsigned char) *input_line_pointer])
19213 demand_empty_rest_of_line ();
19218 if ((bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE) == 0)
19219 as_warn (_(".end not in text section"));
19223 as_warn (_(".end directive without a preceding .ent directive."));
19224 demand_empty_rest_of_line ();
19230 gas_assert (S_GET_NAME (p));
19231 if (strcmp (S_GET_NAME (p), S_GET_NAME (cur_proc_ptr->func_sym)))
19232 as_warn (_(".end symbol does not match .ent symbol."));
19234 if (debug_type == DEBUG_STABS)
19235 stabs_generate_asm_endfunc (S_GET_NAME (p),
19239 as_warn (_(".end directive missing or unknown symbol"));
19242 /* Create an expression to calculate the size of the function. */
19243 if (p && cur_proc_ptr)
19245 OBJ_SYMFIELD_TYPE *obj = symbol_get_obj (p);
19246 expressionS *exp = xmalloc (sizeof (expressionS));
19249 exp->X_op = O_subtract;
19250 exp->X_add_symbol = symbol_temp_new_now ();
19251 exp->X_op_symbol = p;
19252 exp->X_add_number = 0;
19254 cur_proc_ptr->func_end_sym = exp->X_add_symbol;
19257 /* Generate a .pdr section. */
19258 if (IS_ELF && !ECOFF_DEBUGGING && mips_flag_pdr)
19260 segT saved_seg = now_seg;
19261 subsegT saved_subseg = now_subseg;
19265 #ifdef md_flush_pending_output
19266 md_flush_pending_output ();
19269 gas_assert (pdr_seg);
19270 subseg_set (pdr_seg, 0);
19272 /* Write the symbol. */
19273 exp.X_op = O_symbol;
19274 exp.X_add_symbol = p;
19275 exp.X_add_number = 0;
19276 emit_expr (&exp, 4);
19278 fragp = frag_more (7 * 4);
19280 md_number_to_chars (fragp, cur_proc_ptr->reg_mask, 4);
19281 md_number_to_chars (fragp + 4, cur_proc_ptr->reg_offset, 4);
19282 md_number_to_chars (fragp + 8, cur_proc_ptr->fpreg_mask, 4);
19283 md_number_to_chars (fragp + 12, cur_proc_ptr->fpreg_offset, 4);
19284 md_number_to_chars (fragp + 16, cur_proc_ptr->frame_offset, 4);
19285 md_number_to_chars (fragp + 20, cur_proc_ptr->frame_reg, 4);
19286 md_number_to_chars (fragp + 24, cur_proc_ptr->pc_reg, 4);
19288 subseg_set (saved_seg, saved_subseg);
19290 #endif /* OBJ_ELF */
19292 cur_proc_ptr = NULL;
19295 /* The .aent and .ent directives. */
19298 s_mips_ent (int aent)
19302 symbolP = get_symbol ();
19303 if (*input_line_pointer == ',')
19304 ++input_line_pointer;
19305 SKIP_WHITESPACE ();
19306 if (ISDIGIT (*input_line_pointer)
19307 || *input_line_pointer == '-')
19310 if ((bfd_get_section_flags (stdoutput, now_seg) & SEC_CODE) == 0)
19311 as_warn (_(".ent or .aent not in text section."));
19313 if (!aent && cur_proc_ptr)
19314 as_warn (_("missing .end"));
19318 /* This function needs its own .frame and .cprestore directives. */
19319 mips_frame_reg_valid = 0;
19320 mips_cprestore_valid = 0;
19322 cur_proc_ptr = &cur_proc;
19323 memset (cur_proc_ptr, '\0', sizeof (procS));
19325 cur_proc_ptr->func_sym = symbolP;
19329 if (debug_type == DEBUG_STABS)
19330 stabs_generate_asm_func (S_GET_NAME (symbolP),
19331 S_GET_NAME (symbolP));
19334 symbol_get_bfdsym (symbolP)->flags |= BSF_FUNCTION;
19336 demand_empty_rest_of_line ();
19339 /* The .frame directive. If the mdebug section is present (IRIX 5 native)
19340 then ecoff.c (ecoff_directive_frame) is used. For embedded targets,
19341 s_mips_frame is used so that we can set the PDR information correctly.
19342 We can't use the ecoff routines because they make reference to the ecoff
19343 symbol table (in the mdebug section). */
19346 s_mips_frame (int ignore ATTRIBUTE_UNUSED)
19349 if (IS_ELF && !ECOFF_DEBUGGING)
19353 if (cur_proc_ptr == (procS *) NULL)
19355 as_warn (_(".frame outside of .ent"));
19356 demand_empty_rest_of_line ();
19360 cur_proc_ptr->frame_reg = tc_get_register (1);
19362 SKIP_WHITESPACE ();
19363 if (*input_line_pointer++ != ','
19364 || get_absolute_expression_and_terminator (&val) != ',')
19366 as_warn (_("Bad .frame directive"));
19367 --input_line_pointer;
19368 demand_empty_rest_of_line ();
19372 cur_proc_ptr->frame_offset = val;
19373 cur_proc_ptr->pc_reg = tc_get_register (0);
19375 demand_empty_rest_of_line ();
19378 #endif /* OBJ_ELF */
19382 /* The .fmask and .mask directives. If the mdebug section is present
19383 (IRIX 5 native) then ecoff.c (ecoff_directive_mask) is used. For
19384 embedded targets, s_mips_mask is used so that we can set the PDR
19385 information correctly. We can't use the ecoff routines because they
19386 make reference to the ecoff symbol table (in the mdebug section). */
19389 s_mips_mask (int reg_type)
19392 if (IS_ELF && !ECOFF_DEBUGGING)
19396 if (cur_proc_ptr == (procS *) NULL)
19398 as_warn (_(".mask/.fmask outside of .ent"));
19399 demand_empty_rest_of_line ();
19403 if (get_absolute_expression_and_terminator (&mask) != ',')
19405 as_warn (_("Bad .mask/.fmask directive"));
19406 --input_line_pointer;
19407 demand_empty_rest_of_line ();
19411 off = get_absolute_expression ();
19413 if (reg_type == 'F')
19415 cur_proc_ptr->fpreg_mask = mask;
19416 cur_proc_ptr->fpreg_offset = off;
19420 cur_proc_ptr->reg_mask = mask;
19421 cur_proc_ptr->reg_offset = off;
19424 demand_empty_rest_of_line ();
19427 #endif /* OBJ_ELF */
19428 s_ignore (reg_type);
19431 /* A table describing all the processors gas knows about. Names are
19432 matched in the order listed.
19434 To ease comparison, please keep this table in the same order as
19435 gcc's mips_cpu_info_table[]. */
19436 static const struct mips_cpu_info mips_cpu_info_table[] =
19438 /* Entries for generic ISAs */
19439 { "mips1", MIPS_CPU_IS_ISA, 0, ISA_MIPS1, CPU_R3000 },
19440 { "mips2", MIPS_CPU_IS_ISA, 0, ISA_MIPS2, CPU_R6000 },
19441 { "mips3", MIPS_CPU_IS_ISA, 0, ISA_MIPS3, CPU_R4000 },
19442 { "mips4", MIPS_CPU_IS_ISA, 0, ISA_MIPS4, CPU_R8000 },
19443 { "mips5", MIPS_CPU_IS_ISA, 0, ISA_MIPS5, CPU_MIPS5 },
19444 { "mips32", MIPS_CPU_IS_ISA, 0, ISA_MIPS32, CPU_MIPS32 },
19445 { "mips32r2", MIPS_CPU_IS_ISA, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19446 { "mips64", MIPS_CPU_IS_ISA, 0, ISA_MIPS64, CPU_MIPS64 },
19447 { "mips64r2", MIPS_CPU_IS_ISA, 0, ISA_MIPS64R2, CPU_MIPS64R2 },
19450 { "r3000", 0, 0, ISA_MIPS1, CPU_R3000 },
19451 { "r2000", 0, 0, ISA_MIPS1, CPU_R3000 },
19452 { "r3900", 0, 0, ISA_MIPS1, CPU_R3900 },
19455 { "r6000", 0, 0, ISA_MIPS2, CPU_R6000 },
19458 { "r4000", 0, 0, ISA_MIPS3, CPU_R4000 },
19459 { "r4010", 0, 0, ISA_MIPS2, CPU_R4010 },
19460 { "vr4100", 0, 0, ISA_MIPS3, CPU_VR4100 },
19461 { "vr4111", 0, 0, ISA_MIPS3, CPU_R4111 },
19462 { "vr4120", 0, 0, ISA_MIPS3, CPU_VR4120 },
19463 { "vr4130", 0, 0, ISA_MIPS3, CPU_VR4120 },
19464 { "vr4181", 0, 0, ISA_MIPS3, CPU_R4111 },
19465 { "vr4300", 0, 0, ISA_MIPS3, CPU_R4300 },
19466 { "r4400", 0, 0, ISA_MIPS3, CPU_R4400 },
19467 { "r4600", 0, 0, ISA_MIPS3, CPU_R4600 },
19468 { "orion", 0, 0, ISA_MIPS3, CPU_R4600 },
19469 { "r4650", 0, 0, ISA_MIPS3, CPU_R4650 },
19470 { "r5900", 0, 0, ISA_MIPS3, CPU_R5900 },
19471 /* ST Microelectronics Loongson 2E and 2F cores */
19472 { "loongson2e", 0, 0, ISA_MIPS3, CPU_LOONGSON_2E },
19473 { "loongson2f", 0, 0, ISA_MIPS3, CPU_LOONGSON_2F },
19476 { "r8000", 0, 0, ISA_MIPS4, CPU_R8000 },
19477 { "r10000", 0, 0, ISA_MIPS4, CPU_R10000 },
19478 { "r12000", 0, 0, ISA_MIPS4, CPU_R12000 },
19479 { "r14000", 0, 0, ISA_MIPS4, CPU_R14000 },
19480 { "r16000", 0, 0, ISA_MIPS4, CPU_R16000 },
19481 { "vr5000", 0, 0, ISA_MIPS4, CPU_R5000 },
19482 { "vr5400", 0, 0, ISA_MIPS4, CPU_VR5400 },
19483 { "vr5500", 0, 0, ISA_MIPS4, CPU_VR5500 },
19484 { "rm5200", 0, 0, ISA_MIPS4, CPU_R5000 },
19485 { "rm5230", 0, 0, ISA_MIPS4, CPU_R5000 },
19486 { "rm5231", 0, 0, ISA_MIPS4, CPU_R5000 },
19487 { "rm5261", 0, 0, ISA_MIPS4, CPU_R5000 },
19488 { "rm5721", 0, 0, ISA_MIPS4, CPU_R5000 },
19489 { "rm7000", 0, 0, ISA_MIPS4, CPU_RM7000 },
19490 { "rm9000", 0, 0, ISA_MIPS4, CPU_RM9000 },
19493 { "4kc", 0, 0, ISA_MIPS32, CPU_MIPS32 },
19494 { "4km", 0, 0, ISA_MIPS32, CPU_MIPS32 },
19495 { "4kp", 0, 0, ISA_MIPS32, CPU_MIPS32 },
19496 { "4ksc", 0, ASE_SMARTMIPS, ISA_MIPS32, CPU_MIPS32 },
19498 /* MIPS 32 Release 2 */
19499 { "4kec", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19500 { "4kem", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19501 { "4kep", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19502 { "4ksd", 0, ASE_SMARTMIPS, ISA_MIPS32R2, CPU_MIPS32R2 },
19503 { "m4k", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19504 { "m4kp", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19505 { "m14k", 0, ASE_MCU, ISA_MIPS32R2, CPU_MIPS32R2 },
19506 { "m14kc", 0, ASE_MCU, ISA_MIPS32R2, CPU_MIPS32R2 },
19507 { "m14ke", 0, ASE_DSP | ASE_DSPR2 | ASE_MCU,
19508 ISA_MIPS32R2, CPU_MIPS32R2 },
19509 { "m14kec", 0, ASE_DSP | ASE_DSPR2 | ASE_MCU,
19510 ISA_MIPS32R2, CPU_MIPS32R2 },
19511 { "24kc", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19512 { "24kf2_1", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19513 { "24kf", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19514 { "24kf1_1", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19515 /* Deprecated forms of the above. */
19516 { "24kfx", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19517 { "24kx", 0, 0, ISA_MIPS32R2, CPU_MIPS32R2 },
19518 /* 24KE is a 24K with DSP ASE, other ASEs are optional. */
19519 { "24kec", 0, ASE_DSP, ISA_MIPS32R2, CPU_MIPS32R2 },
19520 { "24kef2_1", 0, ASE_DSP, ISA_MIPS32R2, CPU_MIPS32R2 },
19521 { "24kef", 0, ASE_DSP, ISA_MIPS32R2, CPU_MIPS32R2 },
19522 { "24kef1_1", 0, ASE_DSP, ISA_MIPS32R2, CPU_MIPS32R2 },
19523 /* Deprecated forms of the above. */
19524 { "24kefx", 0, ASE_DSP, ISA_MIPS32R2, CPU_MIPS32R2 },
19525 { "24kex", 0, ASE_DSP, ISA_MIPS32R2, CPU_MIPS32R2 },
19526 /* 34K is a 24K with DSP and MT ASE, other ASEs are optional. */
19527 { "34kc", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19528 { "34kf2_1", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19529 { "34kf", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19530 { "34kf1_1", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19531 /* Deprecated forms of the above. */
19532 { "34kfx", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19533 { "34kx", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19534 /* 34Kn is a 34kc without DSP. */
19535 { "34kn", 0, ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19536 /* 74K with DSP and DSPR2 ASE, other ASEs are optional. */
19537 { "74kc", 0, ASE_DSP | ASE_DSPR2, ISA_MIPS32R2, CPU_MIPS32R2 },
19538 { "74kf2_1", 0, ASE_DSP | ASE_DSPR2, ISA_MIPS32R2, CPU_MIPS32R2 },
19539 { "74kf", 0, ASE_DSP | ASE_DSPR2, ISA_MIPS32R2, CPU_MIPS32R2 },
19540 { "74kf1_1", 0, ASE_DSP | ASE_DSPR2, ISA_MIPS32R2, CPU_MIPS32R2 },
19541 { "74kf3_2", 0, ASE_DSP | ASE_DSPR2, ISA_MIPS32R2, CPU_MIPS32R2 },
19542 /* Deprecated forms of the above. */
19543 { "74kfx", 0, ASE_DSP | ASE_DSPR2, ISA_MIPS32R2, CPU_MIPS32R2 },
19544 { "74kx", 0, ASE_DSP | ASE_DSPR2, ISA_MIPS32R2, CPU_MIPS32R2 },
19545 /* 1004K cores are multiprocessor versions of the 34K. */
19546 { "1004kc", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19547 { "1004kf2_1", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19548 { "1004kf", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19549 { "1004kf1_1", 0, ASE_DSP | ASE_MT, ISA_MIPS32R2, CPU_MIPS32R2 },
19552 { "5kc", 0, 0, ISA_MIPS64, CPU_MIPS64 },
19553 { "5kf", 0, 0, ISA_MIPS64, CPU_MIPS64 },
19554 { "20kc", 0, ASE_MIPS3D, ISA_MIPS64, CPU_MIPS64 },
19555 { "25kf", 0, ASE_MIPS3D, ISA_MIPS64, CPU_MIPS64 },
19557 /* Broadcom SB-1 CPU core */
19558 { "sb1", 0, ASE_MIPS3D | ASE_MDMX, ISA_MIPS64, CPU_SB1 },
19559 /* Broadcom SB-1A CPU core */
19560 { "sb1a", 0, ASE_MIPS3D | ASE_MDMX, ISA_MIPS64, CPU_SB1 },
19562 { "loongson3a", 0, 0, ISA_MIPS64, CPU_LOONGSON_3A },
19564 /* MIPS 64 Release 2 */
19566 /* Cavium Networks Octeon CPU core */
19567 { "octeon", 0, 0, ISA_MIPS64R2, CPU_OCTEON },
19568 { "octeon+", 0, 0, ISA_MIPS64R2, CPU_OCTEONP },
19569 { "octeon2", 0, 0, ISA_MIPS64R2, CPU_OCTEON2 },
19572 { "xlr", 0, 0, ISA_MIPS64, CPU_XLR },
19575 XLP is mostly like XLR, with the prominent exception that it is
19576 MIPS64R2 rather than MIPS64. */
19577 { "xlp", 0, 0, ISA_MIPS64R2, CPU_XLR },
19580 { NULL, 0, 0, 0, 0 }
19584 /* Return true if GIVEN is the same as CANONICAL, or if it is CANONICAL
19585 with a final "000" replaced by "k". Ignore case.
19587 Note: this function is shared between GCC and GAS. */
19590 mips_strict_matching_cpu_name_p (const char *canonical, const char *given)
19592 while (*given != 0 && TOLOWER (*given) == TOLOWER (*canonical))
19593 given++, canonical++;
19595 return ((*given == 0 && *canonical == 0)
19596 || (strcmp (canonical, "000") == 0 && strcasecmp (given, "k") == 0));
19600 /* Return true if GIVEN matches CANONICAL, where GIVEN is a user-supplied
19601 CPU name. We've traditionally allowed a lot of variation here.
19603 Note: this function is shared between GCC and GAS. */
19606 mips_matching_cpu_name_p (const char *canonical, const char *given)
19608 /* First see if the name matches exactly, or with a final "000"
19609 turned into "k". */
19610 if (mips_strict_matching_cpu_name_p (canonical, given))
19613 /* If not, try comparing based on numerical designation alone.
19614 See if GIVEN is an unadorned number, or 'r' followed by a number. */
19615 if (TOLOWER (*given) == 'r')
19617 if (!ISDIGIT (*given))
19620 /* Skip over some well-known prefixes in the canonical name,
19621 hoping to find a number there too. */
19622 if (TOLOWER (canonical[0]) == 'v' && TOLOWER (canonical[1]) == 'r')
19624 else if (TOLOWER (canonical[0]) == 'r' && TOLOWER (canonical[1]) == 'm')
19626 else if (TOLOWER (canonical[0]) == 'r')
19629 return mips_strict_matching_cpu_name_p (canonical, given);
19633 /* Parse an option that takes the name of a processor as its argument.
19634 OPTION is the name of the option and CPU_STRING is the argument.
19635 Return the corresponding processor enumeration if the CPU_STRING is
19636 recognized, otherwise report an error and return null.
19638 A similar function exists in GCC. */
19640 static const struct mips_cpu_info *
19641 mips_parse_cpu (const char *option, const char *cpu_string)
19643 const struct mips_cpu_info *p;
19645 /* 'from-abi' selects the most compatible architecture for the given
19646 ABI: MIPS I for 32-bit ABIs and MIPS III for 64-bit ABIs. For the
19647 EABIs, we have to decide whether we're using the 32-bit or 64-bit
19648 version. Look first at the -mgp options, if given, otherwise base
19649 the choice on MIPS_DEFAULT_64BIT.
19651 Treat NO_ABI like the EABIs. One reason to do this is that the
19652 plain 'mips' and 'mips64' configs have 'from-abi' as their default
19653 architecture. This code picks MIPS I for 'mips' and MIPS III for
19654 'mips64', just as we did in the days before 'from-abi'. */
19655 if (strcasecmp (cpu_string, "from-abi") == 0)
19657 if (ABI_NEEDS_32BIT_REGS (mips_abi))
19658 return mips_cpu_info_from_isa (ISA_MIPS1);
19660 if (ABI_NEEDS_64BIT_REGS (mips_abi))
19661 return mips_cpu_info_from_isa (ISA_MIPS3);
19663 if (file_mips_gp32 >= 0)
19664 return mips_cpu_info_from_isa (file_mips_gp32 ? ISA_MIPS1 : ISA_MIPS3);
19666 return mips_cpu_info_from_isa (MIPS_DEFAULT_64BIT
19671 /* 'default' has traditionally been a no-op. Probably not very useful. */
19672 if (strcasecmp (cpu_string, "default") == 0)
19675 for (p = mips_cpu_info_table; p->name != 0; p++)
19676 if (mips_matching_cpu_name_p (p->name, cpu_string))
19679 as_bad (_("Bad value (%s) for %s"), cpu_string, option);
19683 /* Return the canonical processor information for ISA (a member of the
19684 ISA_MIPS* enumeration). */
19686 static const struct mips_cpu_info *
19687 mips_cpu_info_from_isa (int isa)
19691 for (i = 0; mips_cpu_info_table[i].name != NULL; i++)
19692 if ((mips_cpu_info_table[i].flags & MIPS_CPU_IS_ISA)
19693 && isa == mips_cpu_info_table[i].isa)
19694 return (&mips_cpu_info_table[i]);
19699 static const struct mips_cpu_info *
19700 mips_cpu_info_from_arch (int arch)
19704 for (i = 0; mips_cpu_info_table[i].name != NULL; i++)
19705 if (arch == mips_cpu_info_table[i].cpu)
19706 return (&mips_cpu_info_table[i]);
19712 show (FILE *stream, const char *string, int *col_p, int *first_p)
19716 fprintf (stream, "%24s", "");
19721 fprintf (stream, ", ");
19725 if (*col_p + strlen (string) > 72)
19727 fprintf (stream, "\n%24s", "");
19731 fprintf (stream, "%s", string);
19732 *col_p += strlen (string);
19738 md_show_usage (FILE *stream)
19743 fprintf (stream, _("\
19745 -EB generate big endian output\n\
19746 -EL generate little endian output\n\
19747 -g, -g2 do not remove unneeded NOPs or swap branches\n\
19748 -G NUM allow referencing objects up to NUM bytes\n\
19749 implicitly with the gp register [default 8]\n"));
19750 fprintf (stream, _("\
19751 -mips1 generate MIPS ISA I instructions\n\
19752 -mips2 generate MIPS ISA II instructions\n\
19753 -mips3 generate MIPS ISA III instructions\n\
19754 -mips4 generate MIPS ISA IV instructions\n\
19755 -mips5 generate MIPS ISA V instructions\n\
19756 -mips32 generate MIPS32 ISA instructions\n\
19757 -mips32r2 generate MIPS32 release 2 ISA instructions\n\
19758 -mips64 generate MIPS64 ISA instructions\n\
19759 -mips64r2 generate MIPS64 release 2 ISA instructions\n\
19760 -march=CPU/-mtune=CPU generate code/schedule for CPU, where CPU is one of:\n"));
19764 for (i = 0; mips_cpu_info_table[i].name != NULL; i++)
19765 show (stream, mips_cpu_info_table[i].name, &column, &first);
19766 show (stream, "from-abi", &column, &first);
19767 fputc ('\n', stream);
19769 fprintf (stream, _("\
19770 -mCPU equivalent to -march=CPU -mtune=CPU. Deprecated.\n\
19771 -no-mCPU don't generate code specific to CPU.\n\
19772 For -mCPU and -no-mCPU, CPU must be one of:\n"));
19776 show (stream, "3900", &column, &first);
19777 show (stream, "4010", &column, &first);
19778 show (stream, "4100", &column, &first);
19779 show (stream, "4650", &column, &first);
19780 fputc ('\n', stream);
19782 fprintf (stream, _("\
19783 -mips16 generate mips16 instructions\n\
19784 -no-mips16 do not generate mips16 instructions\n"));
19785 fprintf (stream, _("\
19786 -mmicromips generate microMIPS instructions\n\
19787 -mno-micromips do not generate microMIPS instructions\n"));
19788 fprintf (stream, _("\
19789 -msmartmips generate smartmips instructions\n\
19790 -mno-smartmips do not generate smartmips instructions\n"));
19791 fprintf (stream, _("\
19792 -mdsp generate DSP instructions\n\
19793 -mno-dsp do not generate DSP instructions\n"));
19794 fprintf (stream, _("\
19795 -mdspr2 generate DSP R2 instructions\n\
19796 -mno-dspr2 do not generate DSP R2 instructions\n"));
19797 fprintf (stream, _("\
19798 -mmt generate MT instructions\n\
19799 -mno-mt do not generate MT instructions\n"));
19800 fprintf (stream, _("\
19801 -mmcu generate MCU instructions\n\
19802 -mno-mcu do not generate MCU instructions\n"));
19803 fprintf (stream, _("\
19804 -mvirt generate Virtualization instructions\n\
19805 -mno-virt do not generate Virtualization instructions\n"));
19806 fprintf (stream, _("\
19807 -mfix-loongson2f-jump work around Loongson2F JUMP instructions\n\
19808 -mfix-loongson2f-nop work around Loongson2F NOP errata\n\
19809 -mfix-vr4120 work around certain VR4120 errata\n\
19810 -mfix-vr4130 work around VR4130 mflo/mfhi errata\n\
19811 -mfix-24k insert a nop after ERET and DERET instructions\n\
19812 -mfix-cn63xxp1 work around CN63XXP1 PREF errata\n\
19813 -mgp32 use 32-bit GPRs, regardless of the chosen ISA\n\
19814 -mfp32 use 32-bit FPRs, regardless of the chosen ISA\n\
19815 -msym32 assume all symbols have 32-bit values\n\
19816 -O0 remove unneeded NOPs, do not swap branches\n\
19817 -O remove unneeded NOPs and swap branches\n\
19818 --trap, --no-break trap exception on div by 0 and mult overflow\n\
19819 --break, --no-trap break exception on div by 0 and mult overflow\n"));
19820 fprintf (stream, _("\
19821 -mhard-float allow floating-point instructions\n\
19822 -msoft-float do not allow floating-point instructions\n\
19823 -msingle-float only allow 32-bit floating-point operations\n\
19824 -mdouble-float allow 32-bit and 64-bit floating-point operations\n\
19825 --[no-]construct-floats [dis]allow floating point values to be constructed\n\
19826 --[no-]relax-branch [dis]allow out-of-range branches to be relaxed\n"
19829 fprintf (stream, _("\
19830 -KPIC, -call_shared generate SVR4 position independent code\n\
19831 -call_nonpic generate non-PIC code that can operate with DSOs\n\
19832 -mvxworks-pic generate VxWorks position independent code\n\
19833 -non_shared do not generate code that can operate with DSOs\n\
19834 -xgot assume a 32 bit GOT\n\
19835 -mpdr, -mno-pdr enable/disable creation of .pdr sections\n\
19836 -mshared, -mno-shared disable/enable .cpload optimization for\n\
19837 position dependent (non shared) code\n\
19838 -mabi=ABI create ABI conformant object file for:\n"));
19842 show (stream, "32", &column, &first);
19843 show (stream, "o64", &column, &first);
19844 show (stream, "n32", &column, &first);
19845 show (stream, "64", &column, &first);
19846 show (stream, "eabi", &column, &first);
19848 fputc ('\n', stream);
19850 fprintf (stream, _("\
19851 -32 create o32 ABI object file (default)\n\
19852 -n32 create n32 ABI object file\n\
19853 -64 create 64 ABI object file\n"));
19859 mips_dwarf2_format (asection *sec ATTRIBUTE_UNUSED)
19861 if (HAVE_64BIT_SYMBOLS)
19862 return dwarf2_format_64bit_irix;
19864 return dwarf2_format_32bit;
19869 mips_dwarf2_addr_size (void)
19871 if (HAVE_64BIT_OBJECTS)
19877 /* Standard calling conventions leave the CFA at SP on entry. */
19879 mips_cfi_frame_initial_instructions (void)
19881 cfi_add_CFA_def_cfa_register (SP);
19885 tc_mips_regname_to_dw2regnum (char *regname)
19887 unsigned int regnum = -1;
19890 if (reg_lookup (®name, RTYPE_GP | RTYPE_NUM, ®))