Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h404 static constexpr uint8_t MIPS_ABI_FP_DOUBLE = 1; // -mdouble-float variable
439 abiflags_.fp_abi = (isa == kMips && !fpu32) ? MIPS_ABI_FP_64A : MIPS_ABI_FP_DOUBLE; in AbiflagsSection()