Home | History | Annotate | Download | only in priv

Lines Matching refs:ptmp

6400    UChar *p, *ptmp = 0;  /* avoid compiler warnings */
6418 ptmp = p; /* 4 bytes (a BRC insn) to be filled in here */
6478 Int delta = p - ptmp;
6482 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
6497 UChar *ptmp = buf;
6543 Int delta = buf - ptmp;
6547 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);
6560 UChar *p, *ptmp = 0; /* avoid compiler warnings */
6572 ptmp = p; /* to be filled in here */
6612 Int delta = p - ptmp;
6616 s390_emit_BRC(ptmp, s390_cc_invert(cond), delta);