Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativePPC_common.c2138 sljit_ins bo_bi_flags; in sljit_emit_jump() local
2143 bo_bi_flags = get_bo_bi_flags(type & 0xff); in sljit_emit_jump()
2144 if (!bo_bi_flags) in sljit_emit_jump()
2163 PTR_FAIL_IF(push_inst(compiler, BCCTR | bo_bi_flags | (type >= SLJIT_FAST_CALL ? 1 : 0))); in sljit_emit_jump()