Searched refs:OPC_MOVN (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 264 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 D | translate.c | 243 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 D | micromips_translate.c.inc | 1748 gen_cond_move(ctx, OPC_MOVN, rd, rs, rt);
|
H A D | nanomips_translate.c.inc | 1310 gen_cond_move(ctx, OPC_MOVN, rd, rs, rt);
|