Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_32.c111 #define BL 0xeb000000 macro
499 *code_ptr = (BL - CONDITIONAL) | (*(code_ptr + 1) & COND_MASK); in detect_jump_type()
524 …*code_ptr = ((jump->flags & IS_BL) ? (BL - CONDITIONAL) : (B - CONDITIONAL)) | (code_ptr[2] & COND… in detect_jump_type()
559 inst[0] = (mov_pc & COND_MASK) | (BL - CONDITIONAL) | (diff & 0xffffff); in inline_set_jump_addr()
H A DsljitNativeARM_64.c80 #define BL 0x94000000 macro
373 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (sljit_ins)(addr & 0x3ffffff); in sljit_generate_code()
H A DsljitNativeLOONGARCH_64.c200 #define BL OPC_I26(0x15) macro
617 buf_ptr[0] = BL | (sljit_ins)IMM_I26(addr >> 2); in sljit_generate_code()
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.dasc6415 } else if (!(ins & 0xf800)) { /* B, BL */
6447 } else if (!(ins & 0xf800)) { /* B, BL */

Completed in 42 milliseconds