Searched refs:OPC_SLL (Results 1 – 6 of 6) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 258 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 D | mips16e_translate.c.inc | 496 gen_shift_imm(ctx, OPC_SLL, rx, ry, sa); 710 gen_shift_imm(ctx, OPC_SLL, rx, ry, sa);
|
H A D | micromips_translate.c.inc | 1644 mips32_op = OPC_SLL; 3055 opc = OPC_SLL;
|
H A D | nanomips_translate.c.inc | 3813 gen_shift_imm(ctx, OPC_SLL, rt, rs, 4531 opc = OPC_SLL;
|
H A D | translate.c | 179 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 D | tcg-target.c.inc | 192 OPC_SLL = 0x1033, 2331 RISCVInsn insn = type == TCG_TYPE_I32 ? OPC_SLLW : OPC_SLL;
|