BL                416 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			*code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK);
BL                441 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		*code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
BL                466 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff);
BL                284 ext/pcre/pcrelib/sljit/sljitNativeARM_64.c 				buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff);