Searched refs:OPC_SEB (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 345 OPC_SEB = OPC_SPECIAL3 | 02040, 648 tcg_out_opc_reg(s, OPC_SEB, rd, TCG_REG_ZERO, rs);
|
/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 | 460 OPC_SEB = (0x10 << 6) | OPC_BSHFL, enumerator 4714 case OPC_SEB: in gen_bshfl()
|