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