Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h252 #ifndef SLJIT_MEMCPY
253 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) macro
H A DsljitNativeX86_common.c318 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_s16()
323 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_s32()
328 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_sw()
622 SLJIT_MEMCPY(code_ptr, buf_ptr, len); in sljit_generate_code()
2690 SLJIT_MEMCPY(inst, instruction, size);

Completed in 15 milliseconds