Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_T2_32.c839 #define BYTE_SIZE 0x04 macro
845 #define IS_WORD_SIZE(flags) (!(flags & (BYTE_SIZE | HALF_SIZE)))
1054 else if (flags & BYTE_SIZE) in emit_op_mem()
1301 flags = BYTE_SIZE; in sljit_emit_op1()
1306 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1327 flags = BYTE_SIZE | UPDATE; in sljit_emit_op1()
1332 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1()
H A DsljitNativeARM_64.c804 #define BYTE_SIZE 0x000 macro
1347 flags = BYTE_SIZE; in sljit_emit_op1()
1352 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
1381 flags = BYTE_SIZE | UPDATE; in sljit_emit_op1()
1386 flags = BYTE_SIZE | SIGNED | UPDATE; in sljit_emit_op1()

Completed in 13 milliseconds