Home
last modified time | relevance | path

Searched refs:msub (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/tests/tcg/tricore/asm/
H A Dtest_msub.S5 TEST_D_DDI_PSW(msub, 1, 0xd2fbe5e0, 0x00000b80,0x64003300, 0xff5420d4, -216)
6 TEST_D_DDI_PSW(msub, 2, 0xfffffc10, 0x00000b80,0xfffffe68, 0xfffffffd, -200)
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dasm-utils.S56 msub x0, x3, x2, x0
/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp0_arith.S254 test_op3 msub.s, f0, f1, f2, f0, 0x3f800000, 0x3f800001, 0x3f800001, \
/openbmc/linux/arch/arm64/include/asm/
H A Dinsn.h372 __AARCH64_INSN_FUNCS(msub, 0x7FE08000, 0x1B008000)
/openbmc/qemu/libdecnumber/
H A DdecNumber.c963 const Unit *msua, *msub; /* -> operand msus */ in decNumberAnd() local
981 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */ in decNumberAnd()
988 if (ub>msub) b=0; in decNumberAnd()
1971 const Unit *msua, *msub; /* -> operand msus */ in decNumberOr() local
1988 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */ in decNumberOr()
1995 if (ub>msub) b=0; in decNumberOr()
3385 const Unit *msua, *msub; /* -> operand msus */ in decNumberXor() local
3402 msub=ub+D2U(rhs->digits)-1; /* -> msu of rhs */ in decNumberXor()
3409 if (ub>msub) b=0; in decNumberXor()
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c1455 DEF3OP(msub, sp, ieee754sp_mul, ieee754sp_sub, );
1459 DEF3OP(msub, dp, ieee754dp_mul, ieee754dp_sub, );
/openbmc/qemu/target/mips/
H A Dhelper.h133 FOP_PROTO(msub)
/openbmc/qemu/target/xtensa/core-de233_fpu/
H A Dxtensa-modules.c.inc17674 { "msub.s", ICLASS_MSUB_S,
17677 { "msub.d", ICLASS_MSUB_D,
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dxtensa-modules.c.inc76343 { "msub.s", ICLASS_fp_mac,