Home
last modified time | relevance | path

Searched refs:OPC_MOVN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc264 OPC_MOVN = OPC_SPECIAL | 013,
1081 MIPSInsn m_opc = eqz ? OPC_MOVZ : OPC_MOVN;
1593 tcg_out_opc_reg(s, OPC_MOVN, a0, TCG_TMP0, a1);
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c243 OPC_MOVN = 0x0B | OPC_SPECIAL, enumerator
2714 case OPC_MOVN: in gen_cond_move()
13086 case OPC_MOVN: /* Conditional move */ in decode_opc_special_tx79()
13136 case OPC_MOVN: /* Conditional move */ in decode_opc_special_legacy()
H A Dmicromips_translate.c.inc1748 gen_cond_move(ctx, OPC_MOVN, rd, rs, rt);
H A Dnanomips_translate.c.inc1310 gen_cond_move(ctx, OPC_MOVN, rd, rs, rt);