Home
last modified time | relevance | path

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

/art/compiler/
Delf_builder.h406 static constexpr uint8_t MIPS_ABI_FP_64A = 7; // -mips32r* -mfp64 -mno-odd-spreg variable
439 abiflags_.fp_abi = (isa == kMips && !fpu32) ? MIPS_ABI_FP_64A : MIPS_ABI_FP_DOUBLE; in AbiflagsSection()