Searched refs:FMULS (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/sparc/math-emu/ |
H A D | math_32.c | 107 #define FMULS 0x049 /* v6 */ macro 318 case FMULS: in do_one_mathemu() 436 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_one_mathemu()
|
H A D | math_64.c | 53 #define FMULS 0x049 macro 242 case FMULS: in do_mathemu() 441 case FMULS: FP_MUL_S (SR, SA, SB); break; in do_mathemu()
|
/openbmc/linux/arch/powerpc/math-emu/ |
H A D | math.c | 111 #define FMULS 0x019 /* 25 */ macro 273 case FMULS: func = fmuls; type = AC; break; in do_mathemu()
|
/openbmc/qemu/target/avr/ |
H A D | insn.decode | 74 FMULS 0000 0011 1 ... 0 ... @fmul
|
H A D | disas.c | 154 INSN(FMULS, "r%d, r%d", a->rd, a->rr)
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fp-impl.c.inc | 195 TRANS(FMULS, do_helper_ac, gen_helper_FMULS);
|
/openbmc/qemu/target/ppc/ |
H A D | insn32.decode | 515 FMULS 111011 ..... ..... ----- ..... 11001 . @A_tac
|
H A D | helper.h | 121 DEF_HELPER_3(FMULS, f64, env, f64, f64)
|
H A D | fpu_helper.c | 790 FPU_HELPER(FMULS, float64r32_mul, mul_flags_handler)
|
/openbmc/qemu/tests/tcg/i386/ |
H A D | x86.csv | 684 "FMUL ST(0), m32fp","FMULS m32fp, ST(0)","fmuls m32fp, ST(0)","D8 /1","V","V","","","rw,r","Y","32"
|