Home
last modified time | relevance | path

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

/third_party/pcre2/pcre2/src/
Dpcre2_jit_simd_inc.h53 static SLJIT_INLINE sljit_u32 max_fast_forward_char_pair_offset(void) in max_fast_forward_char_pair_offset()
87 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()
822 # define VLD1Q(X) vld1q_u32((sljit_u32 *)(X))
975 static SLJIT_INLINE sljit_u32 max_fast_forward_char_pair_offset(void) in max_fast_forward_char_pair_offset()
1052 sljit_u32 diff = IN_UCHARS(offs1 - offs2); in fast_forward_char_pair_simd()
[all …]
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()
Dpcre2_jit_compile.c190 sljit_u32 limit_match;
191 sljit_u32 oveccount;
192 sljit_u32 options;
201 sljit_u32 top_bracket;
202 sljit_u32 limit_match;
443 sljit_u32 nlmax;
444 sljit_u32 nlmin;
447 sljit_u32 bsr_nlmax;
448 sljit_u32 bsr_nlmin;
523 sljit_u32 asuchars[1];
[all …]
/third_party/pcre2/pcre2/src/sljit/
DsljitNativeARM_T2_32.c37 typedef sljit_u32 sljit_ins;
319 …diff = ((sljit_sw)jump->u.target - (sljit_sw)(jump->addr + sizeof(sljit_u32)) - executable_offset)… in set_jump_instruction()
323 …diff = ((sljit_sw)(jump->u.label->addr) - (sljit_sw)(jump->addr + sizeof(sljit_u32)) - executable_… in set_jump_instruction()
1089 sljit_u32 float_arg_count; in sljit_emit_enter()
1091 sljit_u32 old_offset, f32_offset; in sljit_emit_enter()
1092 sljit_u32 remap[3]; in sljit_emit_enter()
1093 sljit_u32 *remap_ptr = remap; in sljit_emit_enter()
1737 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
2104 …_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *src, sljit_u32 *extra_space) in softfloat_call_with_args()
2106 sljit_u32 is_tail_call = *extra_space & SLJIT_CALL_RETURN; in softfloat_call_with_args()
[all …]
DsljitNativeARM_64.c33 typedef sljit_u32 sljit_ins;
240 sljit_u32 dst; in sljit_generate_code()
436 static sljit_ins logical_imm(sljit_sw imm, sljit_u32 len) in logical_imm()
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()
1470 sljit_u32 shift = MEM_SIZE_SHIFT(flags); in emit_fop_mem()
[all …]
DsljitNativeARM_32.c341 sljit_u32 value; in resolve_const_pool_index()
407 FAIL_IF(push_inst(compiler, MOVW | RD(reg) | ((imm << 4) & 0xf0000) | ((sljit_u32)imm & 0xfff))); in emit_imm()
408 …return push_inst(compiler, MOVT | RD(reg) | ((imm >> 12) & 0xf0000) | (((sljit_u32)imm >> 16) & 0x… in emit_imm()
1054 sljit_u32 float_arg_count; in sljit_emit_enter()
1056 sljit_u32 old_offset, f32_offset; 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()
2148 void *instruction, sljit_u32 size) in sljit_emit_op_custom()
2530 …_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *src, sljit_u32 *extra_space) in softfloat_call_with_args()
[all …]
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()
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 …]
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()
894 return push_inst(compiler, llihf(target, (sljit_u32)((sljit_uw)v >> 32))); in push_load_imm_inst()
896 FAIL_IF(push_inst(compiler, llilf(target, (sljit_u32)v))); in push_load_imm_inst()
[all …]
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()
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()
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 …]
DsljitLir.h478 sljit_u32 imm;
1565 void *instruction, sljit_u32 size);
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()
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()
DsljitConfigInternal.h423 typedef unsigned int sljit_u32; typedef