Home
last modified time | relevance | path

Searched refs:DIF_INSTR_LDV (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c1192 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()
1238 instr = DIF_INSTR_LDV(op, dnp->dn_ident->di_id, dnp->dn_reg); in dt_cg_assoc_op()
2041 instr = DIF_INSTR_LDV(op, in dt_cg_node()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h329 #define DIF_INSTR_LDV(op, v, d) (((op) << 24) | ((v) << 8) | (d)) macro