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

  /external/pcre/dist/sljit/
sljitNativeARM_32.c 398 if (jump->flags & IS_BL)
412 if (jump->flags & IS_BL) {
439 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
756 if (jump->flags & IS_BL)
    [all...]
sljitNativeARM_T2_32.c 243 SLJIT_ASSERT(!(jump->flags & IS_BL));
259 else if (jump->flags & IS_BL) {
    [all...]
sljitLir.c 129 # define IS_BL 0x4
139 # define IS_BL 0x08
158 # define IS_BL 0x010
    [all...]
sljitNativeARM_64.c 285 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff);
    [all...]

Completed in 47 milliseconds