Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/include/asm/
H A Dfpu_emulator.h117 unsigned long min_s; member
/openbmc/qemu/tests/tcg/mips/include/
H A Dwrappers_msa.h498 DO_MSA__WD__WS_WT(MIN_S_B, min_s.b)
499 DO_MSA__WD__WS_WT(MIN_S_H, min_s.h)
500 DO_MSA__WD__WS_WT(MIN_S_W, min_s.w)
501 DO_MSA__WD__WS_WT(MIN_S_D, min_s.d)
/openbmc/linux/arch/mips/math-emu/
H A Dme-debugfs.c146 __this_cpu_write((fpuemustats).min_s, 0); in fpuemustats_clear_show()
314 FPU_STAT_CREATE_EX(min_s); in debugfs_fpuemu()
H A Dcp1emu.c1868 MIPS_FPU_EMU_INC_STATS(min_s); in fpu_emu()
/openbmc/qemu/target/mips/tcg/
H A Dmsa_helper.c5385 MSA_BINOP_IMM_DF(mini_s, min_s) in MSA_BINOP_IMM_DF()