~ubuntu-branches/ubuntu/trusty/golang/trusty

« back to all changes in this revision

Viewing changes to src/cmd/6c/peep.c

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2013-08-20 14:06:23 UTC
  • mfrom: (14.1.23 saucy-proposed)
  • Revision ID: package-import@ubuntu.com-20130820140623-b414jfxi3m0qkmrq
Tags: 2:1.1.2-2ubuntu1
* Merge from Debian unstable (LP: #1211749, #1202027). Remaining changes:
  - 016-armhf-elf-header.patch: Use correct ELF header for armhf binaries.
  - d/control,control.cross: Update Breaks/Replaces for Ubuntu
    versions to ensure smooth upgrades, regenerate control file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
330
330
                case AIMULW:
331
331
                        if(p->to.type != D_NONE)
332
332
                                break;
333
 
 
334
 
                case ADIVB:
335
 
                case ADIVL:
336
 
                case ADIVQ:
337
 
                case ADIVW:
338
 
                case AIDIVB:
339
 
                case AIDIVL:
340
 
                case AIDIVQ:
341
 
                case AIDIVW:
342
 
                case AIMULB:
343
 
                case AMULB:
344
 
                case AMULL:
345
 
                case AMULQ:
346
 
                case AMULW:
 
333
                        goto giveup;
347
334
 
348
335
                case AROLB:
349
336
                case AROLL:
369
356
                case ASHRL:
370
357
                case ASHRQ:
371
358
                case ASHRW:
 
359
                        if(p->from.type == D_CONST)
 
360
                                break;
 
361
                        goto giveup;
 
362
 
 
363
                case ADIVB:
 
364
                case ADIVL:
 
365
                case ADIVQ:
 
366
                case ADIVW:
 
367
                case AIDIVB:
 
368
                case AIDIVL:
 
369
                case AIDIVQ:
 
370
                case AIDIVW:
 
371
                case AIMULB:
 
372
                case AMULB:
 
373
                case AMULL:
 
374
                case AMULQ:
 
375
                case AMULW:
372
376
 
373
377
                case AREP:
374
378
                case AREPN:
383
387
                case AMOVSB:
384
388
                case AMOVSL:
385
389
                case AMOVSQ:
 
390
                case AMOVQL:
 
391
                giveup:
386
392
                        return 0;
387
393
 
388
394
                case AMOVL:
581
587
        case AMOVWLZX:
582
588
        case AMOVWQSX:
583
589
        case AMOVWQZX:
 
590
        case AMOVQL:
584
591
 
585
592
        case AMOVSS:
586
593
        case AMOVSD:
695
702
        case ACMPB:
696
703
        case ACMPQ:
697
704
 
 
705
        case APREFETCHT0:
 
706
        case APREFETCHT1:
 
707
        case APREFETCHT2:
 
708
        case APREFETCHNTA:
 
709
 
698
710
        case ACOMISD:
699
711
        case ACOMISS:
700
712
        case AUCOMISD: