Home
last modified time | relevance | path

Searched refs:codeMips16 (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h195 codeMips16, // MIPS-16 instruction encoding enumerator
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/YAML/
H A DReaderWriterYAML.cpp354 io.enumCase(value, "mips-16", lld::DefinedAtom::codeMips16); in enumeration()