Searched refs:dt_cg_arithmetic_op (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c591 dt_cg_arithmetic_op(dt_node_t *dnp, dt_irlist_t *dlp, function
1574 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_ADD);
1579 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_SUB);
1584 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_MUL);
1589 dt_cg_arithmetic_op(dnp, dlp, drp,
1595 dt_cg_arithmetic_op(dnp, dlp, drp,
1601 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_AND);
1606 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_XOR);
1611 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_OR);
1616 dt_cg_arithmetic_op(dn
[all...]

Completed in 117 milliseconds