Home | History | Annotate | Download | only in sljit

Lines Matching defs:bl

82 #define BL		0xeb000000
261 /* Must follow tightly the previous instruction (to be able to convert it to bl instruction). */
276 I.e.: unused literals can belong to branches, which can be encoded as B or BL.
414 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK);
439 *code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND_MASK);
453 sljit_si bl = (mov_pc & 0x0000f000) != RD(TMP_PC);
458 if (!bl) {
464 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff);
479 if (!bl) {