Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitLir.c2035 sljit_s32 allowed_flags; in check_sljit_emit_mem() local
2045 allowed_flags = SLJIT_MEM_UNALIGNED; in check_sljit_emit_mem()
2051 allowed_flags = SLJIT_MEM_UNALIGNED | SLJIT_MEM_UNALIGNED_16; in check_sljit_emit_mem()
2055 allowed_flags = SLJIT_MEM_UNALIGNED | SLJIT_MEM_UNALIGNED_16 | SLJIT_MEM_UNALIGNED_32; in check_sljit_emit_mem()
2059 CHECK_ARGUMENT((type & ~(0xff | SLJIT_32 | SLJIT_MEM_STORE | allowed_flags)) == 0); in check_sljit_emit_mem()

Completed in 18 milliseconds