        add,
        adds,
        adr,
        adrp,
        and,
        ands,
        asr,
        b,
        bfm,
        bic,
        bics,
        bl,
        blr,
        br,
        cbnz,
        cbz,
        ccmn,
        ccmp,
        csel,
        csinc,
        csinv,
        csneg,
        drps,
        eon,
        eor,
        eret,
        Invalid,
        ldp,
        ldr,
        ldrb,
        ldrsb,
        ldrsw,
        lsl,
        lsr,
        mov,
        movk,
        movn,
        movz,
        nop,
        orn,
        orr,
        prfm,
        ret,
        ror,
        sbfm,
        sev,
        sevl,
        stp,
        str,
        strb,
        sub,
        subs,
        sxtw,
        sxtx,
        tbnz,
        tbz,
        ubfm,
        uxtw,
        wfe,
        wfi,
        yield,
    {
    }
    public enum Opcode
 * along with this program; see the file COPYING.  If not, write to
 * any later version.
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * Copyright (C) 1999-2019 John Källén.
 * GNU General Public License for more details.
 * it under the terms of the GNU General Public License as published by
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
 * the Free Software Foundation; either version 2, or (at your option)
 * This program is distributed in the hope that it will be useful,
 * This program is free software; you can redistribute it and/or modify
 * You should have received a copy of the GNU General Public License
 *
 *
 *
 */



#endregion
﻿#region License
/* 
{
}
namespace Reko.Arch.Arm.AArch64
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System;
