Searched refs:dt_cg_arithmetic_op (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libdtrace/common/ |
H A D | dt_cg.c | 591 dt_cg_arithmetic_op(dt_node_t *dnp, dt_irlist_t *dlp, in dt_cg_arithmetic_op() function 1540 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_ADD); in dt_cg_node() 1545 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_SUB); in dt_cg_node() 1550 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_MUL); in dt_cg_node() 1555 dt_cg_arithmetic_op(dnp, dlp, drp, in dt_cg_node() 1561 dt_cg_arithmetic_op(dnp, dlp, drp, in dt_cg_node() 1567 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_AND); in dt_cg_node() 1572 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_XOR); in dt_cg_node() 1577 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_OR); in dt_cg_node() 1582 dt_cg_arithmetic_op(dnp, dlp, drp, DIF_OP_SLL); in dt_cg_node() [all …]
|