Searched refs:N64 (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIInfo.h24 enum class ABI { Unknown, O32, N32, N64 };
35 static MipsABIInfo N64() { return MipsABIInfo(ABI::N64); } function in class:llvm::MipsABIInfo
42 bool IsN64() const { return ThisABI == ABI::N64; }
H A DMipsABIInfo.cpp63 return MipsABIInfo::N64();
69 return MipsABIInfo::N64();
H A DMipsTargetStreamer.cpp824 : MipsABIInfo::N64());
919 // N64 does not require any ABI bits.
1213 // Note that .cprestore is ignored if used with the N32 and N64 ABIs or if it
1228 // Only N32 and N64 emit anything for .cpsetup iff PIC is set.
1285 // Only N32 and N64 emit anything for .cpreturn iff PIC is set.
/netbsd-current/external/bsd/jemalloc/dist/test/include/test/
H A DSFMT-params.h57 /** N64 is the size of internal state array when regarded as an array
59 #define N64 (N * 2) macro
/netbsd-current/sys/arch/pmax/stand/common/
H A Dstartprog.S52 lw $8,CALLFRAME_SIZ+24(sp) # use a4/t0 in case N32/N64 kernel
53 lw $9,CALLFRAME_SIZ+28(sp) # use a5/t1 in case N32/N64 kernel
/netbsd-current/sys/arch/mips/mips/
H A Dkobj_machdep.c46 #error update for non-N64 abis /* XXX */
H A Dlocore_mips1.S77 #error MIPS1 does not support N32/N64.
H A Dfp.S128 #error N32/N64 ABI callframe error
/netbsd-current/external/bsd/jemalloc/dist/test/src/
H A DSFMT.c438 return N64;
591 assert(size >= N64);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp858 // However, -mplt has no effect with the N64 ABI.
1325 auto N64 = local
1333 .Either(O32, N32, N64)
1419 auto N64 = local
1426 .Either(O32, N32, N64)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp396 case MipsABIInfo::ABI::N64: return "abi64";

Completed in 173 milliseconds