HomeSort by: relevance | last modified time | path
    Searched refs:IS_BL (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeARM_32.c 401 if (jump->flags & IS_BL)
415 if (jump->flags & IS_BL) {
442 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
771 if (jump->flags & IS_BL)
2157 jump->flags |= IS_BL;
2165 jump->flags |= IS_BL;
2193 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
sljitNativeARM_T2_32.c 244 SLJIT_ASSERT(!(jump->flags & IS_BL));
260 else if (jump->flags & IS_BL) {
1774 jump->flags |= IS_BL;
1801 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));
sljitLir.c 139 # define IS_BL 0x4
149 # define IS_BL 0x08
168 # define IS_BL 0x010
sljitNativeARM_64.c 291 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (addr & 0x3ffffff);
1905 jump->flags |= IS_BL;
1967 set_jump(jump, compiler, JUMP_ADDR | ((type >= SLJIT_FAST_CALL) ? IS_BL : 0));

Completed in 40 milliseconds