Searched refs:gen_bitswap (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1110 gen_bitswap(ctx, OPC_BITSWAP, rs, rt);
|
H A D | translate.c | 5026 static void gen_bitswap(DisasContext *ctx, int opc, int rd, int rt) in gen_bitswap() function 13742 gen_bitswap(ctx, op2, rd, rt); in decode_opc_special3_r6() 13793 gen_bitswap(ctx, op2, rd, rt); in decode_opc_special3_r6()
|
H A D | nanomips_translate.c.inc | 2122 gen_bitswap(ctx, OPC_BITSWAP, ret, rs);
|