Home
last modified time | relevance | path

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

/PHP-8.3/ext/opcache/jit/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
1925 if szov == "q" and rex == 0 then rex = rex + 8 end
1926 if t.reg and t.reg > 7 then rex = rex + 1 end
1927 if t.xreg and t.xreg > 7 then rex = rex + 2 end
1928 if s > 7 then rex = rex + 4 end
1929 if needrex then rex = rex + 16 end
1958 if szov == "q" and rex == 0 then rex = rex + 8 end
1959 if needrex then rex = rex + 16 end
[all …]
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_64.c54 if (rex) in emit_do_imm32()
55 *inst++ = rex; in emit_do_imm32()
69 sljit_u8 rex = 0; in emit_x86_instruction() local
92 rex |= REX_W; in emit_x86_instruction()
94 rex |= REX; in emit_x86_instruction()
146 rex |= REX_B; in emit_x86_instruction()
149 rex |= REX_B; in emit_x86_instruction()
180 rex |= REX_R; in emit_x86_instruction()
183 if (rex) in emit_x86_instruction()
197 if (rex) in emit_x86_instruction()
[all …]

Completed in 11 milliseconds