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