Lines Matching refs:ptmp
8657 UChar *ptmp = buf;
8705 Int delta = buf - ptmp;
8709 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
8722 UChar *p, *ptmp = 0; /* avoid compiler warnings */
8787 ptmp = p; /* to be filled in here */
8827 Int delta = p - ptmp;
8831 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
9545 /* Use ptmp for backpatching conditional jumps. */
9546 UChar *ptmp = buf;
9597 Int delta = buf - ptmp;
9601 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
9627 /* Use ptmp for backpatching conditional jumps. */
9628 UChar *ptmp = buf;
9665 Int delta = buf - ptmp;
9669 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
9679 /* Use ptmp for backpatching conditional jumps. */
9680 UChar *ptmp = buf;
9747 Int delta = buf - ptmp;
9751 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);