Home
last modified time | relevance | path

Searched full:fpabi (Results 1 – 19 of 19) sorted by relevance

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h48 FpABIKind FpABI;
55 Is32BitABI(false), FpABI(FpABIKind::ANY) {} in MipsABIFlagsSection()
78 FpABIKind getFpABI() { return FpABI; } in getFpABI()
80 FpABI = Value; in setFpABI()
170 FpABI = FpABIKind::ANY; in setFpAbiFromPredicates()
172 FpABI = FpABIKind::SOFT; in setFpAbiFromPredicates()
174 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
177 FpABI = FpABIKind::XX; in setFpAbiFromPredicates()
179 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
181 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
DMipsABIFlagsSection.cpp15 switch (FpABI) { in getFpABIValue()
48 if (FpABI == FpABIKind::XX) in getCPR1SizeValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h49 FpABIKind FpABI = FpABIKind::ANY;
75 FpABIKind getFpABI() { return FpABI; } in getFpABI()
77 FpABI = Value; in setFpABI()
176 FpABI = FpABIKind::ANY; in setFpAbiFromPredicates()
178 FpABI = FpABIKind::SOFT; in setFpAbiFromPredicates()
180 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
183 FpABI = FpABIKind::XX; in setFpAbiFromPredicates()
185 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
187 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
DMipsABIFlagsSection.cpp19 switch (FpABI) { in getFpABIValue()
52 if (FpABI == FpABIKind::XX) in getCPR1SizeValue()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/
Dabi-flags.yaml32 # YAML-NEXT: FpABI: FP_DOUBLE
53 FpABI: FP_DOUBLE
/external/llvm/test/Object/Mips/
Dabi-flags.yaml32 # YAML-NEXT: FpABI: FP_DOUBLE
53 FpABI: FP_DOUBLE
/external/llvm/lib/ObjectYAML/
DELFYAML.cpp718 IO.mapOptional("FpABI", Section.FpABI, in sectionMapping()
/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h155 MIPS_ABI_FP FpABI; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h188 MIPS_ABI_FP FpABI; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp861 IO.mapOptional("FpABI", Section.FpABI, in sectionMapping()
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp417 S->FpABI = Flags->fp_abi; in dumpMipsABIFlags()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Delf2yaml.cpp510 S->FpABI = Flags->fp_abi; in dumpMipsABIFlags()
/external/llvm/test/Object/
Dobj2yaml.test259 ELF-MIPSEL-NEXT: FpABI: FP_DOUBLE
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp451 Flags.fp_abi = Section.FpABI; in writeSectionContent()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp297 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
5957 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP() local
5958 if (!parseFpABIValue(FpABI, ".module")) in parseDirectiveModuleFP()
5979 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue() argument
5999 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()
6025 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()
6034 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2elf.cpp569 Flags.fp_abi = Section.FpABI; in writeSectionContent()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/
Dobj2yaml.test417 ELF-MIPSEL-NEXT: FpABI: FP_DOUBLE
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h1060 uint8_t FPABI = AFL_FP_DOUBLE; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp366 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
7831 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP() local
7832 if (!parseFpABIValue(FpABI, ".module")) in parseDirectiveModuleFP()
7853 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue() argument
7873 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()
7899 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()
7908 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()