Searched refs:BYTE_SIZE (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 1167 #define BYTE_SIZE 0x04 macro 1171 #define IS_WORD_SIZE(flags) (!((flags) & (BYTE_SIZE | HALF_SIZE))) 1330 else if (flags & BYTE_SIZE) in emit_op_mem() 1939 flags = BYTE_SIZE; in sljit_emit_op1() 1944 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 3407 flags = BYTE_SIZE; in sljit_emit_mem_update() 3410 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem_update()
|
H A D | sljitNativeARM_32.c | 1154 #define BYTE_SIZE 0x01 macro 2176 if (inp_flags & BYTE_SIZE) in emit_op() 2393 …return emit_op(compiler, SLJIT_MOV_U8, ALLOW_ANY_IMM | BYTE_SIZE, dst, dstw, TMP_REG1, 0, src, (sr… in sljit_emit_op1() 2396 …return emit_op(compiler, SLJIT_MOV_S8, ALLOW_ANY_IMM | SIGNED | BYTE_SIZE, dst, dstw, TMP_REG1, 0,… in sljit_emit_op1() 3746 flags = BYTE_SIZE; in sljit_emit_mem_update() 3751 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem_update()
|
H A D | sljitNativeARM_64.c | 1125 #define BYTE_SIZE 0x0 macro 1591 mem_flags = BYTE_SIZE; in sljit_emit_op1() 1596 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1() 2669 inst = STURBI | (MEM_SIZE_SHIFT(BYTE_SIZE) << 30) | 0x400; in sljit_emit_mem_update()
|
Completed in 55 milliseconds