Searched refs:OPC_DSLL (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 501 gen_shift_imm(ctx, OPC_DSLL, rx, ry, sa); 716 gen_shift_imm(ctx, OPC_DSLL, rx, ry, sa);
|
H A D | translate.c | 193 OPC_DSLL = 0x38 | OPC_SPECIAL, enumerator 2503 case OPC_DSLL: in gen_shift_imm() 13309 case OPC_DSLL: in decode_opc_special()
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 308 OPC_DSLL = OPC_SPECIAL | 070, 497 tcg_out_opc_sa64(s, OPC_DSLL, OPC_DSLL32, rd, rt, sa);
|