Home
last modified time | relevance | path

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

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

Completed in 32 milliseconds