Home
last modified time | relevance | path

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

/qemu/tcg/mips/
H A Dtcg-target.c.inc258 OPC_SLL = OPC_SPECIAL | 000,
670 tcg_out_opc_sa(s, OPC_SLL, rd, rs, 0);
1350 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP0, TCG_TMP0, 8);
1360 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP1, TCG_TMP1, 8);
2106 tcg_out_opc_sa(s, OPC_SLL, a0, a1, a2);
2207 tcg_out_opc_sa(s, OPC_SLL, ret, arg, 24); /* d000 */
2210 tcg_out_opc_sa(s, OPC_SLL, ret, arg, 8); /* bcd0 */
2635 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP3, TCG_TMP0, 24);
2645 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP2, TCG_TMP2, 8);
2675 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP2, TCG_TMP2, 8);
/qemu/target/mips/tcg/
H A Dmips16e_translate.c.inc496 gen_shift_imm(ctx, OPC_SLL, rx, ry, sa);
710 gen_shift_imm(ctx, OPC_SLL, rx, ry, sa);
H A Dmicromips_translate.c.inc1644 mips32_op = OPC_SLL;
3055 opc = OPC_SLL;
H A Dnanomips_translate.c.inc3813 gen_shift_imm(ctx, OPC_SLL, rt, rs,
4531 opc = OPC_SLL;
H A Dtranslate.c179 OPC_SLL = 0x00 | OPC_SPECIAL, enumerator
2477 case OPC_SLL: in gen_shift_imm()
13211 case OPC_SLL: /* Shift with immediate */ in decode_opc_special()
/qemu/tcg/riscv/
H A Dtcg-target.c.inc192 OPC_SLL = 0x1033,
2331 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_SLLW : OPC_SLL;