Home
last modified time | relevance | path

Searched refs:sljit_u8 (Results 1 – 21 of 21) sorted by relevance

/PHP-8.0/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c31 sljit_u8 *inst; in emit_load_imm64()
42 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr) in generate_far_jump_code()
132 sljit_u8 *inst; in sljit_emit_enter()
306 sljit_u8 *inst; in sljit_emit_return()
380 sljit_u8 *inst; in emit_do_imm32()
399 sljit_u8 *inst; in emit_x86_instruction()
400 sljit_u8 *buf_ptr; in emit_x86_instruction()
401 sljit_u8 rex = 0; in emit_x86_instruction()
767 sljit_u8 *inst; in sljit_emit_fast_enter()
804 sljit_u8 *inst; in emit_fast_return()
[all …]
H A DsljitNativeX86_common.c491 sljit_u8 *code; in sljit_generate_code()
495 sljit_u8 len; in sljit_generate_code()
716 sljit_u8 *inst; in emit_endbranch()
737 sljit_u8 *inst; in emit_rdssp()
766 sljit_u8 *inst; in emit_incssp()
805 sljit_u8 *inst; in adjust_shadow_stack()
883 sljit_u8* inst; in emit_mov()
942 sljit_u8 *inst; in sljit_emit_op0()
1097 sljit_u8* inst; in emit_mov_byte()
1238 sljit_u8* inst; in emit_prefetch()
[all …]
H A DsljitNativeX86_32.c31 sljit_u8 *inst; in emit_do_imm()
41 static sljit_u8* generate_far_jump_code(struct sljit_jump *jump, sljit_u8 *code_ptr, sljit_sw execu… in generate_far_jump_code()
73 sljit_u8 *inst; in sljit_emit_enter()
231 inst = (sljit_u8*)ensure_buf(compiler, 1 + 6); in sljit_emit_enter()
292 sljit_u8 *inst; in sljit_emit_return()
354 sljit_u8 *inst; in emit_x86_instruction()
355 sljit_u8 *buf_ptr; in emit_x86_instruction()
553 sljit_u8 *inst; in c_fast_call_with_args()
706 sljit_u8 *inst; in post_call_with_args()
839 sljit_u8 *inst; in sljit_emit_fast_enter()
[all …]
H A DsljitUtils.c241 stack->min_start = (sljit_u8 *)ptr; in sljit_allocate_stack()
255 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
333 stack->min_start = (sljit_u8 *)ptr; in sljit_allocate_stack()
357 stack->min_start = (sljit_u8 *)ptr; in sljit_allocate_stack()
366 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u… in sljit_stack_resize()
H A DsljitLir.h342 sljit_u8 memory[1];
425 sljit_u8 *cpool_unique;
1441 sljit_u8 *top;
1444 sljit_u8 *end;
1446 sljit_u8 *start;
1448 sljit_u8 *min_start;
1461 SLJIT_API_FUNC_ATTRIBUTE sljit_u8 *SLJIT_FUNC sljit_stack_resize(struct sljit_stack *stack, sljit_u…
H A DsljitProtExecAllocator.c277 ((struct block_header*)(((sljit_u8*)base) + offset))
279 ((struct free_block*)(((sljit_u8*)base) + offset))
361 executable_offset = (sljit_sw)((sljit_u8*)chunk_header->executable - (sljit_u8*)chunk_header); in sljit_malloc_exec()
H A DsljitExecAllocator.c214 ((struct block_header*)(((sljit_u8*)base) + offset))
216 ((struct free_block*)(((sljit_u8*)base) + offset))
217 #define MEM_START(base) ((void*)(((sljit_u8*)base) + sizeof(struct block_header)))
H A DsljitNativeMIPS_32.c457 sljit_u8 offsets[4]; in call_with_args()
468 offsets[arg_count] = (sljit_u8)stack_offset; in call_with_args()
480 offsets[arg_count] = (sljit_u8)stack_offset; in call_with_args()
490 offsets[arg_count] = (sljit_u8)stack_offset; in call_with_args()
H A DsljitLir.c284 #define SLJIT_ADD_EXEC_OFFSET(ptr, exec_offset) ((sljit_u8 *)(ptr) + (exec_offset))
286 #define SLJIT_ADD_EXEC_OFFSET(ptr, exec_offset) ((sljit_u8 *)(ptr))
377 sizeof(sljit_s8) == 1 && sizeof(sljit_u8) == 1 in sljit_create_compiler()
425 + CPOOL_SIZE * sizeof(sljit_u8), allocator_data); in sljit_create_compiler()
432 compiler->cpool_unique = (sljit_u8*)(compiler->cpool + CPOOL_SIZE); in sljit_create_compiler()
549 sljit_u8 *ret; in ensure_buf()
568 sljit_u8 *ret; in ensure_abuf()
1391 fprintf(compiler->verbose, " 0x%x", ((sljit_u8*)instruction)[i]); in check_sljit_emit_op_custom()
H A DsljitNativeARM_32.c63 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
67 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = {
197 sljit_u8* cpool_unique_ptr; in push_inst_with_literal()
1709 …ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1()
2205 sljit_u8 offsets[4]; in softfloat_call_with_args()
2217 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
2225 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
2231 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
H A DsljitConfigInternal.h391 typedef unsigned char sljit_u8; typedef
H A DsljitNativeARM_T2_32.c48 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
52 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = {
1366 srcw = (sljit_u8)srcw; in sljit_emit_op1()
1874 sljit_u8 offsets[4]; in softfloat_call_with_args()
1886 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
1894 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
1900 offsets[arg_count] = (sljit_u8)stack_offset; in softfloat_call_with_args()
H A DsljitNativeSPARC_common.c100 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
104 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = {
910 …MOV_U8, flags | BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_common.c82 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 5] = {
88 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 4] = {
94 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 4] = {
1364 …, SLJIT_MOV_U8, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8)srcw : srcw); in sljit_emit_op1()
H A DsljitNativeARM_64.c46 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 8] = {
50 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = {
1194 srcw = (sljit_u8)srcw; in sljit_emit_op1()
H A DsljitNativePPC_common.c107 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 7] = {
111 static const sljit_u8 freg_map[SLJIT_NUMBER_OF_FLOAT_REGISTERS + 3] = {
1263 return EMIT_MOV(SLJIT_MOV_U8, BYTE_DATA, (sljit_u8)); in sljit_emit_op1()
H A DsljitNativeTILEGX_64.c52 static const sljit_u8 reg_map[SLJIT_NUMBER_OF_REGISTERS + 6] = {
2196 … SLJIT_MOV_U8, BYTE_DATA, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8) srcw : srcw); in sljit_emit_op1()
2218 …, BYTE_DATA | WRITE_BACK, dst, dstw, TMP_REG1, 0, src, (src & SLJIT_IMM) ? (sljit_u8) srcw : srcw); in sljit_emit_op1()
/PHP-8.0/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h85 static sljit_u8* SLJIT_FUNC FF_FUN(sljit_u8 *str_end, sljit_u8 *str_ptr, sljit_uw offs1, sljit_uw o… in FF_FUN()
93 sljit_u8 c1 = ic.c.c1; in FF_FUN()
97 sljit_u8 c1 = ic.c.c1; in FF_FUN()
99 sljit_u8 c2 = ic.c.c2; in FF_FUN()
103 sljit_u8 c1 = ic.c.c1; in FF_FUN()
105 sljit_u8 mask = ic.c.c2; in FF_FUN()
182 sljit_u8 *p1 = str_ptr - diff; in FF_FUN()
185 str_ptr = (sljit_u8 *) ((uint64_t)str_ptr & ~0xf); in FF_FUN()
H A Dpcre2_jit_simd_inc.h78 sljit_u8 instruction[5]; in load_from_mem_sse2()
84 instruction[0] = ((sljit_u8)offset & 0xf) == 0 ? 0x66 : 0xf3; in load_from_mem_sse2()
96 instruction[4] = (sljit_u8)offset; in load_from_mem_sse2()
109 sljit_u8 instruction[4]; in fast_forward_char_pair_sse2_compare()
195 sljit_u8 instruction[8]; in fast_forward_char_simd()
356 sljit_u8 instruction[8]; in fast_requested_char_simd()
519 sljit_u8 instruction[8]; in fast_forward_char_pair_simd()
775 static SLJIT_INLINE int utf_continue(sljit_u8 *s) in utf_continue()
790 # define VLD1Q(X) vld1q_u8((sljit_u8 *)(X))
985 static SLJIT_INLINE vect_t shift_left_n_lanes(vect_t a, sljit_u8 n) in shift_left_n_lanes()
H A Dpcre2_jit_match.c49 sljit_u8 local_space[MACHINE_STACK_SIZE]; in jit_machine_stack_exec()
H A Dpcre2_jit_compile.c361 sljit_u8 count;
363 sljit_u8 last_count;
383 sljit_u8 *optimized_cbracket;
385 sljit_u8 *then_offsets;
418 const sljit_u8 *fcc;
515 sljit_u8 asbyte;
516 sljit_u8 asuchars[4];
527 sljit_u8 asbyte;
528 sljit_u8 asuchars[4];
5934 sljit_u8 *update_table = NULL; in fast_forward_first_n_chars()
[all …]

Completed in 119 milliseconds