Searched refs:DIF_INSTR_XLATE (Results 1 – 3 of 3) sorted by relevance
182 dp->dtdo_buf[i] = DIF_INSTR_XLATE( in dt_as_xlate()
1806 instr = DIF_INSTR_XLATE(op, 0, dnp->dn_reg); in dt_cg_node()
335 #define DIF_INSTR_XLATE(op, r, d) (((op) << 24) | ((r) << 8) | (d)) macro