Searched refs:DIF_INSTR_STV (Results 1 – 2 of 2) sorted by relevance
675 instr = DIF_INSTR_STV(dt_cg_stvar(idp), in dt_cg_prearith_op()730 instr = DIF_INSTR_STV(dt_cg_stvar(idp), idp->di_id, nreg); in dt_cg_postarith_op()1131 instr = DIF_INSTR_STV(dt_cg_stvar(idp), in dt_cg_asgn_op()1214 instr = DIF_INSTR_STV(stvop, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()
358 #define DIF_INSTR_STV(op, v, rs) (((op) << 24) | ((v) << 8) | (rs)) macro