Home
last modified time | relevance | path

Searched refs:gen_bshfl (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmicromips_translate.c.inc1109 gen_bshfl(ctx, OPC_SEB, rs, rt);
1112 gen_bshfl(ctx, OPC_SEH, rs, rt);
1128 gen_bshfl(ctx, OPC_WSBH, rs, rt);
H A Dnanomips_translate.c.inc1274 gen_bshfl(ctx, OPC_SEB, rs, rt);
1277 gen_bshfl(ctx, OPC_SEH, rs, rt);
2121 gen_bshfl(ctx, OPC_WSBH, ret, rs);
H A Dtranslate.c4688 static void gen_bshfl(DisasContext *ctx, uint32_t op2, int rt, int rd) in gen_bshfl() function
14227 gen_bshfl(ctx, op2, rt, rd); in decode_opc_special3()
14261 gen_bshfl(ctx, op2, rt, rd); in decode_opc_special3()