summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsRegisterBanks.td
blob: 5f1687048fac6a357c6173008f2a3407adaaadb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//===- MipsRegisterBank.td ---------------------------------*- tablegen -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
//
//===----------------------------------------------------------------------===//

def GPRBRegBank : RegisterBank<"GPRB", [GPR32]>;
OpenPOWER on IntegriCloud