Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c2353 static sljit_ins get_bo_bi_flags(struct sljit_compiler *compiler, sljit_s32 type) in get_bo_bi_flags() function
2444 bo_bi_flags = get_bo_bi_flags(compiler, type & 0xff); in sljit_emit_jump()
2784 …*ptr = BCx | get_bo_bi_flags(compiler, (type ^ 0x1) & ~SLJIT_32) | (sljit_ins)((compiler->size - s… in sljit_emit_select()
2824 …*ptr = BCx | get_bo_bi_flags(compiler, (type ^ 0x1) & ~SLJIT_32) | (sljit_ins)((compiler->size - s… in sljit_emit_fselect()

Completed in 10 milliseconds