Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_common.c1234 sljit_s32 work_r; in emit_mov_byte() local
1319 work_r = SLJIT_R2; in emit_mov_byte()
1321 work_r = SLJIT_R1; in emit_mov_byte()
1325 work_r = SLJIT_R0; in emit_mov_byte()
1327 work_r = SLJIT_R2; in emit_mov_byte()
1329 work_r = SLJIT_R1; in emit_mov_byte()
1332 if (work_r == SLJIT_R0) { in emit_mov_byte()
1336 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1341 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw); in emit_mov_byte()
1345 if (work_r == SLJIT_R0) { in emit_mov_byte()
[all …]

Completed in 16 milliseconds