Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h48 FpABIKind FpABI;
55 FpABI(FpABIKind::ANY) {} in MipsABIFlagsSection()
78 FpABIKind getFpABI() { return FpABI; } in getFpABI()
80 FpABI = Value; in setFpABI()
162 FpABI = FpABIKind::ANY; in setFpAbiFromPredicates()
164 FpABI = FpABIKind::SOFT; in setFpAbiFromPredicates()
166 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
169 FpABI = FpABIKind::XX; in setFpAbiFromPredicates()
171 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
173 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
DMipsABIFlagsSection.cpp15 switch (FpABI) { in getFpABIValue()
48 if (FpABI == FpABIKind::XX) in getCPR1SizeValue()
/external/llvm/test/Object/Mips/
Dabi-flags.yaml32 # YAML-NEXT: FpABI: FP_DOUBLE
52 FpABI: FP_DOUBLE
/external/llvm/lib/Object/
DELFYAML.cpp691 IO.mapOptional("FpABI", Section.FpABI, in sectionMapping()
/external/llvm/include/llvm/Object/
DELFYAML.h155 MIPS_ABI_FP FpABI; member
/external/llvm/tools/obj2yaml/
Delf2yaml.cpp417 S->FpABI = Flags->fp_abi; in dumpMipsABIFlags()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp451 Flags.fp_abi = Section.FpABI; in writeSectionContent()
/external/llvm/test/Object/
Dobj2yaml.test259 ELF-MIPSEL-NEXT: FpABI: FP_DOUBLE
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp293 bool parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI,
5814 MipsABIFlagsSection::FpABIKind FpABI; in parseDirectiveModuleFP() local
5815 if (!parseFpABIValue(FpABI, ".module")) in parseDirectiveModuleFP()
5836 bool MipsAsmParser::parseFpABIValue(MipsABIFlagsSection::FpABIKind &FpABI, in parseFpABIValue() argument
5856 FpABI = MipsABIFlagsSection::FpABIKind::XX; in parseFpABIValue()
5882 FpABI = MipsABIFlagsSection::FpABIKind::S32; in parseFpABIValue()
5891 FpABI = MipsABIFlagsSection::FpABIKind::S64; in parseFpABIValue()