Home
last modified time | relevance | path

Searched refs:OPC_SRL (Results 1 – 6 of 6) sorted by relevance

/qemu/tcg/mips/
H A Dtcg-target.c.inc259 OPC_SRL = OPC_SPECIAL | 002,
1201 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP3, addr,
1486 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP0, lo, 8);
2129 tcg_out_opc_sa(s, OPC_SRL, a0, a1, a2);
2202 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP0, arg, 8); /* 0abc */
2637 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP1, TCG_TMP0, 24);
2643 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP1, TCG_TMP0, 8);
2665 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP3, TCG_TMP0, 24);
2673 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP1, TCG_TMP0, 8);
/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc507 gen_shift_imm(ctx, OPC_SRL, rx, ry, sa);
722 gen_shift_imm(ctx, OPC_SRL, rx, ry, sa);
H A Dmicromips_translate.c.inc1650 mips32_op = OPC_SRL;
3058 opc = OPC_SRL;
H A Dnanomips_translate.c.inc3818 gen_shift_imm(ctx, OPC_SRL, rt, rs,
4534 opc = OPC_SRL;
H A Dtranslate.c183 OPC_SRL = 0x02 | OPC_SPECIAL, /* also ROTR */ enumerator
184 OPC_ROTR = OPC_SRL | (1 << 21),
2484 case OPC_SRL: in gen_shift_imm()
13224 case OPC_SRL: in decode_opc_special()
/qemu/tcg/riscv/
H A Dtcg-target.c.inc200 OPC_SRL = 0x5033,
2352 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_SRLW : OPC_SRL;