Home
last modified time | relevance | path

Searched refs:DIF_INSTR_TST (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_cg.c835 instr = DIF_INSTR_TST(dnp->dn_expr->dn_reg); in dt_cg_ternary_op()
873 instr = DIF_INSTR_TST(dnp->dn_left->dn_reg); in dt_cg_logical_and()
881 instr = DIF_INSTR_TST(dnp->dn_right->dn_reg); in dt_cg_logical_and()
908 instr = DIF_INSTR_TST(dnp->dn_left->dn_reg); in dt_cg_logical_xor()
918 instr = DIF_INSTR_TST(dnp->dn_right->dn_reg); in dt_cg_logical_xor()
944 instr = DIF_INSTR_TST(dnp->dn_left->dn_reg); in dt_cg_logical_or()
952 instr = DIF_INSTR_TST(dnp->dn_right->dn_reg); in dt_cg_logical_or()
981 instr = DIF_INSTR_TST(dnp->dn_reg); in dt_cg_logical_neg()
1224 instr = DIF_INSTR_TST(dnp->dn_reg); in dt_cg_assoc_op()
/illumos-gate/usr/src/uts/common/sys/
H A Ddtrace.h320 #define DIF_INSTR_TST(r1) (DIF_INSTR_FMT(DIF_OP_TST, r1, 0, 0)) macro