Searched refs:MIPSDSP_SPLIT32_16 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1058 #define MIPSDSP_SPLIT32_16(num, a, b) \ macro 1821 MIPSDSP_SPLIT32_16(rt, rth, rtl); \ 1959 MIPSDSP_SPLIT32_16(rt, rth, rtl); \ 2045 MIPSDSP_SPLIT32_16(rs, rsh, rsl); \ 2046 MIPSDSP_SPLIT32_16(rt, rth, rtl); \ 2365 MIPSDSP_SPLIT32_16(rs, rsh, rsl); \ 2366 MIPSDSP_SPLIT32_16(rt, rth, rtl); \ 3752 #undef MIPSDSP_SPLIT32_16
|