Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitConfigInternal.h205 #ifndef SLJIT_MEMCPY
206 #define SLJIT_MEMCPY(dest, src, len) memcpy(dest, src, len) macro
H A DsljitNativeX86_common.c291 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_s16()
296 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_s32()
301 SLJIT_MEMCPY(addr, &value, sizeof(value)); in sljit_unaligned_store_sw()
512 SLJIT_MEMCPY(code_ptr, buf_ptr, len); in sljit_generate_code()
2220 SLJIT_MEMCPY(inst, instruction, size);

Completed in 32 milliseconds