Home | History | Annotate | Download | only in Mips

Lines Matching refs:Mips

1 //===-- MipsSubtarget.cpp - Mips Subtarget Information --------------------===//
10 // This file implements the Mips specific subclass of TargetSubtargetInfo.
14 #define DEBUG_TYPE "mips-subtarget"
19 #include "Mips.h"
38 "mips-mixed-16-32",
45 "mips-os16",
48 "floating point as Mips 16"),
53 cl::desc("MIPS: mips16 hard float enable."),
107 &Mips::GPR64RegClass : &Mips::GPR32RegClass);