Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c845 #define BYTE_SIZE 0x04 macro
849 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE)))
999 else if (flags & BYTE_SIZE) in emit_op_mem()
1346 flags = BYTE_SIZE; in sljit_emit_op1()
1351 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
2260 flags = BYTE_SIZE; in sljit_emit_mem()
2263 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_32.c855 #define BYTE_SIZE 0x01 macro
1531 if (inp_flags & BYTE_SIZE) in emit_op()
1678 …return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1()
1681 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1()
2555 flags = BYTE_SIZE; in sljit_emit_mem()
2560 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem()
H A DsljitNativeARM_64.c804 #define BYTE_SIZE 0x0 macro
1156 mem_flags = BYTE_SIZE; in sljit_emit_op1()
1161 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1833 inst = STURBI | (MEM_SIZE_SHIFT(BYTE_SIZE) << 30) | 0x400; in sljit_emit_mem()

Completed in 29 milliseconds