Home
last modified time | relevance | path

Searched refs:Bx (Results 1 – 2 of 2) sorted by relevance

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativePPC_common.c149 #define Bx (HI(18)) macro
479 code_ptr[0] = Bx; in sljit_generate_code()
546 *buf_ptr = Bx | ((sljit_ins)addr & 0x03fffffc) | ((*buf_ptr) & 0x1); in sljit_generate_code()
550 *buf_ptr = Bx | ((sljit_ins)addr & 0x03fffffc) | 0x2 | ((*buf_ptr) & 0x1); in sljit_generate_code()
/PHP-8.2/ext/opcache/jit/dynasm/
H A Dminilua.c2392 static int luaK_codeABx(FuncState*fs,OpCode o,int A,unsigned int Bx);

Completed in 35 milliseconds