blob: 7d11475884cef8e8dff98ec9df46c3f14a259db1 [file] [log] [blame]
//===- MipsRegisterBank.td ---------------------------------*- 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
//
//===----------------------------------------------------------------------===//
//
//
//===----------------------------------------------------------------------===//
def GPRBRegBank : RegisterBank<"GPRB", [GPR32]>;
def FPRBRegBank : RegisterBank<"FPRB", [FGR64, AFGR64, MSA128D]>;