Home
last modified time | relevance | path

Searched refs:BL (Results 1 – 3 of 3) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c95 #define BL 0xeb000000 macro
437 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK); in detect_jump_type()
462 …*code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND… in detect_jump_type()
497 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff); in inline_set_jump_addr()
H A DsljitNativeARM_64.c79 #define BL 0x94000000 macro
327 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (sljit_ins)(addr & 0x3ffffff); in sljit_generate_code()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit_arm64.dasc15403 } else if (!(ins & 0xf800)) { /* B, BL */
15441 } else if (!(ins & 0xf800)) { /* B, BL */
15484 } else if (!(ins & 0xf800)) { /* B, BL */

Completed in 49 milliseconds