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 400 if (jump->flags & IS_BL)
414 if (jump->flags & IS_BL) {
441 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
758 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 123 # define IS_BL 0x4
133 # define IS_BL 0x08
152 # define IS_BL 0x010
    [all...]
sljitNativeARM_64.c 284 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff);
    [all...]

Completed in 140 milliseconds