Searched refs:ALLOW_INV_IMM (Results 1 – 1 of 1) sorted by relevance
1162 #define ALLOW_INV_IMM 0x20 macro1163 #define ALLOW_ANY_IMM (ALLOW_IMM | ALLOW_INV_IMM)2088 SLJIT_ASSERT(!(inp_flags & ALLOW_INV_IMM) || (inp_flags & ALLOW_IMM)); in emit_op()2120 if (inp_flags & ALLOW_INV_IMM) { in emit_op()2146 if (inp_flags & ALLOW_INV_IMM) { in emit_op()2445 inp_flags |= ALLOW_INV_IMM; in sljit_emit_op2()
Completed in 14 milliseconds