Coverage Report

Created: 2026-09-14 08:07

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/binutils-gdb/opcodes/hppa-dis.c
Line
Count
Source
1
/* Disassembler for the PA-RISC. Somewhat derived from sparc-pinsn.c.
2
   Copyright (C) 1989-2026 Free Software Foundation, Inc.
3
4
   Contributed by the Center for Software Science at the
5
   University of Utah (pa-gdb-bugs@cs.utah.edu).
6
7
   This file is part of the GNU opcodes library.
8
9
   This library is free software; you can redistribute it and/or modify
10
   it under the terms of the GNU General Public License as published by
11
   the Free Software Foundation; either version 3, or (at your option)
12
   any later version.
13
14
   It is distributed in the hope that it will be useful, but WITHOUT
15
   ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
16
   or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
17
   License for more details.
18
19
   You should have received a copy of the GNU General Public License
20
   along with this program; if not, write to the Free Software
21
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
22
   MA 02110-1301, USA.  */
23
24
#include "sysdep.h"
25
#include "disassemble.h"
26
#include "libhppa.h"
27
#include "opcode/hppa.h"
28
29
/* Integer register names, indexed by the numbers which appear in the
30
   opcodes.  */
31
static const char *const reg_names[] =
32
{
33
  "flags", "r1", "rp", "r3", "r4", "r5", "r6", "r7", "r8", "r9",
34
  "r10", "r11", "r12", "r13", "r14", "r15", "r16", "r17", "r18", "r19",
35
  "r20", "r21", "r22", "r23", "r24", "r25", "r26", "dp", "ret0", "ret1",
36
  "sp", "r31"
37
};
38
39
/* Floating point register names, indexed by the numbers which appear in the
40
   opcodes.  */
41
static const char *const fp_reg_names[] =
42
{
43
  "fpsr", "fpe2", "fpe4", "fpe6",
44
  "fr4", "fr5", "fr6", "fr7", "fr8",
45
  "fr9", "fr10", "fr11", "fr12", "fr13", "fr14", "fr15",
46
  "fr16", "fr17", "fr18", "fr19", "fr20", "fr21", "fr22", "fr23",
47
  "fr24", "fr25", "fr26", "fr27", "fr28", "fr29", "fr30", "fr31"
48
};
49
50
typedef unsigned int CORE_ADDR;
51
52
/* Get at various relevent fields of an instruction word.  */
53
54
120k
#define MASK_5  0x1f
55
77
#define MASK_10 0x3ff
56
17.1k
#define MASK_11 0x7ff
57
0
#define MASK_14 0x3fff
58
#define MASK_16 0xffff
59
16.9k
#define MASK_21 0x1fffff
60
61
/* These macros get bit fields using HP's numbering (MSB = 0).  */
62
63
#define GET_FIELD(X, FROM, TO) \
64
1.94M
  ((X) >> (31 - (TO)) & ((1 << ((TO) - (FROM) + 1)) - 1))
65
66
#define GET_BIT(X, WHICH) \
67
307k
  GET_FIELD (X, WHICH, WHICH)
68
69
/* Some of these have been converted to 2-d arrays because they
70
   consume less storage this way.  If the maintenance becomes a
71
   problem, convert them back to const 1-d pointer arrays.  */
72
static const char *const control_reg[] =
73
{
74
  "rctr", "cr1", "cr2", "cr3", "cr4", "cr5", "cr6", "cr7",
75
  "pidr1", "pidr2", "ccr", "sar", "pidr3", "pidr4",
76
  "iva", "eiem", "itmr", "pcsq", "pcoq", "iir", "isr",
77
  "ior", "ipsw", "eirr", "tr0", "tr1", "tr2", "tr3",
78
  "tr4", "tr5", "tr6", "tr7"
79
};
80
81
static const char *const compare_cond_names[] =
82
{
83
  "", ",=", ",<", ",<=", ",<<", ",<<=", ",sv", ",od",
84
  ",tr", ",<>", ",>=", ",>", ",>>=", ",>>", ",nsv", ",ev"
85
};
86
static const char *const compare_cond_64_names[] =
87
{
88
  ",*", ",*=", ",*<", ",*<=", ",*<<", ",*<<=", ",*sv", ",*od",
89
  ",*tr", ",*<>", ",*>=", ",*>", ",*>>=", ",*>>", ",*nsv", ",*ev"
90
};
91
static const char *const cmpib_cond_64_names[] =
92
{
93
  ",*<<", ",*=", ",*<", ",*<=", ",*>>=", ",*<>", ",*>=", ",*>"
94
};
95
static const char *const add_cond_names[] =
96
{
97
  "", ",=", ",<", ",<=", ",nuv", ",znv", ",sv", ",od",
98
  ",tr", ",<>", ",>=", ",>", ",uv", ",vnz", ",nsv", ",ev"
99
};
100
static const char *const add_cond_64_names[] =
101
{
102
  ",*", ",*=", ",*<", ",*<=", ",*nuv", ",*znv", ",*sv", ",*od",
103
  ",*tr", ",*<>", ",*>=", ",*>", ",*uv", ",*vnz", ",*nsv", ",*ev"
104
};
105
static const char *const wide_add_cond_names[] =
106
{
107
  "", ",=", ",<", ",<=", ",nuv", ",*=", ",*<", ",*<=",
108
  ",tr", ",<>", ",>=", ",>", ",uv", ",*<>", ",*>=", ",*>"
109
};
110
static const char *const logical_cond_names[] =
111
{
112
  "", ",=", ",<", ",<=", 0, 0, 0, ",od",
113
  ",tr", ",<>", ",>=", ",>", 0, 0, 0, ",ev"};
114
static const char *const logical_cond_64_names[] =
115
{
116
  ",*", ",*=", ",*<", ",*<=", 0, 0, 0, ",*od",
117
  ",*tr", ",*<>", ",*>=", ",*>", 0, 0, 0, ",*ev"};
