Searched refs:OPC_SEB (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 340 OPC_SEB = OPC_SPECIAL3 | 02040, 643 tcg_out_opc_reg(s, OPC_SEB, rd, TCG_REG_ZERO, rs);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1109 gen_bshfl(ctx, OPC_SEB, rs, rt);
|
H A D | nanomips_translate.c.inc | 1274 gen_bshfl(ctx, OPC_SEB, rs, rt);
|
H A D | translate.c | 459 OPC_SEB = (0x10 << 6) | OPC_BSHFL, enumerator 4713 case OPC_SEB: in gen_bshfl()
|