Home
last modified time | relevance | path

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

/PHP-5.5/ext/pcre/pcrelib/sljit/
H A DsljitNativeX86_common.c881 sljit_si work_r; in emit_mov_byte() local
969 work_r = SLJIT_R2; in emit_mov_byte()
971 work_r = SLJIT_R1; in emit_mov_byte()
975 work_r = SLJIT_R0; in emit_mov_byte()
977 work_r = SLJIT_R2; in emit_mov_byte()
979 work_r = SLJIT_R1; in emit_mov_byte()
982 if (work_r == SLJIT_R0) { in emit_mov_byte()
986 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
991 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw); in emit_mov_byte()
995 if (work_r == SLJIT_R0) { in emit_mov_byte()
[all …]

Completed in 15 milliseconds