Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPdbYaml.cpp49 io.enumCase(Value, "SH3", PDB_Machine::SH3); in enumeration()
H A DMinimalSymbolDumper.cpp255 RETURN_CASE(CPUType, SH3, "sh3"); in formatMachineType()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h110 SH3 = 0x50, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h143 SH3 = 0x1A2, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp328 CASE_OUTPUT_ENUM_CLASS_NAME(PDB_Machine, SH3, OS) in operator <<()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp179 CV_ENUM_CLASS_ENT(CPUType, SH3),
/freebsd-14.2/contrib/file/magic/Magdir/
H A Dmsdos267 >>(0x3c.l+4) leshort 0x1a2 Hitachi SH3
268 >>(0x3c.l+4) leshort 0x1a3 Hitachi SH3 DSP
2141 >20 lelong 103 \b, Hitachi SH3
2145 >20 lelong 10003 \b, Hitachi SH3
/freebsd-14.2/contrib/jemalloc/
H A DChangeLog182 - Support m68k, nios2 and SH3 architectures. (@paravoid)