HomeSort by relevance Sort by last modified time
    Searched refs:ARG1_IMM (Results 1 - 2 of 2) sorted by null

  /external/pcre/dist/sljit/
sljitNativeARM_64.c 500 #define ARG1_IMM 0x0010000
527 if (SLJIT_UNLIKELY((flags & (ARG1_IMM | ARG2_IMM)) == (ARG1_IMM | ARG2_IMM))) {
529 flags &= ~ARG1_IMM;
538 if (flags & (ARG1_IMM | ARG2_IMM)) {
559 if (flags & ARG1_IMM)
612 if (flags & ARG1_IMM)
625 if (flags & ARG1_IMM)
    [all...]
sljitNativeARM_T2_32.c 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)
    [all...]

Completed in 51 milliseconds