Searched refs:OPC_SRLV (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 978 gen_shift(ctx, OPC_SRLV, ry, rx, ry);
|
H A D | translate.c | 186 OPC_SRLV = 0x06 | OPC_SPECIAL, /* also ROTRV */ enumerator 187 OPC_ROTRV = OPC_SRLV | (1 << 6), 2862 case OPC_SRLV: in gen_shift() 13474 case OPC_SRLV: in decode_opc_special()
|
H A D | micromips_translate.c.inc | 1704 mips32_op = OPC_SRLV;
|
H A D | nanomips_translate.c.inc | 1283 gen_shift(ctx, OPC_SRLV, rd, rt, rs);
|
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 258 OPC_SRLV = OPC_SPECIAL | 006, 1962 i1 = OPC_SRLV, i2 = OPC_SRL;
|