Home
last modified time | relevance | path

Searched refs:SH3 (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/file/magic/Magdir/
H A Dcoff26 >0 uleshort 0x01a2 Hitachi SH3
27 >0 uleshort 0x01a3 Hitachi SH3 DSP
H A Dmsdos2693 >20 lelong 103 \b, Hitachi SH3
2697 >20 lelong 10003 \b, Hitachi SH3
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp49 io.enumCase(Value, "SH3", PDB_Machine::SH3); in enumeration()
H A DMinimalSymbolDumper.cpp258 RETURN_CASE(CPUType, SH3, "sh3"); in formatMachineType()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h110 SH3 = 0x50, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h143 SH3 = 0x1A2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp332 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, SH3, OS) in operator <<()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp181 CV_ENUM_CLASS_ENT(CPUType, SH3),
/freebsd/contrib/jemalloc/
H A DChangeLog282 - Support m68k, nios2 and SH3 architectures. (@paravoid)