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

  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitNativeX86_common.c 609 static sljit_s32 emit_mov(struct sljit_compiler *compiler,
613 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \
614 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
639 static sljit_s32 emit_mov(struct sljit_compiler *compiler, function in typeref:typename:sljit_s32
752 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
763 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
834 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0);
837 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0);
893 EMIT_MOV(compiler, TMP_REG1, 0, src, 0);
906 EMIT_MOV(compiler, dst, 0, src, 0)
    [all...]
sljitNativeX86_common.c 609 static sljit_s32 emit_mov(struct sljit_compiler *compiler,
613 #define EMIT_MOV(compiler, dst, dstw, src, srcw) \
614 FAIL_IF(emit_mov(compiler, dst, dstw, src, srcw));
639 static sljit_s32 emit_mov(struct sljit_compiler *compiler, function in typeref:typename:sljit_s32
752 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
763 EMIT_MOV(compiler, TMP_REG1, 0, SLJIT_R1, 0);
834 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0);
837 EMIT_MOV(compiler, SLJIT_R1, 0, TMP_REG1, 0);
893 EMIT_MOV(compiler, TMP_REG1, 0, src, 0);
906 EMIT_MOV(compiler, dst, 0, src, 0)
    [all...]

Completed in 23 milliseconds