/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 48 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()
|
D | MipsABIFlagsSection.cpp | 15 switch (FpABI) { in getFpABIValue() 48 if (FpABI == FpABIKind::XX) in getCPR1SizeValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.h | 49 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()
|
D | MipsABIFlagsSection.cpp | 19 switch (FpABI) { in getFpABIValue() 52 if (FpABI == FpABIKind::XX) in getCPR1SizeValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/Mips/ |
D | abi-flags.yaml | 32 # YAML-NEXT: FpABI: FP_DOUBLE 53 FpABI: FP_DOUBLE
|
/external/llvm/test/Object/Mips/ |
D | abi-flags.yaml | 32 # YAML-NEXT: FpABI: FP_DOUBLE 53 FpABI: FP_DOUBLE
|
/external/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 718 IO.mapOptional("FpABI", Section.FpABI, in sectionMapping()
|
/external/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 155 MIPS_ABI_FP FpABI; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/ |
D | ELFYAML.h | 188 MIPS_ABI_FP FpABI; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | ELFYAML.cpp | 861 IO.mapOptional("FpABI", Section.FpABI, in sectionMapping()
|
/external/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 417 S->FpABI = Flags->fp_abi; in dumpMipsABIFlags()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | elf2yaml.cpp | 510 S->FpABI = Flags->fp_abi; in dumpMipsABIFlags()
|
/external/llvm/test/Object/ |
D | obj2yaml.test | 259 ELF-MIPSEL-NEXT: FpABI: FP_DOUBLE
|
/external/llvm/tools/yaml2obj/ |
D | yaml2elf.cpp | 451 Flags.fp_abi = Section.FpABI; in writeSectionContent()
|
/external/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 297 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/ |
D | yaml2elf.cpp | 569 Flags.fp_abi = Section.FpABI; in writeSectionContent()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Object/ |
D | obj2yaml.test | 417 ELF-MIPSEL-NEXT: FpABI: FP_DOUBLE
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringMIPS32.h | 1060 uint8_t FPABI = AFL_FP_DOUBLE; member
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 366 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()
|