Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/kernel/
H A Delf.c63 [MIPS_ABI_FP_SOFT] = { false, true, false, false, false },
205 max_abi = MIPS_ABI_FP_SOFT; in arch_check_elf()
/openbmc/qemu/linux-user/mips/
H A Dcpu_loop.c233 [MIPS_ABI_FP_SOFT] = { false, true, false, false, false }, in target_cpu_copy_regs()
260 # define MAX_FP_ABI MIPS_ABI_FP_SOFT in target_cpu_copy_regs()
/openbmc/linux/arch/mips/include/asm/
H A Delf.h183 #define MIPS_ABI_FP_SOFT 3 /* -msoft-float */ macro
/openbmc/qemu/include/
H A Delf.h100 #define MIPS_ABI_FP_SOFT 0x3 /* -msoft-float */ macro