Home
last modified time | relevance | path

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

/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc263 OPC_MOVZ = OPC_SPECIAL | 012,
1081 MIPSInsn m_opc = eqz ? OPC_MOVZ : OPC_MOVN;
1596 tcg_out_opc_reg(s, OPC_MOVZ, a0, a2, a1);
1599 tcg_out_opc_reg(s, OPC_MOVZ, TCG_TMP0, a2, a1);
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c242 OPC_MOVZ = 0x0A | OPC_SPECIAL, enumerator
2717 case OPC_MOVZ: in gen_cond_move()
13087 case OPC_MOVZ: in decode_opc_special_tx79()
13137 case OPC_MOVZ: in decode_opc_special_legacy()
H A Dmicromips_translate.c.inc1757 gen_cond_move(ctx, OPC_MOVZ, rd, rs, rt);
H A Dnanomips_translate.c.inc1307 gen_cond_move(ctx, OPC_MOVZ, rd, rs, rt);