blob: 942677a60e6c9f9a5d77c3ce57daceb575c4a7dc [file] [log] [blame]
//===-- M68kRegisterBanks.td - Describe the M68k Banks -------*- tablegen -*-===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
///
/// \file
/// Define the M68k register banks used for GlobalISel.
///
//===----------------------------------------------------------------------===//
/// General Purpose Registers. Here we define a register bank with name AnyGPR
def GPRRegBank : RegisterBank<"AnyGPR", [XR32]>;