Searched refs:OPC_WSBH (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 337 OPC_WSBH = OPC_SPECIAL3 | 00240, 705 tcg_out_opc_reg(s, OPC_WSBH, ret, 0, arg); /* badc */ 741 tcg_out_opc_reg(s, OPC_WSBH, ret, 0, arg);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1128 gen_bshfl(ctx, OPC_WSBH, rs, rt);
|
H A D | nanomips_translate.c.inc | 2121 gen_bshfl(ctx, OPC_WSBH, ret, rs);
|
H A D | translate.c | 458 OPC_WSBH = (0x02 << 6) | OPC_BSHFL, enumerator 4700 case OPC_WSBH: in gen_bshfl()
|