Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc253 OPC_SLL = OPC_SPECIAL | 000,
665 tcg_out_opc_sa(s, OPC_SLL, rd, rs, 0);
719 tcg_out_opc_sa(s, OPC_SLL, ret, arg, 24); /* d000 */
722 tcg_out_opc_sa(s, OPC_SLL, ret, arg, 8); /* bcd0 */
1411 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP0, TCG_TMP0, 8);
1421 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP1, TCG_TMP1, 8);
1959 i1 = OPC_SLLV, i2 = OPC_SLL;
2470 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP3, TCG_TMP0, 24);
2480 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP2, TCG_TMP2, 8);
2510 tcg_out_opc_sa(s, OPC_SLL, TCG_TMP2, TCG_TMP2, 8);
/openbmc/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.c178 OPC_SLL = 0x00 | OPC_SPECIAL, enumerator
2476 case OPC_SLL: in gen_shift_imm()
13210 case OPC_SLL: /* Shift with immediate */ in decode_opc_special()
/openbmc/qemu/tcg/riscv/
H A Dtcg-target.c.inc188 OPC_SLL = 0x1033,
2159 tcg_out_opc_reg(s, OPC_SLL, a0, a1, a2);