Searched refs:OPC_SEH (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 341 OPC_SEH = OPC_SPECIAL3 | 03040, 654 tcg_out_opc_reg(s, OPC_SEH, rd, TCG_REG_ZERO, rs); 707 tcg_out_opc_reg(s, OPC_SEH, ret, 0, ret); /* ssdc */
|
/qemu/target/mips/tcg/ |
H A D | micromips_translate.c.inc | 1112 gen_bshfl(ctx, OPC_SEH, rs, rt);
|
H A D | nanomips_translate.c.inc | 1277 gen_bshfl(ctx, OPC_SEH, rs, rt);
|
H A D | translate.c | 460 OPC_SEH = (0x18 << 6) | OPC_BSHFL, enumerator 4716 case OPC_SEH: in gen_bshfl()
|