Searched refs:OPC_ROTR (Results 1 – 4 of 4) sorted by relevance
| /openbmc/qemu/tcg/mips/ |
| H A D | tcg-target.c.inc | 260 OPC_ROTR = OPC_SPECIAL | 002 | (1 << 21), 2059 tcg_out_opc_sa(s, OPC_ROTR, a0, a1, a2); 2228 tcg_out_opc_sa(s, OPC_ROTR, ret, ret, 16);
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | micromips_translate.c.inc | 1653 mips32_op = OPC_ROTR;
|
| H A D | translate.c | 184 OPC_ROTR = OPC_SRL | (1 << 21), enumerator 2512 case OPC_ROTR: in gen_shift_imm() 13202 op1 = OPC_ROTR; in decode_opc_special()
|
| H A D | nanomips_translate.c.inc | 3821 gen_shift_imm(ctx, OPC_ROTR, rt, rs,
|