Searched refs:OPC_MOVN (Results 1 – 4 of 4) sorted by relevance
/qemu/tcg/mips/ |
H A D | tcg-target.c.inc | 269 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 D | translate.c | 244 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 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);
|