Go to the source code of this file.
|
static cl::opt< bool > | Mixed16_32 ("mips-mixed-16-32", cl::init(false), cl::desc("Allow for a mixture of Mips16 ""and Mips32 code in a single source file"), cl::Hidden) |
|
static cl::opt< bool > | Mips_Os16 ("mips-os16", cl::init(false), cl::desc("Compile all functions that don' use ""floating point as Mips 16"), cl::Hidden) |
|
static cl::opt< bool > | Mips16HardFloat ("mips16-hard-float", cl::NotHidden, cl::desc("MIPS: mips16 hard float enable."), cl::init(false)) |
|
static cl::opt< bool > | Mips16ConstantIslands ("mips16-constant-islands", cl::Hidden, cl::desc("MIPS: mips16 constant islands enable. experimental feature"), cl::init(false)) |
|
#define DEBUG_TYPE "mips-subtarget" |
#define GET_SUBTARGETINFO_CTOR |
#define GET_SUBTARGETINFO_TARGET_DESC |
cl::opt<bool> Mips16ConstantIslands("mips16-constant-islands", cl::Hidden, cl::desc("MIPS: mips16 constant islands enable. experimental feature"), cl::init(false)) |
|
static |
cl::opt<bool> Mixed16_32("mips-mixed-16-32", cl::init(false), cl::desc("Allow for a mixture of Mips16 ""and Mips32 code in a single source file"), cl::Hidden) |
|
static |