Searched defs:dt_cg_arithmetic_op (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/libdtrace/common/ |
| H A D | dt_cg.c | 566 dt_cg_arithmetic_op(dt_node_t *dnp, dt_irlist_t *dlp, function 1370 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_ADD); 1375 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_SUB); 1380 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_MUL); 1385 dt_cg_arithmetic_op(dnp, dlp, drp, 1391 dt_cg_arithmetic_op(dnp, dlp, drp, 1397 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_AND); 1402 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_XOR); 1407 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_OR); 1412 dt_cg_arithmetic_op(dn [all...] |
Completed in 31 milliseconds