118
static const char *const unit_cond_names[] =
119
{
120
  "", ",swz", ",sbz", ",shz", ",sdc", ",swc", ",sbc", ",shc",
121
  ",tr", ",nwz", ",nbz", ",nhz", ",ndc", ",nwc", ",nbc", ",nhc"
122
};
123
static const char *const unit_cond_64_names[] =
124
{
125
  ",*", ",*swz", ",*sbz", ",*shz", ",*sdc", ",*swc", ",*sbc", ",*shc",
126
  ",*tr", ",*nwz", ",*nbz", ",*nhz", ",*ndc", ",*nwc", ",*nbc", ",*nhc"
127
};
128
static const char *const shift_cond_names[] =
129
{
130
  "", ",=", ",<", ",od", ",tr", ",<>", ",>=", ",ev"
131
};
132
static const char *const shift_cond_64_names[] =
133
{
134
  ",*", ",*=", ",*<", ",*od", ",*tr", ",*<>", ",*>=", ",*ev"
135
};
136
static const char *const bb_cond_64_names[] =
137
{
138
  ",*<", ",*>="
139
};
140
static const char *const index_compl_names[] = {"", ",m", ",s", ",sm"};
141
static const char *const short_ldst_compl_names[] = {"", ",ma", "", ",mb"};
142
static const char *const short_bytes_compl_names[] =
143
{
144
  "", ",b,m", ",e", ",e,m"
145
};
146
static const char *const float_format_names[] = {",sgl", ",dbl", "", ",quad"};
147
static const char *const fcnv_fixed_names[] = {",w", ",dw", "", ",qw"};
148
static const char *const fcnv_ufixed_names[] = {",uw", ",udw", "", ",uqw"};
149
static const char *const float_comp_names[] =
150
{
151
  ",false?", ",false", ",?", ",!<=>", ",=", ",=t", ",?=", ",!<>",
152
  ",!?>=", ",<", ",?<", ",!>=", ",!?>", ",<=", ",?<=", ",!>",
153
  ",!?<=", ",>", ",?>", ",!<=", ",!?<", ",>=", ",?>=", ",!<",
154
  ",!?=", ",<>", ",!=", ",!=t", ",!?", ",<=>", ",true?", ",true"
155
};
156
static const char *const signed_unsigned_names[] = {",u", ",s"};
157
static const char *const mix_half_names[] = {",l", ",r"};
158
static const char *const saturation_names[] = {",us", ",ss", 0, ""};
159
static const char *const read_write_names[] = {",r", ",w"};
160
static const char *const add_compl_names[] = { 0, "", ",l", ",tsv" };
161
162
/* For a bunch of different instructions form an index into a
163
   completer name table.  */
164
24.2k
#define GET_COMPL(insn) (GET_FIELD (insn, 26, 26) | \
165
24.2k
       GET_FIELD (insn, 18, 18) << 1)
166
167
31.9k
#define GET_COND(insn) (GET_FIELD ((insn), 16, 18) + \
168
31.9k
      (GET_FIELD ((insn), 19, 19) ? 8 : 0))
169
170
/* Utility function to print registers.  Put these first, so gcc's function
171
   inlining can do its stuff.  */
172
173
130k
#define fputs_filtered(STR,F) (*info->fprintf_func) (info->stream, "%s", STR)
174
175
static void
176
fput_reg (unsigned reg, disassemble_info *info)
177
515k
{
178
515k
  (*info->fprintf_func) (info->stream, "%s", reg ? reg_names[reg] : "r0");
179
515k
}
180
181
static void
182
fput_fp_reg (unsigned reg, disassemble_info *info)
183
93.7k
{
184
93.7k
  (*info->fprintf_func) (info->stream, "%s", reg ? fp_reg_names[reg] : "fr0");
185
93.7k
}
186
187
static void
188
fput_fp_reg_r (unsigned reg, disassemble_info *info)
189
28.5k
{
190
  /* Special case floating point exception registers.  */
191
28.5k
  if (reg < 4)
192
4.09k
    (*info->fprintf_func) (info->stream, "fpe%d", reg * 2 + 1);
193
24.4k
  else
194
24.4k
    (*info->fprintf_func) (info->stream, "%sR",
195
24.4k
         reg ? fp_reg_names[reg] : "fr0");
196
28.5k
}
197
198
static void
199
fput_creg (unsigned reg, disassemble_info *info)
200
101
{
201
101
  (*info->fprintf_func) (info->stream, "%s", control_reg[reg]);
202
101
}
203
204
/* Print constants with sign.  */
205
206
static void
207
fput_const (unsigned num, disassemble_info *info)
208
381k
{
209
381k
  if ((int) num < 0)
210
77.4k
    (*info->fprintf_func) (info->stream, "-%x", -num);
211
303k
  else
212
303k
    (*info->fprintf_func) (info->stream, "%x", num);
213
381k
}
214
215
/* Routines to extract various sized constants out of hppa
216
   instructions.  */
217
218
/* Extract a 3-bit space register number from a be, ble, mtsp or mfsp.  */
219
static int
220
extract_3 (unsigned word)
221
16.1k
{
222
16.1k
  return GET_FIELD (word, 18, 18) << 2 | GET_FIELD (word, 16, 17);
223
16.1k
}
224
225
static int
226
extract_5_load (unsigned word)
227
36.7k
{
228
36.7k
  return low_sign_extend (word >> 16 & MASK_5, 5);
229
36.7k
}
230
231
/* Extract the immediate field from a st{bhw}s instruction.  */
232
233
static int
234
extract_5_store (unsigned word)
235
1.66k
{
236
1.66k
  return low_sign_extend (word & MASK_5, 5);
237
1.66k
}
238
239
/* Extract the immediate field from a break instruction.  */
240
241
static unsigned
242
extract_5r_store (unsigned word)
243
79.2k
{
244
79.2k
  return (word & MASK_5);
245
79.2k
}
246
247
/* Extract the immediate field from a {sr}sm instruction.  */
248
249
static unsigned
250
extract_5R_store (unsigned word)
251
136
{
252
136
  return (word >> 16 & MASK_5);
253
136
}
254
255
/* Extract the 10 bit immediate field from a {sr}sm instruction.  */
256
257
static unsigned
258
extract_10U_store (unsigned word)
259
77
{
260
77
  return (word >> 16 & MASK_10);
261
77
}
262
263
/* Extract the immediate field from a bb instruction.  */
264
265
static unsigned
266
extract_5Q_store (unsigned word)
267
3.06k
{
268
3.06k
  return (word >> 21 & MASK_5);
269
3.06k
}
270
271
/* Extract an 11 bit immediate field.  */
272
273
static int
274
extract_11 (unsigned word)
275
17.1k
{
276
17.1k
  return low_sign_extend (word & MASK_11, 11);
277
17.1k
}
278
279
/* Extract a 14 bit immediate field.  */
280
281
static int
282
extract_14 (unsigned word)
283
0
{
284
0
  return low_sign_extend (word & MASK_14, 14);
285
0
}
286
287
/* Extract a 16 bit immediate field (PA2.0 wide only).  */
288
289
static int
290
extract_16 (unsigned word)
291
102k
{
292
102k
  unsigned m15, m0, m1;
293
294
102k
  m0 = GET_BIT (word, 16);
295
102k
  m1 = GET_BIT (word, 17);
296
102k
  m15 = GET_BIT (word, 31);
297
102k
  word = (word >> 1) & 0x1fff;
298
102k
  word = word | (m15 << 15) | ((m15 ^ m0) << 14) | ((m15 ^ m1) << 13);
299
102k
  return sign_extend (word, 16);
300
102k
}
301
302
/* Extract a 21 bit constant.  */
303
304
static int
305
extract_21 (unsigned word)
306
16.9k
{
307
16.9k
  unsigned val;
308
309
16.9k
  word &= MASK_21;
310
16.9k
  word <<= 11;
311
16.9k
  val = GET_FIELD (word, 20, 20);
312
16.9k
  val <<= 11;
313
16.9k
  val |= GET_FIELD (word, 9, 19);
314
16.9k
  val <<= 2;
315
16.9k
  val |= GET_FIELD (word, 5, 6);
316
16.9k
  val <<= 5;
317
16.9k
  val |= GET_FIELD (word, 0, 4);
318
16.9k
  val <<= 2;
319
16.9k
  val |= GET_FIELD (word, 7, 8);
320
16.9k
  return sign_extend (val, 21) << 11;
321
16.9k
}
322
323
/* Extract a 12 bit constant from branch instructions.  */
324
325
static int
326
extract_12 (unsigned word)
327
67.0k
{
328
67.0k
  return sign_extend (GET_FIELD (word, 19, 28)
329
67.0k
          | GET_FIELD (word, 29, 29) << 10
330
67.0k
          | (word & 0x1) << 11, 12) << 2;
331
67.0k
}
332
333
/* Extract a 17 bit constant from branch instructions, returning the
334
   19 bit signed value.  */
