Searched refs:gen_mxu_q8mul_mac (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mxu_translate.c | 1362 static void gen_mxu_q8mul_mac(DisasContext *ctx, bool su, bool mac) in gen_mxu_q8mul_mac() function 4863 gen_mxu_q8mul_mac(ctx, false, false); in decode_opc_mxu__pool19() 4866 gen_mxu_q8mul_mac(ctx, true, false); in decode_opc_mxu__pool19() 4911 gen_mxu_q8mul_mac(ctx, false, true); in decode_opc_mxu__pool21() 4914 gen_mxu_q8mul_mac(ctx, true, true); in decode_opc_mxu__pool21()
|