Searched refs:Val_GNU_MIPS_ABI_FP_64 (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/lld/ELF/Arch/ |
D | MipsArchTree.cpp | 319 fpA == Mips::Val_GNU_MIPS_ABI_FP_64) in compareMipsFpAbi() 324 fpA == Mips::Val_GNU_MIPS_ABI_FP_64 || in compareMipsFpAbi() 344 case Mips::Val_GNU_MIPS_ABI_FP_64: in getMipsFpAbiName()
|
/external/llvm/include/llvm/Support/ |
D | MipsABIFlags.h | 90 Val_GNU_MIPS_ABI_FP_64 = 6, // -mips32r2 -mfp64 enumerator
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | MipsABIFlags.h | 91 Val_GNU_MIPS_ABI_FP_64 = 6, // -mips32r2 -mfp64 enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | MipsABIFlags.h | 91 Val_GNU_MIPS_ABI_FP_64 = 6, // -mips32r2 -mfp64 enumerator
|
/external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 29 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64 in getFpABIValue()
|
/external/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 26 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64 in getFpABIValue()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsABIFlagsSection.cpp | 29 return OddSPReg ? Mips::Val_GNU_MIPS_ABI_FP_64 in getFpABIValue()
|
/external/kmod/port-gnu/ |
D | elf.h | 1874 Val_GNU_MIPS_ABI_FP_64 = 6, enumerator
|
/external/elfutils/libelf/ |
D | elf.h | 2117 Val_GNU_MIPS_ABI_FP_64 = 6, enumerator
|
/external/llvm-project/lldb/source/Plugins/ObjectFile/ELF/ |
D | ObjectFileELF.cpp | 1442 case llvm::Mips::Val_GNU_MIPS_ABI_FP_64: in GetSectionHeaderInfo()
|
/external/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 2222 {"Hard float (32-bit CPU, 64-bit FPU)", Mips::Val_GNU_MIPS_ABI_FP_64},
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | ELFDumper.cpp | 3285 {"Hard float (32-bit CPU, 64-bit FPU)", Mips::Val_GNU_MIPS_ABI_FP_64},
|