Home
last modified time | relevance | path

Searched refs:sljit_s8 (Results 1 – 14 of 14) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h318 typedef signed char sljit_s8; typedef
H A DsljitNativeX86_64.c117 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
125 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
H A DsljitNativeX86_32.c85 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
93 inst_size += sizeof(sljit_s8); in emit_x86_instruction()
H A DsljitNativeX86_common.c694 code_ptr += sizeof(sljit_s8); in detect_near_jump_type()
742 addr -= sizeof(sljit_s8); in generate_jump_or_mov_addr()
1881 srcw = (sljit_s8)srcw; in sljit_emit_op1()
H A DsljitNativeS390X.c2162 srcw = (sljit_sw)((sljit_s8)(srcw)); in sljit_emit_op1()
4023 sign_ext = (sljit_s8)srcw; in sljit_emit_simd_replicate()
H A DsljitLir.c465 sizeof(sljit_s8) == 1 && sizeof(sljit_u8) == 1 in sljit_create_compiler()
H A DsljitNativePPC_common.c1632 return EMIT_MOV(SLJIT_MOV_S8, BYTE_DATA | SIGNED_DATA, (sljit_s8)); in sljit_emit_op1()
H A DsljitNativeARM_64.c1598 srcw = (sljit_s8)srcw; in sljit_emit_op1()
H A DsljitNativeRISCV_common.c1932 … | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_ZERO, 0, src, (src == SLJIT_IMM) ? (sljit_s8)srcw : srcw); in sljit_emit_op1()
H A DsljitNativeARM_T2_32.c1946 srcw = (sljit_s8)srcw; in sljit_emit_op1()
H A DsljitNativeARM_32.c2396 …IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (src == SLJIT_IMM) ? (sljit_s8)srcw : srcw); in sljit_emit_op1()
H A DsljitNativeLOONGARCH_64.c1927 … | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_ZERO, 0, src, (src == SLJIT_IMM) ? (sljit_s8)srcw : srcw); in sljit_emit_op1()
H A DsljitNativeMIPS_common.c2535 … | SIGNED_DATA | MOVE_OP, dst, dstw, TMP_REG1, 0, src, (src == SLJIT_IMM) ? (sljit_s8)srcw : srcw); in sljit_emit_op1()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_simd_inc.h2268 push_inst(compiler, VLD | VD(data2_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(-(sljit_s8)diff)); in fast_forward_char_pair_simd()
2306 push_inst(compiler, VLD | VD(data2_ind) | RJ_V(str_ptr_reg_ind) | IMM_SI12(-(sljit_s8)diff)); in fast_forward_char_pair_simd()

Completed in 111 milliseconds