Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1030 #define HALF_SIZE 0x08 macro
1033 #define IS_WORD_SIZE(flags) (!((flags) & (BYTE_SIZE | HALF_SIZE)))
1198 SLJIT_ASSERT(flags & HALF_SIZE); in emit_op_mem()
1812 flags = HALF_SIZE; in sljit_emit_op1()
1817 flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
1847 flags |= HALF_SIZE; in sljit_emit_op1()
3257 flags = HALF_SIZE; in sljit_emit_mem_update()
3260 flags = HALF_SIZE | SIGNED; in sljit_emit_mem_update()
H A DsljitNativeARM_64.c975 #define HALF_SIZE 0x1 macro
1444 mem_flags = HALF_SIZE; in sljit_emit_op1()
1449 mem_flags = HALF_SIZE | SIGNED; in sljit_emit_op1()
1487 mem_flags = HALF_SIZE; in sljit_emit_op1()
2498 inst = STURBI | (MEM_SIZE_SHIFT(HALF_SIZE) << 30) | 0x400; in sljit_emit_mem_update()
H A DsljitNativeARM_32.c1060 #define HALF_SIZE 0x02 macro
2287 …return emit_op(compiler, SLJIT_MOV_U16, ALLOW_ANY_IMM | HALF_SIZE, dst, dstw, TMP_REG1, 0, src, (s… in sljit_emit_op1()
2290 …return emit_op(compiler, SLJIT_MOV_S16, ALLOW_ANY_IMM | SIGNED | HALF_SIZE, dst, dstw, TMP_REG1, 0… in sljit_emit_op1()
2301 return emit_op(compiler, op, HALF_SIZE, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1()
3624 flags = HALF_SIZE; in sljit_emit_mem_update()
3628 flags = HALF_SIZE | SIGNED; in sljit_emit_mem_update()

Completed in 57 milliseconds