Home
last modified time | relevance | path

Searched refs:madd (Results 1 – 14 of 14) sorted by relevance

/openbmc/qemu/tests/tcg/xtensa/
H A Dtest_fp0_arith.S144 test_op3 madd.s, f0, f1, f2, f0, 0, 0x3f800001, 0x3f800001, \
158 test_op3 madd.s, f0, f1, f2, f0, F32_QNAN(1), F32_1, F32_1, \
161 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_QNAN(2), F32_1, \
164 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_1, F32_QNAN(3), \
183 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_PINF, F32_0, \
196 test_op3 madd.s, f0, f1, f2, f0, F32_SNAN(1), F32_1, F32_1, \
206 test_op3 madd.s, f0, f1, f2, f0, F32_QNAN(1), F32_1, F32_1, \
209 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_QNAN(2), F32_1, \
212 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_1, F32_QNAN(3), \
231 test_op3 madd.s, f0, f1, f2, f0, F32_1, F32_PINF, F32_0, \
[all …]
H A Dtest_dfp0_arith.S100 test_op3 madd.d, f0, f1, f2, f0, F64_0, F64_1 | 1, F64_1 | 1, \
106 test_op3 madd.d, f0, f1, f2, f0, \
114 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_1, F64_1, \
117 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_QNAN(2), F64_1, \
120 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_1, F64_QNAN(3), \
124 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_QNAN(2), F64_1, \
127 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_1, F64_QNAN(3), \
139 test_op3 madd.d, f0, f1, f2, f0, F64_1, F64_PINF, F64_0, \
143 test_op3 madd.d, f0, f1, f2, f0, F64_SNAN(1), F64_PINF, F64_0, \
147 test_op3 madd.d, f0, f1, f2, f0, F64_QNAN(1), F64_PINF, F64_0, \
[all …]
/openbmc/qemu/tests/tcg/tricore/asm/
H A Dtest_madd.S5 TEST_D_DDI_PSW(madd, 1, 0x0000fffd, 0x60000b80, 0x0000ffff, 0x7fffffff,2)
6 TEST_D_DDI_PSW(madd, 2, 0xffff7fff, 0x60000b80, 0xffff8001, 0x7fffffff,2)
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_madd.c9 int64_t madd(int64_t a, int32_t rs, int32_t rt) in madd() function
57 int64_t rd = madd(a, rs, rt); in madd_variants()
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-security/optee/files/optee-os/n1sdp/
H A D0001-plat-n1sdp-add-N1SDP-platform-support.patch164 + madd x2, x3, x4, x2
166 + madd x1, x2, x4, x1
168 + madd x0, x1, x4, x0
/openbmc/linux/tools/testing/selftests/arm64/fp/
H A Dsve-test.S95 madd \xd, x\nrtmp, \xn, \xd
104 madd \xd, x\nrtmp, \xn, \xd
H A Dfpsimd-test.S69 madd \xd, x\nrtmp, \xn, \xd
H A Dza-test.S79 madd \xd, x\nrtmp, \xn, \xd
/openbmc/qemu/target/openrisc/
H A Ddisas.c163 FP_INSN(madd, s, "r%d, r%d, r%d", a->d, a->a, a->b)
197 FP_INSN(madd, d, "r%d,r%d, r%d,r%d, r%d,r%d",
/openbmc/linux/arch/arm64/include/asm/
H A Dinsn.h370 __AARCH64_INSN_FUNCS(madd, 0x7FE08000, 0x1B000000)
/openbmc/linux/arch/mips/math-emu/
H A Dcp1emu.c1454 DEF3OP(madd, sp, ieee754sp_mul, ieee754sp_add, );
1458 DEF3OP(madd, dp, ieee754dp_mul, ieee754dp_add, );
/openbmc/qemu/target/mips/
H A Dhelper.h132 FOP_PROTO(madd)
/openbmc/qemu/target/xtensa/core-de233_fpu/
H A Dxtensa-modules.c.inc17668 { "madd.s", ICLASS_MADD_S,
17671 { "madd.d", ICLASS_MADD_D,
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dxtensa-modules.c.inc76340 { "madd.s", ICLASS_fp_mac,