Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1029 #define BYTE_SIZE 0x04 macro
1033 #define IS_WORD_SIZE(flags) (!((flags) & (BYTE_SIZE | HALF_SIZE)))
1192 else if (flags & BYTE_SIZE) in emit_op_mem()
1802 flags = BYTE_SIZE; in sljit_emit_op1()
1807 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
3251 flags = BYTE_SIZE; in sljit_emit_mem_update()
3254 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem_update()
H A DsljitNativeARM_32.c1059 #define BYTE_SIZE 0x01 macro
2087 if (inp_flags & BYTE_SIZE) in emit_op()
2281 …return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1()
2284 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1()
3615 flags = BYTE_SIZE; in sljit_emit_mem_update()
3620 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem_update()
H A DsljitNativeARM_64.c974 #define BYTE_SIZE 0x0 macro
1434 mem_flags = BYTE_SIZE; in sljit_emit_op1()
1439 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
2492 inst = STURBI | (MEM_SIZE_SHIFT(BYTE_SIZE) << 30) | 0x400; in sljit_emit_mem_update()

Completed in 37 milliseconds