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

  /external/pcre/dist/sljit/
sljitNativeMIPS_common.c 259 inst[-1] = (jump->flags & IS_JAL) ? BAL : B;
276 inst[0] = (jump->flags & IS_JAL) ? BAL : B;
312 inst[-1] = (jump->flags & IS_JAL) ? JAL : J;
319 inst[0] = (jump->flags & IS_JAL) ? JAL : J;
    [all...]
sljitNativeTILEGX_64.c 929 if (jump->flags & IS_JAL) {
974 if (jump->flags & IS_JAL) {
1041 if (jump->flags & IS_JAL)
    [all...]
sljitLir.c 179 # define IS_JAL 0x008
204 # define IS_JAL 0x04
    [all...]

Completed in 319 milliseconds