Home
last modified time | relevance | path

Searched refs:OPC_SLLV (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc973 gen_shift(ctx, OPC_SLLV, ry, rx, ry);
H A Dmicromips_translate.c.inc1697 mips32_op = OPC_SLLV;
H A Dtranslate.c185 OPC_SLLV = 0x04 | OPC_SPECIAL, enumerator
2826 case OPC_SLLV: in gen_shift()
13245 case OPC_SLLV: /* Shifts */ in decode_opc_special()
H A Dnanomips_translate.c.inc1280 gen_shift(ctx, OPC_SLLV, rd, rt, rs);
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc257 OPC_SLLV = OPC_SPECIAL | 004,
1959 i1 = OPC_SLLV, i2 = OPC_SLL;