Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeARM_32.c973 #define ALLOW_INV_IMM 0x20 macro
974 #define ALLOW_ANY_IMM (ALLOW_IMM | ALLOW_INV_IMM)
1559 SLJIT_ASSERT(!(inp_flags & ALLOW_INV_IMM) || (inp_flags & ALLOW_IMM)); in emit_op()
1571 if (inp_flags & ALLOW_INV_IMM) { in emit_op()
1602 if (inp_flags & ALLOW_INV_IMM) { in emit_op()