Home | History | Annotate | Download | only in priv

Lines Matching defs:sign

93 /* Sign extend a value with the given number of bits. This is a
10624 IRTemp sign = newTemp(Ity_I64);
10627 assign(sign, binop(Iop_And64, unop(Iop_ReinterpF64asI64, get_fpr_dw0(r3)),
10632 mkexpr(sign))));