Searched refs:FSUBS (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 105 #define FSUBS 0x045 /* v6 */ macro 317 case FSUBS: in do_one_mathemu() 432 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_one_mathemu()
|
H A D | math_64.c | 51 #define FSUBS 0x045 macro 241 case FSUBS: in do_mathemu() 437 case FSUBS: FP_SUB_S (SR, SA, SB); break; in do_mathemu()
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math.c | 107 #define FSUBS 0x014 /* 20 */ macro 269 case FSUBS: func = fsubs; type = AB; break; in do_mathemu()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 191 TRANS(FSUBS, do_helper_ab, gen_helper_FSUBS);
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 512 FSUBS 111011 ..... ..... ..... ----- 10100 . @A_tab
|
H A D | helper.h | 119 DEF_HELPER_3(FSUBS, f64, env, f64, f64)
|
H A D | fpu_helper.c | 788 FPU_HELPER(FSUBS, float64r32_sub, addsub_flags_handler)
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 733 "FSUB ST(0), m32fp","FSUBS m32fp, ST(0)","fsubs m32fp, ST(0)","D8 /4","V","V","","","rw,r","Y","32"
|