Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1100 sljit_s32 work_r; in emit_mov_byte() local
1185 work_r = SLJIT_R2; in emit_mov_byte()
1187 work_r = SLJIT_R1; in emit_mov_byte()
1191 work_r = SLJIT_R0; in emit_mov_byte()
1193 work_r = SLJIT_R2; in emit_mov_byte()
1195 work_r = SLJIT_R1; in emit_mov_byte()
1198 if (work_r == SLJIT_R0) { in emit_mov_byte()
1202 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1207 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw); in emit_mov_byte()
1211 if (work_r == SLJIT_R0) { in emit_mov_byte()
[all …]

Completed in 11 milliseconds