Searched refs:MIPSDSP_SPLIT64_32 (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | dsp_helper.c | 1082 #define MIPSDSP_SPLIT64_32(num, a, b) \ macro 1918 MIPSDSP_SPLIT64_32(rt, rt1, rt0); \ 1933 MIPSDSP_SPLIT64_32(rt, rt1, rt0); \ 2531 MIPSDSP_SPLIT64_32(rs, rs1, rs0); \ 2532 MIPSDSP_SPLIT64_32(rt, rt1, rt0); \ 2838 MIPSDSP_SPLIT64_32(rs, rs1, rs0); \ 2839 MIPSDSP_SPLIT64_32(rt, rt1, rt0); \ 3759 #undef MIPSDSP_SPLIT64_32
|