Home | History | Annotate | Download | only in sljit

Lines Matching refs:ARG1_IMM

501 #define ARG1_IMM	0x0010000
519 if (SLJIT_UNLIKELY((flags & (ARG1_IMM | ARG2_IMM)) == (ARG1_IMM | ARG2_IMM))) {
521 flags &= ~ARG1_IMM;
526 if (flags & (ARG1_IMM | ARG2_IMM)) {
574 if (flags & ARG1_IMM) {
608 if (flags & ARG1_IMM)
638 if (flags & ARG1_IMM)
1485 flags |= ARG1_IMM;