Searched defs:code_ptr (Results 1 - 10 of 10) sorted by relevance

/src/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeX86_32.c43 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type, sljit_sw executable_offset) argument
H A DsljitNativeX86_64.c44 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_s32 type) argument
[all...]
H A DsljitNativeARM_32.c267 static sljit_uw patch_pc_relative_loads(sljit_uw *last_pc_patch, sljit_uw *code_ptr, sljit_uw* const_pool, sljit_uw cpool_size) argument
393 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_uw *code, sljit_sw executable_offset) argument
570 sljit_uw *code_ptr; local in function:sljit_generate_code
[all...]
H A DsljitNativeARM_64.c156 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset) argument
213 sljit_ins *code_ptr; local in function:sljit_generate_code
[all...]
H A DsljitNativeARM_T2_32.c225 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit_u16 *code, sljit_sw executable_offset) argument
349 sljit_u16 *code_ptr; local in function:sljit_generate_code
[all...]
H A DsljitNativeMIPS_common.c218 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset) argument
351 static __attribute__ ((noinline)) void sljit_cache_flush(void* code, void* code_ptr) argument
361 sljit_ins *code_ptr; local in function:sljit_generate_code
[all...]
H A DsljitNativeSPARC_common.c204 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset) argument
283 sljit_ins *code_ptr; local in function:sljit_generate_code
[all...]
H A DsljitNativePPC_common.c254 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code, sljit_sw executable_offset) argument
329 sljit_ins *code_ptr; local in function:sljit_generate_code
[all...]
H A DsljitNativeTILEGX_64.c905 static SLJIT_INLINE sljit_ins * detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit_ins *code) argument
1002 sljit_ins *code_ptr; local in function:sljit_generate_code
[all...]
H A DsljitNativeX86_common.c423 static sljit_u8* generate_near_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_u8 *code, sljit_s32 type, sljit_sw executable_offset) argument
481 sljit_u8 *code_ptr; local in function:sljit_generate_code
[all...]

Completed in 15 milliseconds