OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_pc_patch
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c
267
static sljit_uw patch_pc_relative_loads(sljit_uw *
last_pc_patch
, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size)
282
while (
last_pc_patch
< code_ptr) {
284
if ((*
last_pc_patch
& 0x0c0f0000) == 0x040f0000) {
285
diff = const_pool -
last_pc_patch
;
286
ind = (*
last_pc_patch
) & 0xfff;
289
SLJIT_ASSERT(ind < cpool_size && !(*
last_pc_patch
& (1 << 25)) && (*
last_pc_patch
& (1 << 20)));
302
*
last_pc_patch
= (*
last_pc_patch
& ~0xfff) | diff;
305
*
last_pc_patch
= (*last_pc_patch & ~(0xfff | (1 << 23))) | 0x004
582
sljit_uw *
last_pc_patch
;
local in function:sljit_generate_code
[
all
...]
sljitNativeARM_32.c
267
static sljit_uw patch_pc_relative_loads(sljit_uw *
last_pc_patch
, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size)
282
while (
last_pc_patch
< code_ptr) {
284
if ((*
last_pc_patch
& 0x0c0f0000) == 0x040f0000) {
285
diff = const_pool -
last_pc_patch
;
286
ind = (*
last_pc_patch
) & 0xfff;
289
SLJIT_ASSERT(ind < cpool_size && !(*
last_pc_patch
& (1 << 25)) && (*
last_pc_patch
& (1 << 20)));
302
*
last_pc_patch
= (*
last_pc_patch
& ~0xfff) | diff;
305
*
last_pc_patch
= (*last_pc_patch & ~(0xfff | (1 << 23))) | 0x004
582
sljit_uw *
last_pc_patch
;
local in function:sljit_generate_code
[
all
...]
Completed in 128 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025