Home
last modified time | relevance | path

Searched refs:dn_left (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c258 r1 = dnp->dn_left->dn_reg; in dt_cg_field_get()
343 fp = dst->dn_left->dn_ctfp; in dt_cg_field_set()
611 dt_cg_node(dnp->dn_left, dlp, drp); in dt_cg_arithmetic_op()
695 dnp->dn_left->dn_flags |= rbit; in dt_cg_prearith_op()
752 dnp->dn_left->dn_flags |= rbit; in dt_cg_postarith_op()
1024 dn.dn_left = dnp; in dt_cg_asgn_op()
1142 dnp->dn_left->dn_flags |= rbit; in dt_cg_asgn_op()
1880 if (dnp->dn_left->dn_reg != -1) in dt_cg_node()
1885 ctfp = dnp->dn_left->dn_ctfp; in dt_cg_node()
1912 dnp->dn_left->dn_reg, reg, dnp->dn_left->dn_reg); in dt_cg_node()
[all …]
H A Ddt_parser.c596 if (dnp->dn_left != NULL) { in dt_node_free()
597 dt_node_free(dnp->dn_left); in dt_node_free()
598 dnp->dn_left = NULL; in dt_node_free()
2110 dnp->dn_left = lp; in dt_node_op2()
2127 dnp->dn_left = lp; in dt_node_op3()
3156 dt_node_t *lp = dnp->dn_left; in dt_assign_common()
3182 dt_node_t *lp = dnp->dn_left; in dt_cook_op2()
3457 lp = dnp->dn_left = in dt_cook_op2()
3476 lp = dnp->dn_left = in dt_cook_op2()
3628 lp = dnp->dn_left = in dt_cook_op2()
[all …]
H A Ddt_sugar.c218 dt_sugar_visit_all(dp, dnp->dn_left); in dt_sugar_visit_all()
231 dt_sugar_visit_all(dp, dnp->dn_left); in dt_sugar_visit_all()
H A Ddt_parser.h127 #define dn_left dn_u._nodes._links[0] /* DT_NODE_OP2, OP3 */ macro