Searched refs:gen_bshfl (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1109 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 D | nanomips_translate.c.inc | 1274 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 D | translate.c | 4688 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()
|