Home
last modified time | relevance | path

Searched full:isaextension (Results 1 – 18 of 18) 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-10.0/llvm/lib/Target/Mips/MCTargetDesc/
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()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
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()
/external/llvm/test/Object/Mips/
Dabi-flags.yaml30 # YAML-NEXT: ISAExtension: EXT_OCTEON3
51 ISAExtension: EXT_OCTEON3
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/
Dmips-abi-flags.yaml13 # CHECK-NEXT: ISAExtension: EXT_OCTEON3
34 ISAExtension: EXT_OCTEON3
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Dmips-abi-flags.yaml38 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/llvm/tools/obj2yaml/
Delf2yaml.cpp421 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-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h474 MIPS_AFL_EXT ISAExtension; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1162 IO.mapOptional("ISAExtension", Section.ISAExtension, in sectionMapping()
DELFEmitter.cpp1135 Flags.isa_ext = Section.ISAExtension; in writeSectionContent()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1283 IO.mapOptional("ISAExtension", Section.ISAExtension, in sectionMapping()
DELFEmitter.cpp1602 Flags.isa_ext = Section.ISAExtension; in writeSectionContent()
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmips-abiflags.test65 ISAExtension: EXT_SB1
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h605 MIPS_AFL_EXT ISAExtension; member
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp1539 S->ISAExtension = Flags->isa_ext; in dumpMipsABIFlags()