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 499 #define ARG1_IMM 0x0010000
526 if (SLJIT_UNLIKELY((flags & (ARG1_IMM | ARG2_IMM)) == (ARG1_IMM | ARG2_IMM))) {
528 flags &= ~ARG1_IMM;
537 if (flags & (ARG1_IMM | ARG2_IMM)) {
558 if (flags & ARG1_IMM)
611 if (flags & ARG1_IMM)
624 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 41 milliseconds