Home
last modified time | relevance | path

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

/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c78 #define AND_DP 0x0 macro
1040 return push_inst(compiler, EMIT_DATA_PROCESS_INS(AND_DP, 0, dst, src2, SRC2_IMM | 0xff)); in emit_single_op()
1124 …return push_inst(compiler, EMIT_DATA_PROCESS_INS(!(flags & INV_IMM) ? AND_DP : BIC_DP, flags & SET… in emit_single_op()
2236 ins = (op == SLJIT_AND ? AND_DP : (op == SLJIT_OR ? ORR_DP : EOR_DP)); in sljit_emit_op_flags()

Completed in 11 milliseconds