Searched defs:dt_cg_arithmetic_op (Results 1 - 1 of 1) sorted by relevance
| /illumos-gate/usr/src/lib/libdtrace/common/ |
| H A D | 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(dn [all...] |
Completed in 107 milliseconds