HomeSort by: relevance | last modified time | path
    Searched defs:dt_cg_arithmetic_op (Results 1 - 1 of 1) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_cg.c 591 dt_cg_arithmetic_op(dt_node_t *dnp, dt_irlist_t *dlp, function
1540 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_ADD);
1545 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_SUB);
1550 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_MUL);
1555 dt_cg_arithmetic_op(dnp, dlp, drp,
1561 dt_cg_arithmetic_op(dnp, dlp, drp,
1567 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_AND);
1572 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_XOR);
1577 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_OR);
1582 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_SLL)
    [all...]

Completed in 25 milliseconds