Searched refs:DIF_INSTR_LDV (Results 1 – 2 of 2) sorted by relevance
1171 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()1217 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()2021 instr = DIF_INSTR_LDV(op, in dt_cg_node()
357 #define DIF_INSTR_LDV(op, v, d) (((op) << 24) | ((v) << 8) | (d)) macro