Home
last modified time | relevance | path

Searched refs:EM_CR16 (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DELF.cpp153 .Case("cr16", EM_CR16) in convertArchNameToEMachine()
472 case EM_CR16: in convertEMachineToArchName()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h275 EM_CR16 = 177, // National Semiconductor CompactRISC CR16 16-bit enumerator
/freebsd/contrib/elftoolchain/common/
H A Delfdefinitions.h823 _ELF_DEFINE_EM(EM_CR16, 177, \
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp330 ECase(EM_CR16); in enumeration()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp1259 ENUM_ENT(EM_CR16, "National Semiconductor CompactRISC 16-bit processor"),