Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1116 sljit_s32 work_r; in emit_mov_byte() local
1201 work_r = SLJIT_R2; in emit_mov_byte()
1203 work_r = SLJIT_R1; in emit_mov_byte()
1207 work_r = SLJIT_R0; in emit_mov_byte()
1209 work_r = SLJIT_R2; in emit_mov_byte()
1211 work_r = SLJIT_R1; in emit_mov_byte()
1214 if (work_r == SLJIT_R0) { in emit_mov_byte()
1218 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1223 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw); in emit_mov_byte()
1227 if (work_r == SLJIT_R0) { in emit_mov_byte()
[all …]

Completed in 9 milliseconds