Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dmips-abiflags.test67 FpABI: [[FPABI=FP_SOFT]]
197 # RUN: yaml2obj %s -DFPABI=FP_ANY -o %t.fpabi.any
198 # RUN: llvm-readelf -A %t.fpabi.any | FileCheck %s --check-prefix=FPABI-ANY
199 # RUN: llvm-readobj -A %t.fpabi.any | FileCheck %s --check-prefix=FPABI-ANY
201 # FPABI-ANY: FP ABI: Hard or soft float
203 # RUN: yaml2obj %s -DFPABI=FP_DOUBLE -o %t.fpabi.double
204 # RUN: llvm-readelf -A %t.fpabi.double | FileCheck %s --check-prefix=FPABI-DOUBLE
205 # RUN: llvm-readobj -A %t.fpabi.double | FileCheck %s --check-prefix=FPABI-DOUBLE
207 # FPABI-DOUBLE: FP ABI: Hard float (double precision)
209 # RUN: yaml2obj %s -DFPABI=FP_SINGLE -o %t.fpabi.single
[all …]
/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-10.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h48 FpABIKind FpABI = FpABIKind::ANY;
74 FpABIKind getFpABI() { return FpABI; } in getFpABI()
76 FpABI = Value; in setFpABI()
177 FpABI = FpABIKind::ANY; in setFpAbiFromPredicates()
179 FpABI = FpABIKind::SOFT; in setFpAbiFromPredicates()
181 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
184 FpABI = FpABIKind::XX; in setFpAbiFromPredicates()
186 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
188 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
DMipsABIFlagsSection.cpp18 switch (FpABI) { in getFpABIValue()
51 if (FpABI == FpABIKind::XX) in getCPR1SizeValue()
DMipsTargetStreamer.cpp699 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI(); in emitDirectiveModuleFP() local
700 if (FpABI == MipsABIFlagsSection::FpABIKind::SOFT) in emitDirectiveModuleFP()
703 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n"; in emitDirectiveModuleFP()
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
DMipsABIFlagsSection.h48 FpABIKind FpABI = FpABIKind::ANY;
74 FpABIKind getFpABI() { return FpABI; } in getFpABI()
76 FpABI = Value; in setFpABI()
177 FpABI = FpABIKind::ANY; in setFpAbiFromPredicates()
179 FpABI = FpABIKind::SOFT; in setFpAbiFromPredicates()
181 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
184 FpABI = FpABIKind::XX; in setFpAbiFromPredicates()
186 FpABI = FpABIKind::S64; in setFpAbiFromPredicates()
188 FpABI = FpABIKind::S32; in setFpAbiFromPredicates()
DMipsABIFlagsSection.cpp18 switch (FpABI) { in getFpABIValue()
51 if (FpABI == FpABIKind::XX) in getCPR1SizeValue()
DMipsTargetStreamer.cpp718 MipsABIFlagsSection::FpABIKind FpABI = ABIFlagsSection.getFpABI(); in emitDirectiveModuleFP() local
719 if (FpABI == MipsABIFlagsSection::FpABIKind::SOFT) in emitDirectiveModuleFP()
722 OS << "\t.module\tfp=" << ABIFlagsSection.getFpABIString(FpABI) << "\n"; in emitDirectiveModuleFP()
/external/llvm-project/lld/test/ELF/
Dmips-fp-flags-err.test45 FpABI: FP_DOUBLE
64 FpABI: FP_SINGLE
83 FpABI: FP_SOFT
102 FpABI: FP_64
121 FpABI: FP_OLD_64
140 FpABI: FP_64A
159 FpABI: FP_XX
/external/llvm/test/Object/Mips/
Dabi-flags.yaml32 # YAML-NEXT: FpABI: FP_DOUBLE
53 FpABI: FP_DOUBLE
/external/llvm-project/llvm/test/tools/obj2yaml/ELF/
Dmips-abi-flags.yaml15 # CHECK-NEXT: FpABI: FP_DOUBLE
36 FpABI: FP_DOUBLE
/external/llvm-project/llvm/test/tools/yaml2obj/ELF/
Dmips-abi-flags.yaml40 FpABI: FP_DOUBLE
/external/llvm-project/lld/ELF/Arch/
DMipsArchTree.cpp330 static StringRef getMipsFpAbiName(uint8_t fpAbi) { in getMipsFpAbiName() argument
331 switch (fpAbi) { in getMipsFpAbiName()
/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/llvm/tools/obj2yaml/
Delf2yaml.cpp420 S->FpABI = Flags->fp_abi; in dumpMipsABIFlags()
/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp451 Flags.fp_abi = Section.FpABI; in writeSectionContent()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h473 MIPS_ABI_FP FpABI; member
/external/llvm/test/Object/
Dobj2yaml.test259 ELF-MIPSEL-NEXT: FpABI: FP_DOUBLE
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp1165 IO.mapOptional("FpABI", Section.FpABI, in sectionMapping()
/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/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp1286 IO.mapOptional("FpABI", Section.FpABI, in sectionMapping()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h604 MIPS_ABI_FP FpABI; member
/external/swiftshader/third_party/subzero/src/
DIceTargetLoweringMIPS32.h1054 uint8_t FPABI = AFL_FP_DOUBLE; member

12