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