Home
last modified time | relevance | path

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

/PHP-8.1/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1097 sljit_s32 work_r; in emit_mov_byte() local
1182 work_r = SLJIT_R2; in emit_mov_byte()
1184 work_r = SLJIT_R1; in emit_mov_byte()
1188 work_r = SLJIT_R0; in emit_mov_byte()
1190 work_r = SLJIT_R2; in emit_mov_byte()
1192 work_r = SLJIT_R1; in emit_mov_byte()
1195 if (work_r == SLJIT_R0) { in emit_mov_byte()
1199 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1204 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw); in emit_mov_byte()
1208 if (work_r == SLJIT_R0) { in emit_mov_byte()
[all …]

Completed in 19 milliseconds