Searched refs:MIPS_ABI_FP_SOFT (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/mips/kernel/ |
H A D | elf.c | 63 [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 D | cpu_loop.c | 233 [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 D | elf.h | 183 #define MIPS_ABI_FP_SOFT 3 /* -msoft-float */ macro
|
/openbmc/qemu/include/ |
H A D | elf.h | 100 #define MIPS_ABI_FP_SOFT 0x3 /* -msoft-float */ macro
|