Home
last modified time | relevance | path

Searched full:isaextension (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h38 Mips::AFL_EXT ISAExtension; member
54 ISAExtension(Mips::AFL_EXT_NONE), ASESet(0), OddSPReg(false), in MipsABIFlagsSection()
64 uint32_t getISAExtensionValue() { return (uint32_t)ISAExtension; } in getISAExtensionValue()
146 ISAExtension = Mips::AFL_EXT_OCTEON; in setISAExtensionFromPredicates()
148 ISAExtension = Mips::AFL_EXT_NONE; in setISAExtensionFromPredicates()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h39 Mips::AFL_EXT ISAExtension = Mips::AFL_EXT_NONE; member
61 uint32_t getISAExtensionValue() { return (uint32_t)ISAExtension; } in getISAExtensionValue()
144 ISAExtension = Mips::AFL_EXT_OCTEON; in setISAExtensionFromPredicates()
146 ISAExtension = Mips::AFL_EXT_NONE; in setISAExtensionFromPredicates()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/
Dabi-flags.yaml30 # YAML-NEXT: ISAExtension: EXT_OCTEON3
51 ISAExtension: EXT_OCTEON3
/external/llvm/test/Object/Mips/
Dabi-flags.yaml30 # YAML-NEXT: ISAExtension: EXT_OCTEON3
51 ISAExtension: EXT_OCTEON3
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp715 IO.mapOptional("ISAExtension", Section.ISAExtension, in sectionMapping()
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h156 MIPS_AFL_EXT ISAExtension; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h189 MIPS_AFL_EXT ISAExtension; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp858 IO.mapOptional("ISAExtension", Section.ISAExtension, in sectionMapping()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp418 S->ISAExtension = Flags->isa_ext; in dumpMipsABIFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp511 S->ISAExtension = Flags->isa_ext; in dumpMipsABIFlags()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp452 Flags.isa_ext = Section.ISAExtension; in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp570 Flags.isa_ext = Section.ISAExtension; in writeSectionContent()