Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c831 instr = DIF_INSTR_TST(dnp->dn_expr->dn_reg); in dt_cg_ternary_op()
869 instr = DIF_INSTR_TST(dnp->dn_left->dn_reg); in dt_cg_logical_and()
877 instr = DIF_INSTR_TST(dnp->dn_right->dn_reg); in dt_cg_logical_and()
904 instr = DIF_INSTR_TST(dnp->dn_left->dn_reg); in dt_cg_logical_xor()
914 instr = DIF_INSTR_TST(dnp->dn_right->dn_reg); in dt_cg_logical_xor()
940 instr = DIF_INSTR_TST(dnp->dn_left->dn_reg); in dt_cg_logical_or()
948 instr = DIF_INSTR_TST(dnp->dn_right->dn_reg); in dt_cg_logical_or()
977 instr = DIF_INSTR_TST(dnp->dn_reg); in dt_cg_logical_neg()
1203 instr = DIF_INSTR_TST(dnp->dn_reg); in dt_cg_assoc_op()
/freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddtrace.h348 #define DIF_INSTR_TST(r1) (DIF_INSTR_FMT(DIF_OP_TST, r1, 0, 0)) macro