Home
last modified time | relevance | path

Searched refs:DT_NF_SIGNED (Results 1 – 6 of 6) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Ddt_cg.c179 if (dnp->dn_flags & DT_NF_SIGNED) in dt_cg_load()
268 if (dnp->dn_flags & DT_NF_SIGNED) { in dt_cg_field_get()
479 ((src->dn_flags ^ dst->dn_flags) & DT_NF_SIGNED) == 0) in dt_cg_typecast()
481 if (dstsize > srcsize && (src->dn_flags & DT_NF_SIGNED) == 0) in dt_cg_typecast()
495 if ((dst->dn_flags & DT_NF_SIGNED) || n == s) { in dt_cg_typecast()
520 instr = DIF_INSTR_FMT((dst->dn_flags & DT_NF_SIGNED) ? in dt_cg_typecast()
773 return (dn.dn_flags & DT_NF_SIGNED); in dt_cg_compare_signed()
1302 instr = DIF_INSTR_FMT((dnp->dn_flags & DT_NF_SIGNED) ? in dt_cg_array_op()
1556 (dnp->dn_flags & DT_NF_SIGNED) ? DIF_OP_SDIV : DIF_OP_UDIV); in dt_cg_node()
1562 (dnp->dn_flags & DT_NF_SIGNED) ? DIF_OP_SREM : DIF_OP_UREM); in dt_cg_node()
[all …]
H A Ddt_parser.c682 ~(DT_NF_SIGNED | DT_NF_REF | DT_NF_BITFIELD | DT_NF_USERLAND); in dt_node_type_assign()
691 dnp->dn_flags |= DT_NF_SIGNED; in dt_node_type_assign()
1194 (dnp->dn_flags & DT_NF_SIGNED) == 0 || (int64_t)dnp->dn_value > 0)); in dt_node_is_posconst()
1850 if (!(cp->dn_flags & DT_NF_SIGNED)) { in dt_node_op1()
1923 if (rp->dn_flags & DT_NF_SIGNED) { in dt_cast()
1997 if (dnp->dn_flags & DT_NF_SIGNED) in dt_node_op2()
2006 if (dnp->dn_flags & DT_NF_SIGNED) in dt_node_op2()
2015 if (dnp->dn_flags & DT_NF_SIGNED) in dt_node_op2()
2024 if (dnp->dn_flags & DT_NF_SIGNED) in dt_node_op2()
2057 if (dnp->dn_flags & DT_NF_SIGNED) in dt_node_op2()
[all …]
H A Ddt_parser.h178 #define DT_NF_SIGNED 0x01 /* data is a signed quantity (else unsigned) */ macro
H A Ddt_ident.c450 if ((ap->dn_flags & DT_NF_SIGNED) && (int64_t)ap->dn_value < 0) { in dt_idcook_regs()
H A Ddt_printf.c157 if (dnp->dn_flags & DT_NF_SIGNED) in pfcheck_dint()
H A Ddt_cc.c859 ((arg1->dn_flags & DT_NF_SIGNED) && in dt_action_ustack_args()