Searched refs:DIF_INSTR_TST (Results 1 – 2 of 2) sorted by relevance
831 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()
348 #define DIF_INSTR_TST(r1) (DIF_INSTR_FMT(DIF_OP_TST, r1, 0, 0)) macro