Home
last modified time | relevance | path

Searched refs:BYTE_SIZE (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c889 #define BYTE_SIZE 0x04 macro
893 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE)))
1045 else if (flags & BYTE_SIZE) in emit_op_mem()
1581 flags = BYTE_SIZE; in sljit_emit_op1()
1586 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
2564 flags = BYTE_SIZE; in sljit_emit_mem()
2567 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_32.c975 #define BYTE_SIZE 0x01 macro
1882 if (inp_flags & BYTE_SIZE) in emit_op()
2022 …return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1()
2025 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1()
2973 flags = BYTE_SIZE; in sljit_emit_mem()
2978 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_64.c859 #define BYTE_SIZE 0x0 macro
1268 mem_flags = BYTE_SIZE; in sljit_emit_op1()
1273 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
2021 inst = STURBI | (MEM_SIZE_SHIFT(BYTE_SIZE) << 30) | 0x400; in sljit_emit_mem()

Completed in 40 milliseconds