Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitConfigInternal.h245 #ifndef SLJIT_MEMCPY
246 #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()
527 SLJIT_MEMCPY(code_ptr, buf_ptr, len); in sljit_generate_code()
2417 SLJIT_MEMCPY(inst, instruction, size);

Completed in 15 milliseconds