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

/netbsd-current/sys/external/bsd/sljit/dist/sljit_src/
H A DsljitNativeX86_common.c860 sljit_s32 work_r; local
948 work_r = SLJIT_R2;
950 work_r = SLJIT_R1;
954 work_r = SLJIT_R0;
956 work_r = SLJIT_R2;
958 work_r = SLJIT_R1;
961 if (work_r == SLJIT_R0) {
965 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst_r, 0);
970 inst = emit_x86_instruction(compiler, 1, work_r, 0, dst, dstw);
974 if (work_r
[all...]

Completed in 200 milliseconds