Searched refs:OPC_SRL (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 254 OPC_SRL = OPC_SPECIAL | 002, 714 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP0, arg, 8); /* 0abc */ 865 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP0, al, TCG_TARGET_REG_BITS - 1); 1246 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP3, addrlo, 1511 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP0, lo, 8); 1962 i1 = OPC_SRLV, i2 = OPC_SRL; 2472 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP1, TCG_TMP0, 24); 2478 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP1, TCG_TMP0, 8); 2500 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP3, TCG_TMP0, 24); 2508 tcg_out_opc_sa(s, OPC_SRL, TCG_TMP1, TCG_TMP0, 8);
|
/openbmc/qemu/target/mips/tcg/ |
H A D | mips16e_translate.c.inc | 509 gen_shift_imm(ctx, OPC_SRL, rx, ry, sa); 724 gen_shift_imm(ctx, OPC_SRL, rx, ry, sa);
|
H A D | micromips_translate.c.inc | 1654 mips32_op = OPC_SRL; 3059 opc = OPC_SRL;
|
H A D | nanomips_translate.c.inc | 3846 gen_shift_imm(ctx, OPC_SRL, rt, rs, 4560 opc = OPC_SRL;
|
H A D | translate.c | 182 OPC_SRL = 0x02 | OPC_SPECIAL, /* also ROTR */ enumerator 183 OPC_ROTR = OPC_SRL | (1 << 21), 2510 case OPC_SRL: in gen_shift_imm() 13448 case OPC_SRL: in decode_opc_special()
|
/openbmc/qemu/tcg/riscv/ |
H A D | tcg-target.c.inc | 222 OPC_SRL = 0x5033, 1695 tcg_out_opc_reg(s, OPC_SRL, a0, a1, a2);
|