Home
last modified time | relevance | path

Searched refs:sljit_u32 (Results 1 – 16 of 16) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h117 const sljit_u32 diff = IN_UCHARS(offs1 - offs2); in FF_FUN()
136 sljit_u32 bit1 = char1a ^ char1b; in FF_FUN()
158 sljit_u32 bit2 = char2a ^ char2b; in FF_FUN()
H A Dpcre2_jit_simd_inc.h87 sljit_u32 value = chr; in character_to_int32()
222 sljit_u32 bit = 0; in fast_forward_char_simd()
383 sljit_u32 bit = 0; in fast_requested_char_simd()
508 sljit_u32 bit1 = 0; in fast_forward_char_pair_simd()
509 sljit_u32 bit2 = 0; in fast_forward_char_pair_simd()
510 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd()
1052 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd()
1266 sljit_u32 bit = 0; in fast_forward_char_simd()
1464 sljit_u32 bit = 0; in fast_requested_char_simd()
1624 sljit_u32 bit1 = 0; in fast_forward_char_pair_simd()
[all …]
H A Dpcre2_jit_compile.c190 sljit_u32 limit_match;
191 sljit_u32 oveccount;
192 sljit_u32 options;
443 sljit_u32 nlmax;
444 sljit_u32 nlmin;
447 sljit_u32 bsr_nlmax;
448 sljit_u32 bsr_nlmin;
1583 sljit_u32 min; in get_class_iterator_size()
1584 sljit_u32 max; in get_class_iterator_size()
6014 sljit_u32 rec_count; in fast_forward_first_n_chars()
[all …]
/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c37 typedef sljit_u32 sljit_ins;
1089 sljit_u32 float_arg_count; in sljit_emit_enter()
1092 sljit_u32 remap[3]; in sljit_emit_enter()
1093 sljit_u32 *remap_ptr = remap; in sljit_emit_enter()
2107 sljit_u32 offset = 0; in softfloat_call_with_args()
2108 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args()
2109 sljit_u32 float_arg_count = 0; in softfloat_call_with_args()
2243 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args()
2245 sljit_u32 f32_offset = 0; in hardfloat_call_with_args()
2285 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_call()
[all …]
H A DsljitNativeARM_64.c33 typedef sljit_u32 sljit_ins;
240 sljit_u32 dst; in sljit_generate_code()
439 sljit_u32 ones, right; in logical_imm()
506 sljit_u32 i, zeros, ones, first; in load_immediate()
869 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_op_mem()
870 sljit_u32 type = (shift << 30); in emit_op_mem()
1290 srcw = (sljit_u32)srcw; in sljit_emit_op1()
1455 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
2001 sljit_u32 sign = 0, inst; in sljit_emit_mem()
2055 sljit_u32 inst; in sljit_emit_fmem()
[all …]
H A DsljitNativeARM_32.c341 sljit_u32 value; in resolve_const_pool_index()
1054 sljit_u32 float_arg_count; in sljit_emit_enter()
1057 sljit_u32 remap[3]; in sljit_emit_enter()
1058 sljit_u32 *remap_ptr = remap; in sljit_emit_enter()
1493 sljit_u32 rol; in get_imm()
2533 sljit_u32 offset = 0; in softfloat_call_with_args()
2534 sljit_u32 word_arg_offset = 0; in softfloat_call_with_args()
2667 sljit_u32 offset = SLJIT_FR0; in hardfloat_call_with_args()
2669 sljit_u32 f32_offset = 0; in hardfloat_call_with_args()
2714 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_call()
[all …]
H A DsljitNativeMIPS_32.c443 …s(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *ins_ptr, sljit_u32 *extra_space) in call_with_args()
445 sljit_u32 is_tail_call = *extra_space & SLJIT_CALL_RETURN; in call_with_args()
446 sljit_u32 offset = 0; in call_with_args()
576 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_call()
620 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_icall()
H A DsljitNativeSPARC_common.c34 typedef sljit_u32 sljit_ins;
516 sljit_u32 float_offset, args_offset; in sljit_emit_enter()
693 static sljit_s32 getput_arg_fast(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s32 reg, s… in getput_arg_fast()
734 static sljit_s32 getput_arg(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s32 reg, sljit_… in getput_arg()
794 static SLJIT_INLINE sljit_s32 emit_op_mem(struct sljit_compiler *compiler, sljit_u32 flags, sljit_s… in emit_op_mem()
803 static SLJIT_INLINE sljit_s32 emit_op_mem2(struct sljit_compiler *compiler, sljit_u32 flags, sljit_… in emit_op_mem2()
810 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_u32 flags, in emit_op()
994 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op1()
1037 sljit_u32 flags = HAS_FLAGS(op) ? SET_FLAGS : 0; in sljit_emit_op2()
1128 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
[all …]
H A DsljitNativeSPARC_32.c38 …JIT_INLINE sljit_s32 emit_single_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_u32 flags, in emit_single_op()
147 sljit_u32 float_offset = (16 + 6) * sizeof(sljit_sw); in call_with_args()
H A DsljitNativeS390X.c588 SLJIT_S390X_RILA(nihf, 0xc00a00000000, sljit_u32)
591 SLJIT_S390X_RILA(xilf, 0xc00700000000, sljit_u32)
594 SLJIT_S390X_RILA(iihf, 0xc00800000000, sljit_u32)
595 SLJIT_S390X_RILA(iilf, 0xc00900000000, sljit_u32)
601 SLJIT_S390X_RILA(llihf, 0xc00e00000000, sljit_u32)
602 SLJIT_S390X_RILA(llilf, 0xc00f00000000, sljit_u32)
605 SLJIT_S390X_RILA(slfi, 0xc20500000000, sljit_u32)
891 return push_inst(compiler, llilf(target, (sljit_u32)v)); in push_load_imm_inst()
896 FAIL_IF(push_inst(compiler, llilf(target, (sljit_u32)v))); in push_load_imm_inst()
1952 srcw = (sljit_sw)((sljit_u32)(srcw)); in sljit_emit_op1()
[all …]
H A DsljitNativeX86_common.c329 sljit_u32 features; in get_cpu_features()
335 features = (sljit_u32)CPUInfo[3]; in get_cpu_features()
1510 srcw = (sljit_u32)srcw; in sljit_emit_op1()
1588 sljit_u32 op_types,
1695 sljit_u32 op_types,
2385 void *instruction, sljit_u32 size)
2404 static sljit_u32 sse2_data[3 + (4 * 4)];
2405 static sljit_u32 *sse2_buffer;
2410 sse2_buffer = (sljit_u32*)(((sljit_uw)sse2_data + 15) & ~(sljit_uw)0xf);
2692 …set_jump(jump, compiler, (sljit_u32)((type & SLJIT_REWRITABLE_JUMP) | ((type & 0xff) << TYPE_SHIFT…
[all …]
H A DsljitNativeMIPS_common.c60 typedef sljit_u32 sljit_ins;
479 sljit_u32 reg = *inst; in put_label_set()
1564 …_U32, INT_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u32)srcw : srcw); in sljit_emit_op1()
1717 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
1737 # define flags (sljit_u32)0 in sljit_emit_fop1_conv_sw_from_f64()
1739 sljit_u32 flags = ((sljit_u32)(GET_OPCODE(op) == SLJIT_CONV_SW_FROM_F64)) << 21; in sljit_emit_fop1_conv_sw_from_f64()
1765 # define flags (sljit_u32)0 in sljit_emit_fop1_conv_f64_from_sw()
1767 sljit_u32 flags = ((sljit_u32)(GET_OPCODE(op) == SLJIT_CONV_F64_FROM_SW)) << 21; in sljit_emit_fop1_conv_f64_from_sw()
2046 sljit_u32 flags = 0; in sljit_emit_jump()
H A DsljitLir.h478 sljit_u32 imm;
1565 void *instruction, sljit_u32 size);
H A DsljitConfigInternal.h423 typedef unsigned int sljit_u32; typedef
H A DsljitNativePPC_common.c34 typedef sljit_u32 sljit_ins;
357 sljit_u32 reg = *inst; in put_label_set()
1342 return EMIT_MOV(SLJIT_MOV_U32, INT_DATA, (sljit_u32)); in sljit_emit_op1()
1719 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
2129 set_jump(jump, compiler, (sljit_u32)type & SLJIT_REWRITABLE_JUMP); in sljit_emit_jump()
2259 sljit_u32 bit, from_xer; in sljit_emit_op_flags()
H A DsljitLir.c380 && sizeof(sljit_s32) == 4 && sizeof(sljit_u32) == 4 in sljit_create_compiler()
711 …JIT_INLINE void set_jump(struct sljit_jump *jump, struct sljit_compiler *compiler, sljit_u32 flags) in set_jump()
1439 void *instruction, sljit_u32 size) in check_sljit_emit_op_custom()
1442 sljit_u32 i; in check_sljit_emit_op_custom()
2526 void *instruction, sljit_u32 size) in sljit_emit_op_custom()

Completed in 139 milliseconds