Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c103 #define PUSH_POOL 0xff000000 macro
821 else if ((*buf_ptr & 0xff000000) != PUSH_POOL) { in sljit_generate_code()
868 cpool_size = *buf_ptr++ & ~PUSH_POOL; in sljit_generate_code()
874 …e_ptr = B | (((sljit_ins)(cpool_start_address - code_ptr) + cpool_current_index - 2) & ~PUSH_POOL); in sljit_generate_code()

Completed in 14 milliseconds