Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c987 #define BYTE_SIZE 0x01 macro
2007 if (inp_flags & BYTE_SIZE) in emit_op()
3249 flags = BYTE_SIZE; in sljit_emit_mem_unaligned()
3259 flags = BYTE_SIZE; in sljit_emit_mem_unaligned()
3265 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem_unaligned()
3280 flags = BYTE_SIZE; in sljit_emit_mem_unaligned()
3332 FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(BYTE_SIZE, add, reg, mem, memw))); in sljit_emit_mem_unaligned()
3343 FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(BYTE_SIZE, add, TMP_REG2, mem, memw))); in sljit_emit_mem_unaligned()
3360 FAIL_IF(push_inst(compiler, EMIT_DATA_TRANSFER(BYTE_SIZE | LOAD_DATA, add, tmp_reg, mem, memw))); in sljit_emit_mem_unaligned()
3460 flags = BYTE_SIZE; in sljit_emit_mem_update()
[all …]
H A DsljitNativeARM_T2_32.c935 #define BYTE_SIZE 0x04 macro
939 #define IS_WORD_SIZE(flags) (!((flags) & (BYTE_SIZE | HALF_SIZE)))
1098 else if (flags & BYTE_SIZE) in emit_op_mem()
1707 flags = BYTE_SIZE; in sljit_emit_op1()
1712 flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
2960 flags = BYTE_SIZE; in sljit_emit_mem_update()
2963 flags = BYTE_SIZE | SIGNED; in sljit_emit_mem_update()
H A DsljitNativeARM_64.c891 #define BYTE_SIZE 0x0 macro
1351 mem_flags = BYTE_SIZE; in sljit_emit_op1()
1356 mem_flags = BYTE_SIZE | SIGNED; in sljit_emit_op1()
2252 inst = STURBI | (MEM_SIZE_SHIFT(BYTE_SIZE) << 30) | 0x400; in sljit_emit_mem_update()

Completed in 35 milliseconds