Home
last modified time | relevance | path

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

/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.lua541 rex = 0
560 wputb(64 + band(rex, 15)); rex = 0; psz = 2
567 if b == 15 and rex ~= 0 then wputb(64 + band(rex, 15)); rex = 0; psz = 2 end
1929 if szov == "q" and rex == 0 then rex = rex + 8 end
1930 if t.reg and t.reg > 7 then rex = rex + 1 end
1931 if t.xreg and t.xreg > 7 then rex = rex + 2 end
1932 if s > 7 then rex = rex + 4 end
1933 if needrex then rex = rex + 16 end
1962 if szov == "q" and rex == 0 then rex = rex + 8 end
1963 if needrex then rex = rex + 16 end
[all …]
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c54 if (rex) in emit_do_imm32()
55 *inst++ = rex; in emit_do_imm32()
93 rex |= REX_W; in emit_x86_instruction()
95 rex |= REX; in emit_x86_instruction()
142 rex |= REX_B; in emit_x86_instruction()
144 rex |= REX_B; in emit_x86_instruction()
179 rex |= REX_R; in emit_x86_instruction()
182 if (rex) in emit_x86_instruction()
198 if (rex) in emit_x86_instruction()
199 *inst++ = rex; in emit_x86_instruction()
[all …]
H A DsljitNativeX86_common.c1744 sljit_u8 rex = 0; in emit_bswap() local
1767 rex = REX_W; in emit_bswap()
1770 rex |= REX_B; in emit_bswap()
1772 if (rex != 0) in emit_bswap()
1781 if (rex != 0) in emit_bswap()
1782 *inst++ = rex; in emit_bswap()

Completed in 38 milliseconds