335
336
static int
337
extract_17 (unsigned word)
338
11.0k
{
339
11.0k
  return sign_extend (GET_FIELD (word, 19, 28)
340
11.0k
          | GET_FIELD (word, 29, 29) << 10
341
11.0k
          | GET_FIELD (word, 11, 15) << 11
342
11.0k
          | (word & 0x1) << 16, 17) << 2;
343
11.0k
}
344
345
static int
346
extract_22 (unsigned word)
347
767
{
348
767
  return sign_extend (GET_FIELD (word, 19, 28)
349
767
          | GET_FIELD (word, 29, 29) << 10
350
767
          | GET_FIELD (word, 11, 15) << 11
351
767
          | GET_FIELD (word, 6, 10) << 16
352
767
          | (word & 0x1) << 21, 22) << 2;
353
767
}
354
355
/* Print one instruction.  */
356
357
int
358
print_insn_hppa (bfd_vma memaddr, disassemble_info *info)
359
695k
{
360
695k
  bfd_byte buffer[4];
361
695k
  unsigned int insn, i;
362
363
695k
  {
364
695k
    int status =
365
695k
      (*info->read_memory_func) (memaddr, buffer, sizeof (buffer), info);
366
695k
    if (status != 0)
367
1.42k
      {
368
1.42k
  (*info->memory_error_func) (status, memaddr, info);
369
1.42k
  return -1;
370
1.42k
      }
371
695k
  }
372
373
694k
  insn = bfd_getb32 (buffer);
374
375
306M
  for (i = 0; i < NUMOPCODES; ++i)
376
306M
    {
377
306M
      const struct pa_opcode *opcode = &pa_opcodes[i];
378
379
306M
      if ((insn & opcode->mask) == opcode->match)
380
457k
  {
381
457k
    const char *s;
382
#ifndef BFD64
383
    if (opcode->arch == pa20w)
384
      continue;
385
#endif
386
457k
    (*info->fprintf_func) (info->stream, "%s", opcode->name);
387
388
457k
    if (!strchr ("cfCY?-+nHNZFIuv{", opcode->args[0]))
389
168k
      (*info->fprintf_func) (info->stream, " ");
390
2.95M
    for (s = opcode->args; *s != '\0'; ++s)
391
2.49M
      {
392
2.49M
        switch (*s)
393
2.49M
    {
394
191k
    case 'x':
395
191k
      fput_reg (GET_FIELD (insn, 11, 15), info);
396
191k
      break;
397
2.49k
    case 'a':
398
283k
    case 'b':
399
283k
      fput_reg (GET_FIELD (insn, 6, 10), info);
400
283k
      break;
401
101
    case '^':
402
101
      fput_creg (GET_FIELD (insn, 6, 10), info);
403
101
      break;
404
40.8k
    case 't':
405
40.8k
      fput_reg (GET_FIELD (insn, 27, 31), info);
406
40.8k
      break;
407
408
      /* Handle floating point registers.  */
409
122k
    case 'f':
410
122k
      switch (*++s)
411
122k
        {
412
2.98k
        case 't':
413
2.98k
          fput_fp_reg (GET_FIELD (insn, 27, 31), info);
414
2.98k
          break;
415
15.4k
        case 'T':
416
15.4k
          if (GET_FIELD (insn, 25, 25))
417
4.57k
      fput_fp_reg_r (GET_FIELD (insn, 27, 31), info);
418
10.8k
          else
419
10.8k
      fput_fp_reg (GET_FIELD (insn, 27, 31), info);
420
15.4k
          break;
421
1.25k
        case 'a':
422
1.25k
          if (GET_FIELD (insn, 25, 25))
423
572
      fput_fp_reg_r (GET_FIELD (insn, 6, 10), info);
424
684
          else
425
684
      fput_fp_reg (GET_FIELD (insn, 6, 10), info);
426
1.25k
          break;
427
428
          /* 'fA' will not generate a space before the register
429
       name.  Normally that is fine.  Except that it
430
       causes problems with xmpyu which has no FP format
431
       completer.  */
432
95
        case 'X':
433
95
          fputs_filtered (" ", info);
434
          /* FALLTHRU */
435
436
10.2k
        case 'A':
437
10.2k
          if (GET_FIELD (insn, 24, 24))
438
5.56k
      fput_fp_reg_r (GET_FIELD (insn, 6, 10), info);
439
4.64k
          else
440
4.64k
      fput_fp_reg (GET_FIELD (insn, 6, 10), info);
441
10.2k
          break;
442
594
        case 'b':
443
594
          if (GET_FIELD (insn, 25, 25))
444
0
      fput_fp_reg_r (GET_FIELD (insn, 11, 15), info);
445
594
          else
446
594
      fput_fp_reg (GET_FIELD (insn, 11, 15), info);
447
594
          break;
448
10.0k
        case 'B':
449
10.0k
          if (GET_FIELD (insn, 19, 19))
450
5.88k
      fput_fp_reg_r (GET_FIELD (insn, 11, 15), info);
451
4.14k
          else
452
4.14k
      fput_fp_reg (GET_FIELD (insn, 11, 15), info);
453
10.0k
          break;
454
9.35k
        case 'C':
455
9.35k
          {
456
9.35k
      int reg = GET_FIELD (insn, 21, 22);
457
9.35k
      reg |= GET_FIELD (insn, 16, 18) << 2;
458
9.35k
      if (GET_FIELD (insn, 23, 23) != 0)
459
4.49k
        fput_fp_reg_r (reg, info);
460
4.85k
      else
461
4.85k
        fput_fp_reg (reg, info);
462
9.35k
      break;
463
95
          }
464
9.86k
        case 'i':
465
9.86k
          {
466
9.86k
      int reg = GET_FIELD (insn, 6, 10);
467
468
9.86k
      reg |= (GET_FIELD (insn, 26, 26) << 4);
469
9.86k
      fput_fp_reg (reg, info);
470
9.86k
      break;
471
95
          }
472
9.86k
        case 'j':
473
9.86k
          {
474
9.86k
      int reg = GET_FIELD (insn, 11, 15);
475
476
9.86k
      reg |= (GET_FIELD (insn, 26, 26) << 4);
477
9.86k
      fput_fp_reg (reg, info);
478
9.86k
      break;
479
95
          }
480
9.86k
        case 'k':
481
9.86k
          {
482
9.86k
      int reg = GET_FIELD (insn, 27, 31);
483
484
9.86k
      reg |= (GET_FIELD (insn, 26, 26) << 4);
485
9.86k
      fput_fp_reg (reg, info);
486
9.86k
      break;
487
95
          }
488
9.86k
        case 'l':
489
9.86k
          {
490
9.86k
      int reg = GET_FIELD (insn, 21, 25);
491
492
9.86k
      reg |= (GET_FIELD (insn, 26, 26) << 4);
493
9.86k
      fput_fp_reg (reg, info);
494
9.86k
      break;
495
95
          }
496
9.86k
        case 'm':
497
9.86k
          {
498
9.86k
      int reg = GET_FIELD (insn, 16, 20);
499
500
9.86k
      reg |= (GET_FIELD (insn, 26, 26) << 4);
501
9.86k
      fput_fp_reg (reg, info);
502
9.86k
      break;
503
95
          }
504
505
          /* 'fe' will not generate a space before the register
506
       name.  Normally that is fine.  Except that it
507
       causes problems with fstw fe,y(b) which has no FP
508
       format completer.  */
509
8.73k
        case 'E':
510
8.73k
          fputs_filtered (" ", info);
511
          /* FALLTHRU */
512
513
16.9k
        case 'e':
514
16.9k
          if (GET_FIELD (insn, 30, 30))
515
7.46k
      fput_fp_reg_r (GET_FIELD (insn, 11, 15), info);
516
9.48k
          else
517
9.48k
      fput_fp_reg (GET_FIELD (insn, 11, 15), info);
518
16.9k
          break;
519
6.24k
        case 'x':
520
6.24k
          fput_fp_reg (GET_FIELD (insn, 11, 15), info);
521
6.24k
          break;
522
122k
        }
523
122k
      break;
524
525
122k
    case '5':
526
36.7k
      fput_const (extract_5_load (insn), info);
527
36.7k
      break;
528
11.0k
    case 's':
529
11.0k
      {
530
11.0k
        int space = GET_FIELD (insn, 16, 17);
531
        /* Zero means implicit addressing, not use of sr0.  */
532
11.0k
        if (space != 0)
533
11.0k
          (*info->fprintf_func) (info->stream, "sr%d", space);
534
11.0k
      }
535
11.0k
      break;
536
537
16.1k
    case 'S':
538
16.1k
      (*info->fprintf_func) (info->stream, "sr%d",
539
16.1k
           extract_3 (insn));
540
16.1k
      break;
541
542
      /* Handle completers.  */
543
140k
    case 'c':
544
140k
      switch (*++s)
545
140k
        {
546
10.6k
        case 'x':
547
10.6k
          (*info->fprintf_func)
548
10.6k
      (info->stream, "%s",
549
10.6k
       index_compl_names[GET_COMPL (insn)]);
550
10.6k
          break;
551
8.45k
        case 'X':
552
8.45k
          (*info->fprintf_func)
553
8.45k
      (info->stream, "%s ",
554
8.45k
       index_compl_names[GET_COMPL (insn)]);
555
8.45k
          break;
556
2.42k
        case 'm':
557
2.42k
          (*info->fprintf_func)
558
2.42k
      (info->stream, "%s",
559
2.42k
       short_ldst_compl_names[GET_COMPL (insn)]);
560
2.42k
          break;
561
1.80k
        case 'M':
562
1.80k
          (*info->fprintf_func)
563
1.80k
      (info->stream, "%s ",
564
1.80k
       short_ldst_compl_names[GET_COMPL (insn)]);
565
1.80k
          break;
566
185
        case 'A':
567
185
          (*info->fprintf_func)
568
185
      (info->stream, "%s ",
569
185
       short_bytes_compl_names[GET_COMPL (insn)]);
570
185
          break;
571
747
        case 's':
572
747
          (*info->fprintf_func)
573
747
      (info->stream, "%s",
574
747
       short_bytes_compl_names[GET_COMPL (insn)]);
575
747
          break;
576
8.29k
        case 'c':
577
16.6k
        case 'C':
578
16.6k
          switch (GET_FIELD (insn, 20, 21))
579
16.6k
      {
580
5.66k
      case 1:
581
5.66k
        (*info->fprintf_func) (info->stream, ",bc ");
582
5.66k
        break;
583
3.68k
      case 2:
584
3.68k
        (*info->fprintf_func) (info->stream, ",sl ");
585
3.68k
        break;
586
7.31k
      default:
587
7.31k
        (*info->fprintf_func) (info->stream, " ");
588
16.6k
      }
589
16.6k
          break;
590
16.6k
        case 'd':
591
752
          switch (GET_FIELD (insn, 20, 21))
592
752
      {
593
400
      case 1:
594
400
        (*info->fprintf_func) (info->stream, ",co ");
595
400
        break;
596
352
      default:
597
352
        (*info->fprintf_func) (info->stream, " ");
598
752
      }
599
752
          break;
600
3.61k
        case 'o':
601
3.61k
          (*info->fprintf_func) (info->stream, ",o");
602
3.61k
          break;
603
515
        case 'g':
604
515
          (*info->fprintf_func) (info->stream, ",gate");
605
515
          break;
606
500
        case 'p':
607
500
          (*info->fprintf_func) (info->stream, ",l,push");
608
500
          break;
609
38
        case 'P':
610
38
          (*info->fprintf_func) (info->stream, ",pop");
611
38
          break;
612
6.21k
        case 'l':
613
6.29k
        case 'L':
614
6.29k
          (*info->fprintf_func) (info->stream, ",l");
615
6.29k
          break;
616
174
        case 'w':
617
174
          (*info->fprintf_func)
618
174
      (info->stream, "%s ",
619
174
       read_write_names[GET_FIELD (insn, 25, 25)]);
620
174
          break;
621
0
        case 'W':
622
0
          (*info->fprintf_func) (info->stream, ",w ");
623
0
          break;
624
168
        case 'r':
625
168
          if (GET_FIELD (insn, 23, 26) == 5)
626
44
      (*info->fprintf_func) (info->stream, ",r");
627
168
          break;
628
364
        case 'Z':
629
364
          if (GET_FIELD (insn, 26, 26))
630
91
      (*info->fprintf_func) (info->stream, ",m ");
631
273
          else
632
273
      (*info->fprintf_func) (info->stream, " ");
633
364
          break;
634
74
        case 'i':
635
74
          if (GET_FIELD (insn, 25, 25))
636
30
      (*info->fprintf_func) (info->stream, ",i");
637
74
          break;
638
10.2k
        case 'z':
639
10.2k
          if (!GET_FIELD (insn, 21, 21))
640
5.56k
      (*info->fprintf_func) (info->stream, ",z");
641
10.2k
          break;
642
6.57k
        case 'a':
643
6.57k
          (*info->fprintf_func)
644
6.57k
      (info->stream, "%s",
645
6.57k
       add_compl_names[GET_FIELD (insn, 20, 21)]);
646
6.57k
          break;
647
225
        case 'Y':
648
225
          (*info->fprintf_func)
649
225
      (info->stream, ",dc%s",
650
225
       add_compl_names[GET_FIELD (insn, 20, 21)]);
651
225
          break;
652
413
        case 'y':
653
413
          (*info->fprintf_func)
654
413
      (info->stream, ",c%s",
655
413
       add_compl_names[GET_FIELD (insn, 20, 21)]);
656
413
          break;
657
8.23k
        case 'v':
658
8.23k
          if (GET_FIELD (insn, 20, 20))
659
2.99k
      (*info->fprintf_func) (info->stream, ",tsv");
660
8.23k
          break;
661
3.50k
        case 't':
662
3.50k
          (*info->fprintf_func) (info->stream, ",tc");
663
3.50k
          if (GET_FIELD (insn, 20, 20))
664
925
      (*info->fprintf_func) (info->stream, ",tsv");
665
3.50k
          break;
666
760
        case 'B':
667
760
          (*info->fprintf_func) (info->stream, ",db");
668
760
          if (GET_FIELD (insn, 20, 20))
669
309
      (*info->fprintf_func) (info->stream, ",tsv");
670
760
          break;
671
768
        case 'b':
672
768
          (*info->fprintf_func) (info->stream, ",b");
673
768
          if (GET_FIELD (insn, 20, 20))
674
131
      (*info->fprintf_func) (info->stream, ",tsv");
675
768
          break;
676
931
        case 'T':
677
931
          if (GET_FIELD (insn, 25, 25))
678
320
      (*info->fprintf_func) (info->stream, ",tc");
679
931
          break;
680
4.38k
        case 'S':
681
          /* EXTRD/W has a following condition.  */
682
4.38k
          if (*(s + 1) == '?')
683
4.36k
      (*info->fprintf_func)
684
4.36k
        (info->stream, "%s",
685
4.36k
         signed_unsigned_names[GET_FIELD (insn, 21, 21)]);
686
20
          else
687
20
      (*info->fprintf_func)
688
20
        (info->stream, "%s ",
689
20
         signed_unsigned_names[GET_FIELD (insn, 21, 21)]);
690
4.38k
          break;
691
110
        case 'h':
692
110
          (*info->fprintf_func)
693
110
      (info->stream, "%s",
694
110
       mix_half_names[GET_FIELD (insn, 17, 17)]);
695
110
          break;
696
577
        case 'H':
697
577
          (*info->fprintf_func)
698
577
      (info->stream, "%s ",
699
577
       saturation_names[GET_FIELD (insn, 24, 25)]);
700
577
          break;
701
2.49k
        case '*':
702
2.49k
          (*info->fprintf_func)
703
2.49k
      (info->stream, ",%d%d%d%d ",
704
2.49k
       GET_FIELD (insn, 17, 18), GET_FIELD (insn, 20, 21),
705
2.49k
       GET_FIELD (insn, 22, 23), GET_FIELD (insn, 24, 25));
706
2.49k
          break;
707
708
14.3k
        case 'q':
709
14.3k
          {
710
14.3k
      int m, a;
711
712
14.3k
      m = GET_FIELD (insn, 28, 28);
713
14.3k
      a = GET_FIELD (insn, 29, 29);
714
715
14.3k
      if (m && !a)
716
1.94k
        fputs_filtered (",ma ", info);
717
12.4k
      else if (m && a)
718
2.63k
        fputs_filtered (",mb ", info);
719
9.80k
      else
720
9.80k
        fputs_filtered (" ", info);
721
14.3k
      break;
722
6.21k
          }
723
724
11.8k
        case 'J':
725
11.8k
          {
726
11.8k
      int opc = GET_FIELD (insn, 0, 5);
727
728
11.8k
      if (opc == 0x16 || opc == 0x1e)
729
11.8k
        {
730
11.8k
          if (GET_FIELD (insn, 29, 29) == 0)
731
8.53k
            fputs_filtered (",ma ", info);
732
3.33k
          else
733
3.33k
            fputs_filtered (",mb ", info);
734
11.8k
        }
735
0
      else
736
0
        fputs_filtered (" ", info);
737
11.8k
      break;
738
6.21k
          }
739
740
21.2k
        case 'e':
741
21.2k
          {
742
21.2k
      int opc = GET_FIELD (insn, 0, 5);
743
744
21.2k
      if (opc == 0x13 || opc == 0x1b)
745
15.6k
        {
746
15.6k
          if (GET_FIELD (insn, 18, 18) == 1)
747
9.30k
            fputs_filtered (",mb ", info);
748
6.34k
          else
749
6.34k
            fputs_filtered (",ma ", info);
750
15.6k
        }
751
5.59k
      else if (opc == 0x17 || opc == 0x1f)
752
5.59k
        {
753
5.59k
          if (GET_FIELD (insn, 31, 31) == 1)
754
2.30k
            fputs_filtered (",ma ", info);
755
3.29k
          else
756
3.29k
            fputs_filtered (",mb ", info);
757
5.59k
        }
758
0
      else
759
0
        fputs_filtered (" ", info);
760
761
21.2k
      break;
762
6.21k
          }
763
140k
        }
764
140k
      break;
765
766
      /* Handle conditions.  */
767
140k
    case '?':
768
116k
      {
769
116k
        s++;
770
116k
        switch (*s)
771
116k
          {
772
710
          case 'f':
773
710
      (*info->fprintf_func)
774
710
        (info->stream, "%s ",
775
710
         float_comp_names[GET_FIELD (insn, 27, 31)]);
776
710
      break;
777
778
      /* These four conditions are for the set of instructions
779
         which distinguish true/false conditions by opcode
780
         rather than by the 'f' bit (sigh): comb, comib,
781
         addb, addib.  */
782
0
          case 't':
783
0
      fputs_filtered
784
0
        (compare_cond_names[GET_FIELD (insn, 16, 18)], info);
785
0
      break;
786
27.7k
          case 'n':
787
27.7k
      fputs_filtered
788
27.7k
        (compare_cond_names[GET_FIELD (insn, 16, 18)
789
27.7k
                + GET_FIELD (insn, 4, 4) * 8],
790
27.7k
         info);
791
27.7k
      break;
792
8.02k
          case 'N':
793
8.02k
      fputs_filtered
794
8.02k
        (compare_cond_64_names[GET_FIELD (insn, 16, 18)
795
8.02k
             + GET_FIELD (insn, 2, 2) * 8],
796
8.02k
         info);
797
8.02k
      break;
798
5.55k
          case 'Q':
799
5.55k
      fputs_filtered
800
5.55k
        (cmpib_cond_64_names[GET_FIELD (insn, 16, 18)],
801
5.55k
         info);
802
5.55k
      break;
803
0
          case '@':
804
0
      fputs_filtered
805
0
        (add_cond_names[GET_FIELD (insn, 16, 18)
806
0
            + GET_FIELD (insn, 4, 4) * 8],
807
0
         info);
808
0
      break;
809
9.88k
          case 's':
810
9.88k
      (*info->fprintf_func)
811
9.88k
        (info->stream, "%s ",
812
9.88k
         compare_cond_names[GET_COND (insn)]);
813
9.88k
      break;
814
2.57k
          case 'S':
815
2.57k
      (*info->fprintf_func)
816
2.57k
        (info->stream, "%s ",
817
2.57k
         compare_cond_64_names[GET_COND (insn)]);
818
2.57k
      break;
819
13.4k
          case 'a':
820
13.4k
      (*info->fprintf_func)
821
13.4k
        (info->stream, "%s ",
822
13.4k
         add_cond_names[GET_COND (insn)]);
823
13.4k
      break;
824
907
          case 'A':
825
907
      (*info->fprintf_func)
826
907
        (info->stream, "%s ",
827
907
         add_cond_64_names[GET_COND (insn)]);
828
907
      break;
829
0
          case 'd':
830
0
      (*info->fprintf_func)
831
0
        (info->stream, "%s",
832
0
         add_cond_names[GET_FIELD (insn, 16, 18)]);
833
0
      break;
834
835
14.1k
          case 'W':
836
14.1k
      (*info->fprintf_func)
837
14.1k
        (info->stream, "%s",
838
14.1k
         wide_add_cond_names[GET_FIELD (insn, 16, 18) +
839
14.1k
                 GET_FIELD (insn, 4, 4) * 8]);
840
14.1k
      break;
841
842
3.13k
          case 'l':
843
3.13k
      (*info->fprintf_func)
844
3.13k
        (info->stream, "%s ",
845
3.13k
         logical_cond_names[GET_COND (insn)]);
846
3.13k
      break;
847
917
          case 'L':
848
917
      (*info->fprintf_func)
849
917
        (info->stream, "%s ",
850
917
         logical_cond_64_names[GET_COND (insn)]);
851
917
      break;
852
550
          case 'u':
853
550
      (*info->fprintf_func)
854
550
        (info->stream, "%s ",
855
550
         unit_cond_names[GET_COND (insn)]);
856
550
      break;
857
487
          case 'U':
858
487
      (*info->fprintf_func)
859
487
        (info->stream, "%s ",
860
487
         unit_cond_64_names[GET_COND (insn)]);
861
487
      break;
862
8.39k
          case 'y':
863
11.7k
          case 'x':
864
13.8k
          case 'b':
865
13.8k
      (*info->fprintf_func)
866
13.8k
        (info->stream, "%s",
867
13.8k
         shift_cond_names[GET_FIELD (insn, 16, 18)]);
868
869
      /* If the next character in args is 'n', it will handle
870
         putting out the space.  */
871
13.8k
      if (s[1] != 'n')
872
3.40k
        (*info->fprintf_func) (info->stream, " ");
873
13.8k
      break;
874
12.9k
          case 'X':
875
12.9k
      (*info->fprintf_func)
876
12.9k
        (info->stream, "%s ",
877
12.9k
         shift_cond_64_names[GET_FIELD (insn, 16, 18)]);
878
12.9k
      break;
879
1.05k
          case 'B':
880
1.05k
      (*info->fprintf_func)
881
1.05k
        (info->stream, "%s",
882
1.05k
         bb_cond_64_names[GET_FIELD (insn, 16, 16)]);
883
884
      /* If the next character in args is 'n', it will handle
885
         putting out the space.  */
886
1.05k
      if (s[1] != 'n')
887
0
        (*info->fprintf_func) (info->stream, " ");
888
1.05k
      break;
889
116k
          }
890
116k
        break;
891
116k
      }
892
893
116k
    case 'V':
894
1.66k
      fput_const (extract_5_store (insn), info);
895
1.66k
      break;
896
79.2k
    case 'r':
897
79.2k
      fput_const (extract_5r_store (insn), info);
898
79.2k
      break;
899
136
    case 'R':
900
136
      fput_const (extract_5R_store (insn), info);
901
136
      break;
902
77
    case 'U':
903
77
      fput_const (extract_10U_store (insn), info);
904
77
      break;
905
1.02k
    case 'B':
906
3.06k
    case 'Q':
907
3.06k
      fput_const (extract_5Q_store (insn), info);
908
3.06k
      break;
909
17.1k
    case 'i':
910
17.1k
      fput_const (extract_11 (insn), info);
911
17.1k
      break;
912
0
    case 'j':
913
0
      fput_const (extract_14 (insn), info);
914
0
      break;
915
16.9k
    case 'k':
916
16.9k
      fputs_filtered ("L%", info);
917
16.9k
      fput_const (extract_21 (insn), info);
918
16.9k
      break;
919
15.6k
    case '<':
920
65.6k
    case 'l':
921
      /* 16-bit long disp., PA2.0 wide only.  */
922
65.6k
      fput_const (extract_16 (insn), info);
923
65.6k
      break;
924
78.9k
    case 'n':
925
78.9k
      if (insn & 0x2)
926
33.7k
        (*info->fprintf_func) (info->stream, ",n ");
927
45.2k
      else
928
45.2k
        (*info->fprintf_func) (info->stream, " ");
929
78.9k
      break;
930
23.4k
    case 'N':
931
23.4k
      if ((insn & 0x20) && s[1])
932
1.96k
        (*info->fprintf_func) (info->stream, ",n ");
933
21.5k
      else if (insn & 0x20)
934
8.61k
        (*info->fprintf_func) (info->stream, ",n");
935
12.8k
      else if (s[1])
936
2.82k
        (*info->fprintf_func) (info->stream, " ");
937
23.4k
      break;
938
67.0k
    case 'w':
939
67.0k
      (*info->print_address_func)
940
67.0k
        (memaddr + 8 + extract_12 (insn), info);
941
67.0k
      break;
942
1.71k
    case 'W':
943
      /* 17 bit PC-relative branch.  */
944
1.71k
      (*info->print_address_func)
945
1.71k
        ((memaddr + 8 + extract_17 (insn)), info);
946
1.71k
      break;
947
9.34k
    case 'z':
948
      /* 17 bit displacement.  This is an offset from a register
949
         so it gets disasssembled as just a number, not any sort
950
         of address.  */
951
9.34k
      fput_const (extract_17 (insn), info);
952
9.34k
      break;
953
954
6.72k
    case 'Z':
955
      /* addil %r1 implicit output.  */
956
6.72k
      fputs_filtered ("r1", info);
957
6.72k
      break;
958
959
4.75k
    case 'Y':
960
      /* be,l %sr0,%r31 implicit output.  */
961
4.75k
      fputs_filtered ("sr0,r31", info);
962
4.75k
      break;
963
964
3.61k
    case '@':
965
3.61k
      (*info->fprintf_func) (info->stream, "0");
966
3.61k
      break;
967
968
940
    case '.':
969
940
      (*info->fprintf_func) (info->stream, "%d",
970
940
           GET_FIELD (insn, 24, 25));
971
940
      break;
972
42
    case '*':
973
42
      (*info->fprintf_func) (info->stream, "%d",
974
42
           GET_FIELD (insn, 22, 25));
975
42
      break;
976
1.89k
    case '!':
977
1.89k
      fputs_filtered ("sar", info);
978
1.89k
      break;
979
1.20k
    case 'p':
980
1.20k
      (*info->fprintf_func) (info->stream, "%d",
981
1.20k
           31 - GET_FIELD (insn, 22, 26));
982
1.20k
      break;
983
9.25k
    case '~':
984
9.25k
      {
985
9.25k
        int num;
986
9.25k
        num = GET_FIELD (insn, 20, 20) << 5;
987
9.25k
        num |= GET_FIELD (insn, 22, 26);
988
9.25k
        (*info->fprintf_func) (info->stream, "%d", 63 - num);
989
9.25k
        break;
990
15.6k
      }
991
789
    case 'P':
992
789
      (*info->fprintf_func) (info->stream, "%d",
993
789
           GET_FIELD (insn, 22, 26));
994
789
      break;
995
3.31k
    case 'q':
996
3.31k
      {
997
3.31k
        int num;
998
3.31k
        num = GET_FIELD (insn, 20, 20) << 5;
999
3.31k
        num |= GET_FIELD (insn, 22, 26);
1000
3.31k
        (*info->fprintf_func) (info->stream, "%d", num);
1001
3.31k
        break;
1002
15.6k
      }
1003
2.42k
    case 'T':
1004
2.42k
      (*info->fprintf_func) (info->stream, "%d",
1005
2.42k
           32 - GET_FIELD (insn, 27, 31));
1006
2.42k
      break;
1007
409
    case '%':
1008
409
      {
1009
409
        int num;
1010
409
        num = (GET_FIELD (insn, 23, 23) + 1) * 32;
1011
409
        num -= GET_FIELD (insn, 27, 31);
1012
409
        (*info->fprintf_func) (info->stream, "%d", num);
1013
409
        break;
1014
15.6k
      }
1015
11.8k
    case '|':
1016
11.8k
      {
1017
11.8k
        int num;
1018
11.8k
        num = (GET_FIELD (insn, 19, 19) + 1) * 32;
1019
11.8k
        num -= GET_FIELD (insn, 27, 31);
1020
11.8k
        (*info->fprintf_func) (info->stream, "%d", num);
1021
11.8k
        break;
1022
15.6k
      }
1023
0
    case '$':
1024
0
      fput_const (GET_FIELD (insn, 20, 28), info);
1025
0
      break;
1026
79.2k
    case 'A':
1027
79.2k
      fput_const (GET_FIELD (insn, 6, 18), info);
1028
79.2k
      break;
1029
11.7k
    case 'D':
1030
11.7k
      fput_const (GET_FIELD (insn, 6, 31), info);
1031
11.7k
      break;
1032
11.9k
    case 'v':
1033
11.9k
      (*info->fprintf_func) (info->stream, ",%d",
1034
11.9k
           GET_FIELD (insn, 23, 25));
1035
11.9k
      break;
1036
7.13k
    case 'O':
1037
7.13k
      fput_const ((GET_FIELD (insn, 6,20) << 5 |
1038
7.13k
             GET_FIELD (insn, 27, 31)), info);
1039
7.13k
      break;
1040
2.01k
    case 'o':
1041
2.01k
      fput_const (GET_FIELD (insn, 6, 20), info);
1042
2.01k
      break;
1043
11.5k
    case '2':
1044
11.5k
      fput_const ((GET_FIELD (insn, 6, 22) << 5 |
1045
11.5k
             GET_FIELD (insn, 27, 31)), info);
1046
11.5k
      break;
1047
1.25k
    case '1':
1048
1.25k
      fput_const ((GET_FIELD (insn, 11, 20) << 5 |
1049
1.25k
             GET_FIELD (insn, 27, 31)), info);
1050
1.25k
      break;
1051
1.52k
    case '0':
1052
1.52k
      fput_const ((GET_FIELD (insn, 16, 20) << 5 |
1053
1.52k
             GET_FIELD (insn, 27, 31)), info);
1054
1.52k
      break;
1055
22.7k
    case 'u':
1056
22.7k
      (*info->fprintf_func) (info->stream, ",%d",
1057
22.7k
           GET_FIELD (insn, 23, 25));
1058
22.7k
      break;
1059
862
    case 'F':
1060
      /* If no destination completer and not before a completer
1061
         for fcmp, need a space here.  */
1062
862
      if (s[1] == 'G' || s[1] == '?')
1063
482
        fputs_filtered
1064
862
          (float_format_names[GET_FIELD (insn, 19, 20)], info);
1065
380
      else
1066
380
        (*info->fprintf_func)
1067
380
          (info->stream, "%s ",
1068
380
           float_format_names[GET_FIELD (insn, 19, 20)]);
1069
862
      break;
1070
147
    case 'G':
1071
147
      (*info->fprintf_func)
1072
147
        (info->stream, "%s ",
1073
147
         float_format_names[GET_FIELD (insn, 17, 18)]);
1074
147
      break;
1075
9.86k
    case 'H':
1076
9.86k
      if (GET_FIELD (insn, 26, 26) == 1)
1077
2.59k
        (*info->fprintf_func) (info->stream, "%s ",
1078
2.59k
             float_format_names[0]);
1079
7.26k
      else
1080
7.26k
        (*info->fprintf_func) (info->stream, "%s ",
1081
7.26k
             float_format_names[1]);
1082
9.86k
      break;
1083
9.92k
    case 'I':
1084
      /* If no destination completer and not before a completer
1085
         for fcmp, need a space here.  */
1086
9.92k
      if (s[1] == '?')
1087
375
        fputs_filtered
1088
9.92k
          (float_format_names[GET_FIELD (insn, 20, 20)], info);
1089
9.54k
      else
1090
9.54k
        (*info->fprintf_func)
1091
9.54k
          (info->stream, "%s ",
1092
9.54k
           float_format_names[GET_FIELD (insn, 20, 20)]);
1093
9.92k
      break;
1094
1095
0
    case 'J':
1096
0
      fput_const (extract_14 (insn), info);
1097
0
      break;
1098
1099
0
    case '#':
1100
0
      {
1101
0
        unsigned sign = GET_FIELD (insn, 31, 31);
1102
0
        unsigned imm10 = GET_FIELD (insn, 18, 27);
1103
0
        unsigned disp;
1104
1105
0
        if (sign)
1106
0
          disp = (-1U << 10) | imm10;
1107
0
        else
1108
0
          disp = imm10;
1109
1110
0
        disp <<= 3;
1111
0
        fput_const (disp, info);
1112
0
        break;
1113
15.6k
      }
1114
0
    case 'K':
1115
0
    case 'd':
1116
0
      {
1117
0
        unsigned sign = GET_FIELD (insn, 31, 31);
1118
0
        unsigned imm11 = GET_FIELD (insn, 18, 28);
1119
0
        unsigned disp;
1120
1121
0
        if (sign)
1122
0
          disp = (-1U << 11) | imm11;
1123
0
        else
1124
0
          disp = imm11;
1125
1126
0
        disp <<= 2;
1127
0
        fput_const (disp, info);
1128
0
        break;
1129
0
      }
1130
1131
5.59k
    case '>':
1132
22.5k
    case 'y':
1133
22.5k
      {
1134
        /* 16-bit long disp., PA2.0 wide only.  */
1135
22.5k
        int disp = extract_16 (insn);
1136
22.5k
        disp &= ~3;
1137
22.5k
        fput_const (disp, info);
1138
22.5k
        break;
1139
5.59k
      }
1140
1141
14.3k
    case '&':
1142
14.3k
      {
1143
        /* 16-bit long disp., PA2.0 wide only.  */
1144
14.3k
        int disp = extract_16 (insn);
1145
14.3k
        disp &= ~7;
1146
14.3k
        fput_const (disp, info);
1147
14.3k
        break;
1148
5.59k
      }
1149
1150
580
    case '_':
1151
580
      break; /* Dealt with by '{' */
1152
1153
580
    case '{':
1154
580
      {
1155
580
        int sub = GET_FIELD (insn, 14, 16);
1156
580
        int df = GET_FIELD (insn, 17, 18);
1157
580
        int sf = GET_FIELD (insn, 19, 20);
1158
580
        const char * const * source = float_format_names;
1159
580
        const char * const * dest = float_format_names;
1160
580
        char *t = "";
1161
1162
580
        if (sub == 4)
1163
84
          {
1164
84
      fputs_filtered (",UND ", info);
1165
84
      break;
1166
84
          }
1167
496
        if ((sub & 3) == 3)
1168
11
          t = ",t";
1169
496
        if ((sub & 3) == 1)
1170
115
          source = sub & 4 ? fcnv_ufixed_names : fcnv_fixed_names;
1171
496
        if (sub & 2)
1172
204
          dest = sub & 4 ? fcnv_ufixed_names : fcnv_fixed_names;
1173
1174
496
        (*info->fprintf_func) (info->stream, "%s%s%s ",
1175
496
             t, source[sf], dest[df]);
1176
496
        break;
1177
580
      }
1178
1179
39
    case 'm':
1180
39
      {
1181
39
        int y = GET_FIELD (insn, 16, 18);
1182
1183
39
        if (y != 1)
1184
39
          fput_const ((y ^ 1) - 1, info);
1185
39
      }
1186
39
      break;
1187
1188
658
    case 'h':
1189
658
      {
1190
658
        int cbit;
1191
1192
658
        cbit = GET_FIELD (insn, 16, 18);
1193
1194
658
        if (cbit > 0)
1195
658
          (*info->fprintf_func) (info->stream, ",%d", cbit - 1);
1196
658
        break;
1197
580
      }
1198
1199
897
    case '=':
1200
897
      {
1201
897
        int cond = GET_FIELD (insn, 27, 31);
1202
1203
897
        switch (cond)
1204
897
          {
1205
0
          case  0: fputs_filtered (" ", info); break;
1206
84
          case  1: fputs_filtered ("acc ", info); break;
1207
52
          case  2: fputs_filtered ("rej ", info); break;
1208
232
          case  5: fputs_filtered ("acc8 ", info); break;
1209
44
          case  6: fputs_filtered ("rej8 ", info); break;
1210
80
          case  9: fputs_filtered ("acc6 ", info); break;
1211
144
          case 13: fputs_filtered ("acc4 ", info); break;
1212
84
          case 17: fputs_filtered ("acc2 ", info); break;
1213
177
          default: break;
1214
897
          }
1215
897
        break;
1216
897
      }
1217
1218
897
    case 'X':
1219
767
      (*info->print_address_func)
1220
767
        (memaddr + 8 + extract_22 (insn), info);
1221
767
      break;
1222
767
    case 'L':
1223
767
      fputs_filtered (",rp", info);
1224
767
      break;
1225
915k
    default:
1226
915k
      (*info->fprintf_func) (info->stream, "%c", *s);
1227
915k
      break;
1228
2.49M
    }
1229
2.49M
      }
1230
457k
    return sizeof (insn);
1231
457k
  }
1232
306M
    }
1233
236k
  (*info->fprintf_func) (info->stream, "#%8x", insn);
1234
236k
  return sizeof (insn);
1235
694k
}