HomeSort by relevance Sort by last modified time
    Searched full:is_bl (Results 1 - 6 of 6) 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...]
  /toolchain/binutils/binutils-2.25/bfd/
elf32-arm.c 4732 bfd_boolean is_bl = FALSE, is_bcc = FALSE, is_32bit_branch; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
arm.cc     [all...]

Completed in 1492 milliseconds