Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c890 #define HALF_SIZE 0x08 macro
893 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE)))
1051 SLJIT_ASSERT(flags & HALF_SIZE); in emit_op_mem()
1591 flags = HALF_SIZE; in sljit_emit_op1()
1596 flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
2570 flags = HALF_SIZE; in sljit_emit_mem()
2573 flags = HALF_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_64.c860 #define HALF_SIZE 0x1 macro
1278 mem_flags = HALF_SIZE; in sljit_emit_op1()
1283 mem_flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
2027 inst = STURBI | (MEM_SIZE_SHIFT(HALF_SIZE) << 30) | 0x400; in sljit_emit_mem()
H A DsljitNativeARM_32.c976 #define HALF_SIZE 0x02 macro
2028 …return emit_op(compiler, SLJIT_MOV_U16, ALLOW_ANY_IMM | HALF_SIZE, dst, dstw, TMP_REG1, 0, src, (s… in sljit_emit_op1()
2031 …return emit_op(compiler, SLJIT_MOV_S16, ALLOW_ANY_IMM | SIGNED | HALF_SIZE, dst, dstw, TMP_REG1, 0… in sljit_emit_op1()
2982 flags = HALF_SIZE; in sljit_emit_mem()
2986 flags = HALF_SIZE | SIGNED; in sljit_emit_mem()

Completed in 28 milliseconds