Home
last modified time | relevance | path

Searched defs:N32 (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h24 enum class ABI { Unknown, O32, N32, N64 }; enumerator
34 static MipsABIInfo N32() { return MipsABIInfo(ABI::N32); } in N32() function
H A DMipsAsmBackend.h34 StringRef CPU, bool N32) in MipsAsmBackend()
/aosp_15_r20/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h26 enum class ABI { Unknown, O32, N32, N64 }; enumerator
36 static MipsABIInfo N32() { return MipsABIInfo(ABI::N32); } in N32() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h25 enum class ABI { Unknown, O32, N32, N64 }; enumerator
35 static MipsABIInfo N32() { return MipsABIInfo(ABI::N32); } in N32() function
H A DMipsAsmBackend.h36 StringRef CPU, bool N32) in MipsAsmBackend()
/aosp_15_r20/external/jemalloc_new/test/include/test/
H A DSFMT-params.h56 #define N32 (N * 4) macro
/aosp_15_r20/external/tensorflow/tensorflow/core/util/sparse/
H A Dsparse_tensor_test.cc751 int N32 = state.range(0); in BM_SparseReorderFloat() local
789 int N32 = state.range(0); in BM_SparseReorderString() local
/aosp_15_r20/external/clang/lib/Driver/
H A DToolChains.cpp2226 auto N32 = in findMipsMtiMultilibs() local
2320 auto N32 = in findMipsImgMultilibs() local