Home
last modified time | relevance | path

Searched refs:EM_DSP24 (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DELF.cpp129 .Case("dsp24", EM_DSP24) in convertArchNameToEMachine()
425 case EM_DSP24: in convertEMachineToArchName()
/openbsd/src/gnu/llvm/llvm/include/llvm/BinaryFormat/
DELF.h246 EM_DSP24 = 136, // New Japan Radio (NJR) 24-bit DSP Processor enumerator
/openbsd/src/gnu/llvm/llvm/lib/ObjectYAML/
DELFYAML.cpp301 ECase(EM_DSP24); in enumeration()
/openbsd/src/gnu/llvm/llvm/tools/llvm-readobj/
DELFDumper.cpp1151 ENUM_ENT(EM_DSP24, "New Japan Radio (NJR) 24-bit DSP Processor"),