1*04eeddc0SDimitry Andric//===-- M68kRegisterBanks.td - Describe the M68k Banks -----*- tablegen -*-===// 2349cc55cSDimitry Andric// 3349cc55cSDimitry Andric// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4349cc55cSDimitry Andric// See https://llvm.org/LICENSE.txt for license information. 5349cc55cSDimitry Andric// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 6349cc55cSDimitry Andric// 7349cc55cSDimitry Andric//===----------------------------------------------------------------------===// 8349cc55cSDimitry Andric/// 9349cc55cSDimitry Andric/// \file 10349cc55cSDimitry Andric/// Define the M68k register banks used for GlobalISel. 11349cc55cSDimitry Andric/// 12349cc55cSDimitry Andric//===----------------------------------------------------------------------===// 13349cc55cSDimitry Andric 14349cc55cSDimitry Andric/// General Purpose Registers. Here we define a register bank with name AnyGPR 15349cc55cSDimitry Andricdef GPRRegBank : RegisterBank<"AnyGPR", [XR32]>; 16