Home
last modified time | relevance | path

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

/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c904 sljit_s32 work_r; in emit_mov_byte() local
992 work_r = SLJIT_R2; in emit_mov_byte()
994 work_r = SLJIT_R1; in emit_mov_byte()
998 work_r = SLJIT_R0; in emit_mov_byte()
1000 work_r = SLJIT_R2; in emit_mov_byte()
1002 work_r = SLJIT_R1; in emit_mov_byte()
1005 if (work_r == SLJIT_R0) { in emit_mov_byte()
1009 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0); in emit_mov_byte()
1014 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw); in emit_mov_byte()
1018 if (work_r == SLJIT_R0) { in emit_mov_byte()
[all …]