Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h247 #ifndef SLJIT_MEMCPY
248 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) macro
H A DsljitNativeX86_common.c306 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_s16()
311 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_s32()
316 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_sw()
525 SLJIT_MEMCPY(code_ptr, buf_ptr, len); in sljit_generate_code()
2414 SLJIT_MEMCPY(inst, instruction, size);

Completed in 13 milliseconds