Home
last modified time | relevance | path

Searched refs:SLJIT_INLINE (Results 1 – 25 of 31) sorted by relevance

12

/php-src/ext/pcre/pcre2lib/sljit/allocator_src/
H A DsljitExecAllocatorApple.c48 static SLJIT_INLINE int get_map_jit_flag(void) in get_map_jit_flag()
87 static SLJIT_INLINE void apple_update_wx_flags(sljit_s32 enable_exec) in apple_update_wx_flags()
114 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
132 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
H A DsljitExecAllocatorFreeBSD.c31 static SLJIT_INLINE int sljit_is_wx_block(void) in sljit_is_wx_block()
46 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
84 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
H A DsljitExecAllocatorWindows.c29 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
34 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
H A DsljitExecAllocatorPosix.c30 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
57 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
H A DsljitProtExecAllocatorNetBSD.c38 static SLJIT_INLINE struct sljit_chunk_header* alloc_chunk(sljit_uw size) in alloc_chunk()
64 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
H A DsljitProtExecAllocatorPosix.c53 static SLJIT_INLINE int create_tempfile(void) in create_tempfile()
131 static SLJIT_INLINE struct sljit_chunk_header* alloc_chunk(sljit_uw size) in alloc_chunk()
164 static SLJIT_INLINE void free_chunk(void *chunk, sljit_uw size) in free_chunk()
H A DsljitWXExecAllocatorPosix.c70 static SLJIT_INLINE int generic_check_is_wx_block(void *ptr, sljit_uw size) in generic_check_is_wx_block()
H A DsljitExecAllocatorCore.c122 static SLJIT_INLINE void sljit_insert_free_block(struct free_block *free_block, sljit_uw size) in sljit_insert_free_block()
134 static SLJIT_INLINE void sljit_remove_free_block(struct free_block *free_block) in sljit_remove_free_block()
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.h607 static SLJIT_INLINE sljit_s32 sljit_get_compiler_error(struct sljit_compiler *compiler) { return co… in sljit_get_compiler_error()
632 static SLJIT_INLINE void* sljit_compiler_get_user_data(struct sljit_compiler *compiler) { return co… in sljit_compiler_get_user_data()
2196 static SLJIT_INLINE sljit_uw sljit_get_label_addr(struct sljit_label *label) { return label->u.addr… in sljit_get_label_addr()
2197 static SLJIT_INLINE sljit_uw sljit_get_jump_addr(struct sljit_jump *jump) { return jump->addr; } in sljit_get_jump_addr()
2198 static SLJIT_INLINE sljit_uw sljit_get_const_addr(struct sljit_const *const_) { return const_->addr… in sljit_get_const_addr()
2282 static SLJIT_INLINE struct sljit_label *sljit_get_next_label(struct sljit_label *label) { return la… in sljit_get_next_label()
2283 static SLJIT_INLINE struct sljit_jump *sljit_get_next_jump(struct sljit_jump *jump) { return jump->… in sljit_get_next_jump()
2284 static SLJIT_INLINE struct sljit_const *sljit_get_next_const(struct sljit_const *const_) { return c… in sljit_get_next_const()
2291 static SLJIT_INLINE sljit_uw sljit_get_label_index(struct sljit_label *label) { return label->u.ind… in sljit_get_label_index()
2298 static SLJIT_INLINE struct sljit_label *sljit_jump_get_label(struct sljit_jump *jump) { return jump… in sljit_jump_get_label()
[all …]
H A DsljitUtils.c48 static SLJIT_INLINE void allocator_grab_lock(void) in allocator_grab_lock()
100 static SLJIT_INLINE int open_dev_zero(void) in open_dev_zero()
113 static SLJIT_INLINE int open_dev_zero(void) in open_dev_zero()
134 static SLJIT_INLINE sljit_uw get_page_alignment(void) { in get_page_alignment()
148 static SLJIT_INLINE sljit_uw get_page_alignment(void) { in get_page_alignment()
H A DsljitLir.c678 static SLJIT_INLINE void reverse_buf(struct sljit_compiler *compiler) in reverse_buf()
694 static SLJIT_INLINE void* allocate_executable_memory(sljit_uw size, sljit_s32 options, in allocate_executable_memory()
737 static SLJIT_INLINE sljit_uw sljit_get_next_min(sljit_uw next_label_size, in sljit_get_next_min()
755 static SLJIT_INLINE void set_emit_enter(struct sljit_compiler *compiler, in set_emit_enter()
773 static SLJIT_INLINE void set_set_context(struct sljit_compiler *compiler, in set_set_context()
791 static SLJIT_INLINE void set_label(struct sljit_label *label, struct sljit_compiler *compiler) in set_label()
828 static SLJIT_INLINE void set_const(struct sljit_const *const_, struct sljit_compiler *compiler) in set_const()
1254 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_enter(struct sljit_compiler *compiler, in check_sljit_emit_enter()
1317 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_set_context(struct sljit_compiler *compiler, in check_sljit_set_context()
2056 static SLJIT_INLINE CHECK_RETURN_TYPE check_sljit_emit_fset32(struct sljit_compiler *compiler, in check_sljit_emit_fset32()
[all …]
H A DsljitConfigInternal.h174 #ifndef SLJIT_INLINE
178 #define SLJIT_INLINE macro
180 #define SLJIT_INLINE inline
183 #define SLJIT_INLINE __inline
H A DsljitNativePPC_32.c45 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
322 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
328 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
370 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeRISCV_32.c115 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
H A DsljitNativePPC_64.c152 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
562 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw i… in emit_const()
571 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
607 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
H A DsljitNativeRISCV_64.c168 static SLJIT_INLINE sljit_s32 emit_const(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw i… in emit_const()
H A DsljitNativeX86_common.c407 static SLJIT_INLINE void sljit_unaligned_store_s16(void *addr, sljit_s16 value) in sljit_unaligned_store_s16()
412 static SLJIT_INLINE void sljit_unaligned_store_s32(void *addr, sljit_s32 value) in sljit_unaligned_store_s32()
417 static SLJIT_INLINE void sljit_unaligned_store_sw(void *addr, sljit_sw value) in sljit_unaligned_store_sw()
1117 static SLJIT_INLINE sljit_s32 emit_sse2_store(struct sljit_compiler *compiler,
1120 static SLJIT_INLINE sljit_s32 emit_sse2_load(struct sljit_compiler *compiler,
1131 static SLJIT_INLINE sljit_s32 emit_endbranch(struct sljit_compiler *compiler) in emit_endbranch()
1155 static SLJIT_INLINE sljit_s32 emit_rdssp(struct sljit_compiler *compiler, sljit_s32 reg) in emit_rdssp()
1209 static SLJIT_INLINE sljit_s32 cpu_has_shadow_stack(void) in cpu_has_shadow_stack()
1218 static SLJIT_INLINE sljit_s32 adjust_shadow_stack(struct sljit_compiler *compiler, in adjust_shadow_stack()
3092 static SLJIT_INLINE sljit_s32 emit_sse2_load(struct sljit_compiler *compiler,
[all …]
H A DsljitNativeS390X.c134 static SLJIT_INLINE sljit_gpr gpr(sljit_s32 r) in gpr()
163 static SLJIT_INLINE sljit_u8 get_cc(struct sljit_compiler *compiler, sljit_s32 type) { in get_cc()
308 static SLJIT_INLINE int have_facility_static(facility_bit x) in have_facility_static()
336 static SLJIT_INLINE unsigned long get_hwcap() in get_hwcap()
346 static SLJIT_INLINE int have_stfle() in have_stfle()
387 static SLJIT_INLINE int name() \
418 static SLJIT_INLINE sljit_ins disp_s20(sljit_s32 d) in HAVE_FACILITY()
431 static SLJIT_INLINE sljit_ins op(__VA_ARGS__)
993 static SLJIT_INLINE sljit_s32 load_word(struct sljit_compiler *compiler, sljit_gpr dst_r, in load_word()
1017 static SLJIT_INLINE sljit_s32 store_word(struct sljit_compiler *compiler, sljit_gpr src_r, in store_word()
[all …]
H A DsljitNativeARM_32.c333 static SLJIT_INLINE sljit_s32 prepare_blx(struct sljit_compiler *compiler) in prepare_blx()
341 static SLJIT_INLINE sljit_s32 emit_blx(struct sljit_compiler *compiler) in emit_blx()
468 static SLJIT_INLINE sljit_s32 emit_imm(struct sljit_compiler *compiler, sljit_s32 reg, sljit_sw imm) in emit_imm()
476 static SLJIT_INLINE sljit_s32 detect_jump_type(struct sljit_jump *jump, sljit_uw *code_ptr, sljit_u… in detect_jump_type()
1593 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
2701 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_sw_from_f64()
2745 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
2752 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
2759 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
3473 static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op… in emit_fmov_before_return()
[all …]
H A DsljitNativeLOONGARCH_64.c389 static SLJIT_INLINE sljit_u32 get_cpu_features(sljit_u32 feature_type) in get_cpu_features()
408 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type()
485 static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump, sljit_ins *code_ptr, slji… in mov_addr_get_length()
521 static SLJIT_INLINE void load_addr_to_reg(struct sljit_jump *jump, sljit_sw executable_offset) in load_addr_to_reg()
1313 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
2239 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_sw_from_f64()
2274 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_w(struct sljit_compiler *compiler, slji… in sljit_emit_fop1_conv_f64_from_w()
2314 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
2321 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
2375 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
[all …]
H A DsljitNativeARM_64.c199 static SLJIT_INLINE sljit_s32 emit_imm64_const(struct sljit_compiler *compiler, sljit_s32 dst, slji… in emit_imm64_const()
207 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code_ptr, sljit… in detect_jump_type()
271 static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump, sljit_ins *code_ptr, slji… in mov_addr_get_length()
312 static SLJIT_INLINE void generate_jump_or_mov_addr(struct sljit_jump *jump, sljit_sw executable_off… in generate_jump_or_mov_addr()
1963 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_sw_from_f64()
2006 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
2022 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
2038 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
2384 static SLJIT_INLINE struct sljit_jump* emit_cmp_to0(struct sljit_compiler *compiler, sljit_s32 type, in emit_cmp_to0()
H A DsljitNativeARM_T2_32.c313 static SLJIT_INLINE void modify_imm32_const(sljit_u16 *inst, sljit_uw new_imm) in modify_imm32_const()
320 static SLJIT_INLINE sljit_u16* detect_jump_type(struct sljit_jump *jump, sljit_u16 *code_ptr, sljit… in detect_jump_type()
380 static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump, sljit_u16 *code_ptr, slji… in mov_addr_get_length()
404 static SLJIT_INLINE void generate_jump_or_mov_addr(struct sljit_jump *jump, sljit_sw executable_off… in generate_jump_or_mov_addr()
1267 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_s32 flags, sljit_s… in emit_op_mem()
2277 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_sw_from_f64()
2321 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
2328 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
2335 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
3029 static SLJIT_INLINE sljit_s32 emit_fmov_before_return(struct sljit_compiler *compiler, sljit_s32 op… in emit_fmov_before_return()
[all …]
H A DsljitNativeRISCV_common.c170 static SLJIT_INLINE sljit_ins* detect_jump_type(struct sljit_jump *jump, sljit_ins *code, sljit_sw … in detect_jump_type()
267 static SLJIT_INLINE sljit_sw mov_addr_get_length(struct sljit_jump *jump, sljit_ins *code_ptr, slji… in mov_addr_get_length()
311 static SLJIT_INLINE void load_addr_to_reg(struct sljit_jump *jump, sljit_sw executable_offset) in load_addr_to_reg()
1148 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_s32 flags, sljit_… in emit_op_mem2()
1286 static SLJIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s… in emit_single_op()
2231 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_sw_from_f64(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_sw_from_f64()
2289 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_sw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_sw()
2311 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_conv_f64_from_uw(struct sljit_compiler *compiler, slj… in sljit_emit_fop1_conv_f64_from_uw()
2333 static SLJIT_INLINE sljit_s32 sljit_emit_fop1_cmp(struct sljit_compiler *compiler, sljit_s32 op, in sljit_emit_fop1_cmp()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c3197 static SLJIT_INLINE BOOL is_powerof2(unsigned int value) in is_powerof2()
3253 static SLJIT_INLINE void count_match(compiler_common *common) in count_match()
3261 static SLJIT_INLINE void allocate_stack(compiler_common *common, int size) in allocate_stack()
3278 static SLJIT_INLINE void free_stack(compiler_common *common, int size) in free_stack()
3345 static SLJIT_INLINE void reset_early_fail(compiler_common *common) in reset_early_fail()
3608 static SLJIT_INLINE void check_start_used_ptr(compiler_common *common) in check_start_used_ptr()
6390 static SLJIT_INLINE void fast_forward_first_char(compiler_common *common) in fast_forward_first_char()
6408 static SLJIT_INLINE void fast_forward_newline(compiler_common *common) in fast_forward_newline()
6583 static SLJIT_INLINE void fast_forward_start_bits(compiler_common *common) in fast_forward_start_bits()
10130 static SLJIT_INLINE BOOL assert_needs_str_ptr_saving(PCRE2_SPTR cc) in assert_needs_str_ptr_saving()
[all …]
H A Dpcre2_jit_simd_inc.h55 static SLJIT_INLINE sljit_s32 max_fast_forward_char_pair_offset(void) in max_fast_forward_char_pair_offset()
74 static SLJIT_INLINE sljit_s32 max_fast_forward_char_pair_offset(void) in max_fast_forward_char_pair_offset()
755 static SLJIT_INLINE int utf_continue(PCRE2_SPTR s) in utf_continue()
956 static SLJIT_INLINE sljit_u32 max_fast_forward_char_pair_offset(void) in max_fast_forward_char_pair_offset()
970 static SLJIT_INLINE vect_t shift_left_n_lanes(vect_t a, sljit_u8 n) in shift_left_n_lanes()

Completed in 162 milliseconds

12