Home
last modified time | relevance | path

Searched refs:MIPS_ABI_FP_DOUBLE (Results 1 – 1 of 1) sorted by relevance

/art/compiler/linker/
Delf_builder.h415 static constexpr uint8_t MIPS_ABI_FP_DOUBLE = 1; // -mdouble-float variable
451 (isa == InstructionSet::kMips && !fpu32) ? MIPS_ABI_FP_64A : MIPS_ABI_FP_DOUBLE; in AbiflagsSection()