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

  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsSubtarget.h 38 Mips32, Mips32r2, Mips64, Mips64r2
108 bool hasMips32() const { return MipsArchVersion >= Mips32; }
  /external/llvm/lib/Target/Mips/
MipsSubtarget.h 41 Mips1, Mips2, Mips32, Mips32r2, Mips32r3, Mips32r5, Mips32r6, Mips32Max,
101 // HasMips3_32 - The subset of MIPS-III instructions added to MIPS32
107 // HasMips4_32 - Has the subset of MIPS-IV present in MIPS32
131 // Allow mixed Mips16 and Mips32 in one source file
136 // compiled as Mips32
193 return (MipsArchVersion >= Mips32 && MipsArchVersion < Mips32Max) ||
240 // native mips32 floating point instructions (those runtime routines
241 // run in mips32 hard float mode).
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/mips/
a.out.go 221 Mips32 = 32
  /prebuilts/go/linux-x86/src/cmd/internal/obj/mips/
a.out.go 221 Mips32 = 32

Completed in 869 milliseconds