Lines Matching refs:ptmp
3198 UInt* ptmp = NULL; in emit_ARMInstr() local
3205 ptmp = p; in emit_ARMInstr()
3235 Int delta = (UChar*)p - (UChar*)ptmp; /* must be signed */ in emit_ARMInstr()
3241 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
3256 UInt* ptmp = NULL; in emit_ARMInstr() local
3263 ptmp = p; in emit_ARMInstr()
3281 Int delta = (UChar*)p - (UChar*)ptmp; /* must be signed */ in emit_ARMInstr()
3287 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()
3294 UInt* ptmp = NULL; in emit_ARMInstr() local
3301 ptmp = p; in emit_ARMInstr()
3345 Int delta = (UChar*)p - (UChar*)ptmp; /* must be signed */ in emit_ARMInstr()
3351 *ptmp = XX______(notCond, X1010) | (delta & 0xFFFFFF); in emit_ARMInstr()