Searched refs:HALF_SIZE (Results 1 – 3 of 3) sorted by relevance
/PHP-8.4/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeARM_T2_32.c | 1168 #define HALF_SIZE 0x08 macro 1171 #define IS_WORD_SIZE(flags) (!((flags) & (BYTE_SIZE | HALF_SIZE))) 1336 SLJIT_ASSERT(flags & HALF_SIZE); in emit_op_mem() 1949 flags = HALF_SIZE; in sljit_emit_op1() 1954 flags = HALF_SIZE | SIGNED; in sljit_emit_op1() 1985 flags |= HALF_SIZE; in sljit_emit_op1() 3413 flags = HALF_SIZE; in sljit_emit_mem_update() 3416 flags = HALF_SIZE | SIGNED; in sljit_emit_mem_update()
|
H A D | sljitNativeARM_64.c | 1126 #define HALF_SIZE 0x1 macro 1601 mem_flags = HALF_SIZE; in sljit_emit_op1() 1606 mem_flags = HALF_SIZE | SIGNED; in sljit_emit_op1() 1644 mem_flags = HALF_SIZE; in sljit_emit_op1() 2675 inst = STURBI | (MEM_SIZE_SHIFT(HALF_SIZE) << 30) | 0x400; in sljit_emit_mem_update()
|
H A D | sljitNativeARM_32.c | 1155 #define HALF_SIZE 0x02 macro 2399 …return emit_op(compiler, SLJIT_MOV_U16, ALLOW_ANY_IMM | HALF_SIZE, dst, dstw, TMP_REG1, 0, src, (s… in sljit_emit_op1() 2402 …return emit_op(compiler, SLJIT_MOV_S16, ALLOW_ANY_IMM | SIGNED | HALF_SIZE, dst, dstw, TMP_REG1, 0… in sljit_emit_op1() 2413 return emit_op(compiler, op, HALF_SIZE, dst, dstw, TMP_REG1, 0, src, srcw); in sljit_emit_op1() 3755 flags = HALF_SIZE; in sljit_emit_mem_update() 3759 flags = HALF_SIZE | SIGNED; in sljit_emit_mem_update()
|
Completed in 36 milliseconds