HomeSort by relevance Sort by last modified time
    Searched refs:Mips32 (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 47 Mips1, Mips2, Mips32, Mips32r2, Mips32r6, Mips3, Mips4, Mips5, Mips64,
95 // HasMips3_32 - The subset of MIPS-III instructions added to MIPS32
101 // HasMips4_32 - Has the subset of MIPS-IV present in MIPS32
125 // Allow mixed Mips16 and Mips32 in one source file
130 // compiled as Mips32
193 return MipsArchVersion >= Mips32 && MipsArchVersion != Mips3 &&
MipsSubtarget.cpp 40 "and Mips32 code in a single source file"),
66 CPU = "mips32";
108 : MipsGenSubtargetInfo(TT, CPU, FS), MipsArchVersion(Mips32),
203 // native mips32 floating point instructions (those runtime routines
204 // run in mips32 hard float mode).

Completed in 34 milliseconds