Searched refs:test_mulxx (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_mac16.S | 29 .macro test_mulxx mulop, comb, s, t, a, b macro 47 test_mulxx mul.aa, 0, a2, a3, 0xf7315a5a, 0xa5a5137f 51 test_mulxx mul.ad, 1, a2, m2, 0xf7315a5a, 0xa5a5137f 55 test_mulxx mul.da, 2, m1, a3, 0xf7315a5a, 0xa5a5137f 59 test_mulxx mul.dd, 3, m0, m3, 0xf7315a5a, 0xa5a5137f
|