Searched refs:OPC_SLLV (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 973 gen_shift(ctx, OPC_SLLV, ry, rx, ry);
|
H A D | micromips_translate.c.inc | 1697 mips32_op = OPC_SLLV;
|
H A D | translate.c | 185 OPC_SLLV = 0x04 | OPC_SPECIAL, enumerator 2826 case OPC_SLLV: in gen_shift() 13245 case OPC_SLLV: /* Shifts */ in decode_opc_special()
|
H A D | nanomips_translate.c.inc | 1280 gen_shift(ctx, OPC_SLLV, rd, rt, rs);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 257 OPC_SLLV = OPC_SPECIAL | 004, 1959 i1 = OPC_SLLV, i2 = OPC_SLL;
|