Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsABIFlagsSection.h38 Mips::AFL_EXT ISAExtension = Mips::AFL_EXT_NONE; member
60 uint32_t getISAExtensionValue() { return (uint32_t)ISAExtension; } in getISAExtensionValue()
143 ISAExtension = Mips::AFL_EXT_OCTEONP; in setISAExtensionFromPredicates()
145 ISAExtension = Mips::AFL_EXT_OCTEON; in setISAExtensionFromPredicates()
147 ISAExtension = Mips::AFL_EXT_NONE; in setISAExtensionFromPredicates()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h667 MIPS_AFL_EXT ISAExtension; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Delf2yaml.cpp1531 S->ISAExtension = Flags->isa_ext; in dumpMipsABIFlags()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1412 IO.mapOptional("ISAExtension", Section.ISAExtension, in sectionMapping()
H A DELFEmitter.cpp1599 Flags.isa_ext = Section.ISAExtension; in writeSectionContent()