/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_fp0_arith.S | 144 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 D | test_dfp0_arith.S | 100 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 D | test_madd.S | 5 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 D | test_r5900_madd.c | 9 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 D | 0001-plat-n1sdp-add-N1SDP-platform-support.patch | 164 + 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 D | sve-test.S | 95 madd \xd, x\nrtmp, \xn, \xd 104 madd \xd, x\nrtmp, \xn, \xd
|
H A D | fpsimd-test.S | 69 madd \xd, x\nrtmp, \xn, \xd
|
H A D | za-test.S | 79 madd \xd, x\nrtmp, \xn, \xd
|
/openbmc/qemu/target/openrisc/ |
H A D | disas.c | 163 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 D | insn.h | 370 __AARCH64_INSN_FUNCS(madd, 0x7FE08000, 0x1B000000)
|
/openbmc/linux/arch/mips/math-emu/ |
H A D | cp1emu.c | 1454 DEF3OP(madd, sp, ieee754sp_mul, ieee754sp_add, ); 1458 DEF3OP(madd, dp, ieee754dp_mul, ieee754dp_add, );
|
/openbmc/qemu/target/mips/ |
H A D | helper.h | 132 FOP_PROTO(madd)
|
/openbmc/qemu/target/xtensa/core-de233_fpu/ |
H A D | xtensa-modules.c.inc | 17668 { "madd.s", ICLASS_MADD_S, 17671 { "madd.d", ICLASS_MADD_D,
|
/openbmc/qemu/target/xtensa/core-dsp3400/ |
H A D | xtensa-modules.c.inc | 76340 { "madd.s", ICLASS_fp_mac,
|