Lines Matching refs:ptmp
3503 UInt* ptmp = NULL; in emit_ARM64Instr() local
3510 ptmp = p; in emit_ARM64Instr()
3540 Int delta = (UChar*)p - (UChar*)ptmp; /* must be signed */ in emit_ARM64Instr()
3545 vassert(ptmp != NULL); in emit_ARM64Instr()
3547 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()
3596 UInt* ptmp = NULL; in emit_ARM64Instr() local
3604 ptmp = p; in emit_ARM64Instr()
3649 Int delta = (UChar*)p - (UChar*)ptmp; /* must be signed */ in emit_ARM64Instr()
3654 vassert(ptmp != NULL); in emit_ARM64Instr()
3656 *ptmp = X_8_19_1_4(X01010100, delta & ((1<<19)-1), 0, notCond); in emit_ARM64Instr()
3687 UInt* ptmp = NULL; in emit_ARM64Instr() local
3691 ptmp = p; in emit_ARM64Instr()
3702 ULong dist = (ULong)(p - ptmp); in emit_ARM64Instr()
3706 vassert(ptmp != NULL); in emit_ARM64Instr()
3708 *ptmp = X_8_19_1_4(X01010100, dist, 0, in emit_ARM64Instr()
3711 vassert(ptmp == NULL); in emit_ARM64Instr()