Home
last modified time | relevance | path

Searched defs:input_flags (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c1245 static sljit_s32 emit_op(struct sljit_compiler *compiler, sljit_s32 op, sljit_s32 input_flags, in emit_op()
2581 sljit_s32 input_flags = ((op & SLJIT_32) || op == SLJIT_MOV32) ? INT_DATA : WORD_DATA; in sljit_emit_op_flags() local
2583 sljit_s32 input_flags = WORD_DATA; in sljit_emit_op_flags() local

Completed in 26 milliseconds