Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c868 #define HALF_SIZE 0x08 macro
871 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE)))
1027 SLJIT_ASSERT(flags & HALF_SIZE); in emit_op_mem()
1374 flags = HALF_SIZE; in sljit_emit_op1()
1379 flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
2297 flags = HALF_SIZE; in sljit_emit_mem()
2300 flags = HALF_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_32.c892 #define HALF_SIZE 0x02 macro
1715 …return emit_op(compiler, SLJIT_MOV_U16, ALLOW_ANY_IMM | HALF_SIZE, dst, dstw, TMP_REG1, 0, src, (s… in sljit_emit_op1()
1718 …return emit_op(compiler, SLJIT_MOV_S16, ALLOW_ANY_IMM | SIGNED | HALF_SIZE, dst, dstw, TMP_REG1, 0… in sljit_emit_op1()
2613 flags = HALF_SIZE; in sljit_emit_mem()
2617 flags = HALF_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_64.c855 #define HALF_SIZE 0x1 macro
1202 mem_flags = HALF_SIZE; in sljit_emit_op1()
1207 mem_flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
1900 inst = STURBI | (MEM_SIZE_SHIFT(HALF_SIZE) << 30) | 0x400; in sljit_emit_mem()

Completed in 23 milliseconds