/PHP-8.3/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeX86_64.c | 35 sljit_u8 *inst; in emit_load_imm64() 48 sljit_u8 *inst; in emit_do_imm32() 67 sljit_u8 *inst; in emit_x86_instruction() 68 sljit_u8 *buf_ptr; in emit_x86_instruction() 69 sljit_u8 rex = 0; in emit_x86_instruction() 386 sljit_u8 *inst; in sljit_emit_enter() 586 sljit_u8 *inst; in emit_stack_frame_release() 659 sljit_u8 *inst; in sljit_emit_return_void() 868 sljit_u8 *inst; in sljit_emit_fast_enter() 901 sljit_u8 *inst; in emit_fast_return() [all …]
|
H A D | sljitNativeX86_common.c | 586 sljit_u8 *code; in sljit_generate_code() 590 sljit_u8 len; in sljit_generate_code() 865 sljit_u8 *inst; in emit_endbranch() 887 sljit_u8 *inst; in emit_rdssp() 911 sljit_u8 *inst; in emit_incssp() 1019 sljit_u8* inst; in emit_mov() 1076 sljit_u8 *inst; in sljit_emit_op0() 1231 sljit_u8* inst; in emit_mov_byte() 1372 sljit_u8* inst; in emit_prefetch() 1397 sljit_u8* inst; in emit_mov_half() [all …]
|
H A D | sljitNativeX86_32.c | 35 sljit_u8 *inst; in emit_do_imm() 52 sljit_u8 *inst; in emit_x86_instruction() 53 sljit_u8 *buf_ptr; in emit_x86_instruction() 54 sljit_u8 reg_map_b; in emit_x86_instruction() 269 sljit_u8 *inst; in sljit_emit_enter() 536 sljit_u8 *inst; in emit_stack_frame_release() 581 sljit_u8 *inst; in sljit_emit_return_void() 664 sljit_u8 *inst; in call_with_args() 714 sljit_u8 *inst; in post_call_with_args() 745 sljit_u8* inst; in tail_call_with_args() [all …]
|
H A D | sljitUtils.c | 195 stack->min_start = (sljit_u8 *)ptr; in sljit_allocate_stack() 209 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize() 265 stack->min_start = (sljit_u8 *)ptr; in sljit_allocate_stack() 287 stack->min_start = (sljit_u8 *)ptr; in sljit_allocate_stack() 296 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
|
H A D | sljitNativeMIPS_32.c | 75 sljit_u8 offsets[4]; in call_with_args() 76 sljit_u8 *offsets_ptr = offsets; in call_with_args() 86 *offsets_ptr = (sljit_u8)offset; in call_with_args() 92 *offsets_ptr = (sljit_u8)offset; in call_with_args() 96 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args() 103 *offsets_ptr = (sljit_u8)(254 + float_arg_count); in call_with_args()
|
H A D | sljitProtExecAllocator.c | 280 ((struct block_header*)(((sljit_u8*)base) + offset)) 282 ((struct free_block*)(((sljit_u8*)base) + offset)) 364 executable_offset = (sljit_sw)((sljit_u8*)chunk_header->executable - (sljit_u8*)chunk_header); in sljit_malloc_exec()
|
H A D | sljitLir.h | 380 sljit_u8 memory[1]; 463 sljit_u8 *cpool_unique; 1758 sljit_u8 *top; 1761 sljit_u8 *end; 1763 sljit_u8 *start; 1765 sljit_u8 *min_start; 1778 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u…
|
H A D | sljitExecAllocator.c | 234 ((struct block_header*)(((sljit_u8*)base) + offset)) 236 ((struct free_block*)(((sljit_u8*)base) + offset)) 237 #define MEM_START(base) ((void*)(((sljit_u8*)base) + sizeof(struct block_header)))
|
H A D | sljitNativeS390X.c | 203 const sljit_u8 cc0 = 1 << 3; /* equal {,to zero} */ in get_cc() 204 const sljit_u8 cc1 = 1 << 2; /* less than {,zero} */ in get_cc() 205 const sljit_u8 cc2 = 1 << 1; /* greater than {,zero} */ in get_cc() 206 const sljit_u8 cc3 = 1 << 0; /* {overflow,NaN} */ in get_cc() 322 return (sljit_u8)-1; in get_cc() 732 SLJIT_S390X_INSTRUCTION(name, sljit_gpr dst, sljit_gpr src, sljit_u8 start, sljit_u8 end, sljit_u8 … 859 …S390X_INSTRUCTION(risbhgz, sljit_gpr dst, sljit_gpr src, sljit_u8 start, sljit_u8 end, sljit_u8 ro… in SLJIT_S390X_INSTRUCTION() 1635 SLJIT_ASSERT((sljit_u8 *)code + ins_size == code_ptr); in sljit_generate_code() 1636 SLJIT_ASSERT((sljit_u8 *)pool + pool_size == (sljit_u8 *)pool_ptr); in sljit_generate_code() 2093 srcw = (sljit_sw)((sljit_u8)(srcw)); in sljit_emit_op1() [all …]
|
H A D | sljitLir.c | 285 #define SLJIT_ADD_EXEC_OFFSET(ptr, exec_offset) ((sljit_u8 *)(ptr) + (exec_offset)) 287 #define SLJIT_ADD_EXEC_OFFSET(ptr, exec_offset) ((sljit_u8 *)(ptr)) 382 sizeof(sljit_s8) == 1 && sizeof(sljit_u8) == 1 in sljit_create_compiler() 429 + CPOOL_SIZE * sizeof(sljit_u8), allocator_data); in sljit_create_compiler() 436 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler() 570 sljit_u8 *ret; in ensure_buf() 589 sljit_u8 *ret; in ensure_abuf() 1566 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]); in check_sljit_emit_op_custom()
|
H A D | sljitConfigInternal.h | 419 typedef unsigned char sljit_u8; typedef
|
H A D | sljitNativeARM_T2_32.c | 48 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = { 52 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = { 1709 srcw = (sljit_u8)srcw; in sljit_emit_op1() 2314 sljit_u8 offsets[4]; in softfloat_call_with_args() 2315 sljit_u8 *offset_ptr = offsets; in softfloat_call_with_args() 2329 *offset_ptr++ = (sljit_u8)offset; in softfloat_call_with_args() 2334 *offset_ptr++ = (sljit_u8)offset; in softfloat_call_with_args() 2339 *offset_ptr++ = (sljit_u8)offset; in softfloat_call_with_args()
|
H A D | sljitNativeARM_32.c | 63 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = { 67 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = { 210 sljit_u8* cpool_unique_ptr; in push_inst_with_literal() 2147 …ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1() 2737 sljit_u8 offsets[4]; in softfloat_call_with_args() 2738 sljit_u8 *offset_ptr = offsets; in softfloat_call_with_args() 2752 *offset_ptr++ = (sljit_u8)offset; in softfloat_call_with_args() 2757 *offset_ptr++ = (sljit_u8)offset; in softfloat_call_with_args() 2762 *offset_ptr++ = (sljit_u8)offset; in softfloat_call_with_args()
|
H A D | sljitNativeSPARC_common.c | 100 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = { 104 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = { 1013 …ags | BYTE_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1()
|
H A D | sljitNativeARM_64.c | 46 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 8] = { 50 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = { 1353 srcw = (sljit_u8)srcw; in sljit_emit_op1()
|
H A D | sljitNativePPC_common.c | 107 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = { 111 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = { 1402 return EMIT_MOV(SLJIT_MOV_U8, BYTE_DATA, (sljit_u8)); in sljit_emit_op1()
|
H A D | sljitNativeRISCV_common.c | 53 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = { 57 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = { 1730 …, op, BYTE_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1()
|
H A D | sljitNativeMIPS_common.c | 90 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = { 96 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 4] = { 102 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 4] = { 2290 …, op, BYTE_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1()
|
/PHP-8.3/ext/pcre/pcre2lib/ |
H A D | pcre2_jit_neon_inc.h | 85 static sljit_u8* SLJIT_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw o… in FF_FUN() 97 sljit_u8 c1 = ic.c.c1; in FF_FUN() 101 sljit_u8 c1 = ic.c.c1; in FF_FUN() 103 sljit_u8 c2 = ic.c.c2; in FF_FUN() 107 sljit_u8 c1 = ic.c.c1; in FF_FUN() 109 sljit_u8 mask = ic.c.c2; in FF_FUN() 188 sljit_u8 *p1 = str_ptr - diff; in FF_FUN() 191 str_ptr = (sljit_u8 *) ((uint64_t)str_ptr & ~0xf); in FF_FUN()
|
H A D | pcre2_jit_match.c | 49 sljit_u8 local_space[MACHINE_STACK_SIZE]; in jit_machine_stack_exec()
|
H A D | pcre2_jit_simd_inc.h | 104 sljit_u8 instruction[5]; in load_from_mem_sse2() 110 instruction[0] = ((sljit_u8)offset & 0xf) == 0 ? 0x66 : 0xf3; in load_from_mem_sse2() 122 instruction[4] = (sljit_u8)offset; in load_from_mem_sse2() 129 sljit_u8 instruction[4]; in fast_forward_char_pair_sse2_compare() 208 sljit_u8 instruction[8]; in fast_forward_char_simd() 372 sljit_u8 instruction[8]; in fast_requested_char_simd() 505 sljit_u8 instruction[8]; in fast_forward_char_pair_simd() 794 # define VLD1Q(X) vld1q_u8((sljit_u8 *)(X)) 989 static SLJIT_INLINE vect_t shift_left_n_lanes(vect_t a, sljit_u8 n) in shift_left_n_lanes()
|
H A D | pcre2_jit_compile.c | 361 sljit_u8 count; 363 sljit_u8 last_count; 383 sljit_u8 *optimized_cbracket; 385 sljit_u8 *then_offsets; 421 const sljit_u8 *fcc; 518 sljit_u8 asbyte; 519 sljit_u8 asuchars[4]; 530 sljit_u8 asbyte; 531 sljit_u8 asuchars[4]; 6012 sljit_u8 *update_table = NULL; in fast_forward_first_n_chars() [all …]
|