Home
last modified time | relevance | path

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

/qemu/tcg/mips/
H A Dtcg-target.c.inc268 OPC_MOVZ = OPC_SPECIAL | 012,
1031 MIPSInsn m_opc = eqz ? OPC_MOVZ : OPC_MOVN;
1753 tcg_out_opc_reg(s, OPC_MOVZ, a0, a2, a1);
1756 tcg_out_opc_reg(s, OPC_MOVZ, TCG_TMP0, a2, a1);
/qemu/target/mips/tcg/
H A Dtranslate.c243 OPC_MOVZ = 0x0A | OPC_SPECIAL, enumerator
2718 case OPC_MOVZ: in gen_cond_move()
13088 case OPC_MOVZ: in decode_opc_special_tx79()
13138 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);