Home
last modified time | relevance | path

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

/qemu/tcg/mips/
H A Dtcg-target.c.inc269 OPC_MOVN = OPC_SPECIAL | 013,
1031 MIPSInsn m_opc = eqz ? OPC_MOVZ : OPC_MOVN;
1750 tcg_out_opc_reg(s, OPC_MOVN, a0, TCG_TMP0, a1);
/qemu/target/mips/tcg/
H A Dtranslate.c244 OPC_MOVN = 0x0B | OPC_SPECIAL, enumerator
2715 case OPC_MOVN: in gen_cond_move()
13087 case OPC_MOVN: /* Conditional move */ in decode_opc_special_tx79()
13137 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);