last_pc_patch     266 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size)
last_pc_patch     281 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	while (last_pc_patch < code_ptr) {
last_pc_patch     283 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		if ((*last_pc_patch & 0x0c0f0000) == 0x040f0000) {
last_pc_patch     284 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			diff = const_pool - last_pc_patch;
last_pc_patch     285 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			ind = (*last_pc_patch) & 0xfff;
last_pc_patch     288 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 			SLJIT_ASSERT(ind < cpool_size && !(*last_pc_patch & (1 << 25)) && (*last_pc_patch & (1 << 20)));
last_pc_patch     301 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 				*last_pc_patch = (*last_pc_patch & ~0xfff) | diff;
last_pc_patch     304 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 				*last_pc_patch = (*last_pc_patch & ~(0xfff | (1 << 23))) | 0x004;
last_pc_patch     306 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		last_pc_patch++;
last_pc_patch     570 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	sljit_uw *last_pc_patch;
last_pc_patch     600 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 	last_pc_patch = code;
last_pc_patch     687 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 				cpool_current_index = patch_pc_relative_loads(last_pc_patch, code_ptr, cpool_start_address, cpool_size);
last_pc_patch     695 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 				last_pc_patch = code_ptr;
last_pc_patch     710 ext/pcre/pcrelib/sljit/sljitNativeARM_32.c 		cpool_current_index = patch_pc_relative_loads(last_pc_patch, code_ptr, cpool_start_address, compiler->cpool_fill);