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.
15 #include "Mips.h"
28 #define DEBUG_TYPE "mips-subtarget"
37 Mixed16_32("mips-mixed-16-32", cl::init(false),
42 static cl::opt<bool> Mips_Os16("mips-os16", cl::init(false),
44 "floating point as Mips 16"),
58 cl::desc("Enable gp-relative addressing of mips small data items"));
85 // Don't even attempt to generate code for MIPS-I and MIPS-V. They have not
88 report_fatal_error("Code generation for MIPS-I is not implemented", false);
90 report_fatal_error("Code generation for MIPS-V is not implemented", false);
135 &Mips::GPR64RegClass : &Mips::GPR32RegClass);