HomeSort by: relevance | last modified time | path
    Searched defs:work_r (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c 860 sljit_s32 work_r; local in function:emit_mov_byte
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 == SLJIT_R0)
    [all...]
sljitNativeX86_common.c 860 sljit_s32 work_r; local in function:emit_mov_byte
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 == SLJIT_R0)
    [all...]

Completed in 49 milliseconds