Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c867 #define BYTE_SIZE 0x04 macro
871 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE)))
1021 else if (flags & BYTE_SIZE) in emit_op_mem()
1364 flags = BYTE_SIZE; in sljit_emit_op1()
1369 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
2291 flags = BYTE_SIZE; in sljit_emit_mem()
2294 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_32.c891 #define BYTE_SIZE 0x01 macro
1567 if (inp_flags & BYTE_SIZE) in emit_op()
1709 …return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1()
1712 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1()
2604 flags = BYTE_SIZE; in sljit_emit_mem()
2609 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_64.c854 #define BYTE_SIZE 0x0 macro
1192 mem_flags = BYTE_SIZE; in sljit_emit_op1()
1197 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1895 inst = STURBI | (MEM_SIZE_SHIFT(BYTE_SIZE) << 30) | 0x400; in sljit_emit_mem()

Completed in 26 milliseconds