Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c2400 sljit_s32 allowed_flags; in check_sljit_emit_mem() local
2417 allowed_flags = SLJIT_MEM_UNALIGNED; in check_sljit_emit_mem()
2422 allowed_flags |= SLJIT_MEM_ALIGNED_32; in check_sljit_emit_mem()
2427 allowed_flags |= SLJIT_MEM_ALIGNED_16; in check_sljit_emit_mem()
2431 CHECK_ARGUMENT((type & ~(0xff | SLJIT_32 | SLJIT_MEM_STORE | allowed_flags)) == 0); in check_sljit_emit_mem()

Completed in 11 milliseconds